Class WorkflowDecisionTemplateModel
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.WorkflowDecisionTemplateModel
- All Implemented Interfaces:
Serializable
Generated model class for type WorkflowDecisionTemplate first defined at extension workflow.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated relation code constant for relationWorkflowActionTemplateDecisionsTemplateRelationdefining source attributeactionTemplatein extensionworkflow.static final StringGenerated constant - Attribute key ofWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.static final StringGenerated constant - Attribute key ofWorkflowDecisionTemplate.parentWorkflowTemplateattribute defined at extensionworkflow.static final StringGenerated constant - Attribute key ofWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.Fields inherited from class de.hybris.platform.workflow.model.AbstractWorkflowDecisionModel
CODE, DESCRIPTION, NAME, QUALIFIER, VISUALISATIONX, VISUALISATIONYFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextWorkflowDecisionTemplateModel(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
Modifier and TypeMethodDescriptionGenerated method - Getter of theWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.Generated method - Getter of theWorkflowDecisionTemplate.parentWorkflowTemplateattribute defined at extensionworkflow.Generated method - Getter of theWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.voidGenerated method - Setter ofWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.voidGenerated method - Setter ofWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.Methods inherited from class de.hybris.platform.workflow.model.AbstractWorkflowDecisionModel
getCode, getDescription, getDescription, getName, getName, getQualifier, getVisualisationX, getVisualisationY, setCode, setDescription, setDescription, setName, setName, setQualifier, setVisualisationX, setVisualisationYMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_WORKFLOWACTIONTEMPLATEDECISIONSTEMPLATERELATION
Generated relation code constant for relationWorkflowActionTemplateDecisionsTemplateRelationdefining source attributeactionTemplatein extensionworkflow.- See Also:
-
PARENTWORKFLOWTEMPLATE
Generated constant - Attribute key ofWorkflowDecisionTemplate.parentWorkflowTemplateattribute defined at extensionworkflow.- See Also:
-
ACTIONTEMPLATE
Generated constant - Attribute key ofWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.- See Also:
-
TOTEMPLATEACTIONS
Generated constant - Attribute key ofWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.- See Also:
-
-
Constructor Details
-
WorkflowDecisionTemplateModel
public WorkflowDecisionTemplateModel()Generated constructor - Default constructor for generic creation. -
WorkflowDecisionTemplateModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
WorkflowDecisionTemplateModel
@Deprecated(since="4.1.1", forRemoval=true) public WorkflowDecisionTemplateModel(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 Details
-
getActionTemplate
@Accessor(qualifier="actionTemplate", type=GETTER) public WorkflowActionTemplateModel getActionTemplate()Generated method - Getter of theWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.- Returns:
- the actionTemplate - reference to the action template this decision belongs to
-
getParentWorkflowTemplate
@Accessor(qualifier="parentWorkflowTemplate", type=GETTER) public WorkflowTemplateModel getParentWorkflowTemplate()Generated method - Getter of theWorkflowDecisionTemplate.parentWorkflowTemplateattribute defined at extensionworkflow.- Returns:
- the parentWorkflowTemplate
-
getToTemplateActions
@Accessor(qualifier="toTemplateActions", type=GETTER) public Collection<WorkflowActionTemplateModel> getToTemplateActions()Generated method - Getter of theWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the toTemplateActions - list of actions that will be activated then the decision gets chosen
-
setActionTemplate
@Accessor(qualifier="actionTemplate", type=SETTER) public void setActionTemplate(WorkflowActionTemplateModel value) Generated method - Setter ofWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.- Parameters:
value- the actionTemplate - reference to the action template this decision belongs to
-
setToTemplateActions
@Accessor(qualifier="toTemplateActions", type=SETTER) public void setToTemplateActions(Collection<WorkflowActionTemplateModel> value) Generated method - Setter ofWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.- Parameters:
value- the toTemplateActions - list of actions that will be activated then the decision gets chosen
-