Class ChainExceptionDescriptor.ChainExceptionRun

java.lang.Object
org.nuxeo.ecm.automation.core.ChainExceptionDescriptor.ChainExceptionRun
Enclosing class:
ChainExceptionDescriptor

public static class ChainExceptionDescriptor.ChainExceptionRun extends Object
  • Field Details

    • chainId

      protected String chainId
    • priority

      protected Integer priority
    • rollBack

      protected Boolean rollBack
    • filterId

      protected String filterId
  • Constructor Details

    • ChainExceptionRun

      public ChainExceptionRun()
  • Method Details

    • getChainId

      public String getChainId()
    • getPriority

      public Integer getPriority()
    • getRollBack

      public Boolean getRollBack()
    • getFilterId

      public String getFilterId()