Uses of Interface
de.xima.fc.interfaces.workflow.IUuidProviding
Packages that use IUuidProviding
Package
Description
Package für Datenbankentitäten
-
Uses of IUuidProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IUuidProvidingModifier and TypeClassDescriptionclass
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
Deprecated.This entity is part of the old workflow engine.class
A workflow node that represents a statement in a workflow task.class
Describes the state of aVorgang
.class
A single workflow task with a program represented by theWorkflowTask.getRootNode()
that is executed when one of itsWorkflowTask.getTrigger()
fires.class
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 IUuidProvidingModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated. -
Uses of IUuidProviding in de.xima.fc.interfaces.workflow
Subinterfaces of IUuidProviding in de.xima.fc.interfaces.workflowModifier and TypeInterfaceDescriptioninterface
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 IUuidProvidingModifier and TypeMethodDescriptionstatic <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 IUuidProvidingModifier and TypeClassDescriptionfinal class
The key of a workflow element that uniquely identifies it within the context of a process.final class
The key of a workflow node that uniquely identifies it within the context of a process.final class
The key of a workflow trigger that uniquely identifies it within the context of a process.final class
View model of aWorkflowState
that can be sent to the client.Methods in de.xima.fc.workflow with type parameters of type IUuidProvidingModifier and TypeMethodDescriptionstatic <T extends IUuidProviding & IWorkflowElementTypeProviding>
ElementKeyElementKey.of
(IElementWithTask<T> element) static <T extends IWorkflowElementTypeProviding & IUuidProviding>
ElementKey -
Uses of IUuidProviding in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter with type parameters of type IUuidProvidingModifier 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>
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 IUuidProvidingModifier and TypeClassDescriptionfinal class
View model corresponding to the WorkflowNode entity, used by theFlowchart
component.final class
View model corresponding to the WorkflowProcess entity, used by theFlowchart
component.final class
View model corresponding to the WorkflowTask entity, used by theFlowchart
component.final class
View model corresponding to the WorkflowTrigger entity, used by theFlowchart
component.