Uses of Interface
de.xima.fc.entities.interfaces.IUUIDEntity
Packages that use IUUIDEntity
Package
Description
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
Package für konkrete Helperklassen
Allgemeine Modellklassen, nicht Datenbankpersitiert
-
Uses of IUUIDEntity in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IUUIDEntityModifier and TypeClassDescriptionclass
Describes the closing hours of anAppointmentTemplate
.class
AAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>> Abstract base class for user authenticatorsclass
Abstract base class for authorizations of aMandant
class
class
Deprecated.This entity is part of the old workflow engine.class
Deprecated.The new user managemen uses the system-scopedUserProfile
, the client-scopedDirectClientAuthorization
etc.class
APluginEntity<META extends IPluginFileEntity<?,
?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A formcycle plugin that provides additional features to an existing formcycle application.class
Describes a booked appointment.class
Describes the closing hours of anAppointmentTemplate
.class
Describes the closing hours of anAppointmentTemplate
.class
An entity for the appointment module of formcycle.class
Describes the type of an appointment and contains several metadata, such as the duration of the appointment.class
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
Deprecated.This entity is part of the old workflow engine.class
Deprecated.Since Version 8.0.0 user information is stored inuser profiles
.class
Diese Entität bildet ein Guppensystem ab, dem verschiedeneBenutzer
zugeordnet werden können.class
Entity model for user authenticators inMandant
scopeclass
Counter entity inMandant
scopeclass
Entity for the binary data of an client-wide pluginclass
class
class
Direct client authorizations define the permissions ofUserProfile
s toMandant
s viaRolle
s andBenutzerGruppe
s.class
FormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Aliasse auf die zugehörigen Werteclass
class
class
Die Entität FormVersion ermöglicht es verschiedene Versionen eines Formulars zu verwalten.class
class
Indirect client authorizations define the permission toMandant
s using filters of aSystemAuthenticator
.class
class
class
class
class
Diese Entität bildet einen Mandanten ab.class
class
Diese Entität stellt ein Postfach dar.class
Entity for project-specific double-opt-in dataclass
Configuration for a project for detecting duplicate submissions.class
Entity for project-specific invitation dataclass
The entityProjekt
contains the core functionality of the system.class
class
Die Klasse Rolle dient dazu, die Rechte einesBenutzer
festzulegen.class
Deprecated.This entity is part of the old workflow engine.class
Entity model for user authenticators in system scopeclass
Entity for system messages.class
Entity for system-wide pluginsclass
Diese Entität ermöglicht eine Zuordnung zw. einem Schlüssselwort und einem dahinterliegenden Text.class
User credentials are the entries of the default formcycle authenticator.class
User identities are the connection betweenSystemAuthenticator
s andUserProfile
s.class
User profiles store information about a specific user that may be able to sign in using multipleUserIdentity
s.class
This entity represents the MFA configuration of a user profile.class
class
Models the connection data for a web DAV server.class
A workflow node that represents a statement in a workflow task.class
A workflow process that defines which actions are taken when certain events occur during the life cycle of a form record.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.class
Represents the version of a project's workflow.class
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.interfacesModifier and TypeInterfaceDescriptioninterface
Common interface forAppointmentTemplate
closing times.interface
IAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>> Common interface for user authenticator entities.interface
Common interface for counter entitiesinterface
Common interface for authorization to aMandant
that are entities.interface
IPluginEntity<META extends IPluginFileEntity<?,
?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A plugin entity, either scoped to a particular client or to the system.interface
Common interface for identifying users within authenticators -
Uses of IUUIDEntity in de.xima.fc.export.model
Classes in de.xima.fc.export.model that implement IUUIDEntityModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated. -
Uses of IUUIDEntity in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IUUIDEntityModifier and TypeMethodDescriptionstatic 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 IUUIDEntityMethod parameters in de.xima.fc.interfaces.workflow.reference with type arguments of type IUUIDEntityModifier and TypeMethodDescriptiondefault 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 IUUIDEntityModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
-
Uses of IUUIDEntity in de.xima.fc.workflow
Methods in de.xima.fc.workflow with type parameters of type IUUIDEntityModifier and TypeMethodDescriptionstatic <TEntity extends IUUIDEntity>
UuidEntityRefUuidEntityRef.forEntity
(TEntity entity) Creates a new entity reference for the given UUID entity.static <TEntity extends IUUIDEntity>
UuidEntityRefCreates a new entity reference with the given UUID and entity class.Methods in de.xima.fc.workflow that return types with arguments of type IUUIDEntityMethods in de.xima.fc.workflow with parameters of type IUUIDEntityMethod parameters in de.xima.fc.workflow with type arguments of type IUUIDEntityModifier and TypeMethodDescriptionvoid
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 IUUIDEntityModifier and TypeMethodDescriptionstatic <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 IUUIDEntityModifierConstructorDescriptionWorkflowEntityReferences
(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 IUUIDEntityModifier and TypeMethodDescriptionstatic <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) Creates select items for the UI from the given list of entities.static <T extends IUUIDEntity & INameProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>>WorkflowProviderHelper.createSelectItemsWithoutDescription
(List<T> entities) Creates select items for the UI from the given list of entities.