Uses of Interface
de.xima.fc.interfaces.workflow.props.IMultipleConditionProviding
Packages that use IMultipleConditionProviding
-
Uses of IMultipleConditionProviding in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IMultipleConditionProvidingModifier and TypeMethodDescriptionIWorkflowBpmnLocalization.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 IMultipleConditionProvidingModifier and TypeClassDescriptionclassThe properties model for workflow nodes for which a complex condition need to be configured.classThe properties model for workflow nodes for which a complex do-until loop test need to be configured.classThe properties model for workflow nodes for which a complex while loop test need to be configured.final classThe properties model for workflow nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.final classThe properties model for workflow nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.final classThe properties model for workflow nodes of typeEWorkflowNodeType.FC_WHILE_LOOP.