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 formcycle
EWorkflowNodeType.FC_MULTIPLE_CONDITION nodes.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class ABooleanExpressionBean
localeBean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseMultipleCheckBean
addCondition, getAllVariables, prepareViewForElement, removeCondition, updateCurrentPropertiesMethods inherited from class ABooleanExpressionBean
completeCustomExpression, findNewVariableName, getOrderedCombinationTypes, getOrderedMatchConditions, lintCustomExpressionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IElementPropertiesBean
updateCurrentTaskMethods inherited from interface INodePropertiesBean
retrieveCurrentProperties
-
Constructor Details
-
FcMultipleConditionBean
public FcMultipleConditionBean()
-