Class WorkflowDecisionModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.workflow.model.AbstractWorkflowDecisionModel
-
- de.hybris.platform.workflow.model.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
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.String_WORKFLOWACTIONDECISIONSRELATIONGenerated relation code constant for relationWorkflowActionDecisionsRelationdefining source attributeactionin extensionworkflow.static java.lang.StringACTIONGenerated constant - Attribute key ofWorkflowDecision.actionattribute defined at extensionworkflow.static java.lang.StringTOACTIONSGenerated constant - Attribute key ofWorkflowDecision.toActionsattribute defined at extensionworkflow.-
Fields inherited from class de.hybris.platform.workflow.model.AbstractWorkflowDecisionModel
CODE, DESCRIPTION, NAME, QUALIFIER
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
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(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextWorkflowDecisionModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowActionModelgetAction()Generated method - Getter of theWorkflowDecision.actionattribute defined at extensionworkflow.java.util.Collection<WorkflowActionModel>getToActions()Generated method - Getter of theWorkflowDecision.toActionsattribute defined at extensionworkflow.voidsetAction(WorkflowActionModel value)Generated method - Setter ofWorkflowDecision.actionattribute defined at extensionworkflow.voidsetToActions(java.util.Collection<WorkflowActionModel> value)Generated method - Setter ofWorkflowDecision.toActionsattribute defined at extensionworkflow.-
Methods inherited from class de.hybris.platform.workflow.model.AbstractWorkflowDecisionModel
getCode, getDescription, getDescription, getName, getName, getQualifier, setCode, setDescription, setDescription, setName, setName, setQualifier
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
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 relationWorkflowActionDecisionsRelationdefining source attributeactionin extensionworkflow.- See Also:
- Constant Field Values
-
ACTION
public static final java.lang.String ACTION
Generated constant - Attribute key ofWorkflowDecision.actionattribute defined at extensionworkflow.- See Also:
- Constant Field Values
-
TOACTIONS
public static final java.lang.String TOACTIONS
Generated constant - Attribute key ofWorkflowDecision.toActionsattribute defined at extensionworkflow.- 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeAbstractWorkflowDecisionat extensionworkflow_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getAction
@Accessor(qualifier="action", type=GETTER) public WorkflowActionModel getAction()
Generated method - Getter of theWorkflowDecision.actionattribute defined at extensionworkflow.- Returns:
- the action
-
getToActions
@Accessor(qualifier="toActions", type=GETTER) public java.util.Collection<WorkflowActionModel> getToActions()
Generated method - Getter of theWorkflowDecision.toActionsattribute defined at extensionworkflow. 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 ofWorkflowDecision.actionattribute defined at extensionworkflow.- Parameters:
value- the action
-
setToActions
@Accessor(qualifier="toActions", type=SETTER) public void setToActions(java.util.Collection<WorkflowActionModel> value)
Generated method - Setter ofWorkflowDecision.toActionsattribute defined at extensionworkflow.- Parameters:
value- the toActions
-
-