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 String
protected Integer
Fields 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 representingother
merged intothis
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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: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
-
getPriority
-
getParameters
-
getInstance
-
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
-
clone
-