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 TypeClassDescriptionclassDeprecated.This entity is part of the old workflow engine.classAWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>> Base class for workflow elements, i.e. nodes and triggers.classDeprecated.This entity is part of the old workflow engine.classA workflow node that represents a statement in a workflow task.classDescribes the state of aVorgang.classA single workflow task with a program represented by theWorkflowTask.getRootNode()that is executed when one of itsWorkflowTask.getTrigger()fires.classA 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 IUuidProvidingModifier and TypeClassDescriptionclassDeprecated.classDeprecated. -
Uses of IUuidProviding in de.xima.fc.interfaces.workflow
Subinterfaces of IUuidProviding in de.xima.fc.interfaces.workflowModifier and TypeInterfaceDescriptioninterfaceInterface 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 classThe key of a workflow element that uniquely identifies it within the context of a process.final classThe key of a workflow node that uniquely identifies it within the context of a process.final classThe key of a workflow trigger that uniquely identifies it within the context of a process.final classView model of aWorkflowStatethat 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 classView model corresponding to the WorkflowNode entity, used by theFlowchartcomponent.final classView model corresponding to the WorkflowProcess entity, used by theFlowchartcomponent.final classView model corresponding to the WorkflowTask entity, used by theFlowchartcomponent.final classView model corresponding to the WorkflowTrigger entity, used by theFlowchartcomponent.