Uses of Interface
de.xima.fc.interfaces.workflow.elements.IElementWithTask
Packages that use IElementWithTask
Package
Description
-
Uses of IElementWithTask in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type IElementWithTaskModifier and TypeMethodDescriptionstatic <T extends IUuidProviding & IWorkflowElementTypeProviding>
ElementKeyElementKey.of
(IElementWithTask<T> element) -
Uses of IElementWithTask in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter with parameters of type IElementWithTaskModifier and TypeMethodDescriptionstatic <T extends IUuidProviding & IWorkflowElementTypeProviding>
ObjectFlowchartModelConverter.deserializeCustomProps
(IElementWithTask<T> withTask, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) static <T extends IUuidProviding & IWorkflowElementTypeProviding>
com.alibaba.fastjson.JSONObjectFlowchartModelConverter.retrieveCustomParams
(IElementWithTask<T> withTask, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) -
Uses of IElementWithTask in de.xima.fc.workflow.designer.bean
Method parameters in de.xima.fc.workflow.designer.bean with type arguments of type IElementWithTaskModifier and TypeMethodDescriptionvoid
ElementPropertiesBean.onNodeSelect
(org.primefaces.event.SelectEvent<IElementWithTask<NodeModel>> event) Called when a flowchart node is selected.void
ElementPropertiesBean.onNodeUnselect
(org.primefaces.event.UnselectEvent<IElementWithTask<NodeModel>> event) Called when a flowchart node was unselected.void
ElementPropertiesBean.onTriggerSelect
(org.primefaces.event.SelectEvent<IElementWithTask<TriggerModel>> event) Called when a flowchart trigger is selected.void
ElementPropertiesBean.onTriggerUnselect
(org.primefaces.event.UnselectEvent<IElementWithTask<TriggerModel>> event) Called when a flowchart trigger was unselected. -
Uses of IElementWithTask in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper with parameters of type IElementWithTaskModifier 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.static LoadPropsRetVal<TriggerModel,
ITriggerPropertiesBean<?>> ElementPropertiesHelper.loadPropertiesViewTrigger
(IElementWithTask<TriggerModel> triggerWithTask, 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 trigger that is to be edited when that trigger is selected. -
Uses of IElementWithTask in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return IElementWithTaskModifier and TypeMethodDescriptionLoadPropsRetVal.getNodeModel()
ActivePropertiesModel.getSelectedElementModel()
Methods in de.xima.fc.workflow.designer.model with parameters of type IElementWithTaskModifier and TypeMethodDescriptionstatic <TModel,
TBean>
ActivePropertiesModel<TModel,TBean> ActivePropertiesModel.of
(String propertiesView, TBean bean, IElementWithTask<TModel> element, Object customProps, IElementHelpLocation elementHelp) Constructors in de.xima.fc.workflow.designer.model with parameters of type IElementWithTaskModifierConstructorDescriptionLoadPropsRetVal
(String propertiesView, TBean bean, IElementWithTask<TModel> nodeModel, com.alibaba.fastjson.JSONObject customPropsJson, Object customProps, IElementHelpLocation elementHelp) -
Uses of IElementWithTask in de.xima.fc.workflow.processor.logic
Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type IElementWithTaskModifier and TypeMethodDescriptionstatic <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowProviderHelper.computeFlowAnalysis
(List<IElementWithTask<TElement>> rootNodes, ITreeAccessor<TElement, UUID> accessor, Mandant client) Computes the flow analysis for the program represented by the givenroot nodes
. -
Uses of IElementWithTask in de.xima.fc.workflow.processor.logic.analysis
Method parameters in de.xima.fc.workflow.processor.logic.analysis with type arguments of type IElementWithTaskModifier and TypeMethodDescriptionstatic <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowFlowAnalysis.analyzeRootNodes
(Iterable<IElementWithTask<TElement>> rootNodes, ITreeAccessor<TElement, UUID> treeAccessor, Mandant client) Analyzes the execution of a single task. -
Uses of IElementWithTask in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IElementWithTaskModifier and TypeClassDescriptionfinal class
ElementWithTask<TElement>
POJO implementation ofIElementWithTask
. -
Uses of IElementWithTask in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement IElementWithTaskModifier and TypeClassDescriptionfinal class
FlowchartSelection<TElement>
Describes the currently selected element of the flowchart.final class
final class