Class ChainExceptionDescriptor

java.lang.Object
org.nuxeo.ecm.automation.core.ChainExceptionDescriptor
All Implemented Interfaces:
Descriptor

public class ChainExceptionDescriptor extends Object implements Descriptor
Since:
5.7.3 The exception chain declaration for Automation exceptions.
  • Field Details

  • Constructor Details

    • ChainExceptionDescriptor

      public ChainExceptionDescriptor()
  • Method Details

    • getId

      public String 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 interface Descriptor
    • getOnChainId

      public String getOnChainId()
    • getChainExceptionsRun

      public List<ChainExceptionDescriptor.ChainExceptionRun> getChainExceptionsRun()