Uses of Class
de.hybris.platform.workflow.jalo.WorkflowDecision
Packages that use WorkflowDecision
Package
Description
-
Uses of WorkflowDecision in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions that return WorkflowDecisionModifier and TypeMethodDescriptionfinal 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 WorkflowDecisionModifier and TypeMethodDescriptionGeneratedCMSWorkflowComment.getDecision()Generated method - Getter of theCMSWorkflowComment.decisionattribute.GeneratedCMSWorkflowComment.getDecision(SessionContext ctx) Generated method - Getter of theCMSWorkflowComment.decisionattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type WorkflowDecisionModifier and TypeMethodDescriptionvoidGeneratedCMSWorkflowComment.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 -
Uses of WorkflowDecision in de.hybris.platform.workflow.jalo
Fields in de.hybris.platform.workflow.jalo with type parameters of type WorkflowDecisionModifier and TypeFieldDescriptionprotected static final OneToManyHandler<WorkflowDecision>GeneratedWorkflowAction.DECISIONSHANDLEROneToManyHandlerfor handling 1:n DECISIONS's relation attributes from 'many' side.Methods in de.hybris.platform.workflow.jalo that return WorkflowDecisionModifier and TypeMethodDescriptionGeneratedWorkflowManager.createWorkflowDecision(SessionContext ctx, Map attributeValues) GeneratedWorkflowManager.createWorkflowDecision(Map attributeValues) protected WorkflowDecisionWorkflowTest.getDecision(String code, WorkflowAction action) Gets the decision with given code from test workflow instance.WorkflowAction.getDecisionByName(String name) Deprecated.Returns the decision with the given name, if this action has no such decision, returns null.GeneratedWorkflowAction.getSelectedDecision()Generated method - Getter of theWorkflowAction.selectedDecisionattribute.GeneratedWorkflowAction.getSelectedDecision(SessionContext ctx) Generated method - Getter of theWorkflowAction.selectedDecisionattribute.AutomatedWorkflowTemplateJob.perform(WorkflowAction action) Deprecated.execution method for the automated workflow jobWorkflowAutomatedAction.perform(WorkflowAction action) Deprecated.WorkflowAutomatedTest.WorkflowAutomatedTestAction.perform(WorkflowAction action) Methods in de.hybris.platform.workflow.jalo that return types with arguments of type WorkflowDecisionModifier and TypeMethodDescriptionGeneratedWorkflowAction.getDecisions()Generated method - Getter of theWorkflowAction.decisionsattribute.GeneratedWorkflowAction.getDecisions(SessionContext ctx) Generated method - Getter of theWorkflowAction.decisionsattribute.GeneratedWorkflowAction.getIncomingDecisions()Generated method - Getter of theWorkflowAction.incomingDecisionsattribute.GeneratedWorkflowAction.getIncomingDecisions(SessionContext ctx) Generated method - Getter of theWorkflowAction.incomingDecisionsattribute.Methods in de.hybris.platform.workflow.jalo with parameters of type WorkflowDecisionModifier and TypeMethodDescriptionvoidGeneratedWorkflowAction.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, List<WorkflowAction> workflowActions, WorkflowDecision newDecision) Deprecated.Sets the andConntection Attribute on the extendet Relation WorkflowActionLinkRelation.WorkflowManager.getLinks(WorkflowDecision decision, AbstractWorkflowAction action) Deprecated.voidGeneratedWorkflowAction.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 WorkflowDecisionModifier and TypeMethodDescriptionvoidGeneratedWorkflowAction.setDecisions(SessionContext ctx, Collection<WorkflowDecision> value) Generated method - Setter of theWorkflowAction.decisionsattribute.voidGeneratedWorkflowAction.setDecisions(Collection<WorkflowDecision> value) Generated method - Setter of theWorkflowAction.decisionsattribute.voidGeneratedWorkflowAction.setIncomingDecisions(SessionContext ctx, Collection<WorkflowDecision> value) Generated method - Setter of theWorkflowAction.incomingDecisionsattribute.voidGeneratedWorkflowAction.setIncomingDecisions(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
DefaultWorkflowProcessingService