Interface B2BRegistrationWorkflowFacade
-
- All Known Implementing Classes:
DefautB2BRegistrationWorkflowFacade
public interface B2BRegistrationWorkflowFacadeFacade that handles workflow specific actions for B2B registrations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlaunchWorkflow(WorkflowTemplateModel workflowTemplateModel, B2BRegistrationModel b2bRegistrationModel)Launches a new workflow instance
-
-
-
Method Detail
-
launchWorkflow
void launchWorkflow(WorkflowTemplateModel workflowTemplateModel, B2BRegistrationModel b2bRegistrationModel)
Launches a new workflow instance- Parameters:
workflowTemplateModel- The workflow template definition to useb2bRegistrationModel- All registration specific information
-
-