Uses of Class
de.xima.fc.workflow.model.nodes.FcCounterProps
Packages that use FcCounterProps
Package
Description
-
Uses of FcCounterProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcCounterProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcCounterPropsModifier and TypeFieldDescriptionFcCounterBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcCounterPropsModifier and TypeMethodDescriptionprotected StringFcCounterBpmnModeler.createDetails(IModelWorkflowNodeParams<FcCounterProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcCounterBpmnModeler.createName(IModelWorkflowNodeParams<FcCounterProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcCounterProps 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 FcCounterPropsModifier and TypeClassDescriptionclassHandler for Node of typeEWorkflowNodeType.FC_COUNTERclassHandler for Node of typeEWorkflowNodeType.FC_COUNTERclassHandler for Node of typeEWorkflowNodeType.FC_COUNTERclassHandler for Node of typeEWorkflowNodeType.FC_COUNTERclassHandler for Node of typeEWorkflowNodeType.FC_COUNTERclassHandler for Node of typeEWorkflowNodeType.FC_COUNTERclassHandler for Node of typeEWorkflowNodeType.FC_COUNTERMethods in de.xima.fc.workflow.designer.registry.nodes that return FcCounterPropsModifier and TypeMethodDescriptionFcCounterHandler.getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params) Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcCounterPropsModifier and TypeMethodDescriptionFcCounterHandler.getBpmnModeler()FcCounterHandler.getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcCounterPropsModifier and TypeMethodDescriptionFcCounterHandler.execute(INodeExecutionParams<FcCounterProps> params) FcCounterHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcCounterProps> params) -
Uses of FcCounterProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcCounterProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionclassHandler for executing workflow actions of typeEWorkflowNodeType.FC_COUNTER.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcCounterPropsModifierConstructorDescriptionCreates 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 FcCounterPropsModifier and TypeMethodDescriptionstatic FcCounterPropsWorkflowNodePropsFactory.counter(ClientCounter counter, ECounterActionType actionType, String step) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat modifies a certain client counter.static FcCounterPropsWorkflowNodePropsFactory.counter(String counterName, ECounterActionType actionType, String step) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat modifies a certain client counter.static FcCounterPropsWorkflowNodePropsFactory.counterDecrement(ClientCounter counter, String step) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat decrements a client counter.static FcCounterPropsWorkflowNodePropsFactory.counterDecrement(String counterName, String step) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat decrements a client counter.static FcCounterPropsWorkflowNodePropsFactory.counterIncrement(ClientCounter counter, String step) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat increments a client counter.static FcCounterPropsWorkflowNodePropsFactory.counterIncrement(String counterName, String step) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat increments a client counter.static FcCounterPropsWorkflowNodePropsFactory.counterReset(ClientCounter counter) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat resets a client counter.static FcCounterPropsWorkflowNodePropsFactory.counterReset(String counterName) Creates a new workflow node model for aEWorkflowNodeType.FC_COUNTERthat resets a client counter.