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 IWorkflowResponse
WorkflowAPI. initWorkflow(WorkflowStartingContext startingContext)
Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.IWorkflowResponse
WorkflowAPI. 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 IWorkflowResponse
WorkflowStarter. initWorkflow(WorkflowStartingContext wfsctx)
Deprecated. -
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 IWorkflowResponse
IWorkflowHandler. initWorkflow(WorkflowStartingContext startingContext)
Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent)
.IWorkflowResponse
IWorkflowHandler. 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 IWorkflowResponse
WorkflowHandler. initWorkflow(WorkflowStartingContext wfsctx)
Deprecated.Use the new workflow engine.IWorkflowResponse
WorkflowHandler. verifyAndInitWorkflow(UserContext uc, WorkflowStartingContext wfsCtx)
Deprecated.Use the new workflow engine.
-