Uses of Class
de.xima.fc.gui.common.bean.ABooleanExpressionBean
-
Packages that use ABooleanExpressionBean Package Description de.xima.fc.gui.bean.user de.xima.fc.workflow.designer.bean.nodes -
-
Uses of ABooleanExpressionBean in de.xima.fc.gui.bean.user
Subclasses of ABooleanExpressionBean in de.xima.fc.gui.bean.user Modifier and Type Class Description class
ClientAuthorizationBean
Bean for handling ofIEntityClientAuthorization
in theauthorizations.xhtml
-
Uses of ABooleanExpressionBean in de.xima.fc.workflow.designer.bean.nodes
Subclasses of ABooleanExpressionBean in de.xima.fc.workflow.designer.bean.nodes Modifier and Type Class Description class
BaseMultipleCheckBean<TData extends IMultipleCheckProps>
Bean for editing workflow nodes for which a complex condition need to be configured, such as an if-else condition or a while loop.class
FcDoUntilLoopBean
Bean for editing FORMCYCLEEWorkflowNodeType.FC_DO_UNTIL_LOOP
nodes.class
FcMultipleConditionBean
Bean for editing formcycleEWorkflowNodeType.FC_MULTIPLE_CONDITION
nodes.class
FcSwitchCaseBean
Bean for editing formcycleEWorkflowNodeType.FC_MULTIPLE_CONDITION
nodes.class
FcWhileLoopBean
Bean for editing FORMCYCLEEWorkflowNodeType.FC_WHILE_LOOP
nodes.
-