Modifier and Type | Field and Description |
---|---|
protected FileSystemItemFactory |
DocumentBackedFileItem.factory |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentBackedFileItem.initialize(FileSystemItemFactory factory,
DocumentModel doc) |
Constructor and Description |
---|
DocumentBackedFileItem(FileSystemItemFactory factory,
DocumentModel doc) |
DocumentBackedFileItem(FileSystemItemFactory factory,
DocumentModel doc,
boolean relaxSyncRootConstraint) |
DocumentBackedFileItem(FileSystemItemFactory factory,
DocumentModel doc,
boolean relaxSyncRootConstraint,
boolean getLockInfo) |
DocumentBackedFileItem(FileSystemItemFactory factory,
FolderItem parentItem,
DocumentModel doc) |
DocumentBackedFileItem(FileSystemItemFactory factory,
FolderItem parentItem,
DocumentModel doc,
boolean relaxSyncRootConstraint) |
DocumentBackedFileItem(FileSystemItemFactory factory,
FolderItem parentItem,
DocumentModel doc,
boolean relaxSyncRootConstraint,
boolean getLockInfo) |
Modifier and Type | Class and Description |
---|---|
class |
ESSyncRootFolderItemFactory
Elasticsearch implementation of the
DefaultSyncRootFolderItemFactory . |
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
Deprecated.
since 9.1 as the automatic versioning is handled by versioning system, we don't need anymore this
mechanism in drive
|
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 © 2018 Nuxeo. All rights reserved.