Uses of Class
de.xima.fc.mdl.workflow.WorkflowStartingContext
Packages that use WorkflowStartingContext
Package
Description
Package für den API-Zugriff auf Workflowverarbeitung
-
Uses of WorkflowStartingContext in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type WorkflowStartingContextModifier and TypeMethodDescriptionWorkflowAPI.initWorkflow
(WorkflowStartingContext startingContext) Deprecated.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 WorkflowStartingContextModifier and TypeMethodDescriptionstatic 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 WorkflowStartingContextModifier and TypeMethodDescriptionIWorkflowHandler.initWorkflow
(WorkflowStartingContext startingContext) Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent)
.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 WorkflowStartingContextModifier and TypeMethodDescriptionWorkflowHandler.initWorkflow
(WorkflowStartingContext wfsctx) Deprecated.Use the new workflow engine.WorkflowHandler.verifyAndInitWorkflow
(UserContext uc, WorkflowStartingContext wfsCtx) Deprecated.Use the new workflow engine.
WorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.