Uses of Interface
com.hybris.backoffice.workflow.designer.pojo.WorkflowDecision
-
Packages that use WorkflowDecision Package Description com.hybris.backoffice.workflow.designer.pojo -
-
Uses of WorkflowDecision in com.hybris.backoffice.workflow.designer.pojo
Classes in com.hybris.backoffice.workflow.designer.pojo that implement WorkflowDecision Modifier and Type Class Description classWorkflowDecisionInstanceRepresents Workflow Decision of Workflow InstanceclassWorkflowDecisionTemplateRepresents Workflow Decision of Workflow TemplateMethods in com.hybris.backoffice.workflow.designer.pojo that return types with arguments of type WorkflowDecision Modifier and Type Method Description java.util.Collection<WorkflowDecision>WorkflowAction. getDecisions()java.util.Collection<WorkflowDecision>WorkflowActionInstance. getDecisions()java.util.Collection<WorkflowDecision>WorkflowActionTemplate. getDecisions()java.util.Collection<WorkflowDecision>WorkflowAction. getIncomingDecisions()java.util.Collection<WorkflowDecision>WorkflowActionInstance. getIncomingDecisions()java.util.Collection<WorkflowDecision>WorkflowActionTemplate. getIncomingDecisions()
-