Uses of Class
org.nuxeo.drive.service.impl.FileSystemItemFactoryWrapper
-
Packages that use FileSystemItemFactoryWrapper Package Description org.nuxeo.drive.service.impl -
-
Uses of FileSystemItemFactoryWrapper in org.nuxeo.drive.service.impl
Fields in org.nuxeo.drive.service.impl with type parameters of type FileSystemItemFactoryWrapper Modifier and Type Field Description protected List<FileSystemItemFactoryWrapper>
FileSystemItemAdapterServiceImpl. fileSystemItemFactories
Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemItemFactoryWrapper Modifier and Type Method Description List<FileSystemItemFactoryWrapper>
FileSystemItemAdapterServiceImpl. getFileSystemItemFactories()
protected List<FileSystemItemFactoryWrapper>
FileSystemItemFactoryRegistry. getOrderedActiveFactories(Set<String> activeFactories)
Methods in org.nuxeo.drive.service.impl with parameters of type FileSystemItemFactoryWrapper Modifier and Type Method Description protected boolean
FileSystemItemAdapterServiceImpl. docTypeFactoryMatches(FileSystemItemFactoryWrapper factory, DocumentModel doc)
protected boolean
FileSystemItemAdapterServiceImpl. facetFactoryMatches(FileSystemItemFactoryWrapper factory, DocumentModel doc, boolean relaxSyncRootConstraint)
protected boolean
FileSystemItemAdapterServiceImpl. generalFactoryMatches(FileSystemItemFactoryWrapper factory)
-