Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowExecutor
-
Packages that use IWorkflowExecutor Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.logic.form_record.message de.xima.fc.workflow.processor.logic.execution -
-
Uses of IWorkflowExecutor in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IWorkflowExecutor Modifier and Type Method Description IWorkflowExecutor
IWorkflowExecutionContext. executor()
Grants access to the executor that can be used to execute children, or to trigger events. -
Uses of IWorkflowExecutor in de.xima.fc.logic.form_record.message
Methods in de.xima.fc.logic.form_record.message with parameters of type IWorkflowExecutor Modifier and Type Method Description static SendMessageExecutor
SendMessageExecutor. workflow(ISendMessageRequest request, IWorkflowExecutor workflowExecutor)
Creates a new instance of the executor with the given request. -
Uses of IWorkflowExecutor in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return IWorkflowExecutor Modifier and Type Method Description IWorkflowExecutor
WorkflowExecutionContext. executor()
-