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 classAAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Abstract base class for user authenticatorsclassAktionDeprecated.This entity is part of the old workflow engine.classAktuellerBenutzerDiese Klasse wird aktuell nur genutzt, um die persönlichen Daten des angemeldetenBenutzer-Objekts zu ändern.classAPluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>classAppointmentDescribes a booked appointment.classAppointmentTemplateAn entity for the appointment module of FORMCYCLE.classAppointmentTypeDescribes the type of an appointment and contains several metadata, such as the duration of the appointment.classAttachmentDie 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.classBedingungDeprecated.This entity is part of the old workflow engine.classBenutzerAn entity that describes a real-life person.classBenutzerGruppeDiese Entität bildet ein Guppensystem ab, dem verschiedeneBenutzerzugeordnet werden können.classClientAuthenticatorEntity model for user authenticators inMandantscopeclassClientCounterCounter entity inMandantscopeclassClientPluginEntity for the binary data of an client-wide pluginclassDatenbankZugriffclassDatenquelleclassFormEingangFormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Aliasse auf die zugehörigen WerteclassFormElementclassFormTemplateclassFormVersionDie Entität FormVersion ermöglicht es verschiedene Versionen eines Formulars zu verwalten.classFormVersionBackupclassLDAPAbfrageclassLDAPZugriffclassMandantDiese Entität bildet einen Mandanten ab.classMandantRessourceclassPostfachDiese Entität stellt ein Postfach dar.classProjectDOIDataEntity for project-specific double-opt-in dataclassProjectIdentityCheckDataConfiguration for a project for detecting duplicate submissions.classProjectInviteDataEntity for project-specific invitation dataclassProjektThe entityProjektcontains the core functionality of the system.classProjektRessourceclassRolleDie Klasse Rolle dient dazu, die Rechte einesBenutzerfestzulegen.classStatusDeprecated.This entity is part of the old workflow engine.classSystemAuthenticatorEntity model for user authenticators in system scopeclassSystemMessageEntity for system messages.classSystemPluginEntity for system-wide pluginsclassTextbausteinDiese Entität ermöglicht eine Zuordnung zw. einem Schlüssselwort und einem dahinterliegenden Text.classVorgangclassWorkflowNodeA workflow node that represents a statement in a workflow task.classWorkflowProcessA workflow process that defines which actions are taken when certain events occur during the life cycle of a form record.classWorkflowStateDescribes the state of aVorgang.classWorkflowTaskA single workflow task with a program represented by theWorkflowTask.getRootNode()that is executed when one of itsWorkflowTask.getTrigger()fires.classWorkflowTriggerA workflow trigger that start aWorkflowTaskwhen a certain event occurs.classWorkflowVersionRepresents the version of a project's workflow.classWorkflowVersionBackupFile 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 interfaceIAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Common interface for user authenticator entities.interfaceICounterCommon interface for counter entitiesinterfaceIPluginEntity<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 classExportAktionDataclassExportBedingungDataclassExportStatusData -
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 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 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 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 IUUIDEntity Modifier and Type Class Description classLDAPBenutzerclassVirtualBenutzerclassVirtualRolle -
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 EntityRefEntityRef. forUuidEntity(IUUIDEntity entity)Method parameters in de.xima.fc.workflow with type arguments of type IUUIDEntity Modifier and Type Method Description voidUuidEntityRef. 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<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>>WorkflowProviderHelper. createSelectItems(List<T> entities)static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>>WorkflowProviderHelper. createWorkflowRefSelectItems(List<T> entities)
-