Uses of Class
de.hybris.platform.workflow.model.WorkflowDecisionTemplateModel
-
Packages that use WorkflowDecisionTemplateModel Package Description de.hybris.platform.workflow.model Contains generated models for each type of de.hybris.platform.workflow.jalo package. -
-
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description java.util.Collection<WorkflowDecisionTemplateModel>WorkflowActionTemplateModel. getDecisionTemplates()Generated method - Getter of theWorkflowActionTemplate.decisionTemplatesattribute defined at extensionworkflow.java.util.Collection<WorkflowDecisionTemplateModel>WorkflowActionTemplateModel. getIncomingTemplateDecisions()Generated method - Getter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description voidWorkflowActionTemplateModel. setDecisionTemplates(java.util.Collection<WorkflowDecisionTemplateModel> value)Generated method - Setter ofWorkflowActionTemplate.decisionTemplatesattribute defined at extensionworkflow.voidWorkflowActionTemplateModel. setIncomingTemplateDecisions(java.util.Collection<WorkflowDecisionTemplateModel> value)Generated method - Setter ofWorkflowActionTemplate.incomingTemplateDecisionsattribute defined at extensionworkflow.
-