Uses of Interface
de.xima.fc.interfaces.workflow.elements.IElementPropertiesBean
-
-
Uses of IElementPropertiesBean in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return types with arguments of type IElementPropertiesBean Modifier and Type Method Description default Class<? extends IElementPropertiesBean<TData,TElement>>IElementHandler. getPropertiesBeanClass()Returns the class of the bean that should be used when editing the properties of a workflow element. -
Uses of IElementPropertiesBean in de.xima.fc.interfaces.workflow.nodes
Subinterfaces of IElementPropertiesBean in de.xima.fc.interfaces.workflow.nodes Modifier and Type Interface Description interfaceINodePropertiesBean<TData>The interface of a bean for editing the properties of workflow nodes. -
Uses of IElementPropertiesBean in de.xima.fc.interfaces.workflow.triggers
Subinterfaces of IElementPropertiesBean in de.xima.fc.interfaces.workflow.triggers Modifier and Type Interface Description interfaceITriggerPropertiesBean<TData>The interface of a bean for editing the properties of workflow triggers. -
Uses of IElementPropertiesBean in de.xima.fc.workflow.designer.bean.nodes
Classes in de.xima.fc.workflow.designer.bean.nodes that implement IElementPropertiesBean Modifier and Type Class Description classBaseMultipleCheckBean<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.classCommonFormRecordMessageBeanHelper bean for working with form record message nodes / triggers in the workflow designer.classFcChangeFormRecordChatActivenessBeanHelper bean for working with the change form record chat activeness node in the workflow designer.classFcChangeStateBeanBean for editing the properties of aEWorkflowNodeType.FC_CHANGE_STATEaction in the workflow designer.classFcDoiInitBeanBean with additional logic for controlling theEWorkflowNodeType.FC_DOI_INITaction.classFcDoUntilLoopBeanBean for editing FORMCYCLEEWorkflowNodeType.FC_DO_UNTIL_LOOPnodes.classFcEmailBeanBean with additional logic for controlling theEWorkflowNodeType.FC_EMAILaction.classFcForEachLoopBeanBean for editing FORMCYCLEEWorkflowNodeType.FC_FOR_EACH_LOOPnodes.classFcLdapQueryBeanBean with additional logic for controlling theEWorkflowNodeType.FC_LDAP_QUERYaction.classFcMultipleConditionBeanBean for editing formcycleEWorkflowNodeType.FC_MULTIPLE_CONDITIONnodes.classFcRedirectBeanBean with additional logic for controlling theEWorkflowNodeType.FC_REDIRECTaction.classFcSaveToWebDavBeanBean for accessing a root TreeNode for generating a output of directoriesclassFcSqlStatementBeanBean with additional logic for controlling theEWorkflowNodeType.FC_SQL_STATEMENTaction.classFcSwitchCaseBeanBean for editing formcycleEWorkflowNodeType.FC_MULTIPLE_CONDITIONnodes.classFcWhileLoopBeanBean for editing FORMCYCLEEWorkflowNodeType.FC_WHILE_LOOPnodes. -
Uses of IElementPropertiesBean in de.xima.fc.workflow.designer.bean.triggers
Classes in de.xima.fc.workflow.designer.bean.triggers that implement IElementPropertiesBean Modifier and Type Class Description classFcFormRecordMessagePostedBeanBean for the properties panel ofEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTEDtrigger workflow elements.classFcStateTimerBeanBean for the properties panel ofEWorkflowTriggerType.FC_TIME_POINTtrigger workflow elements.classFcTimePointBeanBean for the properties panel ofEWorkflowTriggerType.FC_TIME_POINTtrigger workflow elements.classFcUserInvocationBeanBean for the user invocation trigger. -
Uses of IElementPropertiesBean in de.xima.fc.workflow.mixin
Subinterfaces of IElementPropertiesBean in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceINodePropertyPluginBean<TData>Workaround for Java not having intersection types.interfaceITriggerPropertyPluginBean<TData>Workaround for Java not having intersection types.
-