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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String _WORKFLOWACTIONDECISIONSRELATION
      Generated relation code constant for relation WorkflowActionDecisionsRelation defining source attribute action in extension workflow.
      static java.lang.String ACTION
      Generated constant - Attribute key of WorkflowDecision.action attribute defined at extension workflow.
      static java.lang.String TOACTIONS
      Generated constant - Attribute key of WorkflowDecision.toActions attribute defined at extension workflow.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowDecisionModel()
      Generated constructor - Default constructor for generic creation.
      WorkflowDecisionModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      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
    • 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​(de.hybris.platform.servicelayer.model.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

      • getAction

        @Accessor(qualifier="action",
                  type=GETTER)
        public WorkflowActionModel getAction()
        Generated method - Getter of the WorkflowDecision.action attribute defined at extension workflow.
        Returns:
        the action
      • 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
      • setAction

        @Accessor(qualifier="action",
                  type=SETTER)
        public void setAction​(WorkflowActionModel value)
        Generated method - Setter of WorkflowDecision.action attribute defined at extension workflow.
        Parameters:
        value - the action
      • 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