Package | Description |
---|---|
org.nuxeo.drive.hierarchy.permission.factory | |
org.nuxeo.drive.hierarchy.userworkspace.factory | |
org.nuxeo.drive.service | |
org.nuxeo.drive.service.impl |
Modifier and Type | Class and Description |
---|---|
class |
PermissionSyncRootFactory
Permission based implementation of
FileSystemItemFactory for a synchronization root FolderItem . |
class |
PermissionTopLevelFactory
User workspace and permission based implementation of the
TopLevelFolderItemFactory . |
class |
SharedSyncRootParentFactory
Permission based implementation of
FileSystemItemFactory for the parent FolderItem of the user's
shared synchronization roots. |
class |
UserSyncRootParentFactory
User workspace based implementation of
FileSystemItemFactory for the parent FolderItem of the user's
synchronization roots. |
Modifier and Type | Class and Description |
---|---|
class |
UserWorkspaceSyncRootFactory
User workspace based implementation of
FileSystemItemFactory for a synchronization root FolderItem . |
class |
UserWorkspaceSyncRootParentFactory
User workspace based implementation of
FileSystemItemFactory for the parent FolderItem of the user's
synchronization roots. |
class |
UserWorkspaceTopLevelFactory
User workspace based implementation of the
TopLevelFolderItemFactory . |
Modifier and Type | Interface and Description |
---|---|
interface |
TopLevelFolderItemFactory
Interface for the classes contributed to the
topLevelFolderItemFactory extension point of the
FileSystemItemAdapterService . |
interface |
VersioningFileSystemItemFactory
A
FileSystemItemFactory able to handle versioning. |
interface |
VirtualFolderItemFactory
Interface for the classes contributed to the
topLevelFolderItemFactory extension point of the
FileSystemItemAdapterService . |
Modifier and Type | Method and Description |
---|---|
FileSystemItemFactory |
FileSystemItemAdapterService.getFileSystemItemFactoryForId(String id)
Gets the
FileSystemItemFactory that can handle the the given FileSystemItem id. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileSystemItemFactory
Base class for
FileSystemItemFactory implementers. |
class |
AbstractSyncRootFolderItemFactory
Base
FileSystemItemFactory for a synchronization root FolderItem . |
class |
AbstractVirtualFolderItemFactory
Base
FileSystemItemFactory for a virtual FolderItem . |
class |
CollectionSyncRootFolderItemFactory
FileSystemItemFactory for a collection synchronization root FolderItem . |
class |
DefaultFileSystemItemFactory
Default implementation of a
FileSystemItemFactory . |
class |
DefaultSyncRootFolderItemFactory
Default
FileSystemItemFactory for a synchronization root FolderItem . |
class |
DefaultTopLevelFolderItemFactory
Default implementation of a
TopLevelFolderItemFactory . |
Modifier and Type | Field and Description |
---|---|
protected FileSystemItemFactory |
FileSystemItemFactoryWrapper.factory |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends FileSystemItemFactory> |
FileSystemItemFactoryDescriptor.factoryClass |
Modifier and Type | Method and Description |
---|---|
FileSystemItemFactory |
FileSystemItemFactoryWrapper.getFactory() |
FileSystemItemFactory |
FileSystemItemFactoryDescriptor.getFactory() |
FileSystemItemFactory |
FileSystemItemAdapterServiceImpl.getFileSystemItemFactory(String name) |
FileSystemItemFactory |
FileSystemItemAdapterServiceImpl.getFileSystemItemFactoryForId(String id)
Iterates on the ordered contributed file system item factories until if finds one that can handle the given
FileSystemItem id. |
Modifier and Type | Method and Description |
---|---|
Class<? extends FileSystemItemFactory> |
FileSystemItemFactoryDescriptor.getFactoryClass() |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemItemFactoryDescriptor.setFactoryClass(Class<? extends FileSystemItemFactory> factoryClass) |
Constructor and Description |
---|
FileSystemItemFactoryWrapper(String docType,
String facet,
FileSystemItemFactory factory) |
Copyright © 2015 Nuxeo SA. All rights reserved.