Class WorkflowDecisionModel

All Implemented Interfaces:
Serializable

public class WorkflowDecisionModel extends AbstractWorkflowDecisionModel
Generated model class for type WorkflowDecision first defined at extension workflow.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _WORKFLOWACTIONDECISIONSRELATION

      public static final String _WORKFLOWACTIONDECISIONSRELATION
      Generated relation code constant for relation WorkflowActionDecisionsRelation defining source attribute action in extension workflow.
      See Also:
    • ACTION

      public static final String ACTION
      Generated constant - Attribute key of WorkflowDecision.action attribute defined at extension workflow.
      See Also:
    • TOACTIONS

      public static final String TOACTIONS
      Generated constant - Attribute key of WorkflowDecision.toActions attribute defined at extension workflow.
      See Also:
  • Constructor Details

    • WorkflowDecisionModel

      public WorkflowDecisionModel()
      Generated constructor - Default constructor for generic creation.
    • WorkflowDecisionModel

      public WorkflowDecisionModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • WorkflowDecisionModel

      @Deprecated(since="4.1.1", forRemoval=true) public WorkflowDecisionModel(String _code, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type AbstractWorkflowDecision at extension workflow
      _owner - initial attribute declared by type Item at extension core
  • Method Details