Uses of Interface
de.xima.fc.interfaces.IEntityContext
-
-
Uses of IEntityContext in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return types with arguments of type IEntityContext Modifier and Type Method Description static AppointmentValidationBuilder<IEntityContext>AppointmentValidationBuilder. forActiveDatabase(IEntityContext ec, AppointmentTemplate template, List<IAppointmentClosingTime> closingTimes)Returns a validation builder backed by an active database connection.Methods in de.xima.fc.appointment with parameters of type IEntityContext Modifier and Type Method Description List<? extends IAppointmentRangeView>DaoProviderValidationAcessObject. count(IEntityContext ec, com.google.common.collect.Range<Instant> range, Iterable<Long> excludedAppointmentIds, boolean includePartiallyInRange, boolean includeCanceled)IAppointmentFreeSlotQueryResultFreeSlotQueryExecutor. executeQuery(IEntityContext ec, IAppointmentFreeSlotQueryParams params)Finds the available free slots for a given appointment template, given certain restrictions.static AppointmentValidationBuilder<IEntityContext>AppointmentValidationBuilder. forActiveDatabase(IEntityContext ec, AppointmentTemplate template, List<IAppointmentClosingTime> closingTimes)Returns a validation builder backed by an active database connection.List<Appointment>DaoProviderIcalQueryAccessObject. getAppointmentsBy(IEntityContext ctx, Mandant client, AppointmentTemplate template, com.google.common.collect.Range<Instant> range, boolean includePartiallyInRange)MandantDaoProviderIcalQueryAccessObject. getClientBy(IEntityContext ctx, UUID uuid)AppointmentTemplateDaoProviderIcalQueryAccessObject. getTemplateBy(IEntityContext ctx, Mandant client, UUID uuid)Constructors in de.xima.fc.appointment with parameters of type IEntityContext Constructor Description AppointmentBookingExecutor(IEntityContext ec)Creates a new handler for handling booking of an appointment. -
Uses of IEntityContext in de.xima.fc.auth
Methods in de.xima.fc.auth with parameters of type IEntityContext Modifier and Type Method Description static List<IClientDescriptor>ClientDescriptorHelper. getBackendClientDescriptors(IEntityContext ec)Finds all active client descriptors that are configured for the backend in order.static List<IClientDescriptor>ClientDescriptorHelper. getBackendInputClientDescriptors(IEntityContext ec)Finds all active client descriptors that are configured for the backend and that require direct input of credentials (in order).static List<IClientDescriptor>ClientDescriptorHelper. getBackendRedirectClientDescriptors(IEntityContext ec)Finds all active client descriptors that are configured for the backend and redirect the user to an external IDP (in order).static Set<String>ClientAuthorizationHelper. lookupUserEmails(IEntityContext ec, IndirectClientAuthorization authorization)Finds all users that belong to the given user filter (=indirect client authorization), and gets the email address for each found user.static List<UserEmailLookupEntry>ClientAuthorizationHelper. tryLookupUserEmails(IEntityContext ec, IndirectClientAuthorization authorization)Finds all users that belong to the given user filter (=indirect client authorization), and gets the email address for each found user. -
Uses of IEntityContext in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv that return IEntityContext Modifier and Type Method Description IEntityContextWorkflowProcessingContext. getEntityContext()Deprecated.Methods in de.xima.fc.bl.fdv with parameters of type IEntityContext Modifier and Type Method Description WorkflowProcessingContextWorkflowProcessingContextManager. createContext(Vorgang vorgang, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, SessionAttributes sessionAttributes)WorkflowProcessingContextWorkflowProcessingContextManager. createContext(Vorgang process, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, Map<String,Serializable> sessionAttributes)Deprecated.voidWorkflowProcessingContext. setEntityContext(IEntityContext entityContext)Deprecated. -
Uses of IEntityContext in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing with parameters of type IEntityContext Modifier and Type Method Description booleanAVerarbeitung. isAvailable(IEntityContext ec, Mandant client)Deprecated.booleanProcessingWrapper. isAvailable(IEntityContext ec, Mandant man)Deprecated.booleanVerarbeitungCallback. isAvailable(IEntityContext ec, Mandant man)Deprecated.booleanVerarbeitungEmail. isAvailable(IEntityContext ec, Mandant client)Deprecated. -
Uses of IEntityContext in de.xima.fc.bl.fdv.processing.data
Methods in de.xima.fc.bl.fdv.processing.data that return IEntityContext Modifier and Type Method Description IEntityContextProcessingPrefillData. getEntityContext()Deprecated.Constructors in de.xima.fc.bl.fdv.processing.data with parameters of type IEntityContext Constructor Description ProcessingPrefillData(IEntityContext ec, Aktion action)Deprecated.ProcessingPrefillData(IEntityContext ec, Mandant client, Projekt project, Status status, Aktion action)Deprecated. -
Uses of IEntityContext in de.xima.fc.bl.fdv.processing.helper
Methods in de.xima.fc.bl.fdv.processing.helper with parameters of type IEntityContext Modifier and Type Method Description static VorgangVorgangCopyHelper. clone(IEntityContext ec, Vorgang origVorgang)Deprecated.useProcessCopyUtilstatic voidVorgangCopyHelper. cloneFormeingaengeAndAttachToVorgang(IEntityContext ec, Vorgang originalV, Vorgang clonedV)Deprecated.useProcessCopyUtilstatic VorgangVorgangCopyHelper. copy(IEntityContext ec, Vorgang origin, Vorgang clone)Deprecated.useProcessCopyUtilstatic voidVorgangCopyHelper. copyAttachments(IEntityContext ec, Vorgang originalVorgang, Vorgang clonedVorgang)Deprecated.useProcessCopyUtil -
Uses of IEntityContext in de.xima.fc.bl.fdv.savedata
Methods in de.xima.fc.bl.fdv.savedata with parameters of type IEntityContext Modifier and Type Method Description static IFormDataAdapterSaveFormDataAdapter. extendSendData(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, XForm xform)static voidVorgangsDataHelper. insertEingabeWerteToProjektDataTables(IEntityContext ec, Vorgang vorgang)Deprecated.static IFormDataAdapterSaveFormDataAdapter. instFor(IEntityContext ec, FormEingang fe)Deprecated.static IFormDataAdapterSaveFormDataAdapter. instFor(IEntityContext ec, Vorgang v)Deprecated.static IFormDataAdapterSaveFormDataAdapter. instFor(IEntityContext ec, Map<String,List<String>> dataMap, Vorgang v)Deprecated.static voidVorgangsDataHelper. recreateDataTable(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType)Deprecated.static voidVorgangsDataHelper. reindexDataTable(IEntityContext ec, Projekt projekt)Deprecated.static voidVorgangsDataHelper. reindexPostfachTable(IEntityContext ec, Projekt projekt)Deprecated. -
Uses of IEntityContext in de.xima.fc.copy
Methods in de.xima.fc.copy with parameters of type IEntityContext Modifier and Type Method Description static VorgangProcessCopyUtil. clone(IEntityContext ec, Vorgang origVorgang)Deprecated.static VorgangProcessCopyUtil. clone(IEntityContext ec, Vorgang origVorgang, boolean anonymize)Creates a copy of the given form record.static voidProcessCopyUtil. cloneSubmitsAndAttachToProcess(IEntityContext ec, Vorgang origProcess, Vorgang clonedProcess)static voidProcessCopyUtil. cloneSubmitsAndAttachToProcess(IEntityContext ec, Vorgang origProcess, Vorgang clonedProcess, boolean anonymize)Diese Methode dient dazu die Formeingänge eines Vorgangs zu klonen und diese einem neuen Vorgang hinzuzufügen.static VorgangProcessCopyUtil. copy(IEntityContext ec, Vorgang origin, Vorgang clone)Deprecated.static VorgangProcessCopyUtil. copy(IEntityContext ec, Vorgang origin, Vorgang clone, boolean anonymize)static voidProcessCopyUtil. copyAttachments(IEntityContext ec, Vorgang originalVorgang, Vorgang clonedVorgang)Kopiert alle zumoriginalVorganggehörenden Dateien in das entsprechende Verzeichnis der Vorgangskopie.ProjektProjectDuplicator. duplicate(IEntityContext ec)Deprecated.ProjektProjectDuplicator. duplicate(IEntityContext ec, Benutzer user)Deprecated.UseProjectDuplicator.duplicate(IEntityContext, IUser)instead.ProjektProjectDuplicator. duplicate(IEntityContext ec, IUser user) -
Uses of IEntityContext in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type IEntityContext Modifier and Type Method Description <Q extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
voidDefaultDaoActionHook. bulkDelete(IEntityContext ec, Q cm)<Q extends de.xima.cmn.criteria.interfaces.IFilterableCriteriaManager & de.xima.cmn.criteria.interfaces.IUpdateableCriterionManager & de.xima.cmn.criteria.interfaces.IQueryHintProviding>
voidDefaultDaoActionHook. bulkUpdate(IEntityContext ec, Q cm)TDefaultDaoActionHook. create(IEntityContext ec, T entity)voidDefaultDaoActionHook. delete(IEntityContext ec, T entity)static List<de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getActionsReferencingClientResource(IEntityContext ec, MandantRessource entity)static List<Aktion>DaoActionHookHelper. getActionsReferencingDbConnection(IEntityContext ec, DatenbankZugriff dbConnection)static Collection<Aktion>DaoActionHookHelper. getActionsReferencingInbox(IEntityContext ec, Postfach inbox)static List<de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getActionsReferencingProjectResource(IEntityContext ec, ProjektRessource entity)static List<de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getActionsReferencingTextTemplate(IEntityContext ec, Textbaustein template)static List<Bedingung>DaoActionHookHelper. getBedingungen(IEntityContext ec, Mandant man)Deprecated.static List<ProjectDOIData>DaoActionHookHelper. getProjectDoi(IEntityContext ec, Mandant man)static List<ProjectIdentityCheckData>DaoActionHookHelper. getProjectIdCheck(IEntityContext ec, Mandant client)static List<? extends de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getReferencingWorkflowElementsInClient(IEntityContext ec, Mandant client, de.xima.cmn.dao.interfaces.IEntity<Long> entity)Finds all workflow elements (nodes / triggers) that have a reference to the given entity.static List<de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getReferencingWorkflowElementsInProject(IEntityContext ec, Projekt project, de.xima.cmn.dao.interfaces.IEntity<Long> entity)Finds all workflow elements (nodes / triggers) that have a reference to the given entity.static List<? extends de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getReferencingWorkflowElementsInVersion(IEntityContext ec, WorkflowVersion version, de.xima.cmn.dao.interfaces.IEntity<Long> entity)Finds all workflow elements (nodes / triggers) that have a reference to the given entity.static List<de.xima.cmn.dao.interfaces.IEntity<Long>>DaoActionHookHelper. getStatusChangeActions(IEntityContext ec, Status targetState)Deprecated.voidDefaultDaoActionHook. read(IEntityContext ec, T entity)static voidDaoActionHookHelper. removeModulDependency(IEntityContext ec, Rolle rolle)Deprecated.The entity Modul no longer exists.static BenutzerGruppeDaoActionHookHelper. syncAccessProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncAuthorizations(IEntityContext ec, BenutzerGruppe gruppe)static voidDaoActionHookHelper. syncBedingung(IEntityContext ec, Bedingung bedingung)Deprecated.static BenutzerGruppeDaoActionHookHelper. syncBenutzer(IEntityContext ec, BenutzerGruppe gruppe)Deprecated.static voidDaoActionHookHelper. syncBerechtigungen(IEntityContext ec, Rolle rolle)Deprecated.The entity Modul no longer exists.static BenutzerGruppeDaoActionHookHelper. syncEditorProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncLdapGroups(IEntityContext ec, BenutzerGruppe userGroup)Deprecated.static BenutzerGruppeDaoActionHookHelper. syncPostfaecher(IEntityContext ec, BenutzerGruppe gruppe)static ModulDaoActionHookHelper. syncRollen(IEntityContext ec, Modul modul)Deprecated.The entity Modul does not exist any more.TDefaultDaoActionHook. update(IEntityContext ec, T entity) -
Uses of IEntityContext in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with parameters of type IEntityContext Modifier and Type Method Description @NotNull UserProfileUserProfileDao. acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization)booleanFormRecordLockDao. acquireLock(IEntityContext ec, long formRecordId)protected booleanVorgangsDataDao. activate(IEntityContext ec)Started die übergebene Transaktion, wenn sie nicht bereits aktiv ist.BooleanModulDao. addAllModulesToMandantAdmin(IEntityContext ec)Deprecated.@NotNull UserProfileUserProfileDao. addDirectClientAuthorization(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization)ModulModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul modul)Deprecated.List<FormEingang>FormEingangDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf)List<FormEingang>FormEingangDao. all(IEntityContext ec, Vorgang v)Deprecated.List<FormElement>FormElementDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv)List<SystemMessage>SystemMessageDao. allActiveByDate(IEntityContext ec, Date date)List<Projekt>ProjektDao. allByClient(IEntityContext ec, Mandant client, boolean includeTemplates)List<Projekt>ProjektDao. allByClient(IEntityContext ec, Mandant client, String scope, boolean includeTemplates)List<SystemMessage>SystemMessageDao. allByDate(IEntityContext ec, Date date)List<FormVersionBackup>FormVersionBackupDao. allByFormVersion(IEntityContext ec, FormVersion fv)List<Projekt>ProjektDao. allByMandant(IEntityContext ec, Mandant mandant)Deprecated.List<Vorgang>VorgangDao. allByPostfach(IEntityContext ec, Postfach postfach)List<Vorgang>VorgangDao. allByProjekt(IEntityContext ec, Projekt pro)List<WorkflowVersionBackup>WorkflowVersionBackupDao. allByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion)List<Projekt>ProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)Deprecated.List<Projekt>ProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)Deprecated.List<Projekt>ProjektDao. allTemplatesByClient(IEntityContext ec, Mandant client)List<Projekt>ProjektDao. allTemplatesByClient(IEntityContext ec, Mandant client, String scope)List<Projekt>ProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)Deprecated.List<Projekt>ProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)Deprecated.de.xima.cmn.criteria.QueryCriteriaManagerProjektDao. allVisibleProjectsQcm(IEntityContext ec, Benutzer user, Mandant client, String projectScope, boolean includeTemplates)Deprecated.voidUserEmailDao. assertUserEmail(IEntityContext ec, UserEmail email)voidUserIdentityDao. assertUserIdentity(IEntityContext ec, UserIdentity identity)voidUserProfileMfaDao. assertUserProfileMfa(IEntityContext ec, UserProfileMfa mfaConfig)intVorgangDao. bulkdDeleteAll(IEntityContext ec, Postfach postfach)Deprecated.intVorgangDao. bulkdDeleteAll(IEntityContext ec, Projekt project)Deprecated.intVorgangDao. bulkDelete(IEntityContext ec, List<Long> formRecordIds)intVorgangDao. bulkDeleteAll(IEntityContext ec, Postfach postfach)intVorgangDao. bulkDeleteAll(IEntityContext ec, Projekt project)intInternalClientMessageDao. bulkDeleteAllByClient(IEntityContext ec, Mandant client, EInternalMessageType type)intInternalClientMessageDao. bulkDeleteAllByType(IEntityContext ec, EInternalMessageType type)intInternalSystemMessageDao. bulkDeleteAllByType(IEntityContext ec, EInternalMessageType type)intVorgangDao. bulkMarkRead(IEntityContext ec, List<Long> formRecordIds, boolean read)intVorgangDao. bulkMove(IEntityContext ec, Set<Long> formRecordIds, Postfach inbox)BenutzerBenutzerDao. byLogin(IEntityContext ec, String loginName, String loginPwd, Mandant mandant)Deprecated.BenutzerBenutzerDao. byNameAndMandant(IEntityContext ec, String loginName, Mandant mandant)Deprecated.intFormVersionDao. calcNewVersionNumber(IEntityContext ec, Projekt projekt)booleanUserProfileDao. canBeDeleted(IEntityContext ec, UserProfile profile)static voidUserProfileMfaDao. cleanupUserProfileMfa(IEntityContext ec, UserProfileMfa mfaConfig)voidPostfachDao. clear(IEntityContext ec, Mandant man, Postfach postfach)Deprecated.voidPostfachDao. clear(IEntityContext ec, Postfach postfach)voidVorgangsDataDao. clearUnreferenced(IEntityContext ec, Projekt project, EProjectSpecificDBTable tableType)AktionAktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)Deprecated.FormVersionFormVersionDao. copy(IEntityContext ec, FormVersion source, Projekt projekt)StatusStatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)Deprecated.VorgangVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)Deprecated.VorgangVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)intAppointmentDao. countBy(IEntityContext ec, IAppointmentQueryParams params)FormEingangFormEingangDao. create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)Deprecated.MandantRessourceMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant)MandantRessourceMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant)ProjektRessourceProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)ProjektRessourceProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt)ProjektZaehlerProjektZaehlerDao. create(IEntityContext ec, long projektId)ProjektZaehlerProjektZaehlerDao. create(IEntityContext ec, Projekt projekt)ProjektZaehlerDatenProjektZaehlerDatenDao. create(IEntityContext ec, long projektId, Date date)ProjektZaehlerDatenProjektZaehlerDatenDao. create(IEntityContext ec, Projekt projekt, Date date)AttachmentAttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment)FormVersionFormVersionDao. createDefaultFormVersion(IEntityContext ec, Projekt project, IUser user)WorkflowVersionBackupWorkflowVersionBackupDao. createNewBackup(IEntityContext ec, WorkflowVersion workflowVersion, String backupData)LicenseFileLicenseFileDao. createOrUpdateClientLicense(IEntityContext ec, LicenseModel model, String licenseKey, String userName)LicenseFileLicenseFileDao. createOrUpdateItemLicense(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName)LicenseFileLicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)SystemPropertySystemPropertyDao. createProperty(IEntityContext ec, String key, String value)voidVorgangDao. deleteAll(IEntityContext ec, Postfach postfach)Deprecated.voidVorgangDao. deleteAll(IEntityContext ec, Projekt project)Deprecated.voidFormVersionBackupDao. deleteAllByFormVersion(IEntityContext ec, FormVersion fv)voidWorkflowVersionBackupDao. deleteAllByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion)intVorgangDao. deleteAllUnverified(IEntityContext ec)IFormTemplateDaoFormTemplateDao. deleteById(IEntityContext ec, int id)voidAttachmentDao. deleteByUser(IEntityContext ec, String username, boolean force, Attachment... attachments)voidAttachmentDao. deleteByUser(IEntityContext ec, String username, Attachment... attachments)voidWorkflowVersionDao. deleteExistingVersion(IEntityContext ec, WorkflowVersion workflowVersion)voidSystemPropertyDao. deleteProperty(IEntityContext ec, String key)voidFormVersionBackupDao. doBackup(IEntityContext ec, FormVersion fv, int maxCount)booleanVorgangsDataDao. executeDelete(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, Long formEingangID)<T extends ITableColumn>
booleanVorgangsDataDao. executeInsert(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, long formEingangID, Map<String,String> dataMap)booleanVorgangDao. existsIdentityToken(IEntityContext ec, Vorgang formRecord, String identityToken, Projekt project)voidVorgangsDataDao. fillData(IEntityContext ec, Vorgang v, Map<String,String> dataMap, Long formEingangID, EProjectSpecificDBTable tableType)Diese Methode dient dazu Werte aus den Formulardaten in eine vorher erzeugte Tabelle zu schreiben.<T extends ITableColumn>
voidVorgangsDataDao. fillData(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, long formEingangID, Map<String,String> dataMap)longWorkflowVersionDao. findNewVersionNumber(IEntityContext ec, Projekt project)StringAppointmentTemplateDao. findUniqueName(IEntityContext ec, Mandant client, String candidate)StringAppointmentTemplateDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, AppointmentTemplate exclude)StringBenutzerGruppeDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude)StringClientAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude)StringClientCounterDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude)StringDatenquelleDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude)StringIndirectClientAuthorizationDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude)StringMandantRessourceDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude)StringPostfachDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Postfach exclude)StringProjektDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Projekt exclude)StringProjektRessourceDao. findUniqueName(IEntityContext ec, Projekt project, String candidate, ProjektRessource exclude)StringSystemAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, SystemAuthenticator exclude)StringTextbausteinDao. findUniqueName(IEntityContext ec, Mandant client, String candidate)StringTextbausteinDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude)StringProjektDao. findUniqueTitle(IEntityContext ec, Mandant client, String candidate, Projekt exclude)StringUserProfileDao. findUniqueUserName(IEntityContext ec, String candidate, UserProfile exclude)List<Projekt>ProjektDao. getAccessableProjects(IEntityContext ec, IUser user, Mandant client)WorkflowVersionWorkflowVersionDao. getActiveByProject(IEntityContext ec, Projekt project)List<ClientPlugin>ClientPluginDao. getActivePlugins(IEntityContext ec, boolean remoteOnly)List<SystemPlugin>SystemPluginDao. getActivePlugins(IEntityContext ec, boolean remoteOnly)RolleRolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)List<Textbaustein>TextbausteinDao. getAll(IEntityContext ec, Mandant mandant)List<Appointment>AppointmentDao. getAllBy(IEntityContext ec, IAppointmentQueryParams params)List<Attachment>AttachmentDao. getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)List<AppointmentClientClosingTime>AppointmentClientClosingTimeDao. getAllByClient(IEntityContext ec, Mandant client)List<AppointmentTemplate>AppointmentTemplateDao. getAllByClient(IEntityContext ec, Mandant client)List<DirectClientAuthorization>DirectClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client)List<DirectClientAuthorization>DirectClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client, boolean acceptedOnly)List<IndirectClientAuthorization>IndirectClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client)List<Postfach>PostfachDao. getAllByClient(IEntityContext ec, Mandant client)List<MandantRessource>MandantRessourceDao. getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions)List<ProjektRessource>ProjektRessourceDao. getAllByExtension(IEntityContext ec, Projekt project, Iterable<String> extensions)List<Textbaustein>TextbausteinDao. getAllByKat(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie)List<FormTemplate>FormTemplateDao. getAllByMandant(IEntityContext ec, Mandant mandant)List<LDAPGruppe>LDAPGruppeDao. getAllByMandant(IEntityContext ec, Mandant man)Deprecated.List<MandantRessource>MandantRessourceDao. getAllByMandant(IEntityContext ec, Mandant mandant)List<ProjektZaehlerDaten>ProjektZaehlerDatenDao. getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant)List<Mandant>MandantDao. getAllByName(IEntityContext ec, String name)List<Aktion>AktionDao. getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass)Deprecated.List<BenutzerGruppe>BenutzerGruppeDao. getAllByProject(IEntityContext ec, Projekt project)List<MandantRessource>MandantRessourceDao. getAllByProject(IEntityContext ec, Projekt project)Deprecated.List<Textbaustein>TextbausteinDao. getAllByProject(IEntityContext ec, Projekt project)List<ProjektRessource>ProjektRessourceDao. getAllByProjekt(IEntityContext ec, Projekt projekt)List<ProjektZaehlerDaten>ProjektZaehlerDatenDao. getAllByProjekt(IEntityContext ec, Date startDate, Date endDate, Projekt projekt)List<Status>StatusDao. getAllByProjekt(IEntityContext ec, Projekt projekt)Deprecated.List<ProtocolEntryProcessing>ProtocolEntryProcessDao. getAllByProzessId(IEntityContext ec, String prozessId)List<Aktion>AktionDao. getAllByStatus(IEntityContext ec, Status status)Deprecated.List<AppointmentClosingTime>AppointmentClosingTimeDao. getAllByTemplate(IEntityContext ec, AppointmentTemplate template)List<AppointmentSlot>AppointmentSlotDao. getAllByTemplates(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge)List<InternalClientMessage>InternalClientMessageDao. getAllByType(IEntityContext ec, Mandant client, EInternalMessageType type)List<InternalSystemMessage>InternalSystemMessageDao. getAllByType(IEntityContext ec, EInternalMessageType type)List<LDAPGruppe>LDAPGruppeDao. getAllByUserGroup(IEntityContext ec, Mandant client, BenutzerGruppe userGroup)Deprecated.List<Postfach>PostfachDao. getAllByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)List<WorkflowState>WorkflowStateDao. getAllByWorkflowVersion(IEntityContext ec, Projekt project, long versionNumber)List<WorkflowState>WorkflowStateDao. getAllByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion)List<WorkflowState>WorkflowStateDao. getAllForActiveVersion(IEntityContext ec, Projekt project)List<Status>StatusDao. getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)Deprecated.Liefert alle Status zu einem Projekt außer dem ÜbergebenenSet<String>PostfachDao. getAllNamesByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)List<AppointmentSlot>AppointmentTemplateDao. getAllSlotsOfTemplates(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge)List<FormTemplateTag>FormTemplateDao. getAllTagsByMandant(IEntityContext ec, Mandant m)List<InternalClientMessage>InternalClientMessageDao. getAllUnreadByType(IEntityContext ec, Mandant client, EInternalMessageType type)List<InternalClientMessage>InternalClientMessageDao. getAllUnreadByType(IEntityContext ec, EInternalMessageType type)List<InternalSystemMessage>InternalSystemMessageDao. getAllUnreadByType(IEntityContext ec, EInternalMessageType type)<View extends IEffectiveAppointmentStatusProviding>
List<View>AppointmentDao. getAttributesBy(IEntityContext ec, IAppointmentQueryParams params, Class<View> viewClass)List<Benutzer>BenutzerDao. getBenutzerByMandant(IEntityContext ec, Mandant mandant)Deprecated.Map<String,BenutzerGruppe>BenutzerGruppeDao. getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant)List<BenutzerGruppe>BenutzerDao. getBenutzergruppen(IEntityContext ec, Benutzer benutzer)Deprecated.booleanSystemPropertyDao. getBooleanValue(IEntityContext ec, String key, boolean defaultValue)FormVersionFormVersionDao. getBy(IEntityContext ec, Projekt projekt, int versionNumber)List<UserEmail>UserEmailDao. getByAddress(IEntityContext ec, String address)ClientAuthenticatorClientAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)SystemAuthenticatorSystemAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)UserIdentityUserIdentityDao. getByCallback(IEntityContext ec, String identifier, String clientName)List<UserIdentity>UserIdentityDao. getByClientName(IEntityContext ec, String clientName)ProjektZaehlerDatenProjektZaehlerDatenDao. getByDate(IEntityContext ec, long projektId, Date date)ProjektZaehlerDatenProjektZaehlerDatenDao. getByDate(IEntityContext ec, Projekt projekt, Date date)Set<UserProfile>UserProfileDao. getByEmailAddress(IEntityContext ec, String email)DirectClientAuthorizationDirectClientAuthorizationDao. getByInvitationUuid(IEntityContext ec, UUID invitationUuid)TextbausteinTextbausteinDao. getByKatAndName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name)LicenseFileLicenseFileDao. getByKey(IEntityContext ec, String licenseKey, ELicenseFileType licenseType)SystemPropertySystemPropertyDao. getByKey(IEntityContext ec, String key)List<SystemProperty>SystemPropertyDao. getByKeyPrefix(IEntityContext ec, String keyPrefix)List<SystemProperty>SystemPropertyDao. getByKeys(IEntityContext ec, List<String> keys)UserProfileUserProfileDao. getByLoginId(IEntityContext ec, String loginId)MandantLdapDataMandantLdapDataDao. getByMandant(IEntityContext ec, Mandant mandant)Deprecated.MandantMailDataMandantMailDataDao. getByMandant(IEntityContext ec, Mandant mandant)MandantFrontendServerMandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)TextbausteinTextbausteinDao. getByMsgCode(IEntityContext ec, Mandant m, String msgCode)AttachmentAttachmentDao. getByName(IEntityContext ec, Vorgang vorgang, String name)ClientCounterClientCounterDao. getByName(IEntityContext ec, Mandant client, String name)FrontendServerFrontendServerDao. getByName(IEntityContext ec, String name)MandantRessourceMandantRessourceDao. getByName(IEntityContext ec, Mandant mandant, String name)ProjektRessourceProjektRessourceDao. getByName(IEntityContext ec, Projekt projekt, String name)TextbausteinTextbausteinDao. getByName(IEntityContext ec, Mandant mandant, String name)WebDavAccessWebDavAccessDao. getByName(IEntityContext ec, Mandant client, String name)LDAPAbfrageLDAPAbfrageDao. getByNameAndClient(IEntityContext ec, String name, Mandant man)List<MandantFrontendServer>MandantFrontendServerDao. getByProject(IEntityContext ec, Projekt project)Gets theMandantFrontendServers of the givenProjektProjectDOIDataProjectDOIDataDao. getByProject(IEntityContext ec, Projekt project)ProjectIdentityCheckDataProjectIdentityCheckDataDao. getByProject(IEntityContext ec, Projekt project)ProjectInviteDataProjectInviteDataDao. getByProject(IEntityContext ec, Projekt project)List<FormVersion>FormVersionDao. getByProjekt(IEntityContext ec, Projekt projekt)ProjektZaehlerProjektZaehlerDao. getByProjekt(IEntityContext ec, long projektId)ProjektZaehlerProjektZaehlerDao. getByProjekt(IEntityContext ec, Projekt projekt)VorgangVorgangDao. getByProzessId(IEntityContext ec, String prozessId)MandantFrontendServerMandantFrontendServerDao. getBySource(IEntityContext ec, FrontendServer fs, Mandant man)Deprecated.UserProfileUserProfileDao. getByUserName(IEntityContext ec, String userName)List<IndirectClientAuthorization>IndirectClientAuthorizationDao. getByUserProfile(IEntityContext ec, org.pac4j.core.profile.UserProfile pac4jProfile)ClientAuthenticatorClientAuthenticatorDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)ClientCounterClientCounterDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)SystemAuthenticatorSystemAuthenticatorDao. getByUuid(IEntityContext ec, UUID uuid)UserCredentialsUserCredentialsDao. getByUuid(IEntityContext ec, String uuid)UserCredentialsUserCredentialsDao. getByUuid(IEntityContext ec, UUID uuid)UserIdentityUserIdentityDao. getByUuid(IEntityContext ec, String uuid)UserIdentityUserIdentityDao. getByUuid(IEntityContext ec, UUID uuid)UserProfileUserProfileDao. getByUuid(IEntityContext ec, String uuid)UserProfileUserProfileDao. getByUuid(IEntityContext ec, UUID uuid)WorkflowStateWorkflowStateDao. getByUuid(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid)AktionAktionDao. getByUUID(IEntityContext ec, Status state, String uuid)Deprecated.AktionAktionDao. getByUUID(IEntityContext ec, Status state, UUID uuid)Deprecated.AppointmentClientClosingTimeAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)AppointmentClientClosingTimeAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)AppointmentClosingTimeAppointmentClosingTimeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)AppointmentClosingTimeAppointmentClosingTimeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, UUID uuid)AppointmentAppointmentDao. getByUUID(IEntityContext ec, String uuid)AppointmentAppointmentDao. getByUUID(IEntityContext ec, UUID uuid)AppointmentTemplateAppointmentTemplateDao. getByUUID(IEntityContext ec, Mandant client, String uuid)AppointmentTemplateAppointmentTemplateDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)AppointmentTypeAppointmentTypeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)AppointmentTypeAppointmentTypeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, UUID uuid)AttachmentAttachmentDao. getByUUID(IEntityContext ec, String uuid)AttachmentAttachmentDao. getByUUID(IEntityContext ec, String uuid, Vorgang v)AttachmentAttachmentDao. getByUUID(IEntityContext ec, UUID uuid)BenutzerBenutzerDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Deprecated.BenutzerBenutzerDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Deprecated.BenutzerGruppeBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)BenutzerGruppeBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)ClientPluginClientPluginDao. getByUUID(IEntityContext ec, Mandant client, String uuid)ClientPluginClientPluginDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)DatenbankZugriffDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)DatenbankZugriffDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)DatenquelleDatenquelleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)DatenquelleDatenquelleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)FormElementFormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, String uuid)FormElementFormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, UUID uuid)FormVersionFormVersionDao. getByUUID(IEntityContext ec, Projekt project, String uuid)FormVersionFormVersionDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)InternalClientMessageInternalClientMessageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)InternalClientMessageInternalClientMessageDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)InternalSystemMessageInternalSystemMessageDao. getByUUID(IEntityContext ec, String uuid)InternalSystemMessageInternalSystemMessageDao. getByUUID(IEntityContext ec, UUID uuid)LDAPAbfrageLDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)LDAPAbfrageLDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)LDAPZugriffLDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)LDAPZugriffLDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)MandantMandantDao. getByUUID(IEntityContext ec, String uuid)MandantMandantDao. getByUUID(IEntityContext ec, UUID uuid)MandantRessourceMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, String uuid)MandantRessourceMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)PostfachPostfachDao. getByUUID(IEntityContext ec, Mandant client, String uuid)PostfachPostfachDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)ProjektProjektDao. getByUUID(IEntityContext ec, Mandant client, String uuid)ProjektProjektDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)ProjektRessourceProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, String uuid)ProjektRessourceProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)RolleRolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)RolleRolleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)StatusStatusDao. getByUUID(IEntityContext ec, Projekt project, String uuid)Deprecated.StatusStatusDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)Deprecated.SystemPluginSystemPluginDao. getByUUID(IEntityContext ec, String uuid)SystemPluginSystemPluginDao. getByUUID(IEntityContext ec, UUID uuid)TextbausteinTextbausteinDao. getByUUID(IEntityContext ec, Mandant client, String uuid)TextbausteinTextbausteinDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)VorgangVorgangDao. getByUUID(IEntityContext ec, String uuid)VorgangVorgangDao. getByUUID(IEntityContext ec, UUID uuid)WebDavAccessWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, String uuid)WebDavAccessWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)UserEmailUserEmailDao. getByVerifiedAddress(IEntityContext ec, String address)UserProfileUserProfileDao. getByVerifiedEmailAddress(IEntityContext ec, String email)UserProfileUserProfileDao. getByVerifiedPrimaryEmailAddress(IEntityContext ec, String email)VorgangVorgangDao. getByVerifyId(IEntityContext ec, String verifyId)WorkflowVersionWorkflowVersionDao. getByVersionNumber(IEntityContext ec, Projekt project, long versionNumber)List<Vorgang>VorgangDao. getChildren(IEntityContext ec, Vorgang formRecord)LicenseFileLicenseFileDao. getClientLicense(IEntityContext ec, long clientid)LicenseFileLicenseFileDao. getClientLicense(IEntityContext ec, Mandant client)LicenseModelLicenseFileDao. getClientLicenseModel(IEntityContext ec, Mandant client)intVorgangDao. getCountByAuthenticatorDependentCreator(IEntityContext ec, IAuthenticator<?> authenticator)DatenquelleDatenquelleDao. getDatenquelleById(IEntityContext ec, Mandant mandant, int id)Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDatenquelleDao. getDatenquelleByName(IEntityContext ec, Mandant mandant, String name)Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDatenquelleDao. getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.List<Datenquelle>DatenquelleDao. getDatenquellen(IEntityContext ec, Mandant mandant)Liefert Mandanten-spezifische (nutzerdefinierte) DataStores.Set<de.xima.cmn.dao.interfaces.IEntity<Long>>AktionDao. getEntityRefs(IEntityContext ec, Aktion aktion)Deprecated.Set<de.xima.cmn.dao.interfaces.IEntity<Long>>ClientAuthenticatorDao. getEntityRefs(IEntityContext ec, ClientAuthenticator authenticator)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>ClientCounterDao. getEntityRefs(IEntityContext ec, ClientCounter resource)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>DatenbankZugriffDao. getEntityRefs(IEntityContext ec, DatenbankZugriff dbConnection)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>DatenquelleDao. getEntityRefs(IEntityContext ec, Datenquelle dataSource)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>FormVersionDao. getEntityRefs(IEntityContext ec, FormVersion formversion)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>GenericDao. getEntityRefs(IEntityContext ec, T entity)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>LDAPAbfrageDao. getEntityRefs(IEntityContext ec, LDAPAbfrage ldapQuery)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>LDAPZugriffDao. getEntityRefs(IEntityContext ec, LDAPZugriff ldapConnection)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>MandantRessourceDao. getEntityRefs(IEntityContext ec, MandantRessource resource)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>PostfachDao. getEntityRefs(IEntityContext ec, Postfach inbox)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>ProjektRessourceDao. getEntityRefs(IEntityContext ec, ProjektRessource resource)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>StatusDao. getEntityRefs(IEntityContext ec, Status status)Deprecated.Set<de.xima.cmn.dao.interfaces.IEntity<Long>>SystemAuthenticatorDao. getEntityRefs(IEntityContext ec, SystemAuthenticator authenticator)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>TextbausteinDao. getEntityRefs(IEntityContext ec, Textbaustein template)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>UserEmailDao. getEntityRefs(IEntityContext ec, UserEmail entity)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>UserIdentityDao. getEntityRefs(IEntityContext ec, UserIdentity entity)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>WebDavAccessDao. getEntityRefs(IEntityContext ec, WebDavAccess entity)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>WorkflowStateDao. getEntityRefs(IEntityContext ec, WorkflowState state)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>WorkflowVersionDao. getEntityRefs(IEntityContext ec, WorkflowVersion entity)UserIdentityUserIdentityDao. getExisting(IEntityContext ec, UserIdentity identity)List<Aktion>AktionDao. getFolgeAktionen(IEntityContext ec, Aktion aktion)Deprecated.List<Aktion>AktionDao. getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)Deprecated.List<Status>StatusDao. getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.StringFormEingangDao. getFormData(IEntityContext ec, FormEingang fe)StringVorgangDao. getFormData(IEntityContext ec, Vorgang v)List<LicenseFile>LicenseFileDao. getItemLicenses(IEntityContext ec, String licenseKey)LicenseDataSnapshotMandantDao. getLicenseDataSnapshot(IEntityContext ec, Mandant client)DateFormRecordLockDao. getLockDate(IEntityContext ec, long formRecordId)WorkflowStateWorkflowStateDao. getOrCreateSystemState(IEntityContext ec, WorkflowVersion workflowVersion, EWorkflowStateType type)VorgangVorgangDao. getParent(IEntityContext ec, Vorgang formRecord)List<Postfach>PostfachDao. getPostfachByBenutzer(IEntityContext ec, Benutzer benutzer)Deprecated.List<Aktion>AktionDao. getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface)Deprecated.List<Aktion>AktionDao. getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface)Deprecated.byte[]ProjektDao. getPreviewImage(IEntityContext ec, Projekt project)StringProjektDao. getPreviewImageVersion(IEntityContext ec, Projekt project)Set<UserProfile>UserProfileDao. getProfilesExclusiveToClients(IEntityContext ec, Set<Mandant> clients)List<Long>ProjectTagDao. getProjectIdsHavingTagsStartingWith(IEntityContext ec, Iterable<String> tags)Set<Long>ProjektDao. getProjectsWithPreviewImage(IEntityContext ec, Mandant client)List<Projekt>ProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant)Deprecated.List<Projekt>ProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope)Deprecated.List<Projekt>FrontendServerDao. getProjekts(IEntityContext ec, Integer fronendServerId, Integer mandantId, Integer benutzerGruppeId)DatenquelleDatenquelleDao. getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type)List<Rolle>RolleDao. getRollenByModul(IEntityContext ec, Modul modul)Deprecated.StringSystemPropertyDao. getStringValue(IEntityContext ec, String key, String defaultValue)LicenseFileLicenseFileDao. getSystemLicense(IEntityContext ec)LicenseModelLicenseFileDao. getSystemLicenseModel(IEntityContext ec)Map<Long,List<String>>ProjectTagDao. getTags(IEntityContext ec, Iterable<Long> projectIds)List<WorkflowTask>WorkflowTaskDao. getTasksWithTriggerType(IEntityContext ec, Vorgang formRecord, List<String> triggerTypes)TextbausteinTextbausteinDao. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)longVorgangsDataDao. getTotalCount(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)longVorgangsDataDao. getTotalCount(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)longVorgangsDataDao. getTotalCount(IEntityContext ec, Projekt projekt, Postfach postfach, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)List<DirectClientAuthorization>DirectClientAuthorizationDao. getUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile)List<FrontendServer>FrontendServerDao. getUnconnectedByMandant(IEntityContext ec, Mandant man)longAttachmentDao. getUsedFileSize(IEntityContext ec, Mandant mandant)longFormEingangDao. getUsedFileSize(IEntityContext ec, Mandant mandant)longMandantDao. getUsedFileSize(IEntityContext ec, Mandant mandant)longMandantRessourceDao. getUsedFileSize(IEntityContext ec, Mandant mandant)longProjektRessourceDao. getUsedFileSize(IEntityContext ec, Mandant mandant)List<Vorgang>VorgangDao. getVorgaengeByBenutzer(IEntityContext ec, Benutzer benutzer)Deprecated.List<ExtendedEntityModel<Vorgang>>VorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)List<ExtendedEntityModel<Vorgang>>VorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)List<ExtendedEntityModel<Vorgang>>VorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)ExtendedEntityModel<Vorgang>VorgangsDataDao. getVorgangsData(IEntityContext ec, Projekt projekt, Vorgang vorgang, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)BenutzerBenutzerDao. handleUserLogin(IEntityContext ec, Benutzer user)Deprecated.booleanSystemChangeDao. haseUpdateBeenRun(IEntityContext ec, String updateUUID)booleanDirectClientAuthorizationDao. hasUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile)voidDatentabelleDao. insertValuesToTables(IEntityContext ec, Vorgang vorgang)Diese Methode dient dazu, EingabeWerte aus einem Vorgang in die Projekt-Postfach-Tabelle bzw.booleanProjektDao. isActivationAllowed(IEntityContext ec, Projekt projekt)booleanMandantDao. isCreationAllowed(IEntityContext ec, Mandant mandant)booleanProjektDao. isEditingAllowed(IEntityContext ec, Projekt p, Benutzer ben)Deprecated.booleanUserIdentityDao. isExisting(IEntityContext ec, UserIdentity identity)booleanProjektDao. isFsAllowed(IEntityContext ec, Projekt project, FrontendServer fs)BooleanMandantFrontendServerDao. isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs)booleanBenutzerDao. isLastActiveMandantadmin(IEntityContext ec, Benutzer ben)Deprecated.booleanAppointmentTemplateDao. isNameExisiting(IEntityContext ec, Mandant client, String name)booleanBenutzerGruppeDao. isNameExisiting(IEntityContext ec, Mandant client, String name)booleanClientAuthenticatorDao. isNameExisiting(IEntityContext ec, Mandant client, String name)booleanDatenquelleDao. isNameExisiting(IEntityContext ec, Mandant client, String name)booleanMandantRessourceDao. isNameExisiting(IEntityContext ec, Mandant client, String name)booleanPostfachDao. isNameExisiting(IEntityContext ec, Mandant client, String name)booleanProjektDao. isNameExisiting(IEntityContext ec, Mandant client, String name)booleanProjektRessourceDao. isNameExisiting(IEntityContext ec, Projekt project, String name)booleanSystemAuthenticatorDao. isNameExisiting(IEntityContext ec, String name)booleanTextbausteinDao. isNameExisiting(IEntityContext ec, Mandant client, String name)booleanIndirectClientAuthorizationDao. isNameExisting(IEntityContext ec, Mandant client, String name)booleanProjektDao. isTitleExisiting(IEntityContext ec, Mandant client, String name)booleanUserProfileDao. isUserNameExisiting(IEntityContext ec, String name)booleanProjektDao. isZugriffsberechtigt(IEntityContext ec, Projekt project, Benutzer user)Deprecated.WorkflowVersionWorkflowVersionDao. loadFullVersion(IEntityContext ec, long workflowVersionId)WorkflowProcessWorkflowProcessDao. loadMainProcess(IEntityContext ec, WorkflowVersion workflowVersion)UserProfileUserProfileDao. mergeUserProfiles(IEntityContext ec, UserProfile main, UserProfile toBeMerged)FormEingangFormEingangDao. mostCurrent(IEntityContext ec, Vorgang v)longFormEingangDao. ownerId(IEntityContext ec, Vorgang v)Deprecated.static voidUserProfileMfaDao. preUpdate(IEntityContext ec, UserProfileMfa mfaConfig)TGenericDao. read(IEntityContext ec, Integer id)MandantMandantDao. readByName(IEntityContext ec, String name)ModulModulDao. readByName(IEntityContext ec, Mandant mandant, String name)Deprecated.voidDatentabelleDao. recreateDataTable(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType)voidDatentabelleDao. reindex(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType)Diese Methode befüllt die Projekt-Postfach-Tabelle.voidDatentabelleDao. reindexDataTable(IEntityContext ec, Projekt projekt)Diese Methode löscht die Projekt-Datentabelle, erstellt diese neu und befüllt diese mit den Werten aus der EingabeWerte-Tabelle entsprechend der Projekt-Vorgänge und derenFormEingangvoidDatentabelleDao. reindexPostfachTable(IEntityContext ec, Projekt projekt)Diese Methode löscht die Projekt-Postfachtabelle, erstellt diese neu und befüllt diese mit den Werten aus der EingabeWerte-Tabelle entsprechend der Projekt-Vorgänge und derenFormEingangbooleanFormRecordLockDao. releaseLock(IEntityContext ec, long formRecordId)voidFormElementDao. removeAllFromFormVersion(IEntityContext ec, FormVersion fv)WorkflowVersionWorkflowVersionDao. replaceVersion(IEntityContext ec, WorkflowVersion oldWorkflowVersion, WorkflowVersion newWorkflowVersion)protected voidVorgangsDataDao. rollback(IEntityContext ec)Methode für das Rollback einer Transaktion.WorkflowVersionWorkflowVersionDao. saveVersion(IEntityContext ec, WorkflowVersion workflowVersion)FormEingangFormEingangDao. setFormData(IEntityContext ec, FormEingang fe, String formData)VorgangVorgangDao. setFormData(IEntityContext ec, Vorgang v, String formData)Deprecated.MandantRessourceMandantRessourceDao. update(IEntityContext ec, byte[] daten, String userName, String fileName, MandantRessource res)ProjektRessourceProjektRessourceDao. update(IEntityContext ec, byte[] daten, String userName, String fileName, ProjektRessource res)AttachmentAttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment)voidProjektDao. updatePreviewImage(IEntityContext ec, Projekt project, byte[] data)SystemPropertySystemPropertyDao. updateProperty(IEntityContext ec, String key, String value)voidProjectTagDao. updateTags(IEntityContext ec, Projekt project, Iterable<String> tags)UserProfileUserProfileDao. validateUserLogin(IEntityContext ec, String loginId, String password) -
Uses of IEntityContext in de.xima.fc.dao.impl.sqlbuilder
Methods in de.xima.fc.dao.impl.sqlbuilder with parameters of type IEntityContext Modifier and Type Method Description protected javax.persistence.QueryAVorgangsDataSQLBuilder. appendQueryCriterias(StringBuilder sb, IEntityContext ec, Map<String,ITableColumn> columnMap, de.xima.cmn.criteria.QueryCriteriaManager qcm, boolean withOrder)javax.persistence.QueryAVorgangsDataSQLBuilder. createAllQuery(IEntityContext ec, Map<String,ITableColumn> columnMap, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes)javax.persistence.QueryAVorgangsDataSQLBuilder. createAllQuery(IEntityContext ec, Map<String,ITableColumn> columnMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm)javax.persistence.QueryAVorgangsDataSQLBuilder. createCountQuery(IEntityContext ec, Map<String,ITableColumn> columnMap, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes)javax.persistence.QueryAVorgangsDataSQLBuilder. createCountQuery(IEntityContext ec, Map<String,ITableColumn> columnMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm)javax.persistence.QueryAVorgangsDataSQLBuilder. createDeleteDataWithoutEntityQuery(IEntityContext ec, Projekt project)javax.persistence.QueryAVorgangsDataSQLBuilder. createDeleteNotCurrentDataQuery(IEntityContext ec, Projekt project)javax.persistence.QueryAVorgangsDataSQLBuilder. createDeleteQuery(IEntityContext ec, Projekt projekt, long formEingangID)javax.persistence.QueryAVorgangsDataSQLBuilder. createInsertQuery(IEntityContext ec, Map<String,ITableColumn> columns, Projekt projekt, long formEingangID, Map<String,String> dataMap)javax.persistence.QueryAVorgangsDataSQLBuilder. createInsertQuery(IEntityContext ec, Map<String,ITableColumn> columns, Projekt projekt, long formEingangID, Map<String,String> dataMap, Integer maxValueSize)javax.persistence.QueryAVorgangsDataSQLBuilder. createSingleQuery(IEntityContext ec, Map<String,ITableColumn> columnMap, Projekt projekt, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm) -
Uses of IEntityContext in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type IEntityContext Modifier and Type Method Description @NotNull UserProfileIUserProfileDao. acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization)Adds the given client authorization to the given profile and accepts it.booleanIFormRecordLockDao. acquireLock(IEntityContext ec, long formRecordId)Attempts to acquire a lock on theVorgangwith the given ID.BooleanIModulDao. addAllModulesToMandantAdmin(IEntityContext ec)Deprecated.@NotNull UserProfileIUserProfileDao. addDirectClientAuthorization(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization)Adds the given client authorizations to the user profile.ModulIModulDao. addModulToRolle(IEntityContext ec, Rolle rolle, Modul newModul)Deprecated.user regular update methodList<FormEingang>IFormEingangDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf)Speziell: für Export-Zeug (alle FormEingänge der Vorgänge im übergebenen Postfach)List<FormEingang>IFormEingangDao. all(IEntityContext ec, Vorgang v)Deprecated.List<FormElement>IFormElementDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv)List<SystemMessage>ISystemMessageDao. allActiveByDate(IEntityContext ec, Date date)Retrieves all system messages that are both #SystemMessage.isFlagActive()and available at the given date.List<Projekt>IProjektDao. allByClient(IEntityContext ec, Mandant mandant, boolean includeTemplates)List<Projekt>IProjektDao. allByClient(IEntityContext ec, Mandant client, String scope, boolean includeTemplates)List<SystemMessage>ISystemMessageDao. allByDate(IEntityContext ec, Date date)Retrieves all system messages that are available at the given date.List<FormVersionBackup>IFormVersionBackupDao. allByFormVersion(IEntityContext ec, FormVersion fv)List<Projekt>IProjektDao. allByMandant(IEntityContext ec, Mandant mandant)Deprecated.List<Vorgang>IVorgangDao. allByPostfach(IEntityContext ec, Postfach postfach)List<Vorgang>IVorgangDao. allByProjekt(IEntityContext ec, Projekt pro)List<WorkflowVersionBackup>IWorkflowVersionBackupDao. allByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion)Retrieves all available backups for the given workflow version, sorted in ascending order bygetDateCreated().List<Projekt>IProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)Deprecated.List<Projekt>IProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)Deprecated.List<Projekt>IProjektDao. allTemplatesByClient(IEntityContext ec, Mandant mandant)List<Projekt>IProjektDao. allTemplatesByClient(IEntityContext ec, Mandant client, String scope)List<Projekt>IProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)Deprecated.List<Projekt>IProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)Deprecated.de.xima.cmn.criteria.QueryCriteriaManagerIProjektDao. allVisibleProjectsQcm(IEntityContext ec, Benutzer user, Mandant client, String projectScope, boolean includeTemplates)Deprecated.voidIUserEmailDao. assertUserEmail(IEntityContext ec, UserEmail email)Checks if the user email can be persisted (create/update).voidIUserIdentityDao. assertUserIdentity(IEntityContext ec, UserIdentity identity)Checks if the user identity can be persisted (create/update).voidIUserProfileMfaDao. assertUserProfileMfa(IEntityContext ec, UserProfileMfa mfaConfig)Checks if the user profile MFA config can be persisted (create/update).intIVorgangDao. bulkdDeleteAll(IEntityContext ec, Postfach postfach)Deprecated.intIVorgangDao. bulkdDeleteAll(IEntityContext ec, Projekt project)Deprecated.intIVorgangDao. bulkDelete(IEntityContext ec, List<Long> formRecordIds)Bulk deletes all form records with the given IDs iff the authenticated user given by the entity context has permission to access the form records and the form records can be deleted (the state allows deletion).intIVorgangDao. bulkDeleteAll(IEntityContext ec, Postfach postfach)intIVorgangDao. bulkDeleteAll(IEntityContext ec, Projekt project)intIInternalClientMessageDao. bulkDeleteAllByClient(IEntityContext ec, Mandant client, EInternalMessageType type)intIInternalClientMessageDao. bulkDeleteAllByType(IEntityContext ec, EInternalMessageType type)intIInternalSystemMessageDao. bulkDeleteAllByType(IEntityContext ec, EInternalMessageType type)intIVorgangDao. bulkMarkRead(IEntityContext ec, List<Long> formRecordIds, boolean read)Bulk updates the 'read' value of all form records with the given IDs to the given 'read' value iff the authenticated user given by the entity context has permission to access the form records.intIVorgangDao. bulkMove(IEntityContext ec, Set<Long> formRecordIds, Postfach inbox)Bulk moves all form records with the given IDs to the given inbox iff the authenticated user given by the entity context has permission to access the form records.BenutzerIBenutzerDao. byLogin(IEntityContext ec, String loginName, String loginPwd, Mandant mandant)Deprecated.Diese Methode sucht einenBenutzeranhand desBenutzer.getLoginName()und desBenutzer.getPasswort(), wurde ein aktiverBenutzergefunden, wird dieser zurückgeben.BenutzerIBenutzerDao. byNameAndMandant(IEntityContext ec, String loginName, Mandant mandant)Deprecated.TElementIWorkflowElementDao. byUuid(IEntityContext ec, long processId, UUID taskUuid, UUID elementUuid)default TElementIWorkflowElementDao. byUuid(IEntityContext ec, WorkflowProcess process, UUID taskUuid, UUID elementUuid)intIFormVersionDao. calcNewVersionNumber(IEntityContext ec, Projekt projekt)booleanIUserProfileDao. canBeDeleted(IEntityContext ec, UserProfile profile)Checks whether or not the user profile can be deleted.voidIPostfachDao. clear(IEntityContext ec, Mandant client, Postfach inbox)Deprecated.voidIPostfachDao. clear(IEntityContext ec, Postfach inbox)Deletes allform recordsin the given inbox.voidIVorgangsDataDao. clearUnreferenced(IEntityContext ec, Projekt pro, EProjectSpecificDBTable tableType)AktionIAktionDao. copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)Deprecated.FormVersionIFormVersionDao. copy(IEntityContext ec, FormVersion source, Projekt projekt)StatusIStatusDao. copy(IEntityContext ec, Status sourceStatus, String targetName)Deprecated.VorgangIVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)Deprecated.VorgangIVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user)default intIGenericDao. count(IEntityContext ec, de.xima.cmn.criteria.FilterCriterion filter)Convenience method forresultTotalCount(ec, qcm)for the very common case where you only need to specify a filter.intIAppointmentDao. countBy(IEntityContext ec, IAppointmentQueryParams queryParams)Returns the number of all appointments that match the given query params.FormEingangIFormEingangDao. create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)Deprecated.MandantRessourceIMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant)MandantRessourceIMandantRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant)ProjektRessourceIProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)ProjektRessourceIProjektRessourceDao. create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt)ProjektZaehlerIProjektZaehlerDao. create(IEntityContext ec, long projektId)ProjektZaehlerIProjektZaehlerDao. create(IEntityContext ec, Projekt projekt)ProjektZaehlerDatenIProjektZaehlerDatenDao. create(IEntityContext ec, long projektId, Date date)ProjektZaehlerDatenIProjektZaehlerDatenDao. create(IEntityContext ec, Projekt projekt, Date date)AttachmentIAttachmentDao. createByUser(IEntityContext ec, String username, Attachment attachment)FormVersionIFormVersionDao. createDefaultFormVersion(IEntityContext ec, Projekt project, IUser user)Returns a new default form version on the basis of a given project.WorkflowVersionBackupIWorkflowVersionBackupDao. createNewBackup(IEntityContext ec, WorkflowVersion workflowVersion, String backupData)Creates a new workflow version backup with the data of the given workflow version.LicenseFileILicenseFileDao. createOrUpdateClientLicense(IEntityContext ec, LicenseModel model, String licenseKey, String userName)LicenseFileILicenseFileDao. createOrUpdateItemLicense(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName)LicenseFileILicenseFileDao. createOrUpdateSystemLicense(IEntityContext ec, LicenseModel model, String userName)SystemPropertyISystemPropertyDao. createProperty(IEntityContext ec, String key, String value)voidIVorgangDao. deleteAll(IEntityContext ec, Postfach postfach)Deprecated.voidIVorgangDao. deleteAll(IEntityContext ec, Projekt selected)Deprecated.voidIFormVersionBackupDao. deleteAllByFormVersion(IEntityContext ec, FormVersion fv)voidIWorkflowVersionBackupDao. deleteAllByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion)Deletes all backups for the given workflow version.intIVorgangDao. deleteAllUnverified(IEntityContext ec)IFormTemplateDaoIFormTemplateDao. deleteById(IEntityContext ec, int id)voidIAttachmentDao. deleteByUser(IEntityContext ec, String username, boolean force, Attachment... attachments)voidIAttachmentDao. deleteByUser(IEntityContext ec, String username, Attachment... attachments)voidIWorkflowVersionDao. deleteExistingVersion(IEntityContext ec, WorkflowVersion workflowVersion)Delete an existing (persisted) workflow version.voidISystemPropertyDao. deleteProperty(IEntityContext ec, String key)voidIFormVersionBackupDao. doBackup(IEntityContext ec, FormVersion fv, int maxCount)booleanIVorgangsDataDao. executeDelete(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, Long formEingangID)<T extends ITableColumn>
booleanIVorgangsDataDao. executeInsert(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, long formEingangID, Map<String,String> dataMap)booleanIVorgangDao. existsIdentityToken(IEntityContext ec, Vorgang formRecord, String identityToken, Projekt project)Checks whether there exists any form record that belongs to the same project as the given project is not the same as the given form record but has got the same identity token as the given tokenvoidIVorgangsDataDao. fillData(IEntityContext ec, Vorgang v, Map<String,String> dataMap, Long formEingangID, EProjectSpecificDBTable tableType)<T extends ITableColumn>
voidIVorgangsDataDao. fillData(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, long formEingangID, Map<String,String> dataMap)default List<E>IGenericDao. findAll(IEntityContext ec, de.xima.cmn.criteria.FilterCriterion filter)Convenience method forall(ec, qcm)for the very common case where you only need to specify a filter.longIWorkflowVersionDao. findNewVersionNumber(IEntityContext ec, Projekt project)Finds a version number for a new version entity.default EIGenericDao. findSingle(IEntityContext ec, de.xima.cmn.criteria.FilterCriterion filter)Convenience method forsingleElement(ec, qcm)for the very common case where you only need to specify a filter.StringIAppointmentTemplateDao. findUniqueName(IEntityContext ec, Mandant client, String candidate)Returns a name that is not taken by anotherAppointmentTemplatein the given client.StringIAppointmentTemplateDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, AppointmentTemplate exclude)Returns a name that is not taken by anotherAppointmentTemplatein the given client.StringIBenutzerGruppeDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude)Returns a name that is not taken by anotherBenutzerGruppein the given client other than the excluded user group.StringIClientAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude)Returns a name that is not taken by anotherClientAuthenticatorin the given client.StringIClientCounterDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude)Returns a name that is not taken by anotherClientCounterin the given client.StringIDatenquelleDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude)Returns a name that is not taken by anotherDatenquellein the given client other than the excluded data source.StringIIndirectClientAuthorizationDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude)Returns a name that is not taken by anotherIndirectClientAuthorizationin the given client other than the excluded authorization.StringIMandantRessourceDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude)Returns a name that is not taken by anotherMandantRessourcein the given client.StringIPostfachDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Postfach exclude)Returns a name that is not taken by anotherPostfachin the given client other than the excluded inbox.StringIProjektDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Projekt exclude)Returns a name that is not taken by anotherProjektin the given client other than the excluded data source.StringIProjektRessourceDao. findUniqueName(IEntityContext ec, Projekt project, String candidate, ProjektRessource exclude)Returns a name that is not taken by anotherProjektRessourcein the given project.StringISystemAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, SystemAuthenticator exclude)Returns a name that is not taken by anotherSystemAuthenticatorwithin the system.StringITextbausteinDao. findUniqueName(IEntityContext ec, Mandant client, String candidate)Returns a name that is not taken by anotherTextbausteinin the given client.StringITextbausteinDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude)Returns a name that is not taken by anotherTextbausteinin the given client other than the excluded template.StringIProjektDao. findUniqueTitle(IEntityContext ec, Mandant client, String candidate, Projekt exclude)Returns a title that is not taken by anotherProjektin the given client other than the excluded data source.@NotBlank StringIUserProfileDao. findUniqueUserName(IEntityContext ec, String candidate, UserProfile exclude)Finds a unique user name for the given candidate.List<Projekt>IProjektDao. getAccessableProjects(IEntityContext ec, IUser user, Mandant client)Returns all projects which are editable or visible by the user groups of the user in the given client.WorkflowVersionIWorkflowVersionDao. getActiveByProject(IEntityContext ec, Projekt project)Finds the active workflow version for the given project.List<ClientPlugin>IClientPluginDao. getActivePlugins(IEntityContext ec, boolean remoteOnly)Gets all plugins that areactive.List<SystemPlugin>ISystemPluginDao. getActivePlugins(IEntityContext ec, boolean remoteOnly)Gets all plugins that areactive.RolleIRolleDao. getAdminRolle(IEntityContext ec, Mandant mandant)List<Textbaustein>ITextbausteinDao. getAll(IEntityContext ec, Mandant m)List<Appointment>IAppointmentDao. getAllBy(IEntityContext ec, IAppointmentQueryParams queryParams)Returns all appointments that match the given query params.List<Attachment>IAttachmentDao. getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)default List<Postfach>IPostfachDao. getAllByBenutzergruppe(IEntityContext ec, BenutzerGruppe userGroup)List<AppointmentClientClosingTime>IAppointmentClientClosingTimeDao. getAllByClient(IEntityContext ec, Mandant client)Returns a list of all closing times for the given clientList<AppointmentTemplate>IAppointmentTemplateDao. getAllByClient(IEntityContext ec, Mandant currentClient)Finds all available appointment templates of the given client.List<T>IClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client)Finds all authorizations for a given client scope.List<DirectClientAuthorization>IDirectClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client, boolean acceptedOnly)Finds all authorizations for a given client scope.List<Postfach>IPostfachDao. getAllByClient(IEntityContext ec, Mandant client)Returns all inboxes of the given client.List<MandantRessource>IMandantRessourceDao. getAllByExtension(IEntityContext ec, Mandant client, Iterable<String> extensions)List<ProjektRessource>IProjektRessourceDao. getAllByExtension(IEntityContext ec, Projekt project, Iterable<String> extensions)List<Textbaustein>ITextbausteinDao. getAllByKat(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie)List<FormTemplate>IFormTemplateDao. getAllByMandant(IEntityContext ec, Mandant m)List<LDAPGruppe>ILDAPGruppeDao. getAllByMandant(IEntityContext ec, Mandant man)Deprecated.default List<MandantRessource>IMandantRessourceDao. getAllByMandant(Mandant mandant, IEntityContext ec)Deprecated.List<MandantRessource>IMandantRessourceDao. getAllByMandant(IEntityContext ec, Mandant mandant)List<ProjektZaehlerDaten>IProjektZaehlerDatenDao. getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant)List<Mandant>IMandantDao. getAllByName(IEntityContext ec, String name)Method for determining allclientsby its name (case insensitive).List<Aktion>IAktionDao. getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass)Deprecated.Returns all actions that have processing of defined by the given processing classList<BenutzerGruppe>IBenutzerGruppeDao. getAllByProject(IEntityContext ec, Projekt project)Returns all user groups being referenced by the given projectList<MandantRessource>IMandantRessourceDao. getAllByProject(IEntityContext ec, Projekt project)Deprecated.This only applies to the old workflow engine.List<Textbaustein>ITextbausteinDao. getAllByProject(IEntityContext ec, Projekt project)Returns all templates that are being used by the given projectdefault List<ProjektRessource>IProjektRessourceDao. getAllByProjekt(Projekt projekt, IEntityContext ec)Deprecated.List<ProjektRessource>IProjektRessourceDao. getAllByProjekt(IEntityContext ec, Projekt projekt)List<ProjektZaehlerDaten>IProjektZaehlerDatenDao. getAllByProjekt(IEntityContext ec, Date startDate, Date endDate, Projekt projekt)List<Status>IStatusDao. getAllByProjekt(IEntityContext ec, Projekt projekt)Deprecated.List<ProtocolEntryProcessing>IProtocolEntryProcessDao. getAllByProzessId(IEntityContext ec, String prozessId)List<Aktion>IAktionDao. getAllByStatus(IEntityContext ec, Status status)Deprecated.List<AppointmentClosingTime>IAppointmentClosingTimeDao. getAllByTemplate(IEntityContext ec, AppointmentTemplate template)Returns a list of all closing times for the given templateList<AppointmentSlot>IAppointmentSlotDao. getAllByTemplates(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge)Finds all available appointment slots of the given templates.List<InternalClientMessage>IInternalClientMessageDao. getAllByType(IEntityContext ec, Mandant client, EInternalMessageType type)List<InternalSystemMessage>IInternalSystemMessageDao. getAllByType(IEntityContext ec, EInternalMessageType type)List<LDAPGruppe>ILDAPGruppeDao. getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)Deprecated.Returns allLDAPGruppewhich are assigned to theBenutzerGruppeList<Postfach>IPostfachDao. getAllByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)List<WorkflowState>IWorkflowStateDao. getAllByWorkflowVersion(IEntityContext ec, Projekt project, long versionNumber)Finds all states of the given workflow version.List<WorkflowState>IWorkflowStateDao. getAllByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion)Finds all states of the given workflow version.List<WorkflowState>IWorkflowStateDao. getAllForActiveVersion(IEntityContext ec, Projekt project)Finds all states of the active workflow version of the given project.List<Status>IStatusDao. getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)Deprecated.default Set<String>IPostfachDao. getAllNamesByUserGroup(IEntityContext ec, BenutzerGruppe userGroup)Set<String>IPostfachDao. getAllNamesByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)List<TElement>IWorkflowElementDao. getAllReferencingElements(IEntityContext ec, Mandant client, de.xima.cmn.dao.interfaces.IEntity<Long> entity)Finds all workflow elements within the client that reference the given entity .List<TElement>IWorkflowElementDao. getAllReferencingElements(IEntityContext ec, Projekt project, de.xima.cmn.dao.interfaces.IEntity<Long> entity)Finds all workflow elements within the project that reference the given entity .List<TElement>IWorkflowElementDao. getAllReferencingElements(IEntityContext ec, WorkflowVersion version, de.xima.cmn.dao.interfaces.IEntity<Long> entity)Finds all workflow elements within the version that reference the given entity .List<AppointmentSlot>IAppointmentTemplateDao. getAllSlotsOfTemplates(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge)Finds all available appointment slots of the given templates.List<FormTemplateTag>IFormTemplateDao. getAllTagsByMandant(IEntityContext ec, Mandant m)List<InternalClientMessage>IInternalClientMessageDao. getAllUnreadByType(IEntityContext ec, Mandant client, EInternalMessageType type)List<InternalClientMessage>IInternalClientMessageDao. getAllUnreadByType(IEntityContext ec, EInternalMessageType type)List<InternalSystemMessage>IInternalSystemMessageDao. getAllUnreadByType(IEntityContext ec, EInternalMessageType type)<View extends IEffectiveAppointmentStatusProviding>
List<View>IAppointmentDao. getAttributesBy(IEntityContext ec, IAppointmentQueryParams queryParams, Class<View> viewType)Returns all appointments that match the given query params.List<Benutzer>IBenutzerDao. getBenutzerByMandant(IEntityContext ec, Mandant mandant)Deprecated.Map<String,BenutzerGruppe>IBenutzerGruppeDao. getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant)List<BenutzerGruppe>IBenutzerDao. getBenutzergruppen(IEntityContext ec, Benutzer ben)Deprecated.booleanISystemPropertyDao. getBooleanValue(IEntityContext ec, String key, boolean defaultValue)FormVersionIFormVersionDao. getBy(IEntityContext ec, Projekt projekt, int versionNumber)List<UserEmail>IUserEmailDao. getByAddress(IEntityContext ec, String address)Finds the user email entities with the given address.ClientAuthenticatorIClientAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)Finds the client authenticator by its callback UUID.SystemAuthenticatorISystemAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)Finds the system authenticator by its callback UUID.UserIdentityIUserIdentityDao. getByCallback(IEntityContext ec, String identifier, String clientName)Finds the user identity by the given callback information.List<UserIdentity>IUserIdentityDao. getByClientName(IEntityContext ec, String clientName)Returns all user identities that use the client with the provided name.ProjektZaehlerDatenIProjektZaehlerDatenDao. getByDate(IEntityContext ec, long projektId, Date date)ProjektZaehlerDatenIProjektZaehlerDatenDao. getByDate(IEntityContext ec, Projekt projekt, Date date)Set<UserProfile>IUserProfileDao. getByEmailAddress(IEntityContext ec, String email)Finds the user profiles with the given email address.DirectClientAuthorizationIDirectClientAuthorizationDao. getByInvitationUuid(IEntityContext ec, UUID invitationUuid)Finds the direct client authorization with the given invitation UUID.TextbausteinITextbausteinDao. getByKatAndName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name)LicenseFileILicenseFileDao. getByKey(IEntityContext ec, String licenseKey, ELicenseFileType licenseType)SystemPropertyISystemPropertyDao. getByKey(IEntityContext ec, String key)List<SystemProperty>ISystemPropertyDao. getByKeyPrefix(IEntityContext ec, String keyPrefix)List<SystemProperty>ISystemPropertyDao. getByKeys(IEntityContext ec, List<String> keys)UserProfileIUserProfileDao. getByLoginId(IEntityContext ec, String loginId)Finds the user profile by the given login ID.MandantLdapDataIMandantLdapDataDao. getByMandant(IEntityContext ec, Mandant mandant)Deprecated.MandantMailDataIMandantMailDataDao. getByMandant(IEntityContext ec, Mandant mandant)MandantFrontendServerIMandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)TextbausteinITextbausteinDao. getByMsgCode(IEntityContext ec, Mandant m, String msgCode)AttachmentIAttachmentDao. getByName(IEntityContext ec, Vorgang vorgang, String name)ClientCounterIClientCounterDao. getByName(IEntityContext ec, Mandant client, String name)FrontendServerIFrontendServerDao. getByName(IEntityContext ec, String name)default MandantRessourceIMandantRessourceDao. getByName(Mandant mandant, String name, IEntityContext ec)Deprecated.MandantRessourceIMandantRessourceDao. getByName(IEntityContext ec, Mandant mandant, String name)default ProjektRessourceIProjektRessourceDao. getByName(Projekt projekt, String name, IEntityContext ec)Deprecated.ProjektRessourceIProjektRessourceDao. getByName(IEntityContext ec, Projekt projekt, String name)TextbausteinITextbausteinDao. getByName(IEntityContext ec, Mandant mandant, String name)WebDavAccessIWebDavAccessDao. getByName(IEntityContext ec, Mandant client, String name)LDAPAbfrageILDAPAbfrageDao. getByNameAndClient(IEntityContext ec, String queryName, Mandant client)List<MandantFrontendServer>IMandantFrontendServerDao. getByProject(IEntityContext ec, Projekt project)Gets theMandantFrontendServers of the givenProjektProjectDOIDataIProjectDOIDataDao. getByProject(IEntityContext ec, Projekt project)ProjectIdentityCheckDataIProjectIdentityCheckDataDao. getByProject(IEntityContext ec, Projekt project)ProjectInviteDataIProjectInviteDataDao. getByProject(IEntityContext ec, Projekt project)List<FormVersion>IFormVersionDao. getByProjekt(IEntityContext ec, Projekt projekt)ProjektZaehlerIProjektZaehlerDao. getByProjekt(IEntityContext ec, long projektId)ProjektZaehlerIProjektZaehlerDao. getByProjekt(IEntityContext ec, Projekt projekt)VorgangIVorgangDao. getByProzessId(IEntityContext ec, String prozessId)MandantFrontendServerIMandantFrontendServerDao. getBySource(IEntityContext ec, FrontendServer fs, Mandant mandant)Deprecated.UserProfileIUserProfileDao. getByUserName(IEntityContext ec, String userName)Finds the user profile with the given user nameList<IndirectClientAuthorization>IIndirectClientAuthorizationDao. getByUserProfile(IEntityContext ec, org.pac4j.core.profile.UserProfile pac4jProfile)Returns all indirect client authorizations which match the profile based on the configured filter.ClientAuthenticatorIClientAuthenticatorDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)default TIClientAuthorizationDao. getByUuid(IEntityContext ec, Mandant client, String uuid)Returns the client authorization for the given UUID string and clientdefault TIClientAuthorizationDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)Returns the client authorization for the given UUID and clientClientCounterIClientCounterDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)SystemAuthenticatorISystemAuthenticatorDao. getByUuid(IEntityContext ec, UUID uuid)UserCredentialsIUserCredentialsDao. getByUuid(IEntityContext ec, String uuid)Finds the user credentials with the given UUID.UserCredentialsIUserCredentialsDao. getByUuid(IEntityContext ec, UUID uuid)Finds the user credentials with the given UUID.UserIdentityIUserIdentityDao. getByUuid(IEntityContext ec, String uuid)Finds the user identity with the given UUID.UserIdentityIUserIdentityDao. getByUuid(IEntityContext ec, UUID uuid)Finds the user identity with the given UUID.UserProfileIUserProfileDao. getByUuid(IEntityContext ec, String uuid)Finds the user profile with the given UUID.UserProfileIUserProfileDao. getByUuid(IEntityContext ec, UUID uuid)Finds the user credentials with the given UUID.WorkflowStateIWorkflowStateDao. getByUuid(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid)Finds the state with the given UUID contained in the given workflow version.AktionIAktionDao. getByUUID(IEntityContext ec, Status state, String uuid)Deprecated.Returns the action with the given UUIDAktionIAktionDao. getByUUID(IEntityContext ec, Status state, UUID uuid)Deprecated.Returns the action with the given UUIDIAppointmentClosingTimeIAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the closing time with the given UUIDIAppointmentClosingTimeIAppointmentClientClosingTimeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the closing time with the given UUIDIAppointmentClosingTimeIAppointmentClosingTimeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)Returns the closing time with the given UUIDIAppointmentClosingTimeIAppointmentClosingTimeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, UUID uuid)Returns the closing time with the given UUIDAppointmentIAppointmentDao. getByUUID(IEntityContext ec, String uuid)Finds the appointment with the given UUID.AppointmentIAppointmentDao. getByUUID(IEntityContext ec, UUID uuid)Finds the appointment with the given UUID.AppointmentTemplateIAppointmentTemplateDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the template with the given UUIDAppointmentTemplateIAppointmentTemplateDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the template with the given UUIDAppointmentTypeIAppointmentTypeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, String uuid)Finds the appointment type with the given UUID.AppointmentTypeIAppointmentTypeDao. getByUUID(IEntityContext ec, AppointmentTemplate template, UUID uuid)Finds the appointment type with the given UUID.AttachmentIAttachmentDao. getByUUID(IEntityContext ec, String uuid)AttachmentIAttachmentDao. getByUUID(IEntityContext ec, String uuid, Vorgang v)AttachmentIAttachmentDao. getByUUID(IEntityContext ec, UUID uuid)Returns the attachment with the given UUIDBenutzerIBenutzerDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Deprecated.Returns the user with the given UUID stringBenutzerIBenutzerDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Deprecated.Returns the user with the given UUIDBenutzerGruppeIBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the user group with the given UUID stringBenutzerGruppeIBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the user group with the given UUIDClientPluginIClientPluginDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the client plugin with the given UUID stringClientPluginIClientPluginDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the client plugin with the given UUIDDatenbankZugriffIDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the DB access with the given UUIDDatenbankZugriffIDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the DB access with the given UUIDDatenquelleIDatenquelleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the data source with the given UUID stringDatenquelleIDatenquelleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the data source with the given UUIDFormElementIFormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, String uuid)Returns the form element with the given UUID stringFormElementIFormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, UUID uuid)Returns the form element with the given UUIDFormVersionIFormVersionDao. getByUUID(IEntityContext ec, Projekt project, String uuid)Returns the form version for the given UUID string and projectFormVersionIFormVersionDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)Returns the form version for the given UUID and projectInternalClientMessageIInternalClientMessageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)InternalClientMessageIInternalClientMessageDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)InternalSystemMessageIInternalSystemMessageDao. getByUUID(IEntityContext ec, String uuid)InternalSystemMessageIInternalSystemMessageDao. getByUUID(IEntityContext ec, UUID uuid)LDAPAbfrageILDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the LDAP query with the given UUID stringLDAPAbfrageILDAPAbfrageDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the LDAP query with the given UUIDLDAPZugriffILDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the LDAP connection with the given UUID stringLDAPZugriffILDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the LDAP connection with the given UUIDMandantIMandantDao. getByUUID(IEntityContext ec, String uuid)Returns the client with the given UUIDMandantIMandantDao. getByUUID(IEntityContext ec, UUID uuid)Returns the client with the given UUIDMandantRessourceIMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the client resource for the given UUID string and clientMandantRessourceIMandantRessourceDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the client resource for the given UUID and clientPostfachIPostfachDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the inbox with the given UUIDPostfachIPostfachDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the inbox with the given UUIDProjektIProjektDao. getByUUID(IEntityContext ec, Mandant client, String uuid)ProjektIProjektDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)ProjektRessourceIProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, String uuid)Returns the project resource with the given UUID stringProjektRessourceIProjektRessourceDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)Returns the project resource with the given UUIDRolleIRolleDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the role with the given UUIDRolleIRolleDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the role with the given UUIDStatusIStatusDao. getByUUID(IEntityContext ec, Projekt project, String uuid)Deprecated.Returns the state with the given UUIDStatusIStatusDao. getByUUID(IEntityContext ec, Projekt project, UUID uuid)Deprecated.Returns the state with the given UUIDSystemPluginISystemPluginDao. getByUUID(IEntityContext ec, String uuid)Returns the system plugin with the given UUID stringSystemPluginISystemPluginDao. getByUUID(IEntityContext ec, UUID uuid)Returns the system plugin with the given UUIDTextbausteinITextbausteinDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the template with the given UUID stringTextbausteinITextbausteinDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the template with the given UUIDVorgangIVorgangDao. getByUUID(IEntityContext ec, String uuid)Returns the form record with the given UUIDVorgangIVorgangDao. getByUUID(IEntityContext ec, UUID uuid)Returns the form record with the given UUIDWebDavAccessIWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the WebDAV access with the given UUID.WebDavAccessIWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the WebDAV access with the given UUID.UserEmailIUserEmailDao. getByVerifiedAddress(IEntityContext ec, String address)Finds the verified user email entity with the given address.UserProfileIUserProfileDao. getByVerifiedEmailAddress(IEntityContext ec, String email)Finds the user profile with the given email address.UserProfileIUserProfileDao. getByVerifiedPrimaryEmailAddress(IEntityContext ec, String email)Finds the user profile with the given verified primary email address.VorgangIVorgangDao. getByVerifyId(IEntityContext ec, String verifyId)GetsVorgangby its Verify-IDWorkflowVersionIWorkflowVersionDao. getByVersionNumber(IEntityContext ec, Projekt project, long versionNumber)Finds the workflow version with the given version number, if such a version exists.List<Vorgang>IVorgangDao. getChildren(IEntityContext ec, Vorgang formRecord)LicenseFileILicenseFileDao. getClientLicense(IEntityContext ec, long clientid)LicenseFileILicenseFileDao. getClientLicense(IEntityContext ec, Mandant client)LicenseModelILicenseFileDao. getClientLicenseModel(IEntityContext ec, Mandant client)intIVorgangDao. getCountByAuthenticatorDependentCreator(IEntityContext ec, IAuthenticator<?> authenticator)Returns the number of form records that have a creator that is dependent on this authenticator.DatenquelleIDatenquelleDao. getDatenquelleById(IEntityContext ec, Mandant mandant, int id)DatenquelleIDatenquelleDao. getDatenquelleByName(IEntityContext ec, Mandant mandant, String name)DatenquelleIDatenquelleDao. getDatenquelleByNameAndType(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)List<Datenquelle>IDatenquelleDao. getDatenquellen(IEntityContext ec, Mandant mandant)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>IGenericDao. getEntityRefs(IEntityContext ec, E entity)Returns a set of entities that reference the given entity and depend on it.UserIdentityIUserIdentityDao. getExisting(IEntityContext ec, UserIdentity identity)Gets another user identity with the same identifier information (client/identifier) if it exists.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
byte[]IGenericFileDao. getFileData(IEntityContext ec, E entity, String fileKey)Returns the file data of a file belonging to the given entity with the given file key.<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]IGenericFileDao. getFileData(IEntityContext ec, Class<T> entityClass, long id)Returns the file data of a file entity.<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]IGenericFileDao. getFileData(IEntityContext ec, T entity)Returns the file data of a file entity.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
DIGenericFileDao. getFileDataEntity(IEntityContext ec, E entity, String fileKey)Returns the file data entity of a file belonging to the given entity with the given file key.<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
EIGenericFileDao. getFileDataEntity(IEntityContext ec, T entity)Get the file data entity for a given file entity.<T extends IFileEntity<?,?>>
byte[]IGenericFileDao. getFileEntityData(IEntityContext ec, T fileEntity)Gets the data of the given file entity as an in-memory byte array.<T extends IFileEntity<?,?>>
InputStreamIGenericFileDao. getFileEntityStream(IEntityContext ec, T fileEntity)Gets the data of the given file entity as an input stream.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
InputStreamIGenericFileDao. getFileStream(IEntityContext ec, E entity, String fileKey)Returns the file data of a file belonging to the given entity with the given file key, as an input stream.<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
InputStreamIGenericFileDao. getFileStream(IEntityContext ec, T entity)List<Aktion>IAktionDao. getFolgeAktionen(IEntityContext ec, Aktion aktion)Deprecated.List<Aktion>IAktionDao. getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)Deprecated.List<Status>IStatusDao. getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.List<TElement>IWorkflowElementDao. getForActiveVersionBy(IEntityContext ec, Projekt project, de.xima.cmn.criteria.FilterCriterion filter)Finds all workflow element entities matching the given filter criterion on aAWorkflowElement.default List<TElement>IWorkflowElementDao. getForActiveVersionBy(IEntityContext ec, Projekt project, String type, SearchTerm... searchTerms)Finds all workflow element of the given type and with the given search terms.List<TElement>IWorkflowElementDao. getForActiveVersionBy(IEntityContext ec, Projekt project, String type, List<SearchTerm> searchTerms)Finds all workflow element of the given type and with the given search terms.List<TElement>IWorkflowElementDao. getForCurrentVersionBy(IEntityContext ec, Vorgang formRecord, de.xima.cmn.criteria.FilterCriterion filter)Finds all workflow element entities matching the given filter criterion on aAWorkflowElement.default List<TElement>IWorkflowElementDao. getForCurrentVersionBy(IEntityContext ec, Vorgang formRecord, String type, SearchTerm... searchTerms)Finds all workflow element of the given type and with the given search terms.List<TElement>IWorkflowElementDao. getForCurrentVersionBy(IEntityContext ec, Vorgang formRecord, String type, List<SearchTerm> searchTerms)Finds all workflow element of the given type and with the given search terms.StringIFormEingangDao. getFormData(IEntityContext ec, FormEingang fe)StringIVorgangDao. getFormData(IEntityContext ec, Vorgang v)List<LicenseFile>ILicenseFileDao. getItemLicenses(IEntityContext ec, String licenseKey)LicenseDataSnapshotIMandantDao. getLicenseDataSnapshot(IEntityContext ec, Mandant client)DateIFormRecordLockDao. getLockDate(IEntityContext ec, long formRecordId)Checks whether the form record with the given ID is locked, and if so, returns the date when it was locked.WorkflowStateIWorkflowStateDao. getOrCreateSystemState(IEntityContext ec, WorkflowVersion workflowVersion, EWorkflowStateType type)Finds the given built-in workflow state.VorgangIVorgangDao. getParent(IEntityContext ec, Vorgang formRecord)List<Postfach>IPostfachDao. getPostfachByBenutzer(IEntityContext ec, Benutzer benutzer)Deprecated.List<Aktion>IAktionDao. getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> typeInterface)Deprecated.List<Aktion>IAktionDao. getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface)Deprecated.byte[]IProjektDao. getPreviewImage(IEntityContext ec, Projekt project)StringIProjektDao. getPreviewImageVersion(IEntityContext ec, Projekt project)@NotNull Set<UserProfile>IUserProfileDao. getProfilesExclusiveToClients(IEntityContext ec, Set<Mandant> clients)Finds all user profiles that are exclusive to the given clients, meaning they are only part of those clients and don't have any other special roles such essystem admin.List<Long>IProjectTagDao. getProjectIdsHavingTagsStartingWith(IEntityContext ec, Iterable<String> tags)Fetches all IDs of all projects that have at least one tag which starts with one of the given tags.Set<Long>IProjektDao. getProjectsWithPreviewImage(IEntityContext ec, Mandant client)List<Projekt>IProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant)Deprecated.List<Projekt>IProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope)Deprecated.List<Projekt>IFrontendServerDao. getProjekts(IEntityContext ec, Integer fronendServerId, Integer mandantId, Integer benutzerGruppeId)DatenquelleIDatenquelleDao. getPublicDatasource(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type)List<Rolle>IRolleDao. getRollenByModul(IEntityContext ec, Modul modul)Deprecated.StringISystemPropertyDao. getStringValue(IEntityContext ec, String key, String defaultValue)Returns the String value of the system property with the given key if it exists.LicenseFileILicenseFileDao. getSystemLicense(IEntityContext ec)LicenseModelILicenseFileDao. getSystemLicenseModel(IEntityContext ec)Map<Long,List<String>>IProjectTagDao. getTags(IEntityContext ec, Iterable<Long> projectIds)Fetches all tags for the given projects.default List<WorkflowTask>IWorkflowTaskDao. getTasksWithTriggerType(IEntityContext ec, Vorgang formRecord, String... triggerTypes)List<WorkflowTask>IWorkflowTaskDao. getTasksWithTriggerType(IEntityContext ec, Vorgang formRecord, List<String> triggerTypes)TextbausteinITextbausteinDao. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)longIVorgangsDataDao. getTotalCount(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)longIVorgangsDataDao. getTotalCount(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inbox)longIVorgangsDataDao. getTotalCount(IEntityContext ec, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)Deprecated.List<DirectClientAuthorization>IDirectClientAuthorizationDao. getUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile)Returns the direct client authorizations for the given user profile that have not yet been accepted.List<FrontendServer>IFrontendServerDao. getUnconnectedByMandant(IEntityContext ec, Mandant man)longIAttachmentDao. getUsedFileSize(IEntityContext ec, Mandant mandant)longIFormEingangDao. getUsedFileSize(IEntityContext ec, Mandant mandant)longIMandantDao. getUsedFileSize(IEntityContext ec, Mandant mandant)longIMandantRessourceDao. getUsedFileSize(IEntityContext ec, Mandant mandant)longIProjektRessourceDao. getUsedFileSize(IEntityContext ec, Mandant mandant)List<Vorgang>IVorgangDao. getVorgaengeByBenutzer(IEntityContext ec, Benutzer benutzer)Deprecated.List<ExtendedEntityModel<Vorgang>>IVorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)List<ExtendedEntityModel<Vorgang>>IVorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes)List<ExtendedEntityModel<Vorgang>>IVorgangsDataDao. getVorgaengeData(IEntityContext ec, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)Deprecated.ExtendedEntityModel<Vorgang>IVorgangsDataDao. getVorgangsData(IEntityContext ec, Projekt pro, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType)BenutzerIBenutzerDao. handleUserLogin(IEntityContext ec, Benutzer user)Deprecated.booleanISystemChangeDao. haseUpdateBeenRun(IEntityContext ec, String updateUUID)booleanIDirectClientAuthorizationDao. hasUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile)Checks whether the given user profile has not yet accepted client invitations.voidIDatentabelleDao. insertValuesToTables(IEntityContext ec, Vorgang vorgang)booleanIProjektDao. isActivationAllowed(IEntityContext ec, Projekt projekt)booleanIMandantDao. isCreationAllowed(IEntityContext ec, Mandant mandant)booleanIProjektDao. isEditingAllowed(IEntityContext ec, Projekt p, Benutzer ben)Deprecated.booleanIUserIdentityDao. isExisting(IEntityContext ec, UserIdentity identity)Checks whether or not another user identity exists with the same identifier information (client/identifier).booleanIProjektDao. isFsAllowed(IEntityContext ec, Projekt p, FrontendServer fs)BooleanIMandantFrontendServerDao. isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs)booleanIBenutzerDao. isLastActiveMandantadmin(IEntityContext ec, Benutzer ben)Deprecated.booleanIAppointmentTemplateDao. isNameExisiting(IEntityContext ec, Mandant client, String name)Returns whether or not the given entity name exists within the given clientbooleanIBenutzerGruppeDao. isNameExisiting(IEntityContext ec, Mandant client, String name)Returns whether or not the given user group name exists within the given clientbooleanIClientAuthenticatorDao. isNameExisiting(IEntityContext ec, Mandant client, String name)Returns whether or not the given client authenticator name exists within the gieven client.booleanIDatenquelleDao. isNameExisiting(IEntityContext ec, Mandant client, String name)Returns whether or not the given data source name exists within the given clientbooleanIMandantRessourceDao. isNameExisiting(IEntityContext ec, Mandant client, String name)Returns whether or not the given client resource name exists within the given clientbooleanIPostfachDao. isNameExisiting(IEntityContext ec, Mandant client, String name)Returns whether or not the given inbox name exists within the given clientbooleanIProjektDao. isNameExisiting(IEntityContext ec, Mandant client, String name)Returns whether or not the given project name exists within the given clientbooleanIProjektRessourceDao. isNameExisiting(IEntityContext ec, Projekt project, String name)Returns whether or not the given project resource name exists within the given projectbooleanISystemAuthenticatorDao. isNameExisiting(IEntityContext ec, String name)Returns whether or not the given system authenticator name exists within systembooleanITextbausteinDao. isNameExisiting(IEntityContext ec, Mandant client, String name)Returns whether or not the given template name exists within the given clientbooleanIIndirectClientAuthorizationDao. isNameExisting(IEntityContext ec, Mandant client, String name)Returns whether or not the given indirect client authorization name exists within the given clientbooleanIProjektDao. isTitleExisiting(IEntityContext ec, Mandant client, String name)Returns whether or not the given project title exists within the given clientbooleanIUserProfileDao. isUserNameExisiting(IEntityContext ec, String name)Checks if the given user name exists within the system.booleanIProjektDao. isZugriffsberechtigt(IEntityContext ec, Projekt p, Benutzer ben)Deprecated.WorkflowVersionIWorkflowVersionDao. loadFullVersion(IEntityContext ec, long workflowVersionId)Loads the workflow version with the given entity and all associated entities (makes sure lazy associations are initiated).WorkflowProcessIWorkflowProcessDao. loadMainProcess(IEntityContext ec, WorkflowVersion workflowVersion)Fetches the main process of the given workflow version of the given project.@NotNull UserProfileIUserProfileDao. mergeUserProfiles(IEntityContext ec, UserProfile main, UserProfile toBeMerged)Merges the a profile into another.FormEingangIFormEingangDao. mostCurrent(IEntityContext ec, Vorgang v)Speziell: für 'Portal'-ZeuglongIFormEingangDao. ownerId(IEntityContext ec, Vorgang v)Deprecated.EIGenericDao. read(IEntityContext ec, Integer id)MandantIMandantDao. readByName(IEntityContext ec, String name)Method for determining aclientsby its name (case insensitive).ModulIModulDao. readByName(IEntityContext ec, Mandant mandant, String name)Deprecated.voidIDatentabelleDao. recreateDataTable(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType)voidIDatentabelleDao. reindexDataTable(IEntityContext ec, Projekt projekt)voidIDatentabelleDao. reindexPostfachTable(IEntityContext ec, Projekt projekt)booleanIFormRecordLockDao. releaseLock(IEntityContext ec, long formRecordId)Releases the lock that was acquired byIFormRecordLockDao.acquireLock(IEntityContext, long).voidIFormElementDao. removeAllFromFormVersion(IEntityContext ec, FormVersion fv)WorkflowVersionIWorkflowVersionDao. replaceVersion(IEntityContext ec, WorkflowVersion oldWorkflowVersion, WorkflowVersion newWorkflowVersion)Replaces the given old workflow version with the data of the new workflow version.WorkflowVersionIWorkflowVersionDao. saveVersion(IEntityContext ec, WorkflowVersion workflowVersion)Saves the workflow version.FormEingangIFormEingangDao. setFormData(IEntityContext ec, FormEingang fe, String formData)VorgangIVorgangDao. setFormData(IEntityContext ec, Vorgang process, String formData)Deprecated.MandantRessourceIMandantRessourceDao. update(IEntityContext ec, byte[] daten, String userName, String fileName, MandantRessource res)ProjektRessourceIProjektRessourceDao. update(IEntityContext ec, byte[] daten, String userName, String fileName, ProjektRessource res)AttachmentIAttachmentDao. updateByUser(IEntityContext ec, String username, String oldFileName, Attachment attachment)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TIGenericFileDao. updateFileData(IEntityContext ec, T entity, byte[] data)Replaces the data of the given file entity with the new data.voidIProjektDao. updatePreviewImage(IEntityContext ec, Projekt project, byte[] data)SystemPropertyISystemPropertyDao. updateProperty(IEntityContext ec, String key, String value)voidIProjectTagDao. updateTags(IEntityContext ec, Projekt project, Iterable<String> tags)Updates the given project with the tags.UserProfileIUserProfileDao. validateUserLogin(IEntityContext ec, String loginId, String password)Validates the given user credentials and returns the user profile if successfull. -
Uses of IEntityContext in de.xima.fc.dao.interfaces.sqlbuilder
Methods in de.xima.fc.dao.interfaces.sqlbuilder with parameters of type IEntityContext Modifier and Type Method Description javax.persistence.QueryIVorgangsDataSQLBuilder. createAllQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes)javax.persistence.QueryIVorgangsDataSQLBuilder. createAllQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm)Deprecated.javax.persistence.QueryIVorgangsDataSQLBuilder. createCountQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes)javax.persistence.QueryIVorgangsDataSQLBuilder. createCountQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm)Deprecated.javax.persistence.QueryIVorgangsDataSQLBuilder. createDeleteDataWithoutEntityQuery(IEntityContext ec, Projekt project)javax.persistence.QueryIVorgangsDataSQLBuilder. createDeleteNotCurrentDataQuery(IEntityContext ec, Projekt project)javax.persistence.QueryIVorgangsDataSQLBuilder. createDeleteQuery(IEntityContext ec, Projekt projekt, long formEingangID)javax.persistence.QueryIVorgangsDataSQLBuilder. createInsertQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, long formEingangID, Map<String,String> dataMap)javax.persistence.QueryIVorgangsDataSQLBuilder. createInsertQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, long formEingangID, Map<String,String> dataMap, Integer maxValueSize)javax.persistence.QueryIVorgangsDataSQLBuilder. createSingleQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm) -
Uses of IEntityContext in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type IEntityContext Modifier and Type Method Description voidProtokollUtils. addClientProtocolEntry(Mandant client, ProtocolEntryClient entry, IEntityContext ec)Fills in missing pieces of information of aProtocolEntryClient, and saves that entry in the database.voidProtokollUtils. addMalwareDetectedProtocolEntry(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report)Adds a system protocol entry when malware was detected in a file or some data.voidProtokollUtils. addMalwareDetectedProtocolEntry(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report, Mandant client)Adds a client protocol entry when malware was detected in a file or some data.voidProtokollUtils. addMalwareDetectedProtocolEntry(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report, Vorgang formRecord)Adds a processing protocol entry when malware was detected in a file or some data.voidProtokollUtils. addMandantPeBase(Mandant mandant, ProtocolEntryClient entry, IEntityContext ec)voidProtokollUtils. addPluginCreatedEntry(IEntityContext ec, IPluginEntity<?,?,?> plugin, String name, String version, IUser user, Locale locale)Adds a protocol entry for when a client or system scoped plugin was newly created.voidProtokollUtils. addPluginDeletedEntry(IEntityContext ec, IPluginEntity<?,?,?> plugin, String name, String version, IUser user, Locale locale)Adds a protocol entry for when a client or system scoped plugin was deleted.voidProtokollUtils. addPluginUpdatedEntry(IEntityContext ec, IPluginEntity<?,?,?> plugin, String name, String version, IUser user, Locale locale)Adds a protocol entry for when a client or system scoped plugin was updated with a new plugin JAR file.voidProtokollUtils. addProcessProtocolEntry(Mandant client, ProcessProtocolParams params, ProtocolEntryProcessing entry, IEntityContext ec)Fills in missing pieces of information of aProtocolEntryProcessing, and saves that entry in the database.voidProtokollUtils. addProcessProtocolEntry(Vorgang formRecord, ProtocolEntryProcessing entry, IEntityContext ec)Fills in missing pieces of information of aProtocolEntryProcessing, and saves that entry in the database.voidProtokollUtils. addProjectProtocolEntry(Projekt project, ProtocolEntryClient entry, IEntityContext ec)Fills in missing pieces of information of aProtocolEntryClientfor a certain form, and saves that entry in the database.voidProtokollUtils. addProjektPeBase(Projekt projekt, ProtocolEntryClient entry, IEntityContext ec)voidProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)voidProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)Adds a protocol entry for a state change, i.e.voidProtokollUtils. addSystemPeDokumentation(ProtocolEntrySystem entry, IEntityContext ec)voidProtokollUtils. addSystemProtocolEntry(ProtocolEntrySystem entry, IEntityContext ec)Fills in missing pieces of information of aProtocolEntrySystem, and saves that entry in the database.voidProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowTask task)Deprecated.voidProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowTask task)Adds the protocol entry for when a workflow trigger was fired.voidProtokollUtils. addVorgangPeBase(Vorgang vorgang, ProtocolEntryProcessing entry, IEntityContext ec)List<ProtocolEntryProcessing>ProtokollUtils. getProcessLogEntries(Vorgang formRecord, IEntityContext ec)static com.unboundid.ldap.sdk.LDAPConnectionLdapConnectionFactory. newLdapConnection(IEntityContext ec, IClientDescriptor descriptor)static voidProjektPostfachDaoUtils. recreateDBTable(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType)Deprecated.static voidProjektPostfachDaoUtils. recreateProjektDataTable(IEntityContext ec, Projekt projekt)Deprecated.static voidProjektPostfachDaoUtils. recreateProjektPostfachTable(IEntityContext ec, Projekt projekt)Deprecated.<T extends AProtocolEntry>
TProtokollUtils. togglePreserveFlag(T entry, IEntityContext ec)Negates theAProtocolEntry.isPreserve()flag of the given entry and saves the modifications to the database. -
Uses of IEntityContext in de.xima.fc.data
-
Uses of IEntityContext in de.xima.fc.export
Fields in de.xima.fc.export declared as IEntityContext Modifier and Type Field Description protected IEntityContextAProjektUtil. ecMethods in de.xima.fc.export with parameters of type IEntityContext Modifier and Type Method Description static booleanAProjektUtil. checkProjectAliasExist(IEntityContext ec, String projectAlias, Mandant client)Checks whether or not the given project name already exist within the given clientstatic booleanAProjektUtil. checkProjectNameExist(IEntityContext ec, String projectName, Mandant client)Checks whether or not the given project name already exist within the given clientstatic FormVersionAProjektUtil. createNewFormVersion(IEntityContext ec, Projekt project, Benutzer user)Deprecated.static FormVersionAProjektUtil. createNewFormVersion(IEntityContext ec, Projekt project, IUser user)static FormVersionAProjektUtil. createNewFormVersion(IEntityContext ec, Long projectId, Benutzer user)Deprecated.static FormVersionAProjektUtil. createNewFormVersion(IEntityContext ec, Long projectId, IUser user)Constructors in de.xima.fc.export with parameters of type IEntityContext Constructor Description AProjektUtil(Mandant man, IEntityContext ec)ProjektCopyUtil(Mandant client, IEntityContext ec)ProjektExportUtil(Mandant man, IEntityContext ec, Benutzer user, Set<EFormImpexOption> options)Deprecated.ProjektImportUtil(Mandant man, IEntityContext ec)Deprecated.ProjektUpdateUtil(Mandant man, IEntityContext ec, Benutzer user)Deprecated. -
Uses of IEntityContext in de.xima.fc.export.helper
Fields in de.xima.fc.export.helper declared as IEntityContext Modifier and Type Field Description protected IEntityContextAEnitityHelper. ecDeprecated.Constructors in de.xima.fc.export.helper with parameters of type IEntityContext Constructor Description AEnitityHelper(IEntityContext ec, Mandant mandant, Projekt project, Benutzer user)Deprecated.FormVersionHelper(IEntityContext ec, Mandant mandant, Projekt project, Benutzer user)Deprecated. -
Uses of IEntityContext in de.xima.fc.exporter
Methods in de.xima.fc.exporter with parameters of type IEntityContext Modifier and Type Method Description List<DeserializedEntity>AEntityExporter. doExport(IEntityContext ec)Deprecated.FileAEntityExporter. doExport(IEntityContext ec, File outDir, Benutzer user)Deprecated.FileAEntityExporter. doExport(IEntityContext ec, File outDir, IUser user)FileAEntityExporter. doExport(IEntityContext ec, File outDir, String outName, Benutzer user)Deprecated.FileAEntityExporter. doExport(IEntityContext ec, File outDir, String outName, IUser user)protected voidAEntityExporter. initDependencies(IEntityContext ec)protected voidAEntityExporter. initInternalDependenciesOnly(IEntityContext ec)static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
IEntityExporter<T>EntityExporterFactory. newExporter(IEntityContext ec, T... entities)Deprecated.UseAEntityExporter(IEntityContext, IEntity)instead.Constructors in de.xima.fc.exporter with parameters of type IEntityContext Constructor Description AEntityExporter(IEntityContext ec, T entity)AEntityExporter(IEntityContext ec, T... entities)Deprecated.AEntityExporter(IEntityContext ec, T entity, boolean withoutDependencies) -
Uses of IEntityContext in de.xima.fc.exporter.entity
Methods in de.xima.fc.exporter.entity with parameters of type IEntityContext Modifier and Type Method Description protected voidProjectExporter. initDependencies(IEntityContext ec)protected voidProjectExporter. initInternalDependenciesOnly(IEntityContext ec)Constructors in de.xima.fc.exporter.entity with parameters of type IEntityContext Constructor Description ProjectExporter(IEntityContext ec, Projekt entity)ProjectExporter(IEntityContext ec, Projekt... entities)Deprecated.UseProjectExporter(IEntityContext, Projekt)insteadProjectExporter(IEntityContext ec, Projekt entity, boolean withoutDependencies)TemplateExporter(IEntityContext ec, Textbaustein entity)TemplateExporter(IEntityContext ec, Textbaustein... entities)Deprecated. -
Uses of IEntityContext in de.xima.fc.exporter.interfaces
Methods in de.xima.fc.exporter.interfaces with parameters of type IEntityContext Modifier and Type Method Description FileIEntityExporter. doExport(IEntityContext ec, File baseDir, Benutzer user)Deprecated.FileIEntityExporter. doExport(IEntityContext ec, File baseDir, IUser user)Exports the set entities to the given directory -
Uses of IEntityContext in de.xima.fc.exporter.legacy
Methods in de.xima.fc.exporter.legacy with parameters of type IEntityContext Modifier and Type Method Description static voidLegacyExporter. addV1ProjectExport(IEntityContext ec, File outDir, List<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> entities, Benutzer user) -
Uses of IEntityContext in de.xima.fc.factory.form.record
Methods in de.xima.fc.factory.form.record with parameters of type IEntityContext Modifier and Type Method Description static List<IFormRecordBaseData>FormRecordDataFactory. baseData(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm)static IFormRecordDoiInitDataFormRecordDataFactory. doiInitData(IEntityContext ec, Vorgang formRecord)static IFormRecordReviewDataFormRecordDataFactory. reviewData(IEntityContext ec, IInboxFormRecordRequest inboxRequest) -
Uses of IEntityContext in de.xima.fc.file
Methods in de.xima.fc.file with parameters of type IEntityContext Modifier and Type Method Description <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
byte[]GenericFileDao. getFileData(IEntityContext ec, E entity, String fileKey)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]GenericFileDao. getFileData(IEntityContext ec, Class<T> clazz, long id)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]GenericFileDao. getFileData(IEntityContext ec, T entity)<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
DGenericFileDao. getFileDataEntity(IEntityContext ec, E entity, String fileKey)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
EGenericFileDao. getFileDataEntity(IEntityContext ec, T entity)<T extends IFileEntity<?,?>>
byte[]GenericFileDao. getFileEntityData(IEntityContext ec, T fileEntity)<T extends IFileEntity<?,?>>
InputStreamGenericFileDao. getFileEntityStream(IEntityContext ec, T entity)<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
InputStreamGenericFileDao. getFileStream(IEntityContext ec, E entity, String fileKey)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
InputStreamGenericFileDao. getFileStream(IEntityContext ec, T entity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TGenericFileDao. updateFileData(IEntityContext ec, T entity, byte[] data) -
Uses of IEntityContext in de.xima.fc.filter.db
Classes in de.xima.fc.filter.db that implement IEntityContext Modifier and Type Class Description classContextualEntityContextAn entity context intended to be used when you do not know whether you are inside a UI thread or not.classRequestEntityContextMethods in de.xima.fc.filter.db that return IEntityContext Modifier and Type Method Description IEntityContextContextualEntityContext. features(de.xima.cmn.dao.enums.EEntityContextFeature... features)IEntityContextContextualEntityContext. postCommit(de.xima.cmn.dao.interfaces.IPostCommitListener listener)IEntityContextContextualEntityContext. postRollback(de.xima.cmn.dao.interfaces.IPostRollbackListener listener)IEntityContextContextualEntityContext. preCommit(de.xima.cmn.dao.interfaces.IPreCommitListener listener)IEntityContextContextualEntityContext. preRollback(de.xima.cmn.dao.interfaces.IPreRollbackListener listener) -
Uses of IEntityContext in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type IEntityContext Modifier and Type Method Description FormUserRequestDataFormUserRequestDataBuilder. build(IEntityContext ec)Deprecated.static IExtendedFormPublishContextFormPublishUtil. createContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, IEntityContext ec)Deprecated.static com.alibaba.fastjson.JSONArrayFormPublishUtil. getBackupList(IEntityContext ec, int formVersionId)Deprecated.static com.alibaba.fastjson.JSONArrayFormPublishUtil. getBackupList(IEntityContext ec, FormVersion formVersion)static StringFormPublishUtil. getBackupPersistent(IEntityContext ec, int formVersionBackupId)static StringFormPublishUtil. getBackupPersistent(IEntityContext ec, FormVersionBackup backup)static StringFormPublishUtil. getCurrentPersistent(IEntityContext ec, int formVersionId)static StringFormPublishUtil. getCurrentPersistent(IEntityContext ec, FormVersion formVersion) -
Uses of IEntityContext in de.xima.fc.form.appointment
Constructors in de.xima.fc.form.appointment with parameters of type IEntityContext Constructor Description AppointmentPersistBuilder(IEntityContext ec, IFormRequestContext requestCtx, Map<String,UUID> templateUuidByName)Creates a new appointment persister for a given form submission. -
Uses of IEntityContext in de.xima.fc.form.identitytoken
Methods in de.xima.fc.form.identitytoken with parameters of type IEntityContext Modifier and Type Method Description static IdentityTokenCheckIdentityTokenCheck. perform(IEntityContext ec, IFormDataAdapter fda, Vorgang formRecord)static IdentityTokenCheckIdentityTokenCheck. perform(IEntityContext ec, IFormRequestContext requestCtx)When enabled, an ID is generated based on the data of a submitted form.static IdentityTokenGenerationIdentityTokenGeneration. perform(IEntityContext ec, IFormDataAdapter fda, FormVersion formVersion, Projekt project)static IdentityTokenGenerationIdentityTokenGeneration. perform(IEntityContext ec, IFormDataAdapter fda, Vorgang formRecord, FormVersion formVersion, Projekt project, com.alibaba.fastjson.JSONObject userData)When enabled, an ID is generated based on the data of a submitted form.static IdentityTokenUpdateIdentityTokenUpdate. perform(IEntityContext ec, Projekt project)Deprecated.static IdentityTokenUpdateIdentityTokenUpdate. perform(IEntityContext ec, Projekt project, com.alibaba.fastjson.JSONObject userData)Updates the identity token of all form records for the given project with the current identity token template of that project. -
Uses of IEntityContext in de.xima.fc.form.image
Methods in de.xima.fc.form.image with parameters of type IEntityContext Modifier and Type Method Description static voidImagePreviewUtils. savePreviewImage(String base64, FormVersion formVersion, IEntityContext iEntityContext, String typeThumbnail) -
Uses of IEntityContext in de.xima.fc.form.publish
Fields in de.xima.fc.form.publish declared as IEntityContext Modifier and Type Field Description protected IEntityContextFormPublishContext. ecMethods in de.xima.fc.form.publish that return IEntityContext Modifier and Type Method Description IEntityContextFormPublishContext. getEntityContext()Constructors in de.xima.fc.form.publish with parameters of type IEntityContext Constructor Description ExtendedFormPublishContext(IEntityContext ec, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)FormPublishContext(IEntityContext ec, PublishRequestParameter requestParameter) -
Uses of IEntityContext in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return IEntityContext Modifier and Type Method Description IEntityContextABackendJSFContext. ec()Deprecated.static IEntityContextABackendJSFContext. findEntityContext()Deprecated.Methods in de.xima.fc.gui.bean that return types with arguments of type IEntityContext Modifier and Type Method Description protected abstract de.xima.cmn.dao.interfaces.IAbstractDao<T,Long,IEntityContext>AEntityDetailsBean. getDao()Methods in de.xima.fc.gui.bean with parameters of type IEntityContext Modifier and Type Method Description intInternalMessageBean. createAllPluginInternalMessages(IEntityContext ec)This method creates all internal messages for system and client plugin updates.protected voidAEntityDetailsBean. init(IEntityContext ec, T entity)protected abstract voidAExternalUserBean. save(IEntityContext ec, EAuthClientType type)protected abstract IAuthenticator<F>AExternalUserBean. save(IEntityContext ec, E authenticator) -
Uses of IEntityContext in de.xima.fc.gui.bean.designer.state
Methods in de.xima.fc.gui.bean.designer.state with parameters of type IEntityContext Modifier and Type Method Description static StateAddedEventDesignerStateHelper. addNewStateToPersisted(IEntityContext ec, Locale locale, long projectId, long workflowVersionId, AddNewStateData data)Adds a new state to the given project. -
Uses of IEntityContext in de.xima.fc.gui.bean.plugin
Methods in de.xima.fc.gui.bean.plugin that return IEntityContext Modifier and Type Method Description protected static IEntityContextBasicPluginBean. ec()Methods in de.xima.fc.gui.bean.plugin with parameters of type IEntityContext Modifier and Type Method Description protected abstract voidBasicPluginBean. deleteInternPluginMessages(IEntityContext ec, PluginWrapperModel<E> plugin)This method deletes the internal update message of a plugin.protected voidClientPluginBean. deleteInternPluginMessages(IEntityContext ec, PluginWrapperModel<ClientPlugin> plugin)protected voidSystemPluginBean. deleteInternPluginMessages(IEntityContext ec, PluginWrapperModel<SystemPlugin> plugin) -
Uses of IEntityContext in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type IEntityContext Modifier and Type Method Description protected de.xima.cmn.dao.interfaces.IAbstractDao<Projekt,Long,IEntityContext>AProjectDetailsBean. getDao()Methods in de.xima.fc.gui.bean.project with parameters of type IEntityContext Modifier and Type Method Description VorgangProjectInviteBean. createEmptyProcess(Projekt project, IFormRequestContext reqCtx, IEntityContext ec)creates an empty process and saves it in vorgang databaseprotected voidFormExportBean. init(IEntityContext ec, Projekt project)protected voidFormPortraitExportBean. init(IEntityContext ec, Projekt project)protected voidFormVersionBean. init(IEntityContext ec, Projekt project)protected voidProjectAccessBean. init(IEntityContext ec, Projekt project)protected voidProjectDataTableBean. init(IEntityContext ec, Projekt project)protected voidProjectDetailsBean. init(IEntityContext ec, Projekt project)protected voidProjectDOIBean. init(IEntityContext ec, Projekt project)protected voidProjectExportBean. init(IEntityContext ec, Projekt project)protected voidProjectGroupEditBean. init(IEntityContext ec, Projekt project)protected voidProjectInboxBean. init(IEntityContext ec, Projekt project)protected voidProjectInviteBean. init(IEntityContext ec, Projekt entity)protected voidProjectShareBean. init(IEntityContext ec, Projekt project)protected voidProjectUpdateWorkflowBean. init(IEntityContext ec, Projekt entity)protected ProjektBasicDataTableBean. update(IEntityContext ec, Projekt project) -
Uses of IEntityContext in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings with parameters of type IEntityContext Modifier and Type Method Description <T> TApplicationConfigBean. getSystemProperty(IEntityContext ec, EPasswordPolicy pwdPolicy)booleanApplicationConfigBean. getSystemProperty(IEntityContext ec, String key, boolean defaultValue)protected SystemAuthenticatorExternalUserSystemBean. save(IEntityContext ec, SystemAuthenticator authenticator)protected voidExternalUserSystemBean. save(IEntityContext ec, EAuthClientType type)SystemPropertyApplicationConfigBean. updateSystemProperty(IEntityContext ec, EPasswordPolicy pwdPolicy, String value)SystemPropertyApplicationConfigBean. updateSystemProperty(IEntityContext ec, String key, String value) -
Uses of IEntityContext in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user with parameters of type IEntityContext Modifier and Type Method Description protected ClientAuthenticatorExternalUserClientBean. save(IEntityContext ec, ClientAuthenticator authenticator)protected voidExternalUserClientBean. save(IEntityContext ec, EAuthClientType type) -
Uses of IEntityContext in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return IEntityContext Modifier and Type Method Description IEntityContextProcessingBean. getEntityContext()Deprecated.Methods in de.xima.fc.gui.bean.workflow with parameters of type IEntityContext Modifier and Type Method Description protected voidStateTreeBean. init(IEntityContext ec, Projekt project)Deprecated. -
Uses of IEntityContext in de.xima.fc.gui.common.model.data
Methods in de.xima.fc.gui.common.model.data with parameters of type IEntityContext Modifier and Type Method Description voidDataTableEntriesModel. update(IEntityContext ec)Method parameters in de.xima.fc.gui.common.model.data with type arguments of type IEntityContext Modifier and Type Method Description static <T extends Serializable>
DataTableEntriesModel.Builder<T>DataTableEntriesModel. newBuilder(ISerializableFunction<IEntityContext,List<T>> fetchAll, ISerializableSupplier<IEntityContext> entityContextSupplier)static <T extends Serializable>
DataTableEntriesModel.Builder<T>DataTableEntriesModel. newBuilder(ISerializableFunction<IEntityContext,List<T>> fetchAll, ISerializableSupplier<IEntityContext> entityContextSupplier)DataTableEntriesModel.Builder<T>DataTableEntriesModel.Builder. withEntryInitializer(ISerializableBiFunction<IEntityContext,T,T> initialize) -
Uses of IEntityContext in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return IEntityContext Modifier and Type Method Description IEntityContextDefaultPluginFormElementCatalogParams. getEntityContext()Constructors in de.xima.fc.gui.designer.form.model with parameters of type IEntityContext Constructor Description DefaultPluginFormElementCatalogParams(IEntityContext entityContext, Locale locale, Mandant client, Projekt project, FormVersion formVersion)Creates a new params POJO with the given data. -
Uses of IEntityContext in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return IEntityContext Modifier and Type Method Description IEntityContextFormDesignerEnvironmentData. getEntityContext()Methods in de.xima.fc.gui.designer.form.utils with parameters of type IEntityContext Modifier and Type Method Description static StringDesignerConfigFactory. createDesignerConfig(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, IUser user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig, String conversationId)Creates the designer config for the current faces request and the given model.static com.alibaba.fastjson.JSONObjectDesignerConfigFactory. createDesignerConfigJson(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, IUser user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig, String conversationId)Creates the designer config for the current faces request and the given model.static FormDesignerModelFormDesignerModelFactory. createFormDesignerModel(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, ProjectPageBean projectHolder, Locale locale, IUser user, WebFormPersistFile initialPersist, String conversationId)Creates a new form designer model from the data of the given faces request.static List<FormBackupVersion>FormDesignerModelFactory. findAvailableFormVersionBackups(IEntityContext ec, Locale locale, ProjectPageBean projectHolder)Reads the available backup versions from the database and returns them.Constructors in de.xima.fc.gui.designer.form.utils with parameters of type IEntityContext Constructor Description FormDesignerEnvironmentData(IEntityContext entityContext, Mandant client, IUser user, Locale locale, Projekt project, FormVersion formVersion, WorkflowVersion workflowVersion) -
Uses of IEntityContext in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type IEntityContext Constructor Description AppointmentTemplateModifiedEvent(AppointmentTemplate entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.ClientCounterModifiedEvent(ClientCounter entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.ClientResourceModifiedEvent(MandantRessource entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.DatabaseConnectionModifiedEvent(DatenbankZugriff entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.DataSourceModifiedEvent(Datenquelle entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.DirectClientAuthorizationModifiedEvent(DirectClientAuthorization entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.InboxModifiedEvent(Postfach entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.LdapConnectionModifiedEvent(LDAPZugriff entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.LdapQueryModifiedEvent(LDAPAbfrage entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.ProjectResourceModifiedEvent(ProjektRessource entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.TextTemplateModifiedEvent(Textbaustein entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.UserGroupModifiedEvent(BenutzerGruppe entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.UserModifiedEvent(Benutzer entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data.WebDavConnectionModifiedEvent(WebDavAccess entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)Creates a new entity POJO with the given data. -
Uses of IEntityContext in de.xima.fc.gui.interfaces
Methods in de.xima.fc.gui.interfaces with parameters of type IEntityContext Modifier and Type Method Description voidIPlaceholderLibrary. updateCounterPlaceholders(IEntityContext ec, Mandant client)voidIPlaceholderLibrary. updateFormPlaceholders(IEntityContext ec, Mandant client, Locale locale, PlaceholderContextModel model)voidIPlaceholderLibrary. updateTemplatePlaceholders(IEntityContext ec, Mandant client)default voidIPlaceholderLibrary. updateWorkflowActionResultPlaceholders(IEntityContext ec, Aktion action)Deprecated.No-op and should not be used. -
Uses of IEntityContext in de.xima.fc.gui.interfaces.data.sort
Methods in de.xima.fc.gui.interfaces.data.sort with parameters of type IEntityContext Modifier and Type Method Description de.xima.cmn.criteria.FilterCriterionIJavaEntitySortingCriterion. getFilterCriterion(IEntityContext ec, List<de.xima.cmn.criteria.FilterCriterion> filters, int first, int pageSize) -
Uses of IEntityContext in de.xima.fc.gui.interfaces.event
Methods in de.xima.fc.gui.interfaces.event that return IEntityContext Modifier and Type Method Description IEntityContextIEntityModifiedEvent. getEntityContext()Methods in de.xima.fc.gui.interfaces.event with parameters of type IEntityContext Modifier and Type Method Description IEntityModifiedEvent<E>IEntityModifiedEventFactory. produce(E entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec) -
Uses of IEntityContext in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model with parameters of type IEntityContext Modifier and Type Method Description voidPlaceholderLibrary. updateCounterPlaceholders(IEntityContext ec, Mandant client)voidPlaceholderLibrary. updateFormPlaceholders(IEntityContext ec, Mandant client, Locale locale, PlaceholderContextModel model)voidPlaceholderLibrary. updateTemplatePlaceholders(IEntityContext ec, Mandant client)voidPlaceholderLibrary. updateWorkflowActionResultPlaceholders(IEntityContext ec, Aktion action)Constructors in de.xima.fc.gui.model with parameters of type IEntityContext Constructor Description AuthenticatorDependenciesData(IEntityContext ec, IAuthenticator<?> authenticator)PluginWrapperModel(Locale locale, E pluginEntity, IGenericDao<E> dao, IEntityContext ec)Creates a new plugin wrapper for a given plugin runtime and database access object. -
Uses of IEntityContext in de.xima.fc.gui.model.data
Methods in de.xima.fc.gui.model.data that return IEntityContext Modifier and Type Method Description IEntityContextEntityListModel. ec()protected IEntityContextEntitySelectModel. ec() -
Uses of IEntityContext in de.xima.fc.gui.model.data.filter
Methods in de.xima.fc.gui.model.data.filter with parameters of type IEntityContext Modifier and Type Method Description de.xima.cmn.criteria.FilterCriterionAcmFilterCriterionSupplier. apply(IEntityContext ec)de.xima.cmn.criteria.FilterCriterionQcmFilterCriterionSupplier. apply(IEntityContext ec) -
Uses of IEntityContext in de.xima.fc.gui.model.data.sorting
Methods in de.xima.fc.gui.model.data.sorting with parameters of type IEntityContext Modifier and Type Method Description de.xima.cmn.criteria.FilterCriterionAcmSortingCriterion. getFilterCriterion(IEntityContext ec, List<de.xima.cmn.criteria.FilterCriterion> filters, int first, int pageSize) -
Uses of IEntityContext in de.xima.fc.gui.model.http
Methods in de.xima.fc.gui.model.http with parameters of type IEntityContext Modifier and Type Method Description static Set<? extends IServerModel>ServerModelFactory. clientFrontendServers(IEntityContext ec, FrontendServer fs) -
Uses of IEntityContext in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata with parameters of type IEntityContext Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<Integer,Long>LazyProjectViewListModel. updateProjectGroupNames(IEntityContext ec, ProjectViewModel model, Benutzer user)Deprecated.org.apache.commons.lang3.tuple.Pair<Integer,Long>LazyProjectViewListModel. updateProjectGroupNames(IEntityContext ec, ProjectViewModel model, IUser user)Method parameters in de.xima.fc.gui.model.lazydata with type arguments of type IEntityContext Modifier and Type Method Description DaoLazyDataModel.Builder<T>DaoLazyDataModel.Builder. withEntityContextSupplier(ISerializableSupplier<? extends IEntityContext> entityContextSupplier)DaoLazyDataModel.Builder<T>DaoLazyDataModel.Builder. withFetchInitializer(ISerializableBiFunction<? super IEntityContext,? super T,? extends T> fetchInitializer)DaoLazyDataModel.Builder<T>DaoLazyDataModel.Builder. withSelectedInitializer(ISerializableBiFunction<? super IEntityContext,? super T,? extends T> selectedInitializer) -
Uses of IEntityContext in de.xima.fc.gui.model.project
Methods in de.xima.fc.gui.model.project with parameters of type IEntityContext Modifier and Type Method Description voidProjectViewModel. update(IEntityContext ec, IUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidProjectViewModel. updateRecordData(IEntityContext ec) -
Uses of IEntityContext in de.xima.fc.gui.transfer
Methods in de.xima.fc.gui.transfer with parameters of type IEntityContext Modifier and Type Method Description static org.primefaces.model.StreamedContentEntityExportHelper. getV1ProjectExport(IEntityContext ec, Projekt project, Benutzer user) -
Uses of IEntityContext in de.xima.fc.gui.utils
Methods in de.xima.fc.gui.utils with parameters of type IEntityContext Modifier and Type Method Description static UserProfileUserEmailQueryResultHelper. getOrCreateUserProfile(IEntityContext ec, UserEmailQueryResult result, Locale locale) -
Uses of IEntityContext in de.xima.fc.gui.utils.db
Classes in de.xima.fc.gui.utils.db that implement IEntityContext Modifier and Type Class Description classJSFEntityContextDeprecated. -
Uses of IEntityContext in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type IEntityContext Modifier and Type Method Description static BaseDesignerModelDesignerModelFactory. createBaseDesignerModel(javax.faces.context.FacesContext context, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, IUser user)The base designer model with basic data about the client, project etc.static List<FormOverviewRow>FormOverviewHelper. createFormOverviewRows(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormVersion formVersion, String persist)Creates a list of all rows to show in the form overview table.static FrameDesignerModelDesignerModelFactory. createFrameDesignerModel(javax.faces.context.FacesContext facesContext, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Locale locale, IUser user, String conversationId)Creates a new frame designer model from the data of the given faces request.static FormVersionProjectPageHelper. loadFormVersionForCurrentRequest(javax.faces.context.FacesContext facesContext, IEntityContext ec, String formVersionIdParamName, Projekt project)Deprecated.static ProjektProjectPageHelper. loadProjectForCurrentRequest(javax.faces.context.FacesContext facesContext, IEntityContext ec, String projectIdParamName)Loads the project from the ID as given by the current HTTP request.static WorkflowVersionProjectPageHelper. loadWorkflowVersionFor(javax.faces.context.FacesContext facesContext, IEntityContext ec, Long wvid, Projekt project)static WorkflowVersionProjectPageHelper. loadWorkflowVersionForCurrentRequest(javax.faces.context.FacesContext facesContext, IEntityContext ec, String workflowVersionIdParamName, Projekt project)Deprecated.Loads the workflow version from the ID as given by the current HTTP request. -
Uses of IEntityContext in de.xima.fc.gui.utils.messages
Methods in de.xima.fc.gui.utils.messages with parameters of type IEntityContext Modifier and Type Method Description static <R> List<AInternalMessage>InternalMessageHelper. getAllPluginMessageEntities(IEntityContext ec, UserAccess userAccess, ViewContextBean viewContext, IUser user) -
Uses of IEntityContext in de.xima.fc.gui.utils.user
Methods in de.xima.fc.gui.utils.user with parameters of type IEntityContext Modifier and Type Method Description List<UserEmailQueryResult>UserEmailServiceClient. findUserEmails(IEntityContext ec, String query) -
Uses of IEntityContext in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IEntityContext Modifier and Type Method Description static IClientDescriptorAuthenticationHandler. getClient(IEntityContext ec, String clientName)Returns theclientfor the given client name. -
Uses of IEntityContext in de.xima.fc.importer
Methods in de.xima.fc.importer with parameters of type IEntityContext Modifier and Type Method Description voidEntityImporter. updateDependencies(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> oldEntity, de.xima.cmn.dao.interfaces.IEntity<Long> newEntity)Deprecated.Constructors in de.xima.fc.importer with parameters of type IEntityContext Constructor Description EntityAlternativeProvider(IEntityContext ec, Mandant client)EntityAlternativeProvider(IEntityContext ec, Projekt project) -
Uses of IEntityContext in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config with parameters of type IEntityContext Modifier and Type Method Description List<DependencyDescriptor>ActionImportConfig. finalize(IEntityContext ec, String fcVersion, String exportVersion)Deprecated.List<DependencyDescriptor>AEntityImportConfig. finalize(IEntityContext ec, String fcVersion, String exportVersion)List<DependencyDescriptor>DataSourceImportConfig. finalize(IEntityContext ec, String fcVersion, String exportVersion)List<DependencyDescriptor>FormVersionImportConfig. finalize(IEntityContext ec, String fcVersion, String exportVersion)List<DependencyDescriptor>ProjectDoiDataImportConfig. finalize(IEntityContext ec, String fcVersion, String exportVersion)List<DependencyDescriptor>ProjectIdentityCheckDataImportConfig. finalize(IEntityContext ec, String fcVersion, String exportVersion)List<DependencyDescriptor>ProjectImportConfig. finalize(IEntityContext ec, String fcVersion, String exportVersion)protected TAEntityImportConfig. findPersisted(IEntityContext ec)protected TextbausteinTemplateImportConfig. findPersisted(IEntityContext ec)protected booleanActionImportConfig. isUuidExisting(IEntityContext ec)Deprecated.protected booleanAEntityImportConfig. isUuidExisting(IEntityContext ec)protected booleanProjectDoiDataImportConfig. isUuidExisting(IEntityContext ec)protected booleanProjectIdentityCheckDataImportConfig. isUuidExisting(IEntityContext ec)protected booleanProjectInviteDataImportConfig. isUuidExisting(IEntityContext ec)protected booleanStateImportConfig. isUuidExisting(IEntityContext ec)Deprecated.TAEntityImportConfig. loadAlternative(IEntityContext ec)protected voidActionImportConfig. makeEntityUnique(IEntityContext ec)Deprecated.protected abstract voidAEntityImportConfig. makeEntityUnique(IEntityContext ec)protected voidAppointmentTemplateImportConfig. makeEntityUnique(IEntityContext ec)protected voidClientCounterImportConfig. makeEntityUnique(IEntityContext ec)protected voidClientResourceImportConfig. makeEntityUnique(IEntityContext ec)protected voidDataSourceImportConfig. makeEntityUnique(IEntityContext ec)protected voidEntityImportConfig. makeEntityUnique(IEntityContext ec)Deprecated.protected voidFormVersionImportConfig. makeEntityUnique(IEntityContext ec)protected voidInboxImportConfig. makeEntityUnique(IEntityContext ec)protected voidProjectDoiDataImportConfig. makeEntityUnique(IEntityContext ec)protected voidProjectIdentityCheckDataImportConfig. makeEntityUnique(IEntityContext ec)protected voidProjectImportConfig. makeEntityUnique(IEntityContext ec)protected voidProjectInviteDataImportConfig. makeEntityUnique(IEntityContext ec)protected voidProjectResourceImportConfig. makeEntityUnique(IEntityContext ec)protected voidStateImportConfig. makeEntityUnique(IEntityContext ec)Deprecated.protected voidTemplateImportConfig. makeEntityUnique(IEntityContext ec)protected voidUserGroupImportConfig. makeEntityUnique(IEntityContext ec)static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
IEntityImportConfig<?>ImportConfigDataFactory. newImportConfig(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> contextEntity, IEntityDeserializationResult<T> importEntityData, IExportUnzipResult exportResult, T entityToOverride)protected voidAEntityImportConfig. postCreate(IEntityContext ec)protected voidProjectImportConfig. postCreate(IEntityContext ec)protected voidStateImportConfig. postCreate(IEntityContext ec)Deprecated.protected voidAEntityImportConfig. postUpdate(IEntityContext ec)protected voidProjectImportConfig. postUpdate(IEntityContext ec)protected voidStateImportConfig. postUpdate(IEntityContext ec)Deprecated.protected voidAEntityImportConfig. preCreate(IEntityContext ec)protected voidClientCounterImportConfig. preCreate(IEntityContext ec)protected voidClientResourceImportConfig. preCreate(IEntityContext ec)protected voidFormVersionImportConfig. preCreate(IEntityContext ec)protected voidInboxImportConfig. preCreate(IEntityContext ec)protected voidProjectImportConfig. preCreate(IEntityContext ec)protected voidProjectResourceImportConfig. preCreate(IEntityContext ec)protected voidStateImportConfig. preCreate(IEntityContext ec)Deprecated.protected voidTemplateImportConfig. preCreate(IEntityContext ec)protected voidAEntityImportConfig. preUpdate(IEntityContext ec)protected voidAppointmentTemplateImportConfig. preUpdate(IEntityContext ec)protected voidClientCounterImportConfig. preUpdate(IEntityContext ec)protected voidClientResourceImportConfig. preUpdate(IEntityContext ec)protected voidFormVersionImportConfig. preUpdate(IEntityContext ec)protected voidInboxImportConfig. preUpdate(IEntityContext ec)protected voidProjectImportConfig. preUpdate(IEntityContext ec)protected voidProjectResourceImportConfig. preUpdate(IEntityContext ec)protected voidStateImportConfig. preUpdate(IEntityContext ec)Deprecated.protected voidTemplateImportConfig. preUpdate(IEntityContext ec)protected voidUserGroupImportConfig. preUpdate(IEntityContext ec)voidAEntityImportConfig. resolveDependencies(IEntityContext ec)Deprecated.voidAEntityImportConfig. stage(IEntityContext ec)voidAEntityImportConfig. updatePersisted(IEntityContext ec)protected voidAEntityImportConfig. validateImport(IEntityContext ec)protected voidProjectImportConfig. validateImport(IEntityContext ec)ProjectImportConfigProjectImportConfig. withOverrideActiveVersions(IEntityContext ec, boolean overrideActiveVersions) -
Uses of IEntityContext in de.xima.fc.importer.ctx
Constructors in de.xima.fc.importer.ctx with parameters of type IEntityContext Constructor Description ProjectImportContextBuilder(IEntityContext ec, InputStream is, Mandant client)Deprecated.UseProjectImporterinstead -
Uses of IEntityContext in de.xima.fc.importer.dependency
Methods in de.xima.fc.importer.dependency with parameters of type IEntityContext Modifier and Type Method Description static voidEntityDependencyUpdater. updateImportConfigFromDb(IEntityContext ec, IEntityImportConfig<?> config)static voidEntityDependencyUpdater. updateImportConfigs(IEntityContext ec, List<IEntityImportConfig<?>> configsToUpdate, de.xima.cmn.dao.interfaces.IEntity<Long> entityToAdd)Adds the given entity to the appropriate entity fields of the import configs -
Uses of IEntityContext in de.xima.fc.importer.interfaces
Methods in de.xima.fc.importer.interfaces that return IEntityContext Modifier and Type Method Description IEntityContextIEntityImportConfigData. getEc()Methods in de.xima.fc.importer.interfaces with parameters of type IEntityContext Modifier and Type Method Description List<DependencyDescriptor>IEntityImportConfig. finalize(IEntityContext ec, String fcVersion, String exportVersion)Finish the import.TIEntityImportConfig. loadAlternative(IEntityContext ec)voidIEntityImportConfig. resolveDependencies(IEntityContext ec)Deprecated.voidIEntityImportConfig. stage(IEntityContext ec)Stages the import for execution based on the given configurationvoidIEntityImportStager. stage(IEntityContext ec)Deprecated.Stages the import for execution based on the given configurationvoidIEntityImportConfig. updatePersisted(IEntityContext ec)Updates the persisted entity if existing based on the entity represented by this config -
Uses of IEntityContext in de.xima.fc.importer.mdl
Methods in de.xima.fc.importer.mdl with parameters of type IEntityContext Modifier and Type Method Description voidStateMapperModel. update(IEntityContext ec) -
Uses of IEntityContext in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project with parameters of type IEntityContext Modifier and Type Method Description EntityImportResultProjectImporter. doImport(IEntityContext ec)Imports the given project and its dependencies.voidProjectImporter. finishImport(IEntityContext ec)Deprecated.voidProjectImporter. updateDependencies(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> oldEntity, de.xima.cmn.dao.interfaces.IEntity<Long> newEntity)Deprecated.Constructors in de.xima.fc.importer.project with parameters of type IEntityContext Constructor Description ProjectImporter(IEntityContext ec, InputStream is, Mandant client)ProjectImporter(IEntityContext ec, InputStream is, Mandant client, boolean withAlternativeProvider)ProjectImporter(IEntityContext ec, InputStream is, Projekt override, boolean withAlternativeProvider)ProjectImporter(IEntityContext ec, List<DeserializedEntity> entities, Mandant client)Deprecated. -
Uses of IEntityContext in de.xima.fc.importer.stager
Methods in de.xima.fc.importer.stager with parameters of type IEntityContext Modifier and Type Method Description protected booleanActionImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanAppointmentTemplateImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanClientResourceImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanDataSourceImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanFormVersionImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanInboxImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanProjectDoiDataImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanProjectIdentityCheckDataImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanProjectImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanProjectInviteDataImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanProjectResourceImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanStateImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanTemplateImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanUserGroupImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanUserImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected booleanUserRoleImportStager. isUuidExisting(IEntityContext ec)Deprecated.protected voidActionImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidAppointmentTemplateImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidClientResourceImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidDataSourceImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidFormVersionImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidInboxImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidProjectDoiDataImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidProjectIdentityCheckDataImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidProjectImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidProjectInviteDataImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidProjectResourceImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidStateImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidTemplateImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidUserGroupImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidUserImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidUserRoleImportStager. makeEntityUnique(IEntityContext ec)Deprecated.protected voidActionImportStager. preCreate(IEntityContext ec)Deprecated.protected voidClientResourceImportStager. preCreate(IEntityContext ec)Deprecated.protected voidFormVersionImportStager. preCreate(IEntityContext ec)Deprecated.protected voidInboxImportStager. preCreate(IEntityContext ec)Deprecated.protected voidProjectImportStager. preCreate(IEntityContext ec)Deprecated.protected voidProjectResourceImportStager. preCreate(IEntityContext ec)Deprecated.protected voidStateImportStager. preCreate(IEntityContext ec)Deprecated.protected voidTemplateImportStager. preCreate(IEntityContext ec)Deprecated.protected voidActionImportStager. preUpdate(IEntityContext ec)Deprecated.protected voidClientResourceImportStager. preUpdate(IEntityContext ec)Deprecated.protected voidFormVersionImportStager. preUpdate(IEntityContext ec)Deprecated.protected voidInboxImportStager. preUpdate(IEntityContext ec)Deprecated.protected voidProjectImportStager. preUpdate(IEntityContext ec)Deprecated.protected voidProjectResourceImportStager. preUpdate(IEntityContext ec)Deprecated.protected voidStateImportStager. preUpdate(IEntityContext ec)Deprecated.protected voidUserGroupImportStager. preUpdate(IEntityContext ec)Deprecated. -
Uses of IEntityContext in de.xima.fc.importer.stager.factory
Methods in de.xima.fc.importer.stager.factory with parameters of type IEntityContext Modifier and Type Method Description static IEntityImportStagerEntityImportStagerFactory. newImportStager(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> entity, Mandant client)Deprecated.static IEntityImportStagerEntityImportStagerFactory. newImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client)Deprecated.Returns an import stage for the given entity, client and user -
Uses of IEntityContext in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util with parameters of type IEntityContext Modifier and Type Method Description static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
TEntityImportHelper. addValueToEntityField(IEntityContext ec, T entity, String fieldDescriptor, Object value)Adds/sets the given value to the field property of the entity.static booleanEntityImportHelper. checkEntityNameExists(IEntityContext ec, String name, de.xima.cmn.dao.interfaces.IEntity<Long> entity, de.xima.cmn.dao.interfaces.IEntity<Long> excludeEntity)static <T extends INameProviding & de.xima.cmn.dao.interfaces.IEntity<Long>>
StringEntityImportHelper. getUniqueEntityName(IEntityContext ec, T entity, T excludeEntity)Gets a unique entity name for the given entitystatic StringEntityImportHelper. getUniqueProjectAlias(IEntityContext ec, Projekt project, boolean excludeSelf)static StringEntityImportHelper. getUniqueProjectTitle(IEntityContext ec, Projekt project, boolean excludeSelf)Gets a unique project title for the given projectstatic List<BenutzerGruppe>EntityImportHelper. getUserGroups(IEntityContext ec, List<UUID> uuids, Mandant client, List<IEntityImportConfig<?>> importConfigs)Gets a list of user groups in the given client with the given uuidsstatic booleanEntityImportHelper. isEntityNameExists(IEntityContext ec, String name, de.xima.cmn.dao.interfaces.IEntity<Long> entity, boolean excludeSelf)Checks whether or not the name of the entity is used by any other entity in its contextstatic booleanEntityImportHelper. isProjectTitleExists(IEntityContext ec, String title, Projekt project, boolean excludeSelf)Checks whether or not the given title is used by any other project of this client -
Uses of IEntityContext in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IEntityContext Modifier and Type Method Description IEntityContextIEntityContext. features(de.xima.cmn.dao.enums.EEntityContextFeature... features)IEntityContextIEntityContext. postCommit(de.xima.cmn.dao.interfaces.IPostCommitListener listener)IEntityContextIEntityContext. postRollback(de.xima.cmn.dao.interfaces.IPostRollbackListener listener)IEntityContextIEntityContext. preCommit(de.xima.cmn.dao.interfaces.IPreCommitListener listener)IEntityContextIEntityContext. preRollback(de.xima.cmn.dao.interfaces.IPreRollbackListener listener) -
Uses of IEntityContext in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return IEntityContext Modifier and Type Method Description IEntityContextIFormPublishContext. getEntityContext() -
Uses of IEntityContext in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type IEntityContext Modifier and Type Method Description default StringIContextValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters)Deprecated.default StringIFormValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion fv, boolean encodeForHTML)Deprecated.default StringIFormValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, IFormReplacerParams parameters)Deprecated.default StringISessionValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionId, String baseUrl)default StringISessionValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters)Deprecated.default StringISystemValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters)Deprecated.default StringISystemValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpCtx)Deprecated.default StringISystemValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpCtx, Vorgang process)Deprecated.default StringITemplateValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, Mandant client)Deprecated.default StringITemplateValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, ITemplateReplacerParams parameters)Deprecated. -
Uses of IEntityContext in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return IEntityContext Modifier and Type Method Description IEntityContextIPluginFormElementCatalogParams. getEntityContext()IEntityContextIPluginFormElementTemplateParams. getEntityContext() -
Uses of IEntityContext in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return IEntityContext Modifier and Type Method Description IEntityContextIPluginGenericReplacerParams. getEntityContext()IEntityContextIPluginSessionReplacerParams. getEntityContext() -
Uses of IEntityContext in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return IEntityContext Modifier and Type Method Description IEntityContextIProcessingPrefillData. getEntityContext()Deprecated.IEntityContextIWorkflowProcessingContext. getEntityContext()Deprecated.Methods in de.xima.fc.interfaces.processing with parameters of type IEntityContext Modifier and Type Method Description default booleanIProcessing. isAvailable(IEntityContext ec, Mandant man)Deprecated. -
Uses of IEntityContext in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IEntityContext Modifier and Type Method Description IEntityContextIBaseEnvironmentData. getEntityContext() -
Uses of IEntityContext in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IEntityContext Modifier and Type Method Description IEntityContextIGetElementSummaryParams. getEntityContext() -
Uses of IEntityContext in de.xima.fc.jpa.context
Classes in de.xima.fc.jpa.context that implement IEntityContext Modifier and Type Class Description classAEntityContextclassEntityContextMethods in de.xima.fc.jpa.context that return IEntityContext Modifier and Type Method Description static IEntityContextEntityContextFactory. newAnonymousEntityContext()static IEntityContextEntityContextFactory. newEntityContext()static IEntityContextEntityContextFactory. newEntityContext(Benutzer ben)Deprecated.UseEntityContextFactory.newEntityContext(IUser)instead.static IEntityContextEntityContextFactory. newEntityContext(IUser user)static IEntityContextEntityContextFactory. newEntityContext(UserContext uc)static IEntityContextEntityContextFactory. newSetupEntityContext()Deprecated.UseEntityContextFactory.newSystemEntityContext()instead.static IEntityContextEntityContextFactory. newSystemEntityContext() -
Uses of IEntityContext in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type IEntityContext Modifier and Type Method Description static BenutzerLDAPBenutzerUtil. checkLDAPGroupsActiveUser(IEntityContext ec, Long clientId, String userLogin)Deprecated.The user management has been reworked in version 8.0.0.static booleanLDAPBenutzerUtil. checkLDAPLogin(IEntityContext ec, LDAPGruppe gruppe, String userLogin, String userPwd)Deprecated.LDAPGruppehas been deprecated in version 8.0.0static booleanLDAPBenutzerUtil. checkLDAPLogin(IEntityContext ec, Mandant man, String userLogin, String userPwd)Deprecated.MandantLdapDatahas been deprecated in version 8.0.0static BenutzerLDAPBenutzerUtil. getByLDAPData(IEntityContext ec, Mandant man, String userName, byte[] objectId)Deprecated.User management has been reworked.static LDAPBenutzerLDAPBenutzerUtil. getLDAPGruppeBenutzer(IEntityContext ec, LDAPGruppe gruppe, String userLogin)Deprecated.The user management has been reworked in version 8.0.0.static BenutzerLDAPBenutzerUtil. getLDAPGruppeBenutzer(IEntityContext ec, Mandant man, String userLogin)Deprecated.The user management has been reworked in version 8.0.0.static BenutzerLDAPBenutzerUtil. getLDAPGruppeBenutzerByLogin(IEntityContext ec, Mandant man, String userLogin, String userPwd)Deprecated.The user management has been reworked in version 8.0.0.static booleanLDAPBenutzerUtil. isLDAPUserActive(IEntityContext ec, Mandant client, String userLogin)Deprecated.MandantLdapDatahas been deprecated in version 8.0.0 -
Uses of IEntityContext in de.xima.fc.liquibase
Methods in de.xima.fc.liquibase with parameters of type IEntityContext Modifier and Type Method Description static voidLiquibaseDBUtils. createBlobTable(IEntityContext ec, String tableName, ArrayList<String> colNames)static voidLiquibaseDBUtils. createClobTable(IEntityContext ec, String tableName, ArrayList<String> colNames)static voidLiquibaseDBUtils. createTable(IEntityContext ec, String tableName, ArrayList<String> colNames)Deprecated.static voidLiquibaseDBUtils. createTable(IEntityContext ec, String tableName, ArrayList<String> colNames, String colType)Diese Methode dient dazu zur Laufzeit eine Tabelle innerhalb der aktuell verwendeten Datenbanverbindung anzulegen.static voidLiquibaseDBUtils. createTable(IEntityContext ec, String tableName, ArrayList<String> colNames, String colType, boolean autoIncrement)Deprecated.static voidLiquibaseDBUtils. dropTable(IEntityContext ec, String tableName)Diese Methode dient dazu zur Laufzeit eine Tabelle innerhalb der aktuell verwendeten Datenbanverbindung zu löschen. -
Uses of IEntityContext in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type IEntityContext Modifier and Type Method Description static booleanUserMailUtil. sendEmailVerificationMail(IEntityContext ec, UserEmail email, String baseUrl)static booleanUserMailUtil. sendLDAPLogin(IEntityContext ec, Benutzer user)Deprecated.static booleanUserMailUtil. sendLoginData(IEntityContext ec, Benutzer user, String password)Deprecated.static booleanUserMailUtil. sendPrimaryEmailChangeMail(IEntityContext ec, UserEmail email, String baseUrl)static booleanUserMailUtil. sendResetPassword(IEntityContext ec, Benutzer user, String resetPasswordUrl)Deprecated.static booleanUserMailUtil. sendSystemLogin(IEntityContext ec, Benutzer user, String password)Deprecated.static booleanUserMailUtil. sendUserCredentialsResetMail(IEntityContext ec, UserProfile profile, String baseUrl)static booleanUserMailUtil. sendUserCredentialsResetMail(IEntityContext ec, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress)static booleanUserMailUtil. sendUserIdentityConnectedMail(IEntityContext ec, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl)static booleanUserMailUtil. sendUserIdentityRemovalMail(IEntityContext ec, UserIdentity identity, String baseUrl)static booleanUserMailUtil. sendUserInvitationMail(IEntityContext ec, DirectClientAuthorization authorization)Sends an invitation mail to anDirectClientAuthorization.static booleanUserMailUtil. sendUserInvitationMail(IEntityContext ec, DirectClientAuthorization authorization, String baseUrl)static booleanUserMailUtil. sendUserMfaRemovalMail(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl)static booleanUserMailUtil. sendUserMfaTotpRegistrationMail(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl)static booleanUserMailUtil. sendUserProfileDeleteRequestMail(IEntityContext ec, UserProfile userProfile, String baseUrl)static booleanUserMailUtil. sendUserProfileMergeRequestMail(IEntityContext ec, UserProfile userProfile, UserProfile toBeMerged, String baseUrl)static booleanUserMailUtil. sendUserProfileWelcomeMail(IEntityContext ec, UserProfile userProfile, String baseUrl)Sends an email to the primary email address of the user welcoming them and informing them that their profile has been created.static booleanUserMailUtil. sendUserSetPassword(IEntityContext ec, Benutzer user, String setPasswordUrl)Deprecated. -
Uses of IEntityContext in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type IEntityContext Modifier and Type Method Description static ProjektProjectManager. create(IEntityContext ec, Projekt project, Benutzer user)Deprecated.static ProjektProjectManager. create(IEntityContext ec, Projekt project, Benutzer user, boolean useOldWorkflow)Deprecated.static ProjektProjectManager. create(IEntityContext ec, Projekt project, IUser user)static ProjektProjectManager. create(IEntityContext ec, Projekt project, IUser user, boolean useOldWorkflow)static voidTextbausteinManager. createOrUpdateTemplate(IEntityContext ec, ETextbausteinMsgCode msgCode, Mandant client)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, IReplacerParams placeholderParams, Serializable... parameters)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, Serializable... parameters)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams placeholderParams, Serializable... parameters)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, Serializable... parameters)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, Serializable... parameters)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executePublicDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams replacerParams, Serializable... parameters)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executePublicDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, Serializable... parameters)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executePublicQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executePublicQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters, IReplacerParams replacerParams)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters, IReplacerParams replacerParams)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters)static IntegerDBQueryManager. executeSql(IEntityContext ec, Long dbZugriffId, String sql)static StringSessionAttachmentManager. getAttachment(IEntityContext ec, Vorgang process, String context, String sessionId, String argString)Deprecated.static StringSessionAttachmentManager. getAttachmentList(IEntityContext ec, Vorgang process, String context, String sessionId)Deprecated.static StringSessionAttachmentManager. getAttachmentZip(IEntityContext ec, Vorgang process, String context, String sessionId, String argString)Deprecated.static Map<String,String>TextbausteinManager. getI18nValues(IEntityContext ec, Textbaustein template)Provides the i18n values for the given template.static StringTextbausteinManager. getMandantSpecificMsg(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)Liefert Mandanten-spezifische (nutzerdefinierte) Texte.static PostfachPostfachManager. getPostfachByName(Mandant m, String name, IEntityContext ec)Liefert den via Namen angefordeten Mandanten-spezifische Postfach.static TextbausteinTextbausteinManager. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static TextbausteinTextbausteinManager. getTextbausteinByMsgCode(IEntityContext ec, Mandant m, String msgCode)static TextbausteinTextbausteinManager. getTextbausteinByName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name)Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.static TextbausteinTextbausteinManager. getTextbausteinByName(IEntityContext ec, Mandant mandant, String name)Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static List<Textbaustein>TextbausteinManager. getTextbausteine(IEntityContext ec, Mandant m)Liefert Mandanten-spezifische (nutzerdefinierte) Texte.static List<Textbaustein>TextbausteinManager. getTextbausteineByKategorie(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie)Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.static TextbausteinTextbausteinManager. getTextbausteineByName(IEntityContext ec, Mandant mandant, String name)Deprecated.static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. query(IEntityContext ec, Integer dbZugriffId, String sql, boolean suppressStatementLimits, IReplacerParams params, Serializable... args)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. query(IEntityContext ec, Integer dbZugriffId, String sql, boolean suppressStatementLimits, Serializable... args)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. query(IEntityContext ec, Integer dbZugriffId, String sql, Serializable... args)static intDBQueryManager. update(IEntityContext ec, Integer dbZugriffId, String sql, Serializable... args)static ProjektProjectManager. update(IEntityContext ec, Projekt project, Benutzer user)Deprecated.static ProjektProjectManager. update(IEntityContext ec, Projekt project, IUser user) -
Uses of IEntityContext in de.xima.fc.mdl.dao
Methods in de.xima.fc.mdl.dao with parameters of type IEntityContext Modifier and Type Method Description TProtocolEntryBulkProtocolEntryResolver. getProtocolEntry(IEntityContext ec, TEntityMeta entityMeta)Method parameters in de.xima.fc.mdl.dao with type arguments of type IEntityContext Modifier and Type Method Description static <TEntityMeta extends IEntityMeta,TProtocolEntry extends AProtocolEntry>
BulkProtocolEntryResolver<TEntityMeta,TProtocolEntry>BulkProtocolEntryResolver. newInstance(ISerializableBiFunction<IEntityContext,TEntityMeta,TProtocolEntry> messageFunction) -
Uses of IEntityContext in de.xima.fc.ms.listener
Methods in de.xima.fc.ms.listener that return types with arguments of type IEntityContext Modifier and Type Method Description static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientPlugin,IEntityContext>PluginSyncListener. getClientPluginDelListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientPlugin,IEntityContext>PluginSyncListener. getClientPluginSyncListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,IEntityContext>ClientCounterDaoListener. getPostCreateListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<Vorgang,IEntityContext>VorgangsDaoListeners. getPostCreateListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,IEntityContext>ClientCounterDaoListener. getPostDeleteListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<Vorgang,IEntityContext>VorgangsDaoListeners. getPostDeleteListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<ClientCounter,IEntityContext>ClientCounterDaoListener. getPostUpdateListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<Vorgang,IEntityContext>VorgangsDaoListeners. getPostUpdateListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext>PluginSyncListener. getSystemPluginDelListener()static de.xima.cmn.dao.interfaces.IDaoActionListener<SystemPlugin,IEntityContext>PluginSyncListener. getSystemPluginSyncListener() -
Uses of IEntityContext in de.xima.fc.ms.test.dao
Methods in de.xima.fc.ms.test.dao that return IEntityContext Modifier and Type Method Description IEntityContextDaoCrudMixin. ec() -
Uses of IEntityContext in de.xima.fc.ms.test.extension
Methods in de.xima.fc.ms.test.extension that return IEntityContext Modifier and Type Method Description IEntityContextIEntityContextHolder. get() -
Uses of IEntityContext in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return IEntityContext Modifier and Type Method Description IEntityContextAWorkflowEngineTest. ec() -
Uses of IEntityContext in de.xima.fc.order
Methods in de.xima.fc.order with parameters of type IEntityContext Modifier and Type Method Description static intAktionOrderHelper. getNewIndex(Status status, IEntityContext ec)Deprecated.static intStatusOrderHelper. getNewIndex(Projekt projekt, IEntityContext ec)Deprecated.static BasicRefResultAktionOrderHelper. isAktionDeletable(Aktion delAktion, IEntityContext ec)Deprecated.Prüft ob eine Aktion gelöscht werden kann.static BasicRefResultAktionOrderHelper. isAktionMoveable(Aktion currentAktion, int targetIndex, IEntityContext ec)Deprecated.Prüft ob eine Aktion verschoben werden darf.static BasicRefResultAktionOrderHelper. isAktionMoveableToState(Aktion action, Status state, Mandant client, int newIdx, IEntityContext ec)Deprecated.Action cannot be moved to the target state if that state contain an action with the same name already.static AktionAktionOrderHelper. move(Aktion aktion, int targetIdx, IEntityContext ec)Deprecated.Passt die Reihenfolge der Aktionen an, wo es notwendig ist.static StatusStatusOrderHelper. move(Status status, int targetIdx, IEntityContext ec)Deprecated.Passt die Reihenfolge der Status an, wo es notwendig ist.static AktionAktionOrderHelper. moveToState(Aktion action, Status state, int newIdx, IEntityContext ec)Deprecated. -
Uses of IEntityContext in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder that return IEntityContext Modifier and Type Method Description IEntityContextPlaceholderReplacer.IEntityContextFactory. createEntityFactory()Methods in de.xima.fc.placeholder with parameters of type IEntityContext Modifier and Type Method Description static StringPlaceholderReplacer. parse(IEntityContext ec, String text, Vorgang formRecord, boolean encodeForHTML)Deprecated.static StringPlaceholderReplacer. parse(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML)Deprecated.static StringPlaceholderReplacer. parse(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, Vorgang formRecord, boolean encodeForHTML)Deprecated.static StringPlaceholderReplacer. parse(IEntityContext ec, String text, IFormDataAdapter fda, IWorkflowProcessingContext wpc, Vorgang vorgang, Mandant mandant, boolean encodeForHTML)Deprecated.static StringPlaceholderReplacer. parse(IEntityContext ec, String text, IReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. parseForContextValues(IEntityContext ec, String text, IContextReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. parseForFormValues(IEntityContext ec, String text, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML)Deprecated.static StringPlaceholderReplacer. parseForFormValues(IEntityContext ec, String text, IFormReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. parseForSessionValues(IEntityContext ec, String text, Vorgang process, String baseUrl, String sessionId)Deprecated.static StringPlaceholderReplacer. parseForSessionValues(IEntityContext ec, String text, ISessionReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. parseForSystemAttributes(IEntityContext ec, String text, Vorgang process, IWorkflowProcessingContext wfpctx)Deprecated.static StringPlaceholderReplacer. parseForSystemAttributes(IEntityContext ec, String text, ISystemReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. parseForTemplates(IEntityContext ec, String text, Mandant client)Deprecated.static StringPlaceholderReplacer. parseForTemplates(IEntityContext ec, String text, ITemplateReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. replaceFormValue(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML)Deprecated.static StringPlaceholderReplacer. replaceSessionValues(IEntityContext ec, String placeholder, String placeholderContent, Vorgang process, String sessionId, String baseUrl)Deprecated.static StringPlaceholderReplacer. replaceSessionValues(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters, String contextPath)Deprecated.static StringPlaceholderReplacer. replaceSystemValue(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wfpctx)Deprecated.static StringPlaceholderReplacer. replaceTemplateValue(IEntityContext ec, String placeholder, String placeholderContent, Mandant client)Deprecated. -
Uses of IEntityContext in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IEntityContext Modifier and Type Method Description static <E extends APluginEntity<?,?,?>>
EPluginTransactions. create(IEntityContext ec, E entity)Creates the given system or client plugin entity.static voidPluginManager. createMandantProtocolEntry(IEntityContext ec, Mandant man, String protocolEntry, Object... params)static voidPluginTransactions. delete(IEntityContext ec, APluginEntity<?,?,?> entity)Deletes the given system or client plugin entity.static booleanPluginTransactions. existsPluginWithPluginKey(IEntityContext ec, WorkspaceScope scope, String pluginKey)Checks if a plugin with the given key exists within the given system or client scope.static <E extends APluginEntity<?,?,?>>
EPluginTransactions. read(IEntityContext ec, E entity)Re-reads a plugin with the given ID from the given scope.static Set<PluginGroupMeta>PluginTransactions. readAllPluginMeta(IEntityContext ec, WorkspaceScope scope)Reads all plugins from the given scope, and returns the relevant meta data with the key and ID.static List<VersionedPluginGroupMeta>PluginTransactions. readAllPluginMetaWithVersions(IEntityContext ec, WorkspaceScope scope)Reads all plugins from a given scope, including the version for each plugin, and returns a map from the plugin group to the set of all versions for that plugin group.static List<APluginEntity<?,?,?>>PluginTransactions. readAllPluginsWithPluginKey(IEntityContext ec, WorkspaceScope scope, String pluginKey)Reads all plugins with a given plugin key.static APluginEntity<?,?,?>PluginTransactions. readById(IEntityContext ec, WorkspaceScope scope, long id)Reads a plugin with the given ID from the given scope.static Set<PluginID>PluginTransactions. readOverloadedPlugins(IEntityContext ec, WorkspaceScope scope)Gets a set of all plugin IDs that exists in the given scope and overload a plugin from another scope.static PluginManifestPluginTransactions. readPluginManifest(IEntityContext ec, APluginEntity<? extends IPluginFileEntity<?,?,?>,? extends IFileDataEntity<?>,?> plugin)Reads and parses the manifest of a given plugin entity.static List<VersionedPluginGroupMeta>PluginTransactions. toVersionedPluginMetaGroupList(IEntityContext ec, Set<PluginGroupMeta> pluginGroupMetas)Transforms the given set ofPluginGroupMetato a list ofVersionedPluginGroupMeta.static <E extends APluginEntity<?,?,?>>
EPluginTransactions. update(IEntityContext ec, E entity)Updates the given system or client plugin entity.Method parameters in de.xima.fc.plugin with type arguments of type IEntityContext Modifier and Type Method Description static booleanPluginTransactions. existsPluginWithPluginKey(Supplier<IEntityContext> entityContextFactory, WorkspaceScope scope, String pluginKey)Checks if a plugin with the given key exists within the given system or client scope.static Set<PluginGroupMeta>PluginTransactions. readAllPluginMeta(Supplier<IEntityContext> entityContextFactory, WorkspaceScope scope)Reads all plugins from the given scope, and returns the relevant meta data with the key and ID.static List<VersionedPluginGroupMeta>PluginTransactions. readAllPluginMetaWithVersions(Supplier<IEntityContext> entityContextFactory, WorkspaceScope scope)Reads all plugins from a given scope, including the version for each plugin, and returns a map from the plugin group to the set of all versions for that plugin group.static Set<PluginID>PluginTransactions. readOverloadedPlugins(Supplier<IEntityContext> entityContextFactory, WorkspaceScope scope)Gets a set of all plugin IDs that exists in the given scope and overload a plugin from another scope. -
Uses of IEntityContext in de.xima.fc.plugin.abstracts
Methods in de.xima.fc.plugin.abstracts that return IEntityContext Modifier and Type Method Description IEntityContextAPluginCustomGUIBean. getEntityContext()Deprecated. -
Uses of IEntityContext in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return IEntityContext Modifier and Type Method Description IEntityContextIProcessingBean. getEntityContext()Deprecated.Finds the entity context that can be used to access the database. -
Uses of IEntityContext in de.xima.fc.plugin.models.params.replacer
-
Uses of IEntityContext in de.xima.fc.proma.context
Methods in de.xima.fc.proma.context that return types with arguments of type IEntityContext Modifier and Type Method Description Supplier<IEntityContext>IPublicPromaInvocationContext. entityContextFactory()Method parameters in de.xima.fc.proma.context with type arguments of type IEntityContext Modifier and Type Method Description IPublicNativeSyncContextBuilderIPublicNativeSyncContextBuilder. entityContextFactory(Supplier<IEntityContext> entityContextFactory)THISIPublicPromaInvocationContextBuilder. entityContextFactory(Supplier<IEntityContext> entityContextFactory) -
Uses of IEntityContext in de.xima.fc.proma.util
Methods in de.xima.fc.proma.util with parameters of type IEntityContext Modifier and Type Method Description static Set<WorkspaceScope>PromaPluginUpdateCheck. findPluginScopesToCheckForUpdates(IEntityContext ec, IUser user, boolean forceUpdate)Finds all client or system scopes for which the user is allowed to check for plugin updates. -
Uses of IEntityContext in de.xima.fc.protocol
Methods in de.xima.fc.protocol with parameters of type IEntityContext Modifier and Type Method Description intProtocolCleaner. execute(IEntityContext ec)Deletes all protocol entries for the set configuration -
Uses of IEntityContext in de.xima.fc.refactor
Methods in de.xima.fc.refactor with parameters of type IEntityContext Modifier and Type Method Description static IWorkflowPlaceholderRefactorRetValWorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowVersion(long workflowVersionId, IPlaceholderRefactorMapper refactorer, IEntityContext ec)Reads the given workflow version from the database, performsrefactorPlaceholderson that version, and writes back the version to the database.static booleanResourceRefactorProcessor. refactorProjectResource(IEntityContext ec, ProjektRessource resource, ITextResourceRefactorer refactorer)Applies the given refactorer to the given resource.static voidResourceRefactorProcessor. refactorProjectResources(IEntityContext ec, long projectId, ITextResourceRefactorer refactorer)Applies the given refactorer to allproject resourcesof the given project.static voidResourceRefactorProcessor. refactorProjectResources(IEntityContext ec, Projekt project, ITextResourceRefactorer refactorer)Applies the given refactorer to allproject resourcesof the given project. -
Uses of IEntityContext in de.xima.fc.serialize
Methods in de.xima.fc.serialize with parameters of type IEntityContext Modifier and Type Method Description static DeserializedEntityEntitySerializer. deserialize(IEntityContext ec, InputStream is, String baseDir, String subDirPath)Deprecated.static DeserializedEntityEntitySerializer. deserialize(IEntityContext ec, InputStream is, String baseDir, String subDirPath, org.jasypt.encryption.StringEncryptor encryptor)Deprecated. -
Uses of IEntityContext in de.xima.fc.servlet.event.result
Methods in de.xima.fc.servlet.event.result with parameters of type IEntityContext Modifier and Type Method Description static IDoiVerificationResultServletEventResultFactory. doiVerificationFailure(IEntityContext ec, Projekt project, Long doiInitWorkflowNodeId)static IDoiVerificationResultServletEventResultFactory. doiVerificationPage(IEntityContext ec, Vorgang formRecord, Locale locale)static IDoiVerificationResultServletEventResultFactory. doiVerificationSuccess(IEntityContext ec, Vorgang formRecord, Locale locale)static IDoiVerificationResultServletEventResultFactory. doiVerificationSuccess(IEntityContext ec, ITaskExecutionResult result, Locale locale) -
Uses of IEntityContext in de.xima.fc.setup
Methods in de.xima.fc.setup with parameters of type IEntityContext Modifier and Type Method Description protected BenutzerDefaultClientCreator. createBenutzer(IEntityContext ec, Mandant client, Benutzer user, Rolle role)List<BenutzerGruppe>DefaultClientCreator. createBenutzergruppen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)Deprecated.will be removed.MandantDefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData)MandantDefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator)static FCMessageXFSetup. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, String adminMail, IUser creator)Creates a client with the currentIClientCreatorand currentIClientCreateDataprotected RolleDefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)protected RolleDefaultClientCreator. createClientAdminRole(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)Deprecated.TextbausteinDefaultClientCreator. createI18nTemplate(IEntityContext ec, Locale installLocale, Mandant client)protected List<Postfach>DefaultClientCreator. createInboxes(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)protected MandantLdapDataDefaultClientCreator. createLdapData(IEntityContext ec, MandantLdapData ldapData, Mandant client)Deprecated.protected MandantMailDataDefaultClientCreator. createMailData(IEntityContext ec, MandantMailData mailData, Mandant client)static FCMessageXFSetup. createMandant(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)Deprecated.RolleDefaultClientCreator. createMandantAdminRolle(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)Deprecated.will be removed.protected List<Modul>DefaultClientCreator. createModules(IEntityContext ec, IClientCreateData defaultData, Mandant client)Deprecated.Table no longer exists.protected List<Rolle>DefaultClientCreator. createNonAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, Set<String> moduleNames)protected List<Rolle>DefaultClientCreator. createNoneAdminRoles(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)Deprecated.List<Rolle>DefaultClientCreator. createNoneAdminRollen(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules)Deprecated.will be removed.List<Postfach>DefaultClientCreator. createPostfaecher(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)Deprecated.will be removed.protected List<Textbaustein>DefaultClientCreator. createTemplates(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)protected List<Textbaustein>DefaultClientCreator. createTextbausteine(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)protected BenutzerDefaultClientCreator. createUser(IEntityContext ec, Mandant client, Benutzer user, Rolle role)Deprecated.protected List<BenutzerGruppe>DefaultClientCreator. createUsergroups(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client)static MandantXFSetup. getMandantByFilterCriterion(IEntityContext ec, String filterCriterion, String filterValue)Method to read an client with the given filter-criterion -
Uses of IEntityContext in de.xima.fc.setup.interfaces
Methods in de.xima.fc.setup.interfaces with parameters of type IEntityContext Modifier and Type Method Description default MandantIClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData)MandantIClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator)Method to create an client with the given data.default MandantIClientCreator. createMandant(IEntityContext ec, Mandant man, Benutzer ben, IClientCreateData defaultData) -
Uses of IEntityContext in de.xima.fc.timing
Methods in de.xima.fc.timing with parameters of type IEntityContext Modifier and Type Method Description static List<IFormRecordJobDetails>QuartzJobDetailsFactory. forFormRecord(IEntityContext ec, Vorgang formRecord)Gets a model list containing detail information about the quartz jobs of a form record if existingstatic List<IFormRecordJobDetails>QuartzJobDetailsFactory. forProzessId(IEntityContext ec, long processDbId, String prozessId)Gets a model list containing detail information about the quartz jobs of a form record if existing -
Uses of IEntityContext in de.xima.fc.timing.helper
Methods in de.xima.fc.timing.helper with parameters of type IEntityContext Modifier and Type Method Description static TimedStatusChangeHelper.ResultTimedStatusChangeHelper. applyToExistingFormRecords(IEntityContext ec, Status sourceStatus, Status targetStatus, int timerOffset)Deprecated.static List<FormRecordView>FormRecordView. load(IEntityContext ec, de.xima.cmn.criteria.AttributeSelectCriteriaManager scm) -
Uses of IEntityContext in de.xima.fc.update
Methods in de.xima.fc.update with parameters of type IEntityContext Modifier and Type Method Description static IntegerAUpdater. countElements(IEntityContext ec, String sqlQuery)static IntegerAUpdater. executeNativeQuery(IEntityContext ec, String qlQuery)static IntegerAUpdater. executeQuery(IEntityContext ec, String qlQuery)static <T> List<T>AUpdater. executeQuery(IEntityContext ec, String qlQuery, Class<T> returnClass)static List<Number>AUpdater. getAllIDs(IEntityContext ec, String query) -
Uses of IEntityContext in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type IEntityContext Modifier and Type Method Description static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
List<T>GenericDaoUtils. getEntities(IEntityContext ec, List<UUID> uuids, Object context, Class<T> entityClass)static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
TGenericDaoUtils. getEntity(IEntityContext ec, String name, Object context, Class<T> entityClass)Gets the entity with the given name in the given contextstatic <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
TGenericDaoUtils. getEntity(IEntityContext ec, UUID uuid, Object context, Class<T> entityClass)Gets the entity with the given UUID in the given contextstatic LongGenericDaoUtils. getIdFromUUID(IEntityContext ec, UUID uuid, Object context, Class<?> entityClass)Translates an entity UUID to its corresponding ID if it existsstatic List<Long>GenericDaoUtils. getIdsFromUUIDs(IEntityContext ec, List<UUID> uuids, Object context, Class<?> entityClass)Translates the list of UUIDs to a list of IDsstatic List<Long>GenericDaoUtils. getIdsFromUUIDStrings(IEntityContext ec, List<String> strUuids, Object context, Class<?> entityClass)Translates the list of UUID strings to a list of IDsstatic <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
TGenericDaoUtils. loadPersistedEntity(IEntityContext ec, T entity)Returns entity that is persisted in the database (fully initialized) based on its UUID and CONTEXT (client, project, ...)static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
TGenericDaoUtils. merge(IEntityContext ec, T entity, T persisted)Deprecated.static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
TGenericDaoUtils. syncEntities(IEntityContext ec, T entity, T persisted) -
Uses of IEntityContext in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type IEntityContext Modifier and Type Method Description static WorkflowVersionStagerWorkflowVersionStager. forProcess(IEntityContext ec, WorkflowProcess newProcess, WorkflowProcess oldProcess)static WorkflowVersionStagerWorkflowVersionStager. forVersion(IEntityContext ec, WorkflowVersion newVersion, WorkflowVersion oldVersion)Creates a new stager for persisting an unsavedWorkflowProcess.voidWorkflowVersionStager. perform(IEntityContext ec)Persists the workflow process. -
Uses of IEntityContext in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter with parameters of type IEntityContext Modifier and Type Method Description static voidWorkflowPersistHelper. createNewBackup(IEntityContext ec, Mandant client, Locale locale, WorkflowVersion workflowVersion)Creates and persist a new backup for the given workflow version.static FlowchartSnapshotWorkflowPersistHelper. loadSnapshotForBackup(IEntityContext ec, WorkflowVersionBackup backup)static List<WorkflowState>FlowchartModelConverter. toDataModel(IEntityContext ec, Mandant client, List<WorkflowStateModel> states)static WorkflowVersionFlowchartModelConverter. toVersion(IEntityContext ec, Mandant client, WorkflowVersion currentVersion, FlowchartModel flowchartModel, List<WorkflowStateModel> states) -
Uses of IEntityContext in de.xima.fc.workflow.data
Methods in de.xima.fc.workflow.data with parameters of type IEntityContext Modifier and Type Method Description static List<WorkflowTask>InboxTaskUtil. getInboxTasks(IEntityContext ec, Vorgang formRecord, Benutzer user)Deprecated.static List<WorkflowTask>InboxTaskUtil. getInboxTasks(IEntityContext ec, Vorgang formRecord, IUser user)Finds all tasks that are allowed to be invoked by the given user in the inbox.static booleanInboxTaskUtil. isTaskInvokableInInbox(IEntityContext ec, WorkflowTask task, Vorgang formRecord, Benutzer user)Deprecated.static booleanInboxTaskUtil. isTaskInvokableInInbox(IEntityContext ec, WorkflowTask task, Vorgang formRecord, IUser user)Checks whether the given task may be initiated by the given user in the inbox. -
Uses of IEntityContext in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper with parameters of type IEntityContext Modifier and Type Method Description static <TData> CheckForUnsavedChangedResult<WorkflowNode>ElementPropertiesHelper. checkForUnsavedChanges(IEntityContext ec, long processId, UUID taskUuid, UUID elementUuid, TData data, INodeHandler<TData> handler)static <TData> CheckForUnsavedChangedResult<WorkflowTrigger>ElementPropertiesHelper. checkForUnsavedChanges(IEntityContext ec, long processId, UUID taskUuid, UUID elementUuid, TData data, ITriggerHandler<TData> handler)static WorkflowBackupModelWorkflowBackupHelper. createBackupModel(IEntityContext ec, WorkflowVersion workflowVersion)Creates the backup model with all current backups available for the given workflow version.ObjectAElementInfoHelper. createSummaryModel(IEntityContext ec, IWorkflowProvider provider)static voidWorkflowBackupHelper. updateBackupModel(IEntityContext ec, WorkflowVersion workflowVersion, WorkflowBackupModel backupModel)Updates the given backup model with the data from the workflow version, including the list of available backups and the maximum backup count. -
Uses of IEntityContext in de.xima.fc.workflow.designer.listener
Methods in de.xima.fc.workflow.designer.listener with parameters of type IEntityContext Modifier and Type Method Description protected booleanEntityReferenceDaoListener. checkPrecondition(TReferenced entity, IEntityContext ec)If theEntityReferenceDaoListener.createEntityRefsFilter(IEntity, IEntityContext)is complex, you can use this method to check whether the query for referencing entities should be performed.protected abstract de.xima.cmn.criteria.FilterCriterionEntityReferenceDaoListener. createEntityRefsFilter(TReferenced entity, IEntityContext ec)protected abstract voidPostCommitDaoListener. handleAfterCommit(TEntity entity, IEntityContext ec)protected voidEntityReferenceDaoListener. handleBeforeCommit(TReferenced entity, IEntityContext ec)protected abstract voidPreCommitDaoListener. handleBeforeCommit(TEntity entity, IEntityContext ec)voidPostCommitDaoListener. handleNotification(TEntity entity, IEntityContext ec)voidPreCommitDaoListener. handleNotification(TEntity entity, IEntityContext ec) -
Uses of IEntityContext in de.xima.fc.workflow.designer.logic
Methods in de.xima.fc.workflow.designer.logic that return IEntityContext Modifier and Type Method Description IEntityContextBeanWorkflowValidationEnvironmentData. getEntityContext()IEntityContextFacesWorkflowLocalValidationContext. getEntityContext()IEntityContextRequestWorkflowEnvironmentData. getEntityContext()Constructors in de.xima.fc.workflow.designer.logic with parameters of type IEntityContext Constructor Description RequestWorkflowEnvironmentData(IEntityContext ec)A new instance that takes the data from the current designer view scope. -
Uses of IEntityContext in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return IEntityContext Modifier and Type Method Description IEntityContextGetElementSummaryParams. getEntityContext()Constructors in de.xima.fc.workflow.designer.model with parameters of type IEntityContext Constructor Description GetElementSummaryParams(IEntityContext ec, IWorkflowProvider provider, ElementKey key, String elementType, TData data) -
Uses of IEntityContext in de.xima.fc.workflow.migrate
Methods in de.xima.fc.workflow.migrate with parameters of type IEntityContext Modifier and Type Method Description static Map<String,Long>FcEmailUserReferenceMigrator. createUserRefToProfileIdMap(IEntityContext ec)static voidFcEmailUserReferenceMigrator. migrateUsersToDirectClienAuthorizers(IEntityContext ec, Mandant client, VerarbeitungEmail mailProps)Deprecated.static voidFcEmailUserReferenceMigrator. migrateUsersToDirectClienAuthorizers(IEntityContext ec, Mandant client, FcEmailProps mailProps)static voidFcEmailUserReferenceMigrator. updateEmailAction(IEntityContext ec, Mandant client, Aktion action, Map<String,Long> userRefToProfileIdMap)Deprecated.static voidFcEmailUserReferenceMigrator. updateEmailNode(IEntityContext ec, Mandant client, WorkflowNode node, Map<String,Long> userRefToProfileIdMap) -
Uses of IEntityContext in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return IEntityContext Modifier and Type Method Description IEntityContextPojoBaseWorkflowEnvironmentData. getEntityContext()IEntityContextPojoWorkflowValidationEnvironmentData. getEntityContext()Constructors in de.xima.fc.workflow.model with parameters of type IEntityContext Constructor Description PojoBaseWorkflowEnvironmentData(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec)Creates a new POJO implementation ofIWorkflowValidationEnvironmentDatawith the given values.PojoWorkflowValidationEnvironmentData(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec)Creates a new POJO implementation ofIWorkflowValidationEnvironmentDatawith the given values. -
Uses of IEntityContext in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type IEntityContext Modifier and Type Method Description WorkflowValidator.BuilderWorkflowValidator.Builder. ec(IEntityContext ec) -
Uses of IEntityContext in de.xima.fc.workflow.processor.form
Methods in de.xima.fc.workflow.processor.form with parameters of type IEntityContext Modifier and Type Method Description static StringFormProcessUtils. replaceProcessSubject(IEntityContext ec, IFormDataAdapter formData, Vorgang process)Returns the subject of the given process while placeholders will be replaced by the given form datastatic StringFormProcessUtils. replaceProcessSubject(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process)Returns the subject of the given process while placeholders will be replaced by the submitted form data -
Uses of IEntityContext in de.xima.fc.workflow.processor.logic
-
Uses of IEntityContext in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type IEntityContext Modifier and Type Method Description static IEventExecutionResultEmptyEventExecutionResult. forFormRecord(IEntityContext ec, IWorkflowTaskRunnerParams params)Creates a new event execution result for a form record that can be used when no tasks were executed (when no triggers fired).static IWorkflowTaskRunnerParamsWorkflowTaskRunnerParamsResolver. resolve(IEntityContext ec, IWorkflowTaskRunnerParams params)Resolves the given parameters by applying the appropriate defaults. -
Uses of IEntityContext in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return IEntityContext Modifier and Type Method Description IEntityContextDefaultWorkflowValidationContext. getEntityContext()IEntityContextInjectableValidationContext. getEntityContext() -
Uses of IEntityContext in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IEntityContext Modifier and Type Method Description IEntityContextWorkflowValidationParams. getEntityContext()Constructors in de.xima.fc.workflow.processor.model with parameters of type IEntityContext Constructor Description Builder(Projekt project, WorkflowVersion workflowVersion, Mandant client, IUser user, Locale locale, IEntityContext ec, boolean ownsEntityContext, WorkflowResourceBundleLocator.MutableWorkflowResourceBundleLocator locator)Creates a new builder with the given values. -
Uses of IEntityContext in de.xima.fc.workflow.setup
Methods in de.xima.fc.workflow.setup with parameters of type IEntityContext Modifier and Type Method Description protected voidStateTimerTriggerSetup. addProtocolEntryForDeletedJob(IEntityContext ec, Locale locale, Vorgang formRecord, org.quartz.JobDetail jobDetail)protected voidTimePointTriggerSetup. addProtocolEntryForDeletedJob(IEntityContext ec, Locale locale, Vorgang formRecord, org.quartz.JobDetail jobDetail)protected voidStateTimerTriggerSetup. addProtocolEntryForNewJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant)protected voidTimePointTriggerSetup. addProtocolEntryForNewJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant)protected voidStateTimerTriggerSetup. addProtocolEntryForUpdatedJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant)protected voidTimePointTriggerSetup. addProtocolEntryForUpdatedJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant)protected de.xima.cmn.criteria.FilterCriterionStateTimerTriggerSetup. findApplicableFormRecords(IEntityContext ec, WorkflowTrigger trigger, FcStateTimerProps props)protected de.xima.cmn.criteria.FilterCriterionTimePointTriggerSetup. findApplicableFormRecords(IEntityContext ec, WorkflowTrigger trigger, FcTimePointProps props)protected Iterable<WorkflowTrigger>StateTimerTriggerSetup. findApplicableTriggers(IEntityContext ec, Vorgang formRecord)protected List<WorkflowTrigger>TimePointTriggerSetup. findApplicableTriggers(IEntityContext ec, Vorgang formRecord)protected InstantStateTimerTriggerSetup. getTriggerFireInstant(IEntityContext ec, Vorgang formRecord, FcStateTimerProps props)protected InstantTimePointTriggerSetup. getTriggerFireInstant(IEntityContext ec, Vorgang formRecord, FcTimePointProps props)protected booleanStateTimerTriggerSetup. isAppliesToFormRecordUpdate(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcStateTimerProps> handler)protected booleanTimePointTriggerSetup. isAppliesToFormRecordUpdate(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcTimePointProps> handler)protected IJobWrapperStateTimerTriggerSetup. newJob(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant)protected IJobWrapperTimePointTriggerSetup. newJob(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant)
-