Uses of Class
de.xima.fc.workflow.model.nodes.FcQueueTaskProps
-
-
Uses of FcQueueTaskProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcQueueTaskProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcQueueTaskProps>FcQueueTaskBpmnModeler. INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcQueueTaskProps Modifier and Type Method Description protected StringFcQueueTaskBpmnModeler. createDetails(IModelWorkflowNodeParams<FcQueueTaskProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)protected StringFcQueueTaskBpmnModeler. createName(IModelWorkflowNodeParams<FcQueueTaskProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcQueueTaskProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcQueueTaskProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcQueueTaskProps>FcQueueTaskHandler. getBpmnModeler()Class<FcQueueTaskProps>FcQueueTaskHandler. getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcQueueTaskProps Modifier and Type Method Description INormalCompletionResultFcQueueTaskHandler. execute(INodeExecutionParams<FcQueueTaskProps> params)ISummaryKeyValueModelFcQueueTaskHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcQueueTaskProps> params) -
Uses of FcQueueTaskProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcQueueTaskProps Constructor Description FcQueueTaskExecutor(INodeExecutionParams<FcQueueTaskProps> params)Creates a new executor for executing a change state action with the given params. -
Uses of FcQueueTaskProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcQueueTaskProps Modifier and Type Method Description static FcQueueTaskPropsWorkflowNodePropsFactory. queueTask(WorkflowTrigger triggerToInvoke)Creates a new workflow node model for aEWorkflowNodeType.FC_QUEUE_TASKthat invokes the given task immediately after the current task ends.static FcQueueTaskPropsWorkflowNodePropsFactory. queueTask(WorkflowTrigger triggerToInvoke, boolean addToEnd)Creates a new workflow node model for aEWorkflowNodeType.FC_QUEUE_TASKthat invokes the given task.
-