Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IModelWorkflowProcessParams
-
Packages that use IModelWorkflowProcessParams Package Description de.xima.fc.interfaces.workflow.bpmn de.xima.fc.workflow.bpmn -
-
Uses of IModelWorkflowProcessParams in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IModelWorkflowProcessParams Modifier and Type Method Description void
IWorkflowProcessBpmnModeler. modelProcess(IModelWorkflowProcessParams params, IWorkflowBpmnModelContext context)
Models aWorkflowProcess
in the BPMN diagram. -
Uses of IModelWorkflowProcessParams in de.xima.fc.workflow.bpmn
Constructors in de.xima.fc.workflow.bpmn with parameters of type IModelWorkflowProcessParams Constructor Description AProcessStatefulModeler(IModelWorkflowProcessParams params, IWorkflowBpmnModelContext context)
Creates a new stateful modeler with the data as provided by the workflow engine.
-