Class DocumentRoutingEscalationServiceImpl.EscalationRuleWork

java.lang.Object
org.nuxeo.ecm.core.work.AbstractWork
org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingEscalationServiceImpl.EscalationRuleWork
All Implemented Interfaces:
Serializable, Work
Enclosing class:
DocumentRoutingEscalationServiceImpl

@Deprecated public static class DocumentRoutingEscalationServiceImpl.EscalationRuleWork extends AbstractWork
Deprecated.
since 2023.0, it was replaced by DocumentRoutingEscalationAction
See Also:
  • Field Details

    • escalationRuleId

      protected String escalationRuleId
      Deprecated.
    • nodeDocId

      protected String nodeDocId
      Deprecated.
    • CATEGORY

      public static final String CATEGORY
      Deprecated.
      See Also:
  • Constructor Details

    • EscalationRuleWork

      public EscalationRuleWork(String escalationRuleId, String nodeDocId, String repositoryName)
      Deprecated.
  • Method Details