Uses of Class
de.xima.fc.workflow.model.nodes.FcQueueTaskProps
Packages that use FcQueueTaskProps
Package
Description
-
Uses of FcQueueTaskProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcQueueTaskProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcQueueTaskPropsModifier and TypeFieldDescriptionFcQueueTaskBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcQueueTaskPropsModifier and TypeMethodDescriptionprotected 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
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcQueueTaskPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_QUEUE_TASK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_QUEUE_TASK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_QUEUE_TASK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_QUEUE_TASK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_QUEUE_TASK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_QUEUE_TASK.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcQueueTaskPropsModifier and TypeMethodDescriptionFcQueueTaskHandler.getBpmnModeler()FcQueueTaskHandler.getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcQueueTaskPropsModifier and TypeMethodDescriptionFcQueueTaskHandler.execute(INodeExecutionParams<FcQueueTaskProps> params) FcQueueTaskHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcQueueTaskProps> params) -
Uses of FcQueueTaskProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcQueueTaskProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_QUEUE_TASK.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcQueueTaskPropsModifierConstructorDescriptionCreates 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 FcQueueTaskPropsModifier and TypeMethodDescriptionstatic 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.