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 StringIWorkflowBpmnLocalization. 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 classBaseMultipleConditionPropsThe properties model for workflow nodes for which a complex condition need to be configured.classBaseMultipleDoUntilLoopTestPropsThe properties model for workflow nodes for which a complex do-until loop test need to be configured.classBaseMultipleWhileLoopTestPropsThe properties model for workflow nodes for which a complex while loop test need to be configured.classFcDoUntilLoopPropsThe properties model for workflow nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.classFcMultipleConditionPropsThe properties model for workflow nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.classFcWhileLoopPropsThe properties model for workflow nodes of typeEWorkflowNodeType.FC_WHILE_LOOP.
-