Uses of Interface
de.xima.fc.entities.interfaces.IUUIDEntity
-
Packages that use IUUIDEntity Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.export.model de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.workflow.reference de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.workflow de.xima.fc.workflow.converter de.xima.fc.workflow.designer.model de.xima.fc.workflow.processor.logic -
-
Uses of IUUIDEntity in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IUUIDEntity Modifier and Type Class Description class
AAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Abstract base class for user authenticatorsclass
Aktion
Deprecated.This entity is part of the old workflow engine.class
AktuellerBenutzer
Diese Klasse wird aktuell nur genutzt, um die persönlichen Daten des angemeldetenBenutzer
-Objekts zu ändern.class
APluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>
class
Appointment
Describes a booked appointment.class
AppointmentTemplate
An entity for the appointment module of FORMCYCLE.class
AppointmentType
Describes the type of an appointment and contains several metadata, such as the duration of the appointment.class
Attachment
Die KlasseAttachment
beinhaltet Meta-Informationen zu einem im System verfügbaren Anhang.class
AWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>>
Base class for workflow elements, i.e. nodes and triggers.class
Bedingung
Deprecated.This entity is part of the old workflow engine.class
Benutzer
An entity that describes a real-life person.class
BenutzerGruppe
Diese Entität bildet ein Guppensystem ab, dem verschiedeneBenutzer
zugeordnet werden können.class
ClientAuthenticator
Entity model for user authenticators inMandant
scopeclass
ClientCounter
Counter entity inMandant
scopeclass
ClientPlugin
Entity for the binary data of an client-wide pluginclass
DatenbankZugriff
class
Datenquelle
class
FormEingang
FormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Aliasse auf die zugehörigen Werteclass
FormElement
class
FormTemplate
class
FormVersion
Die Entität FormVersion ermöglicht es verschiedene Versionen eines Formulars zu verwalten.class
FormVersionBackup
class
LDAPAbfrage
class
LDAPZugriff
class
Mandant
Diese Entität bildet einen Mandanten ab.class
MandantRessource
class
Postfach
Diese Entität stellt ein Postfach dar.class
ProjectDOIData
Entity for project-specific double-opt-in dataclass
ProjectIdentityCheckData
Configuration for a project for detecting duplicate submissions.class
ProjectInviteData
Entity for project-specific invitation dataclass
Projekt
The entityProjekt
contains the core functionality of the system.class
ProjektRessource
class
Rolle
Die Klasse Rolle dient dazu, die Rechte einesBenutzer
festzulegen.class
Status
Deprecated.This entity is part of the old workflow engine.class
SystemAuthenticator
Entity model for user authenticators in system scopeclass
SystemMessage
Entity for system messages.class
SystemPlugin
Entity for system-wide pluginsclass
Textbaustein
Diese Entität ermöglicht eine Zuordnung zw. einem Schlüssselwort und einem dahinterliegenden Text.class
Vorgang
class
WorkflowNode
A workflow node that represents a statement in a workflow task.class
WorkflowProcess
A workflow process that defines which actions are taken when certain events occur during the life cycle of a form record.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.class
WorkflowVersion
Represents the version of a project's workflow.class
WorkflowVersionBackup
File descriptor for the JSON data of a workflow version backup. -
Uses of IUUIDEntity in de.xima.fc.entities.interfaces
Subinterfaces of IUUIDEntity in de.xima.fc.entities.interfaces Modifier and Type Interface Description interface
IAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Common interface for user authenticator entities.interface
ICounter
Common interface for counter entitiesinterface
IPluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>
-
Uses of IUUIDEntity in de.xima.fc.export.model
Classes in de.xima.fc.export.model that implement IUUIDEntity Modifier and Type Class Description class
ExportAktionData
class
ExportBedingungData
class
ExportStatusData
-
Uses of IUUIDEntity in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IUUIDEntity Modifier and Type Method Description static String
WorkflowSearchTermHelper. createEntitySearchTerm(IUUIDEntity entity)
-
Uses of IUUIDEntity in de.xima.fc.interfaces.workflow.reference
Methods in de.xima.fc.interfaces.workflow.reference that return types with arguments of type IUUIDEntity Modifier and Type Method Description Class<? extends IUUIDEntity>
IEntityReference. getEntityClass()
Method parameters in de.xima.fc.interfaces.workflow.reference with type arguments of type IUUIDEntity Modifier and Type Method Description default String
ISearchTermHandler. entitySearchTerm(Class<? extends IUUIDEntity> entityClass)
Helper method for the default search term name used to store references to entities. -
Uses of IUUIDEntity in de.xima.fc.mdl
Classes in de.xima.fc.mdl that implement IUUIDEntity Modifier and Type Class Description class
LDAPBenutzer
class
VirtualBenutzer
class
VirtualRolle
-
Uses of IUUIDEntity in de.xima.fc.workflow
Methods in de.xima.fc.workflow with type parameters of type IUUIDEntity Modifier and Type Method Description static <TEntity extends IUUIDEntity>
UuidEntityRefUuidEntityRef. forEntity(TEntity entity)
Creates a new entity reference for the given UUID entity.static <TEntity extends IUUIDEntity>
UuidEntityRefUuidEntityRef. forUuid(UUID uuid, Class<TEntity> entityClass)
Creates a new entity reference with the given UUID and entity class.Methods in de.xima.fc.workflow that return types with arguments of type IUUIDEntity Modifier and Type Method Description Class<? extends IUUIDEntity>
UuidEntityRef. getEntityClass()
Methods in de.xima.fc.workflow with parameters of type IUUIDEntity Modifier and Type Method Description static EntityRef
EntityRef. forUuidEntity(IUUIDEntity entity)
Method parameters in de.xima.fc.workflow with type arguments of type IUUIDEntity Modifier and Type Method Description void
UuidEntityRef. setEntityClass(Class<? extends IUUIDEntity> entityClass)
-
Uses of IUUIDEntity in de.xima.fc.workflow.converter
Method parameters in de.xima.fc.workflow.converter with type arguments of type IUUIDEntity Modifier and Type Method Description 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 IUUIDEntity in de.xima.fc.workflow.designer.model
Constructor parameters in de.xima.fc.workflow.designer.model with type arguments of type IUUIDEntity Constructor Description WorkflowEntityReferences(Map<Class<? extends IUUIDEntity>,Map<UUID,WorkflowElementList>> refs, Map<NodeKey,String> nodeNames, Map<TriggerKey,String> triggerNames)
-
Uses of IUUIDEntity in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with type parameters of type IUUIDEntity Modifier and Type Method Description static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<EntityRef>WorkflowProviderHelper. createEntityRefsWithName(List<T> entities)
Creates a list ofEntityRef
s with one entry for each entity, and an additional entry for aEntityRef.forNameValue(String)
.static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>>WorkflowProviderHelper. createEntityRefsWithNameSelectItems(List<T> entities, String labelEntities, String labelOthers, String labelName)
Creates a list of choice entries with anEntityRef
for each entity, and an additional entry for aEntityRef.forNameValue(String)
.static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>>WorkflowProviderHelper. createSelectItems(List<T> entities)
-