Uses of Class
de.hybris.platform.workflow.model.WorkflowDecisionModel
Packages that use WorkflowDecisionModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
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 WorkflowDecisionModelModifier and TypeMethodDescriptionCMSWorkflowCommentModel.getDecision()Generated method - Getter of theCMSWorkflowComment.decisionattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidCMSWorkflowCommentModel.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 WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowActionModel.getSelectedDecision()Generated method - Getter of theWorkflowAction.selectedDecisionattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowActionModel.getDecisions()Generated method - Getter of theWorkflowAction.decisionsattribute defined at extensionworkflow.WorkflowActionModel.getIncomingDecisions()Generated method - Getter of theWorkflowAction.incomingDecisionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidWorkflowActionModel.setSelectedDecision(WorkflowDecisionModel value) Generated method - Setter ofWorkflowAction.selectedDecisionattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidWorkflowActionModel.setDecisions(Collection<WorkflowDecisionModel> value) Generated method - Setter ofWorkflowAction.decisionsattribute defined at extensionworkflow.voidWorkflowActionModel.setIncomingDecisions(Collection<WorkflowDecisionModel> value) Generated method - Setter ofWorkflowAction.incomingDecisionsattribute defined at extensionworkflow.