public class DefautB2BRegistrationWorkflowFacade extends java.lang.Object implements B2BRegistrationWorkflowFacade
B2BRegistrationWorkflowFacade| Constructor and Description |
|---|
DefautB2BRegistrationWorkflowFacade() |
| Modifier and Type | Method and Description |
|---|---|
void |
launchWorkflow(WorkflowTemplateModel workflowTemplateModel,
B2BRegistrationModel b2bRegistrationModel)
Launches a new workflow instance
|
void |
setModelService(ModelService modelService) |
void |
setUserService(UserService userService) |
void |
setWorkflowProcessingService(WorkflowProcessingService workflowProcessingService) |
void |
setWorkflowService(WorkflowService workflowService) |
public void setWorkflowService(WorkflowService workflowService)
workflowService - the workflowService to setpublic void setWorkflowProcessingService(WorkflowProcessingService workflowProcessingService)
workflowProcessingService - the workflowProcessingService to setpublic void setUserService(UserService userService)
userService - the userService to setpublic void setModelService(ModelService modelService)
modelService - the modelService to setpublic void launchWorkflow(WorkflowTemplateModel workflowTemplateModel, B2BRegistrationModel b2bRegistrationModel)
B2BRegistrationWorkflowFacadelaunchWorkflow in interface B2BRegistrationWorkflowFacadeworkflowTemplateModel - The workflow template definition to useb2bRegistrationModel - All registration specific informationCopyright © 2018 SAP SE. All Rights Reserved.