Class WorkflowDecisionModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
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(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(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

    • 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 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(Collection<WorkflowActionModel> value)
      Generated method - Setter of WorkflowDecision.toActions attribute defined at extension workflow.
      Parameters:
      value - the toActions