Uses of Interface
de.xima.fc.interfaces.workflow.elements.IElementWithTask
-
-
Uses of IElementWithTask in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type IElementWithTask Modifier and Type Method Description static <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 IElementWithTask Modifier and Type Method Description static <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 IElementWithTask Modifier and Type Method Description void
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 IElementWithTask 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.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 IElementWithTask Modifier and Type Method Description IElementWithTask<TModel>
LoadPropsRetVal. getNodeModel()
IElementWithTask<TModel>
ActivePropertiesModel. getSelectedElementModel()
Methods in de.xima.fc.workflow.designer.model with parameters of type IElementWithTask Modifier and Type Method Description static <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 IElementWithTask Constructor Description LoadPropsRetVal(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 IElementWithTask Modifier and Type Method Description static <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
WorkflowFlowAnalysisWorkflowProviderHelper. computeFlowAnalysis(List<IElementWithTask<TElement>> rootNodes, ITreeAccessor<TElement,UUID> accessor, Mandant client)
-
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 IElementWithTask Modifier and Type Method Description static <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 IElementWithTask Modifier and Type Class Description 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 IElementWithTask Modifier and Type Class Description class
FlowchartSelection<TElement>
Describes the currently selected element of the flowchart.class
NodeWithTask
class
TriggerWithTask
-