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 void
WorkflowModelBean. 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 class
FcChangeStateBean
Bean for editing the properties of aEWorkflowNodeType.FC_CHANGE_STATE
action in the workflow designer.class
FcLdapQueryBean
Bean with additional logic for controlling theEWorkflowNodeType.FC_LDAP_QUERY
action.class
FcMultipleConditionBean
Bean for editing FORMCYCLEEWorkflowNodeType.FC_MULTIPLE_CONDITION
nodes.class
FcRedirectBean
Bean with additional logic for controlling theEWorkflowNodeType.FC_REDIRECT
action.class
FcSaveToWebDavBean
Bean for accessing a root TreeNode for generating a output of directoriesclass
FcSqlStatementBean
Bean with additional logic for controlling theEWorkflowNodeType.FC_SQL_STATEMENT
action.class
FcSwitchCaseBean
Bean for editing FORMCYCLEEWorkflowNodeType.FC_MULTIPLE_CONDITION
nodes. -
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 void
ElementPropertiesHelper. 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 void
ElementPropertiesHelper. updateParamsOfSelectedNode(FlowchartModel flowchartModel, ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client)
static void
ElementPropertiesHelper. 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 interface
INodePropertyPluginBean<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()
-