Package org.nuxeo.ecm.automation.core
Class ChainExceptionDescriptor
java.lang.Object
org.nuxeo.ecm.automation.core.ChainExceptionDescriptor
- All Implemented Interfaces:
Descriptor
- Since:
- 5.7.3 The exception chain declaration for Automation exceptions.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<ChainExceptionDescriptor.ChainExceptionRun> protected String
protected String
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
The descriptor id, descriptors with same id are merged.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge
-
Field Details
-
id
-
onChainId
-
chainExceptionRuns
-
-
Constructor Details
-
ChainExceptionDescriptor
public ChainExceptionDescriptor()
-
-
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
-
getOnChainId
-
getChainExceptionsRun
-