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 TypeClassDescriptionclassDescribes the closing hours of anAppointmentTemplate.classAAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> Abstract base class for user authenticatorsclassAbstract base class for authorizations of aMandantclassclassDeprecated.This entity is part of the old workflow engine.classDeprecated.The new user managemen uses the system-scopedUserProfile, the client-scopedDirectClientAuthorizationetc.classAPluginEntity<META extends IPluginFileEntity<?,?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A formcycle plugin that provides additional features to an existing formcycle application.classDescribes a booked appointment.classDescribes the closing hours of anAppointmentTemplate.classDescribes the closing hours of anAppointmentTemplate.classAn entity for the appointment module of formcycle.classDescribes the type of an appointment and contains several metadata, such as the duration of the appointment.classDie KlasseAttachmentbeinhaltet Meta-Informationen zu einem im System verfügbaren Anhang.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.classDeprecated.Since Version 8.0.0 user information is stored inuser profiles.classDiese Entität bildet ein Guppensystem ab, dem verschiedeneBenutzerzugeordnet werden können.classEntity model for user authenticators inMandantscopeclassCounter entity inMandantscopeclassEntity for the binary data of an client-wide pluginclassclassclassDirect client authorizations define the permissions ofUserProfiles toMandants viaRolles andBenutzerGruppes.classFormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Aliasse auf die zugehörigen WerteclassclassclassDie Entität FormVersion ermöglicht es verschiedene Versionen eines Formulars zu verwalten.classclassIndirect client authorizations define the permission toMandants using filters of aSystemAuthenticator.classclassclassclassclassDiese Entität bildet einen Mandanten ab.classclassDiese Entität stellt ein Postfach dar.classEntity for project-specific double-opt-in dataclassConfiguration for a project for detecting duplicate submissions.classEntity for project-specific invitation dataclassThe entityProjektcontains the core functionality of the system.classclassDie Klasse Rolle dient dazu, die Rechte einesBenutzerfestzulegen.classDeprecated.This entity is part of the old workflow engine.classEntity model for user authenticators in system scopeclassEntity for system messages.classEntity for system-wide pluginsclassDiese Entität ermöglicht eine Zuordnung zw. einem Schlüssselwort und einem dahinterliegenden Text.classUser credentials are the entries of the default formcycle authenticator.classUser identities are the connection betweenSystemAuthenticators andUserProfiles.classUser profiles store information about a specific user that may be able to sign in using multipleUserIdentitys.classThis entity represents the MFA configuration of a user profile.classclassModels the connection data for a web DAV server.classA workflow node that represents a statement in a workflow task.classA workflow process that defines which actions are taken when certain events occur during the life cycle of a form record.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.classRepresents the version of a project's workflow.classFile 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 TypeInterfaceDescriptioninterfaceCommon interface forAppointmentTemplateclosing times.interfaceIAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> Common interface for user authenticator entities.interfaceCommon interface for counter entitiesinterfaceCommon interface for authorization to aMandantthat are entities.interfaceIPluginEntity<META extends IPluginFileEntity<?,?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A plugin entity, either scoped to a particular client or to the system.interfaceCommon 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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated. -
Uses of IUUIDEntity in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IUUIDEntityModifier and TypeMethodDescriptionstatic StringWorkflowSearchTermHelper.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 StringISearchTermHandler.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 TypeClassDescriptionclassDeprecated.classDeprecated.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 TypeMethodDescriptionvoidUuidEntityRef.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 ofEntityRefs 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 anEntityReffor 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.