Uses of Interface
de.xima.fc.interfaces.workflow.IUuidProviding
-
Packages that use IUuidProviding Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.export.model de.xima.fc.interfaces.workflow de.xima.fc.interfaces.workflow.analysis de.xima.fc.web.common.fd2.provider de.xima.fc.workflow de.xima.fc.workflow.converter de.xima.fc.workflow.taglib.model -
-
Uses of IUuidProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IUuidProviding Modifier and Type Class Description classAktionDeprecated.This entity is part of the old workflow engine.classAWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>>Base class for workflow elements, i.e.classStatusDeprecated.This entity is part of the old workflow engine.classWorkflowNodeA workflow node that represents a statement in a workflow task.classWorkflowStateDescribes the state of aVorgang.classWorkflowTaskA single workflow task with a program represented by theWorkflowTask.getRootNode()that is executed when one of itsWorkflowTask.getTrigger()fires.classWorkflowTriggerA workflow trigger that start aWorkflowTaskwhen a certain event occurs. -
Uses of IUuidProviding in de.xima.fc.export.model
Classes in de.xima.fc.export.model that implement IUuidProviding Modifier and Type Class Description classExportAktionDataDeprecated.classExportStatusDataDeprecated. -
Uses of IUuidProviding in de.xima.fc.interfaces.workflow
Subinterfaces of IUuidProviding in de.xima.fc.interfaces.workflow Modifier and Type Interface Description interfaceIWorkflowElementEntityInterface for workflow elements that behave differently depending on their type. -
Uses of IUuidProviding in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type IUuidProviding Modifier and Type Method Description default ITaskFlowAnalysisIWorkflowFlowAnalysis. getTaskAnalysis(IUuidProviding task) -
Uses of IUuidProviding in de.xima.fc.web.common.fd2.provider
Methods in de.xima.fc.web.common.fd2.provider with type parameters of type IUuidProviding Modifier and Type Method Description static <TStatus extends IUuidProviding>
com.alibaba.fastjson.JSONArrayDefaultFD2StatusProvider. createStatusList(List<TStatus> stateList, Function<TStatus,String> getName) -
Uses of IUuidProviding in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IUuidProviding Modifier and Type Class Description classElementKeyThe key of a workflow element that uniquely identifies it within the context of a process.classNodeKeyThe key of a workflow node that uniquely identifies it within the context of a process.classTriggerKeyThe key of a workflow trigger that uniquely identifies it within the context of a process.classWorkflowStateModelView model of aWorkflowStatethat can be sent to the client.Methods in de.xima.fc.workflow with type parameters of type IUuidProviding Modifier and Type Method Description static <T extends IUuidProviding & IWorkflowElementTypeProviding>
ElementKeyElementKey. of(IElementWithTask<T> element)static <T extends IWorkflowElementTypeProviding & IUuidProviding>
ElementKeyElementKey. of(UUID taskUuid, T element) -
Uses of IUuidProviding in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter with type parameters of type IUuidProviding 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>
ObjectFlowchartModelConverter. deserializeCustomProps(ElementKey key, String type, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)static <T extends IUuidProviding & IWorkflowElementTypeProviding>
ObjectFlowchartModelConverter. deserializeCustomProps(ElementKey key, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, IElementHandler<?,?> handler)static <T extends IUuidProviding & IWorkflowElementTypeProviding>
ObjectFlowchartModelConverter. deserializeCustomProps(UUID taskUuid, T element, 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)static <T extends IUuidProviding & IWorkflowElementTypeProviding>
com.alibaba.fastjson.JSONObjectFlowchartModelConverter. retrieveCustomParams(UUID taskUuid, T element, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)static <T extends IWorkflowElementTypeProviding & IUuidProviding>
voidFlowchartModelConverter. updateParams(Mandant client, ProcessModel process, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, BiFunction<Class<? extends IUUIDEntity>,UUID,UUID> updater)static <T extends IWorkflowElementTypeProviding & IUuidProviding>
voidFlowchartModelConverter. updateParams(Mandant client, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, UUID taskUuid, T element, BiFunction<Class<? extends IUUIDEntity>,UUID,UUID> updater) -
Uses of IUuidProviding in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement IUuidProviding Modifier and Type Class Description classNodeModelView model corresponding to the WorkflowNode entity, used by theFlowchartcomponent.classProcessModelView model corresponding to the WorkflowProcess entity, used by theFlowchartcomponent.classTaskModelView model corresponding to the WorkflowTask entity, used by theFlowchartcomponent.classTriggerModelView model corresponding to the WorkflowTrigger entity, used by theFlowchartcomponent.
-