Class FcMultipleConditionBean
- java.lang.Object
-
- de.xima.fc.gui.common.bean.ABooleanExpressionBean
-
- de.xima.fc.workflow.designer.bean.nodes.BaseMultipleCheckBean<FcMultipleConditionProps>
-
- de.xima.fc.workflow.designer.bean.nodes.FcMultipleConditionBean
-
- All Implemented Interfaces:
IElementPropertiesBean<FcMultipleConditionProps,WorkflowNode>
,INodePropertiesBean<FcMultipleConditionProps>
,Serializable
@ViewScoped @Named public class FcMultipleConditionBean extends BaseMultipleCheckBean<FcMultipleConditionProps>
Bean for editing formcycleEWorkflowNodeType.FC_MULTIPLE_CONDITION
nodes.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.common.bean.ABooleanExpressionBean
localeBean
-
-
Constructor Summary
Constructors Constructor Description FcMultipleConditionBean()
-
Method Summary
-
Methods inherited from class de.xima.fc.workflow.designer.bean.nodes.BaseMultipleCheckBean
addCondition, getAllVariables, prepareViewForElement, removeCondition, updateCurrentProperties
-
Methods inherited from class de.xima.fc.gui.common.bean.ABooleanExpressionBean
completeCustomExpression, findNewVariableName, getOrderedCombinationTypes, getOrderedMatchConditions, lintCustomExpression
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.workflow.elements.IElementPropertiesBean
updateCurrentTask
-
Methods inherited from interface de.xima.fc.interfaces.workflow.nodes.INodePropertiesBean
retrieveCurrentProperties
-
-