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 IWorkflowExecutorIWorkflowExecutionContext. 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 SendMessageExecutorSendMessageExecutor. 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 IWorkflowExecutorWorkflowExecutionContext. executor()
-