Uses of Interface
de.xima.fc.interfaces.workflow.nodes.INodePropertiesBean
Packages that use INodePropertiesBean
Package
Description
-
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 INodePropertiesBeanModifier and TypeMethodDescriptiondefault 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 INodePropertiesBeanModifier and TypeMethodDescriptionActivePropertiesModel<NodeModel,
? extends INodePropertiesBean<?>> WorkflowModelBean.getNodePropertiesModel()
Method parameters in de.xima.fc.workflow.designer.bean with type arguments of type INodePropertiesBeanModifier and TypeMethodDescriptionvoid
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 INodePropertiesBeanModifier and TypeClassDescriptionclass
Bean for editing the properties of aEWorkflowNodeType.FC_CHANGE_STATE
action in the workflow designer.class
Bean with additional logic for controlling theEWorkflowNodeType.FC_DOI_INIT
action.class
Bean with additional logic for controlling theEWorkflowNodeType.FC_EMAIL
action.class
Bean with additional logic for controlling theEWorkflowNodeType.FC_LDAP_QUERY
action.class
Bean for editing formcycleEWorkflowNodeType.FC_MULTIPLE_CONDITION
nodes.class
Bean with additional logic for controlling theEWorkflowNodeType.FC_REDIRECT
action.class
Bean for accessing a root TreeNode for generating a output of directoriesclass
Bean with additional logic for controlling theEWorkflowNodeType.FC_SQL_STATEMENT
action.class
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 INodePropertiesBeanModifier and TypeMethodDescriptionstatic 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 INodePropertiesBeanModifier and TypeMethodDescriptionstatic 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
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type INodePropertiesBeanModifier and TypeMethodDescriptionClass<? extends INodePropertiesBean<FcChangeStateProps>>
FcChangeStateHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcDoiInitProps>>
FcDoiInitHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcEmailProps>>
FcEmailHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcLdapQueryProps>>
FcLdapQueryHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcMultipleConditionProps>>
FcMultipleConditionHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcRedirectProps>>
FcRedirectHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcSaveToWebDavProps>>
FcSaveToWebDavHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcSqlStatementProps>>
FcSqlStatementHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcSwitchCaseProps>>
FcSwitchCaseHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcSwitchDefaultProps>>
FcSwitchDefaultHandler.getPropertiesBeanClass()
Class<? extends INodePropertiesBean<FcSwitchProps>>
FcSwitchHandler.getPropertiesBeanClass()
-
Uses of INodePropertiesBean in de.xima.fc.workflow.mixin
Subinterfaces of INodePropertiesBean in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterface
INodePropertyPluginBean<TData>
Workaround for Java not having intersection types.Methods in de.xima.fc.workflow.mixin that return types with arguments of type INodePropertiesBeanModifier and TypeMethodDescriptiondefault Class<? extends INodePropertiesBean<TData>>
IPluginActionNodeHandler.getPropertiesBeanClass()
default Class<? extends INodePropertiesBean<TData>>
IPluginConditionNodeHandler.getPropertiesBeanClass()