Package org.nuxeo.drive.service.impl
Class ActiveTopLevelFolderItemFactoryDescriptor
java.lang.Object
org.nuxeo.drive.service.impl.ActiveTopLevelFolderItemFactoryDescriptor
- All Implemented Interfaces:
Descriptor
XMap descriptor for the
activeTopLevelFolderItemFactory
contributions to the
activeFileSystemItemFactories
extension point of the FileSystemItemAdapterService
.- Author:
- Antoine Taillefer
-
Field Summary
FieldsFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove
-
Field Details
-
name
-
-
Constructor Details
-
ActiveTopLevelFolderItemFactoryDescriptor
public ActiveTopLevelFolderItemFactoryDescriptor()
-
-
Method Details
-
getId
Description copied from interface:Descriptor
The descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()
for exemple.- Specified by:
getId
in interfaceDescriptor
-
getName
-
setName
-
toString
-
merge
Description copied from interface:Descriptor
Returns a descriptor representingother
merged intothis
Default implementation returns
other
.- Specified by:
merge
in interfaceDescriptor
- Returns:
- the merged descriptor
-