Uses of Class
de.xima.fc.mdl.workflow.WorkflowStartingContext
- 
Packages that use WorkflowStartingContext Package Description de.xima.fc.api.workflow Package für den API-Zugriff auf Workflowverarbeitungde.xima.fc.bl de.xima.fc.handler.interfaces.workflow de.xima.fc.handler.workflow  - 
- 
Uses of WorkflowStartingContext in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type WorkflowStartingContext Modifier and Type Method Description IWorkflowResponseWorkflowAPI. initWorkflow(WorkflowStartingContext startingContext)Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).IWorkflowResponseWorkflowAPI. verifyAndInitWorkflow(UserContext uc, WorkflowStartingContext startingContext)Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent). - 
Uses of WorkflowStartingContext in de.xima.fc.bl
Methods in de.xima.fc.bl with parameters of type WorkflowStartingContext Modifier and Type Method Description static IWorkflowResponseWorkflowStarter. initWorkflow(WorkflowStartingContext wfsctx) - 
Uses of WorkflowStartingContext in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow with parameters of type WorkflowStartingContext Modifier and Type Method Description IWorkflowResponseIWorkflowHandler. initWorkflow(WorkflowStartingContext startingContext)Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent).IWorkflowResponseIWorkflowHandler. verifyAndInitWorkflow(UserContext uc, WorkflowStartingContext startingContext)Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent). - 
Uses of WorkflowStartingContext in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow with parameters of type WorkflowStartingContext Modifier and Type Method Description IWorkflowResponseWorkflowHandler. initWorkflow(WorkflowStartingContext wfsctx)Deprecated.Use the new workflow engine.IWorkflowResponseWorkflowHandler. verifyAndInitWorkflow(UserContext uc, WorkflowStartingContext wfsCtx)Deprecated.Use the new workflow engine. 
 -