Uses of Class
de.hybris.platform.workflow.jalo.WorkflowDecision
-
-
Uses of WorkflowDecision in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions that return WorkflowDecision Modifier and Type Method Description WorkflowDecisionAbstractWorkflowAutomatedAction. perform(WorkflowAction action)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkflowDecision in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return WorkflowDecision Modifier and Type Method Description WorkflowDecisionGeneratedCMSWorkflowComment. getDecision()Generated method - Getter of theCMSWorkflowComment.decisionattribute.WorkflowDecisionGeneratedCMSWorkflowComment. getDecision(SessionContext ctx)Generated method - Getter of theCMSWorkflowComment.decisionattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type WorkflowDecision Modifier and Type Method Description voidGeneratedCMSWorkflowComment. setDecision(SessionContext ctx, WorkflowDecision value)Generated method - Setter of theCMSWorkflowComment.decisionattribute.voidGeneratedCMSWorkflowComment. setDecision(WorkflowDecision value)Generated method - Setter of theCMSWorkflowComment.decisionattribute. -
Uses of WorkflowDecision in de.hybris.platform.processengine.action
Methods in de.hybris.platform.processengine.action that return WorkflowDecision Modifier and Type Method Description WorkflowDecisionAfterWorkflowAction. perform(WorkflowAction action) -
Uses of WorkflowDecision in de.hybris.platform.workflow.jalo
Fields in de.hybris.platform.workflow.jalo with type parameters of type WorkflowDecision Modifier and Type Field Description protected static OneToManyHandler<WorkflowDecision>GeneratedWorkflowAction. DECISIONSHANDLEROneToManyHandlerfor handling 1:n DECISIONS's relation attributes from 'many' side.Methods in de.hybris.platform.workflow.jalo that return WorkflowDecision Modifier and Type Method Description WorkflowDecisionGeneratedWorkflowManager. createWorkflowDecision(SessionContext ctx, java.util.Map attributeValues)WorkflowDecisionGeneratedWorkflowManager. createWorkflowDecision(java.util.Map attributeValues)protected WorkflowDecisionWorkflowTest. getDecision(java.lang.String code, WorkflowAction action)Gets the decision with given code from test workflow instance.WorkflowDecisionWorkflowAction. getDecisionByName(java.lang.String name)Deprecated.Returns the decision with the given name, if this action has no such decision, returns null.WorkflowDecisionGeneratedWorkflowAction. getSelectedDecision()Generated method - Getter of theWorkflowAction.selectedDecisionattribute.WorkflowDecisionGeneratedWorkflowAction. getSelectedDecision(SessionContext ctx)Generated method - Getter of theWorkflowAction.selectedDecisionattribute.WorkflowDecisionAutomatedWorkflowTemplateJob. perform(WorkflowAction action)Deprecated.execution method for the automated workflow jobWorkflowDecisionWorkflowAutomatedAction. perform(WorkflowAction action)Deprecated.WorkflowDecisionWorkflowAutomatedTest.WorkflowAutomatedTestAction. perform(WorkflowAction action)Methods in de.hybris.platform.workflow.jalo that return types with arguments of type WorkflowDecision Modifier and Type Method Description java.util.Collection<WorkflowDecision>GeneratedWorkflowAction. getDecisions()Generated method - Getter of theWorkflowAction.decisionsattribute.java.util.Collection<WorkflowDecision>GeneratedWorkflowAction. getDecisions(SessionContext ctx)Generated method - Getter of theWorkflowAction.decisionsattribute.java.util.Collection<WorkflowDecision>GeneratedWorkflowAction. getIncomingDecisions()Generated method - Getter of theWorkflowAction.incomingDecisionsattribute.java.util.Collection<WorkflowDecision>GeneratedWorkflowAction. getIncomingDecisions(SessionContext ctx)Generated method - Getter of theWorkflowAction.incomingDecisionsattribute.Methods in de.hybris.platform.workflow.jalo with parameters of type WorkflowDecision Modifier and Type Method Description voidGeneratedWorkflowAction. addToDecisions(SessionContext ctx, WorkflowDecision value)Generated method - Addsvalueto decisions.voidGeneratedWorkflowAction. addToDecisions(WorkflowDecision value)Generated method - Addsvalueto decisions.voidGeneratedWorkflowAction. addToIncomingDecisions(SessionContext ctx, WorkflowDecision value)Generated method - Addsvalueto incomingDecisions.voidGeneratedWorkflowAction. addToIncomingDecisions(WorkflowDecision value)Generated method - Addsvalueto incomingDecisions.voidWorkflowTemplate. copyAndConnectionAttribute(WorkflowDecisionTemplate workflowDecisionTemplate, java.util.List<WorkflowAction> workflowActions, WorkflowDecision newDecision)Deprecated.Sets the andConntection Attribute on the extendet Relation WorkflowActionLinkRelation.java.util.Collection<Link>WorkflowManager. getLinks(WorkflowDecision decision, AbstractWorkflowAction action)Deprecated.since ages - as of release 4.3, private method inDefaultWorkflowProcessingServicevoidGeneratedWorkflowAction. removeFromDecisions(SessionContext ctx, WorkflowDecision value)Generated method - Removesvaluefrom decisions.voidGeneratedWorkflowAction. removeFromDecisions(WorkflowDecision value)Generated method - Removesvaluefrom decisions.voidGeneratedWorkflowAction. removeFromIncomingDecisions(SessionContext ctx, WorkflowDecision value)Generated method - Removesvaluefrom incomingDecisions.voidGeneratedWorkflowAction. removeFromIncomingDecisions(WorkflowDecision value)Generated method - Removesvaluefrom incomingDecisions.voidGeneratedWorkflowAction. setSelectedDecision(SessionContext ctx, WorkflowDecision value)Generated method - Setter of theWorkflowAction.selectedDecisionattribute.voidGeneratedWorkflowAction. setSelectedDecision(WorkflowDecision value)Generated method - Setter of theWorkflowAction.selectedDecisionattribute.Method parameters in de.hybris.platform.workflow.jalo with type arguments of type WorkflowDecision Modifier and Type Method Description voidGeneratedWorkflowAction. setDecisions(SessionContext ctx, java.util.Collection<WorkflowDecision> value)Generated method - Setter of theWorkflowAction.decisionsattribute.voidGeneratedWorkflowAction. setDecisions(java.util.Collection<WorkflowDecision> value)Generated method - Setter of theWorkflowAction.decisionsattribute.voidGeneratedWorkflowAction. setIncomingDecisions(SessionContext ctx, java.util.Collection<WorkflowDecision> value)Generated method - Setter of theWorkflowAction.incomingDecisionsattribute.voidGeneratedWorkflowAction. setIncomingDecisions(java.util.Collection<WorkflowDecision> value)Generated method - Setter of theWorkflowAction.incomingDecisionsattribute. -
Uses of WorkflowDecision in de.hybris.platform.workflow.services.internal.impl
Methods in de.hybris.platform.workflow.services.internal.impl that return WorkflowDecision Modifier and Type Method Description WorkflowDecisionDeprecatedWorkflowAction. perform(WorkflowAction action)
-