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.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 class
Aktion
Deprecated.This entity is part of the old workflow engine.class
AWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>>
Base class for workflow elements, i.e. nodes and triggers.class
Status
Deprecated.This entity is part of the old workflow engine.class
WorkflowNode
A workflow node that represents a statement in a workflow task.class
WorkflowState
Describes the state of aVorgang
.class
WorkflowTask
A single workflow task with a program represented by theWorkflowTask.getRootNode()
that is executed when one of itsWorkflowTask.getTrigger()
fires.class
WorkflowTrigger
A workflow trigger that start aWorkflowTask
when 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 class
ExportAktionData
class
ExportStatusData
-
Uses of IUuidProviding in de.xima.fc.interfaces.workflow
Subinterfaces of IUuidProviding in de.xima.fc.interfaces.workflow Modifier and Type Interface Description interface
IWorkflowElementEntity
Interface for workflow elements that behave differently depending on their type. -
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 class
ElementKey
The key of a workflow element that uniquely identifies it within the context of a process.class
NodeKey
The key of a workflow node that uniquely identifies it within the context of a process.class
TriggerKey
The key of a workflow trigger that uniquely identifies it within the context of a process.class
WorkflowStateModel
View model of aWorkflowState
that 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 class
NodeModel
View model corresponding to the WorkflowNode entity, used by theFlowchart
component.class
ProcessModel
View model corresponding to the WorkflowProcess entity, used by theFlowchart
component.class
TaskModel
View model corresponding to the WorkflowTask entity, used by theFlowchart
component.class
TriggerModel
View model corresponding to the WorkflowTrigger entity, used by theFlowchart
component.
-