Class B2BRegistrationTestWorkflowProcessingService
- java.lang.Object
-
- de.hybris.platform.workflow.impl.DefaultWorkflowProcessingService
-
- de.hybris.platform.secureportaladdon.tests.util.B2BRegistrationTestWorkflowProcessingService
-
- All Implemented Interfaces:
WorkflowProcessingService
public class B2BRegistrationTestWorkflowProcessingService extends DefaultWorkflowProcessingService
Test Service to override default automated worflow action activation. It allows individual activations of automated workflow actions.
-
-
Constructor Summary
Constructors Constructor Description B2BRegistrationTestWorkflowProcessingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidchosen(WorkflowDecisionModel selDec)The method below calls activates all subsequent automated actions.-
Methods inherited from class de.hybris.platform.workflow.impl.DefaultWorkflowProcessingService
activate, checkIncomingLinks, decide, decideAction, endWorkflow, getAutomatedWorkflowRegistry, getLinks, lookupAutomatedWorkflowRegistry, predecessorsCompleted, setActionActivationStrategy, setAndConnectionBetweenActionAndDecision, setDecideActionStrategy, setFlexibleSearchService, setModelService, setOrConnectionBetweenActionAndDecision, setWorkflowActionService, setWorkflowService, startWorkflow, terminateWorkflow, toggleActions, writeAutomatedComment
-
-
-
-
Method Detail
-
chosen
protected void chosen(WorkflowDecisionModel selDec)
The method below calls activates all subsequent automated actions. It is kept empty for use in a Workflow Integration test in which it is desired to activate an individual automated workflow action.- Overrides:
chosenin classDefaultWorkflowProcessingService
-
-