Uses of Class
de.xima.fc.workflow.model.nodes.FcCounterProps
-
Packages that use FcCounterProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory -
-
Uses of FcCounterProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcCounterProps Modifier and Type Method Description FcCounterProps
FcCounterHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcCounterProps Modifier and Type Method Description Class<FcCounterProps>
FcCounterHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcCounterProps Modifier and Type Method Description INormalCompletionResult
FcCounterHandler. execute(INodeExecutionParams<FcCounterProps> params)
ISummaryKeyValueModel
FcCounterHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcCounterProps> params)
-
Uses of FcCounterProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcCounterProps Constructor Description FcCounterExecutor(INodeExecutionParams<FcCounterProps> params)
Creates a new executor for executing a counter node with the given params. -
Uses of FcCounterProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcCounterProps Modifier and Type Method Description static FcCounterProps
WorkflowNodePropsFactory. counter(ClientCounter counter, ECounterActionType actionType, String step)
Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that modifies a certain client counter.static FcCounterProps
WorkflowNodePropsFactory. counter(String counterName, ECounterActionType actionType, String step)
Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that modifies a certain client counter.static FcCounterProps
WorkflowNodePropsFactory. counterDecrement(ClientCounter counter, String step)
Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that decrements a client counter.static FcCounterProps
WorkflowNodePropsFactory. counterDecrement(String counterName, String step)
Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that decrements a client counter.static FcCounterProps
WorkflowNodePropsFactory. counterIncrement(ClientCounter counter, String step)
Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that increments a client counter.static FcCounterProps
WorkflowNodePropsFactory. counterIncrement(String counterName, String step)
Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that increments a client counter.static FcCounterProps
WorkflowNodePropsFactory. counterReset(ClientCounter counter)
Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that resets a client counter.static FcCounterProps
WorkflowNodePropsFactory. counterReset(String counterName)
Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTER
that resets a client counter.
-