Uses of Class
de.hybris.platform.workflow.model.WorkflowActionTemplateModel
-
Packages that use WorkflowActionTemplateModel Package Description de.hybris.platform.workflow.model Contains generated models for each type of de.hybris.platform.workflow.jalo package. -
-
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow.model
Subclasses of WorkflowActionTemplateModel in de.hybris.platform.workflow.model Modifier and Type Class Description classAutomatedWorkflowActionTemplateModelGenerated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.Methods in de.hybris.platform.workflow.model that return WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionTemplateModelWorkflowDecisionTemplateModel. getActionTemplate()Generated method - Getter of theWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.WorkflowActionTemplateModelWorkflowActionModel. getTemplate()Generated method - Getter of theWorkflowAction.templateattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowActionTemplateModel Modifier and Type Method Description java.util.List<WorkflowActionTemplateModel>WorkflowTemplateModel. getActions()Generated method - Getter of theWorkflowTemplate.actionsattribute defined at extensionworkflow.java.util.Collection<WorkflowActionTemplateModel>WorkflowDecisionTemplateModel. getToTemplateActions()Generated method - Getter of theWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description voidWorkflowDecisionTemplateModel. setActionTemplate(WorkflowActionTemplateModel value)Generated method - Setter ofWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.voidWorkflowActionModel. setTemplate(WorkflowActionTemplateModel value)Generated method - Initial setter ofWorkflowAction.templateattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowActionTemplateModel Modifier and Type Method Description voidWorkflowTemplateModel. setActions(java.util.List<WorkflowActionTemplateModel> value)Generated method - Setter ofWorkflowTemplate.actionsattribute defined at extensionworkflow.voidWorkflowDecisionTemplateModel. setToTemplateActions(java.util.Collection<WorkflowActionTemplateModel> value)Generated method - Setter ofWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type WorkflowActionTemplateModel Constructor Description WorkflowActionModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionModel(WorkflowActionType _actionType, java.lang.String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow)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
-