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, waitMethods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove
-
Field Details
-
name
-
-
Constructor Details
-
ActiveTopLevelFolderItemFactoryDescriptor
public ActiveTopLevelFolderItemFactoryDescriptor()
-
-
Method Details
-
getId
Description copied from interface:DescriptorThe 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:
getIdin interfaceDescriptor
-
getName
-
setName
-
toString
-
merge
Description copied from interface:DescriptorReturns a descriptor representingothermerged intothisDefault implementation returns
other.- Specified by:
mergein interfaceDescriptor- Returns:
- the merged descriptor
-