Uses of Class
de.xima.fc.workflow.model.nodes.FcQueueTaskProps
-
Packages that use FcQueueTaskProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
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 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 INormalCompletionResult
FcQueueTaskHandler. execute(INodeExecutionParams<FcQueueTaskProps> params)
ISummaryKeyValueModel
FcQueueTaskHandler. 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.
-