Class WorkflowDecisionModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _WORKFLOWACTIONDECISIONSRELATION

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

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

        public static final java.lang.String TOACTIONS
        Generated constant - Attribute key of WorkflowDecision.toActions attribute defined at extension workflow.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.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 Detail

      • getToActions

        @Accessor(qualifier="toActions",
                  type=GETTER)
        public java.util.Collection<WorkflowActionModel> getToActions()
        Generated method - Getter of the WorkflowDecision.toActions attribute defined at extension workflow. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the toActions
      • setToActions

        @Accessor(qualifier="toActions",
                  type=SETTER)
        public void setToActions​(java.util.Collection<WorkflowActionModel> value)
        Generated method - Setter of WorkflowDecision.toActions attribute defined at extension workflow.
        Parameters:
        value - the toActions