Package org.nuxeo.ecm.core.event.pipe
Class EventPipeDescriptor
java.lang.Object
org.nuxeo.ecm.core.event.pipe.EventPipeDescriptor
- All Implemented Interfaces:
Descriptor
XMap Descriptor for contributing a new
EventBundlePipe- Since:
- 8.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<? extends EventBundlePipe> The implementation class.protected Stringprotected IntegerFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getId()The descriptor id, descriptors with same id are merged.getName()merge(Descriptor o) Returns a descriptor representingothermerged intothisMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove
-
Field Details
-
name
-
priority
-
parameters
-
clazz
The implementation class.
-
-
Constructor Details
-
EventPipeDescriptor
public EventPipeDescriptor() -
EventPipeDescriptor
-
-
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
-
getPriority
-
getParameters
-
getInstance
-
merge
Description copied from interface:DescriptorReturns a descriptor representingothermerged intothisDefault implementation returns
other.- Specified by:
mergein interfaceDescriptor- Returns:
- the merged descriptor
-
clone
-