Uses of Interface
de.xima.fc.interfaces.workflow.elements.IElementPropertiesBean
Packages that use IElementPropertiesBean
Package
Description
-
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 IElementPropertiesBeanModifier and TypeMethodDescriptiondefault 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.nodesModifier and TypeInterfaceDescriptioninterface
INodePropertiesBean<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.triggersModifier and TypeInterfaceDescriptioninterface
ITriggerPropertiesBean<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 IElementPropertiesBeanModifier 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 IElementPropertiesBean in de.xima.fc.workflow.designer.bean.triggers
Classes in de.xima.fc.workflow.designer.bean.triggers that implement IElementPropertiesBeanModifier and TypeClassDescriptionclass
Bean for the properties panel ofEWorkflowTriggerType.FC_TIME_POINT
trigger workflow elements.class
Bean for the properties panel ofEWorkflowTriggerType.FC_TIME_POINT
trigger workflow elements. -
Uses of IElementPropertiesBean in de.xima.fc.workflow.mixin
Subinterfaces of IElementPropertiesBean in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterface
INodePropertyPluginBean<TData>
Workaround for Java not having intersection types.interface
ITriggerPropertyPluginBean<TData>
Workaround for Java not having intersection types.