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:
java.io.Serializable
public class WorkflowDecisionTemplateModel extends AbstractWorkflowDecisionModel
Generated model class for type WorkflowDecisionTemplate 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_WORKFLOWACTIONTEMPLATEDECISIONSTEMPLATERELATIONGenerated relation code constant for relationWorkflowActionTemplateDecisionsTemplateRelationdefining source attributeactionTemplatein extensionworkflow.static java.lang.StringACTIONTEMPLATEGenerated constant - Attribute key ofWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.static java.lang.StringPARENTWORKFLOWTEMPLATEGenerated constant - Attribute key ofWorkflowDecisionTemplate.parentWorkflowTemplateattribute defined at extensionworkflow.static java.lang.StringTOTEMPLATEACTIONSGenerated constant - Attribute key ofWorkflowDecisionTemplate.toTemplateActionsattribute 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 WorkflowDecisionTemplateModel()Generated constructor - Default constructor for generic creation.WorkflowDecisionTemplateModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextWorkflowDecisionTemplateModel(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 WorkflowActionTemplateModelgetActionTemplate()Generated method - Getter of theWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.WorkflowTemplateModelgetParentWorkflowTemplate()Generated method - Getter of theWorkflowDecisionTemplate.parentWorkflowTemplateattribute defined at extensionworkflow.java.util.Collection<WorkflowActionTemplateModel>getToTemplateActions()Generated method - Getter of theWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.voidsetActionTemplate(WorkflowActionTemplateModel value)Generated method - Setter ofWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.voidsetToTemplateActions(java.util.Collection<WorkflowActionTemplateModel> value)Generated method - Setter ofWorkflowDecisionTemplate.toTemplateActionsattribute 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
-
_WORKFLOWACTIONTEMPLATEDECISIONSTEMPLATERELATION
public static final java.lang.String _WORKFLOWACTIONTEMPLATEDECISIONSTEMPLATERELATION
Generated relation code constant for relationWorkflowActionTemplateDecisionsTemplateRelationdefining source attributeactionTemplatein extensionworkflow.- See Also:
- Constant Field Values
-
PARENTWORKFLOWTEMPLATE
public static final java.lang.String PARENTWORKFLOWTEMPLATE
Generated constant - Attribute key ofWorkflowDecisionTemplate.parentWorkflowTemplateattribute defined at extensionworkflow.- See Also:
- Constant Field Values
-
ACTIONTEMPLATE
public static final java.lang.String ACTIONTEMPLATE
Generated constant - Attribute key ofWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.- See Also:
- Constant Field Values
-
TOTEMPLATEACTIONS
public static final java.lang.String TOTEMPLATEACTIONS
Generated constant - Attribute key ofWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowDecisionTemplateModel
public WorkflowDecisionTemplateModel()
Generated constructor - Default constructor for generic creation.
-
WorkflowDecisionTemplateModel
public WorkflowDecisionTemplateModel(ItemModelContext ctx)
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(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
-
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 java.util.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(java.util.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
-
-