Uses of Interface
de.xima.fc.interfaces.workflow.props.IMultipleConditionProviding
-
Packages that use IMultipleConditionProviding Package Description de.xima.fc.interfaces.workflow.bpmn de.xima.fc.workflow.model.nodes -
-
Uses of IMultipleConditionProviding in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IMultipleConditionProviding Modifier and Type Method Description String
IWorkflowBpmnLocalization. multipleCondition(IMultipleConditionProviding conditionProviding)
Localizes the multiple conditions of the given properties. -
Uses of IMultipleConditionProviding in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IMultipleConditionProviding Modifier and Type Class Description class
BaseMultipleConditionProps
The properties model for workflow nodes for which a complex condition need to be configured.class
BaseMultipleDoUntilLoopTestProps
The properties model for workflow nodes for which a complex do-until loop test need to be configured.class
BaseMultipleWhileLoopTestProps
The properties model for workflow nodes for which a complex while loop test need to be configured.class
FcDoUntilLoopProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP
.class
FcMultipleConditionProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION
.class
FcWhileLoopProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_WHILE_LOOP
.
-