Uses of Class
org.nuxeo.drive.service.impl.FileSystemItemFactoryDescriptor
-
Packages that use FileSystemItemFactoryDescriptor Package Description org.nuxeo.drive.service.impl -
-
Uses of FileSystemItemFactoryDescriptor in org.nuxeo.drive.service.impl
Fields in org.nuxeo.drive.service.impl with type parameters of type FileSystemItemFactoryDescriptor Modifier and Type Field Description protected Map<String,FileSystemItemFactoryDescriptor>FileSystemItemFactoryRegistry. factoryDescriptorsMethods in org.nuxeo.drive.service.impl that return FileSystemItemFactoryDescriptor Modifier and Type Method Description FileSystemItemFactoryDescriptorFileSystemItemFactoryRegistry. clone(FileSystemItemFactoryDescriptor orig)Methods in org.nuxeo.drive.service.impl that return types with arguments of type FileSystemItemFactoryDescriptor Modifier and Type Method Description Map<String,FileSystemItemFactoryDescriptor>FileSystemItemAdapterServiceImpl. getFileSystemItemFactoryDescriptors()Methods in org.nuxeo.drive.service.impl with parameters of type FileSystemItemFactoryDescriptor Modifier and Type Method Description FileSystemItemFactoryDescriptorFileSystemItemFactoryRegistry. clone(FileSystemItemFactoryDescriptor orig)intFileSystemItemFactoryDescriptor. compareTo(FileSystemItemFactoryDescriptor other)voidFileSystemItemFactoryRegistry. contributionRemoved(String id, FileSystemItemFactoryDescriptor origContrib)voidFileSystemItemFactoryRegistry. contributionUpdated(String id, FileSystemItemFactoryDescriptor contrib, FileSystemItemFactoryDescriptor newOrigContrib)StringFileSystemItemFactoryRegistry. getContributionId(FileSystemItemFactoryDescriptor contrib)voidFileSystemItemFactoryRegistry. merge(FileSystemItemFactoryDescriptor src, FileSystemItemFactoryDescriptor dst)
-