Uses of Interface
de.xima.fc.interfaces.workflow.nodes.INodePropertiesBean
-
-
Uses of INodePropertiesBean in de.xima.fc.interfaces.workflow.nodes
Methods in de.xima.fc.interfaces.workflow.nodes that return types with arguments of type INodePropertiesBean Modifier and Type Method Description default Class<? extends INodePropertiesBean<TData>>INodeHandler. getPropertiesBeanClass() -
Uses of INodePropertiesBean in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type INodePropertiesBean Modifier and Type Method Description ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>>WorkflowModelBean. getNodePropertiesModel()Method parameters in de.xima.fc.workflow.designer.bean with type arguments of type INodePropertiesBean Modifier and Type Method Description voidWorkflowModelBean. setNodePropertiesModel(ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>> nodePropertiesModel) -
Uses of INodePropertiesBean in de.xima.fc.workflow.designer.bean.nodes
Classes in de.xima.fc.workflow.designer.bean.nodes that implement INodePropertiesBean Modifier and Type Class Description classFcChangeStateBeanBean for editing the properties of aEWorkflowNodeType.FC_CHANGE_STATEaction in the workflow designer.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. -
Uses of INodePropertiesBean in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type INodePropertiesBean Modifier and Type Method Description static LoadPropsRetVal<NodeModel,INodePropertiesBean<?>>ElementPropertiesHelper. loadPropertiesViewNode(IElementWithTask<NodeModel> nodeWithTask, Map<ElementKey,com.alibaba.fastjson.JSONObject> customParamsMap, Set<PluginBeanHelper<?,?>> usedBeanHelpers, IBaseWorkflowEnvironmentData env)Loads the XHTML page, the bean and the custom properties for the given node that is to be edited when that node is selected.Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type INodePropertiesBean Modifier and Type Method Description static voidElementPropertiesHelper. queuePropertiesUpdateNode(FlowchartModel flowchartModel, ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>> propertiesModel, Mandant client)Reads the custom parameters for the given node, and stores them in the given flowchart model.static voidElementPropertiesHelper. updateParamsOfSelectedNode(FlowchartModel flowchartModel, ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client)static voidElementPropertiesHelper. updateTaskOfSelectedNode(UUID oldTaskUuid, ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client) -
Uses of INodePropertiesBean in de.xima.fc.workflow.designer.registry.nodes
-
Uses of INodePropertiesBean in de.xima.fc.workflow.mixin
Subinterfaces of INodePropertiesBean in de.xima.fc.workflow.mixin Modifier and Type Interface Description interfaceINodePropertyPluginBean<TData>Workaround for Java not having intersection types.Methods in de.xima.fc.workflow.mixin that return types with arguments of type INodePropertiesBean Modifier and Type Method Description default Class<? extends INodePropertiesBean<TData>>IPluginActionNodeHandler. getPropertiesBeanClass()default Class<? extends INodePropertiesBean<TData>>IPluginConditionNodeHandler. getPropertiesBeanClass()
-