Uses of Interface
de.xima.fc.entities.interfaces.IUUIDEntity
-
Packages that use IUUIDEntity Package Description de.xima.fc.api.rest.impl.common.models.response de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.common.file de.xima.fc.entities.common.file.i18n de.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.entities.interfaces.file de.xima.fc.entities.interfaces.file.i18n de.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.api.rest.impl.common.models.response
Classes in de.xima.fc.api.rest.impl.common.models.response with type parameters of type IUUIDEntity Modifier and Type Class Description class
ALocalizedScopedFileResource<TFileMeta extends ILocalizedScopedFileMetaEntity<?,?> & IUUIDEntity>
Abstract base class forlocalized scoped files
.class
AUuidEntityResource<TEntity extends IUUIDEntity>
Abstract base class for UUID entity resources.class
AUuidFileResource<TEntity extends IUUIDEntity>
Abstract base class forfile
REST API resources
. -
Uses of IUUIDEntity in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IUUIDEntity Modifier and Type Class Description class
AAppointmentClosingTime
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
AClientAuthorization
Abstract base class for authorizations of aMandant
class
AInternalMessage
class
Aktion
Deprecated.This entity is part of the old workflow engine.class
AktuellerBenutzer
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
Appointment
Describes a booked appointment.class
AppointmentClientClosingTime
Describes the closing hours of anAppointmentTemplate
.class
AppointmentClosingTime
Describes the closing hours of anAppointmentTemplate
.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.class
Bedingung
Deprecated.This entity is part of the old workflow engine.class
Benutzer
Deprecated.Since Version 8.0.0 user information is stored inuser profiles
.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
ClientPortalConfigFile
Entity model for the metadata of a file from a client portal configclass
DatenbankZugriff
class
Datenquelle
class
DirectClientAuthorization
Direct client authorizations define the permissions ofUserProfile
s toMandant
s viaRolle
s andBenutzerGruppe
s.class
FormEingang
FormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Alias auf die zugehörigen Werteclass
FormElement
class
FormRecordChat
Entity representing a form record scoped chat.class
FormRecordMessage
class
FormRecordMessageUploadRequest
Entity representing (pending or fulfilled) upload requests for form record messages.class
FormTemplate
class
FormVersion
Die Entität FormVersion ermöglicht es verschiedene Versionen eines Formulars zu verwalten.class
FormVersionBackup
class
IndirectClientAuthorization
Indirect client authorizations define the permission toMandant
s using filters of aSystemAuthenticator
.class
InternalClientMessage
class
InternalSystemMessage
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
ProjectFile
Entity model for the metadata of a file from a projectclass
ProjectIdentityCheckData
Configuration for a project for detecting duplicate submissions.class
ProjectInviteData
Entity for project-specific invitation dataclass
ProjectPortalData
Entity for storing project specific portal data.class
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.class
UserCredentials
User credentials are the entries of the default formcycle authenticator.class
UserIdentity
User identities are the connection betweenSystemAuthenticator
s andUserProfile
s.class
UserPortal
Entity model for user portals.class
UserPortalFile
Entity model for the metadata of a file from a user portalclass
UserProfile
User profiles store information about a specific user that may be able to sign in using multipleUserIdentity
s.class
UserProfileMfa
This entity represents the MFA configuration of a user profile.class
Vorgang
A form record (Vorgang) is a record of aform
submission.class
WebDavAccess
Models the connection data for a web DAV server.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.common.file
Classes in de.xima.fc.entities.common.file that implement IUUIDEntity Modifier and Type Class Description class
AFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Abstract base class for file meta entities.class
AScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Abstract base class for scoped file meta entities. -
Uses of IUUIDEntity in de.xima.fc.entities.common.file.i18n
Classes in de.xima.fc.entities.common.file.i18n that implement IUUIDEntity Modifier and Type Class Description class
ALocalizedScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Abstract base class for localized file meta entities. -
Uses of IUUIDEntity in de.xima.fc.entities.interfaces
Subinterfaces of IUUIDEntity in de.xima.fc.entities.interfaces Modifier and Type Interface Description interface
IAppointmentClosingTime
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
ICounter
Common interface for counter entitiesinterface
IEntityClientAuthorization
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
IUserIdentity
Common interface for identifying users within authenticators -
Uses of IUUIDEntity in de.xima.fc.entities.interfaces.file
Subinterfaces of IUUIDEntity in de.xima.fc.entities.interfaces.file Modifier and Type Interface Description interface
IFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Common interface for the metadata of a file entityinterface
IScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Common interface for the metadata of a scoped file. -
Uses of IUUIDEntity in de.xima.fc.entities.interfaces.file.i18n
Subinterfaces of IUUIDEntity in de.xima.fc.entities.interfaces.file.i18n Modifier and Type Interface Description interface
ILocalizedScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Common interface for localized file entities. -
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
Deprecated.class
ExportBedingungData
Deprecated.class
ExportStatusData
Deprecated. -
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
Deprecated.class
VirtualBenutzer
Deprecated.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)
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.
-