Uses of Class
de.hybris.platform.workflow.model.WorkflowDecisionModel
-
Packages that use WorkflowDecisionModel Package Description de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.workflow.model Contains generated models for each type of de.hybris.platform.workflow.jalo package. -
-
Uses of WorkflowDecisionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelCMSWorkflowCommentModel. getDecision()Generated method - Getter of theCMSWorkflowComment.decisionattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model with parameters of type WorkflowDecisionModel Modifier and Type Method Description voidCMSWorkflowCommentModel. setDecision(WorkflowDecisionModel value)Generated method - Setter ofCMSWorkflowComment.decisionattribute defined at extensioncms2. -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelWorkflowActionModel. getSelectedDecision()Generated method - Getter of theWorkflowAction.selectedDecisionattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowDecisionModel Modifier and Type Method Description java.util.Collection<WorkflowDecisionModel>WorkflowActionModel. getDecisions()Generated method - Getter of theWorkflowAction.decisionsattribute defined at extensionworkflow.java.util.Collection<WorkflowDecisionModel>WorkflowActionModel. getIncomingDecisions()Generated method - Getter of theWorkflowAction.incomingDecisionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowDecisionModel Modifier and Type Method Description voidWorkflowActionModel. setSelectedDecision(WorkflowDecisionModel value)Generated method - Setter ofWorkflowAction.selectedDecisionattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowDecisionModel Modifier and Type Method Description voidWorkflowActionModel. setDecisions(java.util.Collection<WorkflowDecisionModel> value)Generated method - Setter ofWorkflowAction.decisionsattribute defined at extensionworkflow.voidWorkflowActionModel. setIncomingDecisions(java.util.Collection<WorkflowDecisionModel> value)Generated method - Setter ofWorkflowAction.incomingDecisionsattribute defined at extensionworkflow.
-