Uses of Interface
de.xima.fc.interfaces.IEntityContext
Packages that use IEntityContext
Package
Description
Package to create clients, trigger updates and configure the system-logger
Package with interfaces to implement and replace the default client-creation
Logic for the scheduling of tasks
Package für Utilsklassen
-
Uses of IEntityContext in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return types with arguments of type IEntityContextModifier and TypeMethodDescriptionAppointmentValidationBuilder.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 IEntityContextModifier and TypeMethodDescriptionList<? extends IAppointmentRangeView>
DaoProviderValidationAcessObject.count
(IEntityContext ec, com.google.common.collect.Range<Instant> range, Iterable<Long> excludedAppointmentIds, boolean includePartiallyInRange, boolean includeCanceled) FreeSlotQueryExecutor.executeQuery
(IEntityContext ec, IAppointmentFreeSlotQueryParams params) Finds the available free slots for a given appointment template, given certain restrictions.AppointmentValidationBuilder.forActiveDatabase
(IEntityContext ec, AppointmentTemplate template, List<IAppointmentClosingTime> closingTimes) Returns a validation builder backed by an active database connection.DaoProviderIcalQueryAccessObject.getAppointmentsBy
(IEntityContext ctx, Mandant client, AppointmentTemplate template, com.google.common.collect.Range<Instant> range, boolean includePartiallyInRange) DaoProviderIcalQueryAccessObject.getClientBy
(IEntityContext ctx, UUID uuid) DaoProviderIcalQueryAccessObject.getTemplateBy
(IEntityContext ctx, Mandant client, UUID uuid) Constructors in de.xima.fc.appointment with parameters of type IEntityContextModifierConstructorDescriptionCreates 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 IEntityContextModifier and TypeMethodDescriptionstatic 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) Deprecated.static List<IClientDescriptor>
ClientDescriptorHelper.getBackendRedirectClientDescriptors
(IEntityContext ec) Deprecated.UseClientDescriptorHelper.getBackendClientDescriptors(IEntityContext)
and filter withEAuthenticatorRenderType
instead.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 IEntityContextMethods in de.xima.fc.bl.fdv with parameters of type IEntityContextModifier and TypeMethodDescriptionWorkflowProcessingContextManager.createContext
(Vorgang vorgang, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, SessionAttributes sessionAttributes) WorkflowProcessingContextManager.createContext
(Vorgang process, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, Map<String, Serializable> sessionAttributes) Deprecated.void
WorkflowProcessingContext.setEntityContext
(IEntityContext entityContext) Deprecated.Constructors in de.xima.fc.bl.fdv with parameters of type IEntityContextModifierConstructorDescriptionWorkflowProcessing
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, SessionAttributes sessionAttributes, IEntityContext ec) WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IFormDataAdapter fdaData, IEntityContext ec, SessionAttributes sessionAttributes, IXFormRenderConfig xformConfig) WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IFormDataAdapter fdaData, IEntityContext ec, Map<String, Serializable> sessionAttributes, IXFormRenderConfig xformConfig) Deprecated.WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IFormDataAdapter fdaData, IEntityContext ec, Map<String, Serializable> sessionAttributes, IXFormRenderConfig xformConfig, boolean anonymize) Deprecated.WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IEntityContext ec, SessionAttributes sessionAttributes) WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, Benutzer curBen, IEntityContext ec, Map<String, Serializable> sessionAttributes) Deprecated.WorkflowProcessing
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String, Serializable> sessionAttributes, IEntityContext ec) Deprecated.WorkflowProcessing
(Vorgang v, Projekt p, Status zielStatus, IUser user, IFormDataAdapter fdaData, IEntityContext ec, Map<String, Serializable> sessionAttributes, IXFormRenderConfig xformConfig, boolean anonymize) Deprecated.WorkflowProcessingContext
(Vorgang process, IWorkflowProcessing processing, IXForm xForm, IXFormRenderConfig xformConfig, IFormDataAdapter formDataAdapter, IEntityContext entityContext, Map<String, Serializable> sessionAttributes) Deprecated. -
Uses of IEntityContext in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing with parameters of type IEntityContextModifier and TypeMethodDescriptionboolean
AVerarbeitung.isAvailable
(IEntityContext ec, Mandant client) Deprecated.boolean
ProcessingWrapper.isAvailable
(IEntityContext ec, Mandant man) Deprecated.boolean
VerarbeitungCallback.isAvailable
(IEntityContext ec, Mandant man) Deprecated.boolean
VerarbeitungEmail.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 IEntityContextConstructors in de.xima.fc.bl.fdv.processing.data with parameters of type IEntityContextModifierConstructorDescriptionProcessingPrefillData
(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 IEntityContextModifier and TypeMethodDescriptionstatic Vorgang
VorgangCopyHelper.clone
(IEntityContext ec, Vorgang origVorgang) Deprecated.useProcessCopyUtil
static void
VorgangCopyHelper.cloneFormeingaengeAndAttachToVorgang
(IEntityContext ec, Vorgang originalV, Vorgang clonedV) Deprecated.useProcessCopyUtil
static Vorgang
VorgangCopyHelper.copy
(IEntityContext ec, Vorgang origin, Vorgang clone) Deprecated.useProcessCopyUtil
static void
VorgangCopyHelper.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 IEntityContextModifier and TypeMethodDescriptionstatic IFormDataAdapter
SaveFormDataAdapter.extendSendData
(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, XForm xform) static void
VorgangsDataHelper.insertEingabeWerteToProjektDataTables
(IEntityContext ec, Vorgang vorgang) Deprecated.static IFormDataAdapter
SaveFormDataAdapter.instFor
(IEntityContext ec, FormEingang fe) Deprecated.static IFormDataAdapter
SaveFormDataAdapter.instFor
(IEntityContext ec, Vorgang v) Deprecated.static IFormDataAdapter
Deprecated.static void
VorgangsDataHelper.recreateDataTable
(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType) Deprecated.static void
VorgangsDataHelper.reindexDataTable
(IEntityContext ec, Projekt projekt) Deprecated.static void
VorgangsDataHelper.reindexPostfachTable
(IEntityContext ec, Projekt projekt) Deprecated. -
Uses of IEntityContext in de.xima.fc.copy
Methods in de.xima.fc.copy with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic Vorgang
ProcessCopyUtil.clone
(IEntityContext ec, Vorgang origVorgang) Deprecated.static Vorgang
ProcessCopyUtil.clone
(IEntityContext ec, Vorgang origVorgang, boolean anonymize) Creates a copy of the given form record.static void
ProcessCopyUtil.cloneSubmitsAndAttachToProcess
(IEntityContext ec, Vorgang origProcess, Vorgang clonedProcess) static void
ProcessCopyUtil.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 Vorgang
ProcessCopyUtil.copy
(IEntityContext ec, Vorgang origin, Vorgang clone) Deprecated.static Vorgang
ProcessCopyUtil.copy
(IEntityContext ec, Vorgang origin, Vorgang clone, boolean anonymize) static void
ProcessCopyUtil.copyAttachments
(IEntityContext ec, Vorgang originalVorgang, Vorgang clonedVorgang) Kopiert alle zumoriginalVorgang
gehörenden Dateien in das entsprechende Verzeichnis der Vorgangskopie.ProjectDuplicator.duplicate
(IEntityContext ec) Deprecated.ProjectDuplicator.duplicate
(IEntityContext ec, Benutzer user) Deprecated.UseProjectDuplicator.duplicate(IEntityContext, IUser)
instead.ProjectDuplicator.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 IEntityContextModifier and TypeMethodDescription<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) DefaultDaoActionHook.create
(IEntityContext ec, T entity) void
DefaultDaoActionHook.delete
(IEntityContext ec, T entity) DaoActionHookHelper.getActionsReferencingClientResource
(IEntityContext ec, MandantRessource entity) DaoActionHookHelper.getActionsReferencingDbConnection
(IEntityContext ec, DatenbankZugriff dbConnection) static Collection<Aktion>
DaoActionHookHelper.getActionsReferencingInbox
(IEntityContext ec, Postfach inbox) DaoActionHookHelper.getActionsReferencingProjectResource
(IEntityContext ec, ProjektRessource entity) DaoActionHookHelper.getActionsReferencingTextTemplate
(IEntityContext ec, Textbaustein template) 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) 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.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.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.DaoActionHookHelper.getStatusChangeActions
(IEntityContext ec, Status targetState) Deprecated.void
DefaultDaoActionHook.read
(IEntityContext ec, T entity) static void
DaoActionHookHelper.removeModulDependency
(IEntityContext ec, Rolle rolle) Deprecated.The entity Modul no longer exists.static BenutzerGruppe
DaoActionHookHelper.syncAccessProjekte
(IEntityContext ec, BenutzerGruppe gruppe) static BenutzerGruppe
DaoActionHookHelper.syncAuthorizations
(IEntityContext ec, BenutzerGruppe gruppe) static void
DaoActionHookHelper.syncBedingung
(IEntityContext ec, Bedingung bedingung) Deprecated.static BenutzerGruppe
DaoActionHookHelper.syncBenutzer
(IEntityContext ec, BenutzerGruppe gruppe) Deprecated.static void
DaoActionHookHelper.syncBerechtigungen
(IEntityContext ec, Rolle rolle) Deprecated.The entity Modul no longer exists.static BenutzerGruppe
DaoActionHookHelper.syncEditorProjekte
(IEntityContext ec, BenutzerGruppe gruppe) static BenutzerGruppe
DaoActionHookHelper.syncLdapGroups
(IEntityContext ec, BenutzerGruppe userGroup) Deprecated.static BenutzerGruppe
DaoActionHookHelper.syncPostfaecher
(IEntityContext ec, BenutzerGruppe gruppe) static Modul
DaoActionHookHelper.syncRollen
(IEntityContext ec, Modul modul) Deprecated.The entity Modul does not exist any more.DefaultDaoActionHook.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 IEntityContextModifier and TypeMethodDescription@NotNull UserProfile
UserProfileDao.acceptDirectClientAuthorization
(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) boolean
FormRecordLockDao.acquireLock
(IEntityContext ec, long formRecordId) protected boolean
VorgangsDataDao.activate
(IEntityContext ec) Started die übergebene Transaktion, wenn sie nicht bereits aktiv ist.ModulDao.addAllModulesToMandantAdmin
(IEntityContext ec) Deprecated.@NotNull UserProfile
UserProfileDao.addDirectClientAuthorization
(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) ModulDao.addModulToRolle
(IEntityContext ec, Rolle rolle, Modul modul) Deprecated.FormEingangDao.all
(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf) FormEingangDao.all
(IEntityContext ec, Vorgang v) Deprecated.FormElementDao.all
(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv) SystemMessageDao.allActiveByDate
(IEntityContext ec, Date date) ProjektDao.allByClient
(IEntityContext ec, Mandant client, boolean includeTemplates) ProjektDao.allByClient
(IEntityContext ec, Mandant client, String scope, boolean includeTemplates) SystemMessageDao.allByDate
(IEntityContext ec, Date date) FormVersionBackupDao.allByFormVersion
(IEntityContext ec, FormVersion fv) ProjektDao.allByMandant
(IEntityContext ec, Mandant mandant) Deprecated.VorgangDao.allByPostfach
(IEntityContext ec, Postfach postfach) VorgangDao.allByProjekt
(IEntityContext ec, Projekt pro) WorkflowVersionBackupDao.allByWorkflowVersion
(IEntityContext ec, WorkflowVersion workflowVersion) ProjektDao.allEditableProjects
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates) Deprecated.ProjektDao.allEditableProjects
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm) Deprecated.ProjektDao.allTemplatesByClient
(IEntityContext ec, Mandant client) ProjektDao.allTemplatesByClient
(IEntityContext ec, Mandant client, String scope) ProjektDao.allVisibleProjects
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates) Deprecated.ProjektDao.allVisibleProjects
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm) Deprecated.de.xima.cmn.criteria.QueryCriteriaManager
ProjektDao.allVisibleProjectsQcm
(IEntityContext ec, Benutzer user, Mandant client, String projectScope, boolean includeTemplates) Deprecated.void
UserEmailDao.assertUserEmail
(IEntityContext ec, UserEmail email) void
UserIdentityDao.assertUserIdentity
(IEntityContext ec, UserIdentity identity) void
UserProfileMfaDao.assertUserProfileMfa
(IEntityContext ec, UserProfileMfa mfaConfig) int
VorgangDao.bulkdDeleteAll
(IEntityContext ec, Postfach postfach) Deprecated.int
VorgangDao.bulkdDeleteAll
(IEntityContext ec, Projekt project) Deprecated.int
VorgangDao.bulkDelete
(IEntityContext ec, List<Long> formRecordIds) int
VorgangDao.bulkDeleteAll
(IEntityContext ec, Postfach postfach) int
VorgangDao.bulkDeleteAll
(IEntityContext ec, Projekt project) int
InternalClientMessageDao.bulkDeleteAllByClient
(IEntityContext ec, Mandant client, EInternalMessageType type) int
InternalClientMessageDao.bulkDeleteAllByType
(IEntityContext ec, EInternalMessageType type) int
InternalSystemMessageDao.bulkDeleteAllByType
(IEntityContext ec, EInternalMessageType type) int
VorgangDao.bulkMarkRead
(IEntityContext ec, List<Long> formRecordIds, boolean read) int
VorgangDao.bulkMove
(IEntityContext ec, Set<Long> formRecordIds, Postfach inbox) BenutzerDao.byLogin
(IEntityContext ec, String loginName, String loginPwd, Mandant mandant) Deprecated.BenutzerDao.byNameAndMandant
(IEntityContext ec, String loginName, Mandant mandant) Deprecated.int
FormVersionDao.calcNewVersionNumber
(IEntityContext ec, Projekt projekt) boolean
UserProfileDao.canBeDeleted
(IEntityContext ec, UserProfile profile) static void
UserProfileMfaDao.cleanupUserProfileMfa
(IEntityContext ec, UserProfileMfa mfaConfig) void
PostfachDao.clear
(IEntityContext ec, Mandant man, Postfach postfach) Deprecated.void
PostfachDao.clear
(IEntityContext ec, Postfach postfach) void
VorgangsDataDao.clearUnreferenced
(IEntityContext ec, Projekt project, EProjectSpecificDBTable tableType) AktionDao.copy
(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName) Deprecated.FormVersionDao.copy
(IEntityContext ec, FormVersion source, Projekt projekt) StatusDao.copy
(IEntityContext ec, Status sourceStatus, String targetName) Deprecated.VorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.VorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user) int
AppointmentDao.countBy
(IEntityContext ec, IAppointmentQueryParams params) FormEingangDao.create
(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater) Deprecated.MandantRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant) MandantRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant) ProjektRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) ProjektRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt) ProjektZaehlerDao.create
(IEntityContext ec, long projektId) ProjektZaehlerDao.create
(IEntityContext ec, Projekt projekt) ProjektZaehlerDatenDao.create
(IEntityContext ec, long projektId, Date date) ProjektZaehlerDatenDao.create
(IEntityContext ec, Projekt projekt, Date date) AttachmentDao.createByUser
(IEntityContext ec, String username, Attachment attachment) FormVersionDao.createDefaultFormVersion
(IEntityContext ec, Projekt project, IUser user) WorkflowVersionBackupDao.createNewBackup
(IEntityContext ec, WorkflowVersion workflowVersion, String backupData) LicenseFileDao.createOrUpdateClientLicense
(IEntityContext ec, LicenseModel model, String licenseKey, String userName) LicenseFileDao.createOrUpdateItemLicense
(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName) LicenseFileDao.createOrUpdateSystemLicense
(IEntityContext ec, LicenseModel model, String userName) SystemPropertyDao.createProperty
(IEntityContext ec, String key, String value) void
VorgangDao.deleteAll
(IEntityContext ec, Postfach postfach) Deprecated.void
VorgangDao.deleteAll
(IEntityContext ec, Projekt project) Deprecated.void
FormVersionBackupDao.deleteAllByFormVersion
(IEntityContext ec, FormVersion fv) void
WorkflowVersionBackupDao.deleteAllByWorkflowVersion
(IEntityContext ec, WorkflowVersion workflowVersion) int
VorgangDao.deleteAllUnverified
(IEntityContext ec) FormTemplateDao.deleteById
(IEntityContext ec, int id) void
AttachmentDao.deleteByUser
(IEntityContext ec, String username, boolean force, Attachment... attachments) void
AttachmentDao.deleteByUser
(IEntityContext ec, String username, Attachment... attachments) void
WorkflowVersionDao.deleteExistingVersion
(IEntityContext ec, WorkflowVersion workflowVersion) void
SystemPropertyDao.deleteProperty
(IEntityContext ec, String key) void
FormVersionBackupDao.doBackup
(IEntityContext ec, FormVersion fv, int maxCount) boolean
VorgangsDataDao.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) boolean
VorgangDao.existsIdentityToken
(IEntityContext ec, Vorgang formRecord, String identityToken, Projekt project) void
VorgangsDataDao.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) long
WorkflowVersionDao.findNewVersionNumber
(IEntityContext ec, Projekt project) AppointmentTemplateDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate) AppointmentTemplateDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, AppointmentTemplate exclude) BenutzerGruppeDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude) ClientAuthenticatorDao.findUniqueName
(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude) ClientCounterDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude) DatenquelleDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude) IndirectClientAuthorizationDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude) MandantRessourceDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude) PostfachDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Postfach exclude) ProjektDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Projekt exclude) ProjektRessourceDao.findUniqueName
(IEntityContext ec, Projekt project, String candidate, ProjektRessource exclude) SystemAuthenticatorDao.findUniqueName
(IEntityContext ec, String candidate, SystemAuthenticator exclude) TextbausteinDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate) TextbausteinDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude) ProjektDao.findUniqueTitle
(IEntityContext ec, Mandant client, String candidate, Projekt exclude) UserProfileDao.findUniqueUserName
(IEntityContext ec, String candidate, UserProfile exclude) ProjektDao.getAccessableProjects
(IEntityContext ec, IUser user, Mandant client) WorkflowVersionDao.getActiveByProject
(IEntityContext ec, Projekt project) ClientPluginDao.getActivePlugins
(IEntityContext ec, boolean remoteOnly) SystemPluginDao.getActivePlugins
(IEntityContext ec, boolean remoteOnly) RolleDao.getAdminRolle
(IEntityContext ec, Mandant mandant) TextbausteinDao.getAll
(IEntityContext ec, Mandant mandant) AppointmentDao.getAllBy
(IEntityContext ec, IAppointmentQueryParams params) AttachmentDao.getAllBy
(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid) AppointmentClientClosingTimeDao.getAllByClient
(IEntityContext ec, Mandant client) AppointmentTemplateDao.getAllByClient
(IEntityContext ec, Mandant client) DirectClientAuthorizationDao.getAllByClient
(IEntityContext ec, Mandant client) DirectClientAuthorizationDao.getAllByClient
(IEntityContext ec, Mandant client, boolean acceptedOnly) IndirectClientAuthorizationDao.getAllByClient
(IEntityContext ec, Mandant client) PostfachDao.getAllByClient
(IEntityContext ec, Mandant client) MandantRessourceDao.getAllByExtension
(IEntityContext ec, Mandant client, Iterable<String> extensions) ProjektRessourceDao.getAllByExtension
(IEntityContext ec, Projekt project, Iterable<String> extensions) TextbausteinDao.getAllByKat
(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie) FormTemplateDao.getAllByMandant
(IEntityContext ec, Mandant mandant) LDAPGruppeDao.getAllByMandant
(IEntityContext ec, Mandant man) Deprecated.MandantRessourceDao.getAllByMandant
(IEntityContext ec, Mandant mandant) ProjektZaehlerDatenDao.getAllByMandant
(IEntityContext ec, Date startDate, Date endDate, Mandant mandant) MandantDao.getAllByName
(IEntityContext ec, String name) AktionDao.getAllByProcessingClass
(IEntityContext ec, Mandant client, Class<?> processingClass) Deprecated.BenutzerGruppeDao.getAllByProject
(IEntityContext ec, Projekt project) MandantRessourceDao.getAllByProject
(IEntityContext ec, Projekt project) Deprecated.TextbausteinDao.getAllByProject
(IEntityContext ec, Projekt project) ProjektRessourceDao.getAllByProjekt
(IEntityContext ec, Projekt projekt) ProjektZaehlerDatenDao.getAllByProjekt
(IEntityContext ec, Date startDate, Date endDate, Projekt projekt) StatusDao.getAllByProjekt
(IEntityContext ec, Projekt projekt) Deprecated.ProtocolEntryProcessDao.getAllByProzessId
(IEntityContext ec, String prozessId) AktionDao.getAllByStatus
(IEntityContext ec, Status status) Deprecated.AppointmentClosingTimeDao.getAllByTemplate
(IEntityContext ec, AppointmentTemplate template) AppointmentSlotDao.getAllByTemplates
(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge) InternalClientMessageDao.getAllByType
(IEntityContext ec, Mandant client, EInternalMessageType type) InternalSystemMessageDao.getAllByType
(IEntityContext ec, EInternalMessageType type) LDAPGruppeDao.getAllByUserGroup
(IEntityContext ec, Mandant client, BenutzerGruppe userGroup) Deprecated.PostfachDao.getAllByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) WorkflowStateDao.getAllByWorkflowVersion
(IEntityContext ec, Projekt project, long versionNumber) WorkflowStateDao.getAllByWorkflowVersion
(IEntityContext ec, WorkflowVersion workflowVersion) WorkflowStateDao.getAllForActiveVersion
(IEntityContext ec, Projekt project) StatusDao.getAllForWorkflow
(IEntityContext ec, Projekt projekt, Status skipStatus) Deprecated.Liefert alle Status zu einem Projekt außer dem ÜbergebenenPostfachDao.getAllNamesByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) AppointmentTemplateDao.getAllSlotsOfTemplates
(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge) FormTemplateDao.getAllTagsByMandant
(IEntityContext ec, Mandant m) InternalClientMessageDao.getAllUnreadByType
(IEntityContext ec, Mandant client, EInternalMessageType type) InternalClientMessageDao.getAllUnreadByType
(IEntityContext ec, EInternalMessageType type) InternalSystemMessageDao.getAllUnreadByType
(IEntityContext ec, EInternalMessageType type) <View extends IEffectiveAppointmentStatusProviding>
List<View>AppointmentDao.getAttributesBy
(IEntityContext ec, IAppointmentQueryParams params, Class<View> viewClass) BenutzerDao.getBenutzerByMandant
(IEntityContext ec, Mandant mandant) Deprecated.BenutzerGruppeDao.getBenutzerGruppeByMandant
(IEntityContext ec, Mandant mandant) BenutzerDao.getBenutzergruppen
(IEntityContext ec, Benutzer benutzer) Deprecated.boolean
SystemPropertyDao.getBooleanValue
(IEntityContext ec, String key, boolean defaultValue) FormVersionDao.getBy
(IEntityContext ec, Projekt projekt, int versionNumber) UserEmailDao.getByAddress
(IEntityContext ec, String address) ClientAuthenticatorDao.getByCallback
(IEntityContext ec, UUID callbackUuid) SystemAuthenticatorDao.getByCallback
(IEntityContext ec, UUID callbackUuid) UserIdentityDao.getByCallback
(IEntityContext ec, String identifier, String clientName) UserIdentityDao.getByClientName
(IEntityContext ec, String clientName) ProjektZaehlerDatenDao.getByDate
(IEntityContext ec, long projektId, Date date) ProjektZaehlerDatenDao.getByDate
(IEntityContext ec, Projekt projekt, Date date) UserProfileDao.getByEmailAddress
(IEntityContext ec, String email) DirectClientAuthorizationDao.getByInvitationUuid
(IEntityContext ec, UUID invitationUuid) TextbausteinDao.getByKatAndName
(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name) LicenseFileDao.getByKey
(IEntityContext ec, String licenseKey, ELicenseFileType licenseType) SystemPropertyDao.getByKey
(IEntityContext ec, String key) SystemPropertyDao.getByKeyPrefix
(IEntityContext ec, String keyPrefix) SystemPropertyDao.getByKeys
(IEntityContext ec, List<String> keys) UserProfileDao.getByLoginId
(IEntityContext ec, String loginId) MandantLdapDataDao.getByMandant
(IEntityContext ec, Mandant mandant) Deprecated.MandantMailDataDao.getByMandant
(IEntityContext ec, Mandant mandant) MandantFrontendServerDao.getByMandantAndFs
(IEntityContext ec, Mandant mandant, FrontendServer fs) TextbausteinDao.getByMsgCode
(IEntityContext ec, Mandant m, String msgCode) AttachmentDao.getByName
(IEntityContext ec, Vorgang vorgang, String name) ClientCounterDao.getByName
(IEntityContext ec, Mandant client, String name) FrontendServerDao.getByName
(IEntityContext ec, String name) MandantRessourceDao.getByName
(IEntityContext ec, Mandant mandant, String name) ProjektRessourceDao.getByName
(IEntityContext ec, Projekt projekt, String name) TextbausteinDao.getByName
(IEntityContext ec, Mandant mandant, String name) WebDavAccessDao.getByName
(IEntityContext ec, Mandant client, String name) LDAPAbfrageDao.getByNameAndClient
(IEntityContext ec, String name, Mandant man) MandantFrontendServerDao.getByProject
(IEntityContext ec, Projekt project) Gets theMandantFrontendServer
s of the givenProjekt
ProjectDOIDataDao.getByProject
(IEntityContext ec, Projekt project) ProjectIdentityCheckDataDao.getByProject
(IEntityContext ec, Projekt project) ProjectInviteDataDao.getByProject
(IEntityContext ec, Projekt project) FormVersionDao.getByProjekt
(IEntityContext ec, Projekt projekt) ProjektZaehlerDao.getByProjekt
(IEntityContext ec, long projektId) ProjektZaehlerDao.getByProjekt
(IEntityContext ec, Projekt projekt) VorgangDao.getByProzessId
(IEntityContext ec, String prozessId) MandantFrontendServerDao.getBySource
(IEntityContext ec, FrontendServer fs, Mandant man) Deprecated.UserProfileDao.getByUserName
(IEntityContext ec, String userName) IndirectClientAuthorizationDao.getByUserProfile
(IEntityContext ec, org.pac4j.core.profile.UserProfile pac4jProfile) ClientAuthenticatorDao.getByUuid
(IEntityContext ec, Mandant client, UUID uuid) ClientCounterDao.getByUuid
(IEntityContext ec, Mandant client, UUID uuid) SystemAuthenticatorDao.getByUuid
(IEntityContext ec, UUID uuid) UserCredentialsDao.getByUuid
(IEntityContext ec, String uuid) UserCredentialsDao.getByUuid
(IEntityContext ec, UUID uuid) UserIdentityDao.getByUuid
(IEntityContext ec, String uuid) UserIdentityDao.getByUuid
(IEntityContext ec, UUID uuid) UserProfileDao.getByUuid
(IEntityContext ec, String uuid) UserProfileDao.getByUuid
(IEntityContext ec, UUID uuid) WorkflowStateDao.getByUuid
(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid) AktionDao.getByUUID
(IEntityContext ec, Status state, String uuid) Deprecated.AktionDao.getByUUID
(IEntityContext ec, Status state, UUID uuid) Deprecated.AppointmentClientClosingTimeDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) AppointmentClientClosingTimeDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) AppointmentClosingTimeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, String uuid) AppointmentClosingTimeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, UUID uuid) AppointmentDao.getByUUID
(IEntityContext ec, String uuid) AppointmentDao.getByUUID
(IEntityContext ec, UUID uuid) AppointmentTemplateDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) AppointmentTemplateDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) AppointmentTypeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, String uuid) AppointmentTypeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, UUID uuid) AttachmentDao.getByUUID
(IEntityContext ec, String uuid) AttachmentDao.getByUUID
(IEntityContext ec, String uuid, Vorgang v) AttachmentDao.getByUUID
(IEntityContext ec, UUID uuid) BenutzerDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Deprecated.BenutzerDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Deprecated.BenutzerGruppeDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) BenutzerGruppeDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) ClientPluginDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) ClientPluginDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) DatenbankZugriffDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) DatenbankZugriffDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) DatenquelleDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) DatenquelleDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) FormElementDao.getByUUID
(IEntityContext ec, FormVersion formVersion, String uuid) FormElementDao.getByUUID
(IEntityContext ec, FormVersion formVersion, UUID uuid) FormVersionDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) FormVersionDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) InternalClientMessageDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) InternalClientMessageDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) InternalSystemMessageDao.getByUUID
(IEntityContext ec, String uuid) InternalSystemMessageDao.getByUUID
(IEntityContext ec, UUID uuid) LDAPAbfrageDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) LDAPAbfrageDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) LDAPZugriffDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) LDAPZugriffDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) MandantDao.getByUUID
(IEntityContext ec, String uuid) MandantDao.getByUUID
(IEntityContext ec, UUID uuid) MandantRessourceDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) MandantRessourceDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) PostfachDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) PostfachDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) ProjektDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) ProjektDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) ProjektRessourceDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) ProjektRessourceDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) RolleDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) RolleDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) StatusDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) Deprecated.StatusDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) Deprecated.SystemPluginDao.getByUUID
(IEntityContext ec, String uuid) SystemPluginDao.getByUUID
(IEntityContext ec, UUID uuid) TextbausteinDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) TextbausteinDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) VorgangDao.getByUUID
(IEntityContext ec, String uuid) VorgangDao.getByUUID
(IEntityContext ec, UUID uuid) WebDavAccessDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) WebDavAccessDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) UserEmailDao.getByVerifiedAddress
(IEntityContext ec, String address) UserProfileDao.getByVerifiedEmailAddress
(IEntityContext ec, String email) UserProfileDao.getByVerifiedPrimaryEmailAddress
(IEntityContext ec, String email) VorgangDao.getByVerifyId
(IEntityContext ec, String verifyId) WorkflowVersionDao.getByVersionNumber
(IEntityContext ec, Projekt project, long versionNumber) VorgangDao.getChildren
(IEntityContext ec, Vorgang formRecord) LicenseFileDao.getClientLicense
(IEntityContext ec, long clientid) LicenseFileDao.getClientLicense
(IEntityContext ec, Mandant client) LicenseFileDao.getClientLicenseModel
(IEntityContext ec, Mandant client) int
VorgangDao.getCountByAuthenticatorDependentCreator
(IEntityContext ec, IAuthenticator<?> authenticator) DatenquelleDao.getDatenquelleById
(IEntityContext ec, Mandant mandant, int id) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDao.getDatenquelleByName
(IEntityContext ec, Mandant mandant, String name) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDao.getDatenquelleByNameAndType
(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.DatenquelleDao.getDatenquellen
(IEntityContext ec, Mandant mandant) Liefert Mandanten-spezifische (nutzerdefinierte) DataStores.AktionDao.getEntityRefs
(IEntityContext ec, Aktion aktion) Deprecated.ClientAuthenticatorDao.getEntityRefs
(IEntityContext ec, ClientAuthenticator authenticator) ClientCounterDao.getEntityRefs
(IEntityContext ec, ClientCounter resource) DatenbankZugriffDao.getEntityRefs
(IEntityContext ec, DatenbankZugriff dbConnection) DatenquelleDao.getEntityRefs
(IEntityContext ec, Datenquelle dataSource) FormVersionDao.getEntityRefs
(IEntityContext ec, FormVersion formversion) GenericDao.getEntityRefs
(IEntityContext ec, T entity) LDAPAbfrageDao.getEntityRefs
(IEntityContext ec, LDAPAbfrage ldapQuery) LDAPZugriffDao.getEntityRefs
(IEntityContext ec, LDAPZugriff ldapConnection) MandantRessourceDao.getEntityRefs
(IEntityContext ec, MandantRessource resource) PostfachDao.getEntityRefs
(IEntityContext ec, Postfach inbox) ProjektRessourceDao.getEntityRefs
(IEntityContext ec, ProjektRessource resource) StatusDao.getEntityRefs
(IEntityContext ec, Status status) Deprecated.SystemAuthenticatorDao.getEntityRefs
(IEntityContext ec, SystemAuthenticator authenticator) TextbausteinDao.getEntityRefs
(IEntityContext ec, Textbaustein template) UserEmailDao.getEntityRefs
(IEntityContext ec, UserEmail entity) UserIdentityDao.getEntityRefs
(IEntityContext ec, UserIdentity entity) WebDavAccessDao.getEntityRefs
(IEntityContext ec, WebDavAccess entity) WorkflowStateDao.getEntityRefs
(IEntityContext ec, WorkflowState state) WorkflowVersionDao.getEntityRefs
(IEntityContext ec, WorkflowVersion entity) UserIdentityDao.getExisting
(IEntityContext ec, UserIdentity identity) AktionDao.getFolgeAktionen
(IEntityContext ec, Aktion aktion) Deprecated.AktionDao.getFolgeAktionen
(IEntityContext ec, Status stat, int aktionIdx) Deprecated.StatusDao.getFolgeStatus
(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.FormEingangDao.getFormData
(IEntityContext ec, FormEingang fe) VorgangDao.getFormData
(IEntityContext ec, Vorgang v) LicenseFileDao.getItemLicenses
(IEntityContext ec, String licenseKey) MandantDao.getLicenseDataSnapshot
(IEntityContext ec, Mandant client) FormRecordLockDao.getLockDate
(IEntityContext ec, long formRecordId) WorkflowStateDao.getOrCreateSystemState
(IEntityContext ec, WorkflowVersion workflowVersion, EWorkflowStateType type) VorgangDao.getParent
(IEntityContext ec, Vorgang formRecord) PostfachDao.getPostfachByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.AktionDao.getPrevAktionen
(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface) Deprecated.AktionDao.getPrevAktionen
(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated.byte[]
ProjektDao.getPreviewImage
(IEntityContext ec, Projekt project) ProjektDao.getPreviewImageVersion
(IEntityContext ec, Projekt project) UserProfileDao.getProfilesExclusiveToClients
(IEntityContext ec, Set<Mandant> clients) ProjectTagDao.getProjectIdsHavingTagsStartingWith
(IEntityContext ec, Iterable<String> tags) ProjektDao.getProjectsWithPreviewImage
(IEntityContext ec, Mandant client) ProjektDao.getProjektByEditorBenutzer
(IEntityContext ec, Benutzer benutzer, Mandant mandant) Deprecated.ProjektDao.getProjektByEditorBenutzer
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope) Deprecated.FrontendServerDao.getProjekts
(IEntityContext ec, Integer fronendServerId, Integer mandantId, Integer benutzerGruppeId) DatenquelleDao.getPublicDatasource
(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type) RolleDao.getRollenByModul
(IEntityContext ec, Modul modul) Deprecated.SystemPropertyDao.getStringValue
(IEntityContext ec, String key, String defaultValue) LicenseFileDao.getSystemLicense
(IEntityContext ec) LicenseFileDao.getSystemLicenseModel
(IEntityContext ec) ProjectTagDao.getTags
(IEntityContext ec, Iterable<Long> projectIds) WorkflowTaskDao.getTasksWithTriggerType
(IEntityContext ec, Vorgang formRecord, List<String> triggerTypes) TextbausteinDao.getTextbausteinByMsgCode
(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode) long
VorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) long
VorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes) long
VorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt projekt, Postfach postfach, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) DirectClientAuthorizationDao.getUnacceptedClientInvitations
(IEntityContext ec, UserProfile userProfile) FrontendServerDao.getUnconnectedByMandant
(IEntityContext ec, Mandant man) long
AttachmentDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) long
FormEingangDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) long
MandantDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) long
MandantRessourceDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) long
ProjektRessourceDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) VorgangDao.getVorgaengeByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.VorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) VorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes) VorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) VorgangsDataDao.getVorgangsData
(IEntityContext ec, Projekt projekt, Vorgang vorgang, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) BenutzerDao.handleUserLogin
(IEntityContext ec, Benutzer user) Deprecated.boolean
SystemChangeDao.haseUpdateBeenRun
(IEntityContext ec, String updateUUID) boolean
DirectClientAuthorizationDao.hasUnacceptedClientInvitations
(IEntityContext ec, UserProfile userProfile) void
DatentabelleDao.insertValuesToTables
(IEntityContext ec, Vorgang vorgang) Diese Methode dient dazu, EingabeWerte aus einem Vorgang in die Projekt-Postfach-Tabelle bzw.boolean
ProjektDao.isActivationAllowed
(IEntityContext ec, Projekt projekt) boolean
MandantDao.isCreationAllowed
(IEntityContext ec, Mandant mandant) boolean
ProjektDao.isEditingAllowed
(IEntityContext ec, Projekt p, Benutzer ben) Deprecated.boolean
UserIdentityDao.isExisting
(IEntityContext ec, UserIdentity identity) boolean
ProjektDao.isFsAllowed
(IEntityContext ec, Projekt project, FrontendServer fs) MandantFrontendServerDao.isFSUsedByMandant
(IEntityContext ec, MandantFrontendServer mfs) boolean
BenutzerDao.isLastActiveMandantadmin
(IEntityContext ec, Benutzer ben) Deprecated.boolean
AppointmentTemplateDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) boolean
BenutzerGruppeDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) boolean
ClientAuthenticatorDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) boolean
DatenquelleDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) boolean
MandantRessourceDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) boolean
PostfachDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) boolean
ProjektDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) boolean
ProjektRessourceDao.isNameExisiting
(IEntityContext ec, Projekt project, String name) boolean
SystemAuthenticatorDao.isNameExisiting
(IEntityContext ec, String name) boolean
TextbausteinDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) boolean
IndirectClientAuthorizationDao.isNameExisting
(IEntityContext ec, Mandant client, String name) boolean
ProjektDao.isTitleExisiting
(IEntityContext ec, Mandant client, String name) boolean
UserProfileDao.isUserNameExisiting
(IEntityContext ec, String name) boolean
ProjektDao.isZugriffsberechtigt
(IEntityContext ec, Projekt project, Benutzer user) Deprecated.WorkflowVersionDao.loadFullVersion
(IEntityContext ec, long workflowVersionId) WorkflowProcessDao.loadMainProcess
(IEntityContext ec, WorkflowVersion workflowVersion) UserProfileDao.mergeUserProfiles
(IEntityContext ec, UserProfile main, UserProfile toBeMerged) FormEingangDao.mostCurrent
(IEntityContext ec, Vorgang v) long
FormEingangDao.ownerId
(IEntityContext ec, Vorgang v) Deprecated.static void
UserProfileMfaDao.preUpdate
(IEntityContext ec, UserProfileMfa mfaConfig) GenericDao.read
(IEntityContext ec, Integer id) MandantDao.readByName
(IEntityContext ec, String name) ModulDao.readByName
(IEntityContext ec, Mandant mandant, String name) Deprecated.void
DatentabelleDao.recreateDataTable
(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType) void
DatentabelleDao.reindex
(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType) Diese Methode befüllt die Projekt-Postfach-Tabelle.void
DatentabelleDao.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 derenFormEingang
void
DatentabelleDao.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 derenFormEingang
boolean
FormRecordLockDao.releaseLock
(IEntityContext ec, long formRecordId) void
FormElementDao.removeAllFromFormVersion
(IEntityContext ec, FormVersion fv) WorkflowVersionDao.replaceVersion
(IEntityContext ec, WorkflowVersion oldWorkflowVersion, WorkflowVersion newWorkflowVersion) protected void
VorgangsDataDao.rollback
(IEntityContext ec) Methode für das Rollback einer Transaktion.WorkflowVersionDao.saveVersion
(IEntityContext ec, WorkflowVersion workflowVersion) FormEingangDao.setFormData
(IEntityContext ec, FormEingang fe, String formData) VorgangDao.setFormData
(IEntityContext ec, Vorgang v, String formData) Deprecated.MandantRessourceDao.update
(IEntityContext ec, byte[] daten, String userName, String fileName, MandantRessource res) ProjektRessourceDao.update
(IEntityContext ec, byte[] daten, String userName, String fileName, ProjektRessource res) AttachmentDao.updateByUser
(IEntityContext ec, String username, String oldFileName, Attachment attachment) void
ProjektDao.updatePreviewImage
(IEntityContext ec, Projekt project, byte[] data) SystemPropertyDao.updateProperty
(IEntityContext ec, String key, String value) void
ProjectTagDao.updateTags
(IEntityContext ec, Projekt project, Iterable<String> tags) UserProfileDao.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 IEntityContextModifier and TypeMethodDescriptionprotected javax.persistence.Query
AVorgangsDataSQLBuilder.appendQueryCriterias
(StringBuilder sb, IEntityContext ec, Map<String, ITableColumn> columnMap, de.xima.cmn.criteria.QueryCriteriaManager qcm, boolean withOrder) javax.persistence.Query
AVorgangsDataSQLBuilder.createAllQuery
(IEntityContext ec, Map<String, ITableColumn> columnMap, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes) javax.persistence.Query
AVorgangsDataSQLBuilder.createAllQuery
(IEntityContext ec, Map<String, ITableColumn> columnMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm) javax.persistence.Query
AVorgangsDataSQLBuilder.createCountQuery
(IEntityContext ec, Map<String, ITableColumn> columnMap, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes) javax.persistence.Query
AVorgangsDataSQLBuilder.createCountQuery
(IEntityContext ec, Map<String, ITableColumn> columnMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm) javax.persistence.Query
AVorgangsDataSQLBuilder.createDeleteDataWithoutEntityQuery
(IEntityContext ec, Projekt project) javax.persistence.Query
AVorgangsDataSQLBuilder.createDeleteNotCurrentDataQuery
(IEntityContext ec, Projekt project) javax.persistence.Query
AVorgangsDataSQLBuilder.createDeleteQuery
(IEntityContext ec, Projekt projekt, long formEingangID) javax.persistence.Query
AVorgangsDataSQLBuilder.createInsertQuery
(IEntityContext ec, Map<String, ITableColumn> columns, Projekt projekt, long formEingangID, Map<String, String> dataMap) javax.persistence.Query
AVorgangsDataSQLBuilder.createInsertQuery
(IEntityContext ec, Map<String, ITableColumn> columns, Projekt projekt, long formEingangID, Map<String, String> dataMap, Integer maxValueSize) javax.persistence.Query
AVorgangsDataSQLBuilder.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 IEntityContextModifier and TypeMethodDescription@NotNull UserProfile
IUserProfileDao.acceptDirectClientAuthorization
(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.boolean
IFormRecordLockDao.acquireLock
(IEntityContext ec, long formRecordId) Attempts to acquire a lock on theVorgang
with the given ID.IModulDao.addAllModulesToMandantAdmin
(IEntityContext ec) Deprecated.@NotNull UserProfile
IUserProfileDao.addDirectClientAuthorization
(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile.IModulDao.addModulToRolle
(IEntityContext ec, Rolle rolle, Modul newModul) Deprecated.user regular update methodIFormEingangDao.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)IFormEingangDao.all
(IEntityContext ec, Vorgang v) Deprecated.IFormElementDao.all
(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv) ISystemMessageDao.allActiveByDate
(IEntityContext ec, Date date) Retrieves all system messages that are both #SystemMessage.isFlagActive()
and available at the given date.IProjektDao.allByClient
(IEntityContext ec, Mandant mandant, boolean includeTemplates) IProjektDao.allByClient
(IEntityContext ec, Mandant client, String scope, boolean includeTemplates) ISystemMessageDao.allByDate
(IEntityContext ec, Date date) Retrieves all system messages that are available at the given date.IFormVersionBackupDao.allByFormVersion
(IEntityContext ec, FormVersion fv) IProjektDao.allByMandant
(IEntityContext ec, Mandant mandant) Deprecated.IVorgangDao.allByPostfach
(IEntityContext ec, Postfach postfach) IVorgangDao.allByProjekt
(IEntityContext ec, Projekt pro) IWorkflowVersionBackupDao.allByWorkflowVersion
(IEntityContext ec, WorkflowVersion workflowVersion) Retrieves all available backups for the given workflow version, sorted in ascending order bygetDateCreated()
.IProjektDao.allEditableProjects
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates) Deprecated.IProjektDao.allEditableProjects
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm) Deprecated.IProjektDao.allTemplatesByClient
(IEntityContext ec, Mandant mandant) IProjektDao.allTemplatesByClient
(IEntityContext ec, Mandant client, String scope) IProjektDao.allVisibleProjects
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates) Deprecated.IProjektDao.allVisibleProjects
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm) Deprecated.de.xima.cmn.criteria.QueryCriteriaManager
IProjektDao.allVisibleProjectsQcm
(IEntityContext ec, Benutzer user, Mandant client, String projectScope, boolean includeTemplates) Deprecated.void
IUserEmailDao.assertUserEmail
(IEntityContext ec, UserEmail email) Checks if the user email can be persisted (create/update).void
IUserIdentityDao.assertUserIdentity
(IEntityContext ec, UserIdentity identity) Checks if the user identity can be persisted (create/update).void
IUserProfileMfaDao.assertUserProfileMfa
(IEntityContext ec, UserProfileMfa mfaConfig) Checks if the user profile MFA config can be persisted (create/update).int
IVorgangDao.bulkdDeleteAll
(IEntityContext ec, Postfach postfach) Deprecated.int
IVorgangDao.bulkdDeleteAll
(IEntityContext ec, Projekt project) Deprecated.int
IVorgangDao.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).int
IVorgangDao.bulkDeleteAll
(IEntityContext ec, Postfach postfach) int
IVorgangDao.bulkDeleteAll
(IEntityContext ec, Projekt project) int
IInternalClientMessageDao.bulkDeleteAllByClient
(IEntityContext ec, Mandant client, EInternalMessageType type) int
IInternalClientMessageDao.bulkDeleteAllByType
(IEntityContext ec, EInternalMessageType type) int
IInternalSystemMessageDao.bulkDeleteAllByType
(IEntityContext ec, EInternalMessageType type) int
IVorgangDao.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.int
IVorgangDao.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.IBenutzerDao.byLogin
(IEntityContext ec, String loginName, String loginPwd, Mandant mandant) Deprecated.Diese Methode sucht einenBenutzer
anhand desBenutzer.getLoginName()
und desBenutzer.getPasswort()
, wurde ein aktiverBenutzer
gefunden, wird dieser zurückgeben.IBenutzerDao.byNameAndMandant
(IEntityContext ec, String loginName, Mandant mandant) Deprecated.IWorkflowElementDao.byUuid
(IEntityContext ec, long processId, UUID taskUuid, UUID elementUuid) default TElement
IWorkflowElementDao.byUuid
(IEntityContext ec, WorkflowProcess process, UUID taskUuid, UUID elementUuid) int
IFormVersionDao.calcNewVersionNumber
(IEntityContext ec, Projekt projekt) boolean
IUserProfileDao.canBeDeleted
(IEntityContext ec, UserProfile profile) Checks whether or not the user profile can be deleted.void
IPostfachDao.clear
(IEntityContext ec, Mandant client, Postfach inbox) Deprecated.void
IPostfachDao.clear
(IEntityContext ec, Postfach inbox) Deletes allform records
in the given inbox.void
IVorgangsDataDao.clearUnreferenced
(IEntityContext ec, Projekt pro, EProjectSpecificDBTable tableType) IAktionDao.copy
(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName) Deprecated.IFormVersionDao.copy
(IEntityContext ec, FormVersion source, Projekt projekt) IStatusDao.copy
(IEntityContext ec, Status sourceStatus, String targetName) Deprecated.IVorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.IVorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, IUser user) default int
IGenericDao.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.int
IAppointmentDao.countBy
(IEntityContext ec, IAppointmentQueryParams queryParams) Returns the number of all appointments that match the given query params.IFormEingangDao.create
(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater) Deprecated.IMandantRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant) IMandantRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant) IProjektRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt) IProjektRessourceDao.create
(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt) IProjektZaehlerDao.create
(IEntityContext ec, long projektId) IProjektZaehlerDao.create
(IEntityContext ec, Projekt projekt) IProjektZaehlerDatenDao.create
(IEntityContext ec, long projektId, Date date) IProjektZaehlerDatenDao.create
(IEntityContext ec, Projekt projekt, Date date) IAttachmentDao.createByUser
(IEntityContext ec, String username, Attachment attachment) IFormVersionDao.createDefaultFormVersion
(IEntityContext ec, Projekt project, IUser user) Returns a new default form version on the basis of a given project.IWorkflowVersionBackupDao.createNewBackup
(IEntityContext ec, WorkflowVersion workflowVersion, String backupData) Creates a new workflow version backup with the data of the given workflow version.ILicenseFileDao.createOrUpdateClientLicense
(IEntityContext ec, LicenseModel model, String licenseKey, String userName) ILicenseFileDao.createOrUpdateItemLicense
(IEntityContext ec, ItemLicenseModel itemModel, String licenseKey, String parentLicenseVersionKey, String userName) ILicenseFileDao.createOrUpdateSystemLicense
(IEntityContext ec, LicenseModel model, String userName) ISystemPropertyDao.createProperty
(IEntityContext ec, String key, String value) void
IVorgangDao.deleteAll
(IEntityContext ec, Postfach postfach) Deprecated.void
IVorgangDao.deleteAll
(IEntityContext ec, Projekt selected) Deprecated.void
IFormVersionBackupDao.deleteAllByFormVersion
(IEntityContext ec, FormVersion fv) void
IWorkflowVersionBackupDao.deleteAllByWorkflowVersion
(IEntityContext ec, WorkflowVersion workflowVersion) Deletes all backups for the given workflow version.int
IVorgangDao.deleteAllUnverified
(IEntityContext ec) IFormTemplateDao.deleteById
(IEntityContext ec, int id) void
IAttachmentDao.deleteByUser
(IEntityContext ec, String username, boolean force, Attachment... attachments) void
IAttachmentDao.deleteByUser
(IEntityContext ec, String username, Attachment... attachments) void
IWorkflowVersionDao.deleteExistingVersion
(IEntityContext ec, WorkflowVersion workflowVersion) Delete an existing (persisted) workflow version.void
ISystemPropertyDao.deleteProperty
(IEntityContext ec, String key) void
IFormVersionBackupDao.doBackup
(IEntityContext ec, FormVersion fv, int maxCount) boolean
IVorgangsDataDao.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) boolean
IVorgangDao.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 tokenvoid
IVorgangsDataDao.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) 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.long
IWorkflowVersionDao.findNewVersionNumber
(IEntityContext ec, Projekt project) Finds a version number for a new version entity.default E
IGenericDao.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.IAppointmentTemplateDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate) Returns a name that is not taken by anotherAppointmentTemplate
in the given client.IAppointmentTemplateDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, AppointmentTemplate exclude) Returns a name that is not taken by anotherAppointmentTemplate
in the given client.IBenutzerGruppeDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude) Returns a name that is not taken by anotherBenutzerGruppe
in the given client other than the excluded user group.IClientAuthenticatorDao.findUniqueName
(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude) Returns a name that is not taken by anotherClientAuthenticator
in the given client.IClientCounterDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, ClientCounter exclude) Returns a name that is not taken by anotherClientCounter
in the given client.IDatenquelleDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Datenquelle exclude) Returns a name that is not taken by anotherDatenquelle
in the given client other than the excluded data source.IIndirectClientAuthorizationDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude) Returns a name that is not taken by anotherIndirectClientAuthorization
in the given client other than the excluded authorization.IMandantRessourceDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, MandantRessource exclude) Returns a name that is not taken by anotherMandantRessource
in the given client.IPostfachDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Postfach exclude) Returns a name that is not taken by anotherPostfach
in the given client other than the excluded inbox.IProjektDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Projekt exclude) Returns a name that is not taken by anotherProjekt
in the given client other than the excluded data source.IProjektRessourceDao.findUniqueName
(IEntityContext ec, Projekt project, String candidate, ProjektRessource exclude) Returns a name that is not taken by anotherProjektRessource
in the given project.ISystemAuthenticatorDao.findUniqueName
(IEntityContext ec, String candidate, SystemAuthenticator exclude) Returns a name that is not taken by anotherSystemAuthenticator
within the system.ITextbausteinDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate) Returns a name that is not taken by anotherTextbaustein
in the given client.ITextbausteinDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, Textbaustein exclude) Returns a name that is not taken by anotherTextbaustein
in the given client other than the excluded template.IProjektDao.findUniqueTitle
(IEntityContext ec, Mandant client, String candidate, Projekt exclude) Returns a title that is not taken by anotherProjekt
in the given client other than the excluded data source.@NotBlank String
IUserProfileDao.findUniqueUserName
(IEntityContext ec, String candidate, UserProfile exclude) Finds a unique user name for the given candidate.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.IWorkflowVersionDao.getActiveByProject
(IEntityContext ec, Projekt project) Finds the active workflow version for the given project.IClientPluginDao.getActivePlugins
(IEntityContext ec, boolean remoteOnly) Gets all plugins that areactive
.ISystemPluginDao.getActivePlugins
(IEntityContext ec, boolean remoteOnly) Gets all plugins that areactive
.IRolleDao.getAdminRolle
(IEntityContext ec, Mandant mandant) ITextbausteinDao.getAll
(IEntityContext ec, Mandant m) IAppointmentDao.getAllBy
(IEntityContext ec, IAppointmentQueryParams queryParams) Returns all appointments that match the given query params.IAttachmentDao.getAllBy
(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid) IPostfachDao.getAllByBenutzergruppe
(IEntityContext ec, BenutzerGruppe userGroup) IAppointmentClientClosingTimeDao.getAllByClient
(IEntityContext ec, Mandant client) Returns a list of all closing times for the given clientIAppointmentTemplateDao.getAllByClient
(IEntityContext ec, Mandant currentClient) Finds all available appointment templates of the given client.IClientAuthorizationDao.getAllByClient
(IEntityContext ec, Mandant client) Finds all authorizations for a given client scope.IDirectClientAuthorizationDao.getAllByClient
(IEntityContext ec, Mandant client, boolean acceptedOnly) Finds all authorizations for a given client scope.IPostfachDao.getAllByClient
(IEntityContext ec, Mandant client) Returns all inboxes of the given client.IMandantRessourceDao.getAllByExtension
(IEntityContext ec, Mandant client, Iterable<String> extensions) IProjektRessourceDao.getAllByExtension
(IEntityContext ec, Projekt project, Iterable<String> extensions) ITextbausteinDao.getAllByKat
(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie) IFormTemplateDao.getAllByMandant
(IEntityContext ec, Mandant m) ILDAPGruppeDao.getAllByMandant
(IEntityContext ec, Mandant man) Deprecated.default List<MandantRessource>
IMandantRessourceDao.getAllByMandant
(Mandant mandant, IEntityContext ec) Deprecated.IMandantRessourceDao.getAllByMandant
(IEntityContext ec, Mandant mandant) IProjektZaehlerDatenDao.getAllByMandant
(IEntityContext ec, Date startDate, Date endDate, Mandant mandant) IMandantDao.getAllByName
(IEntityContext ec, String name) Method for determining allclients
by its name (case insensitive).IAktionDao.getAllByProcessingClass
(IEntityContext ec, Mandant client, Class<?> processingClass) Deprecated.Returns all actions that have processing of defined by the given processing classIBenutzerGruppeDao.getAllByProject
(IEntityContext ec, Projekt project) Returns all user groups being referenced by the given projectIMandantRessourceDao.getAllByProject
(IEntityContext ec, Projekt project) Deprecated.This only applies to the old workflow engine.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.IProjektRessourceDao.getAllByProjekt
(IEntityContext ec, Projekt projekt) IProjektZaehlerDatenDao.getAllByProjekt
(IEntityContext ec, Date startDate, Date endDate, Projekt projekt) IStatusDao.getAllByProjekt
(IEntityContext ec, Projekt projekt) Deprecated.IProtocolEntryProcessDao.getAllByProzessId
(IEntityContext ec, String prozessId) IAktionDao.getAllByStatus
(IEntityContext ec, Status status) Deprecated.IAppointmentClosingTimeDao.getAllByTemplate
(IEntityContext ec, AppointmentTemplate template) Returns a list of all closing times for the given templateIAppointmentSlotDao.getAllByTemplates
(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge) Finds all available appointment slots of the given templates.IInternalClientMessageDao.getAllByType
(IEntityContext ec, Mandant client, EInternalMessageType type) IInternalSystemMessageDao.getAllByType
(IEntityContext ec, EInternalMessageType type) ILDAPGruppeDao.getAllByUserGroup
(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup) Deprecated.Returns allLDAPGruppe
which are assigned to theBenutzerGruppe
IPostfachDao.getAllByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) IWorkflowStateDao.getAllByWorkflowVersion
(IEntityContext ec, Projekt project, long versionNumber) Finds all states of the given workflow version.IWorkflowStateDao.getAllByWorkflowVersion
(IEntityContext ec, WorkflowVersion workflowVersion) Finds all states of the given workflow version.IWorkflowStateDao.getAllForActiveVersion
(IEntityContext ec, Projekt project) Finds all states of the active workflow version of the given project.IStatusDao.getAllForWorkflow
(IEntityContext ec, Projekt projekt, Status skipStatus) Deprecated.IPostfachDao.getAllNamesByUserGroup
(IEntityContext ec, BenutzerGruppe userGroup) IPostfachDao.getAllNamesByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) 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 .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 .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 .IAppointmentTemplateDao.getAllSlotsOfTemplates
(IEntityContext ec, List<AppointmentTemplate> templates, boolean merge) Finds all available appointment slots of the given templates.IFormTemplateDao.getAllTagsByMandant
(IEntityContext ec, Mandant m) IInternalClientMessageDao.getAllUnreadByType
(IEntityContext ec, Mandant client, EInternalMessageType type) IInternalClientMessageDao.getAllUnreadByType
(IEntityContext ec, EInternalMessageType type) 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.IBenutzerDao.getBenutzerByMandant
(IEntityContext ec, Mandant mandant) Deprecated.IBenutzerGruppeDao.getBenutzerGruppeByMandant
(IEntityContext ec, Mandant mandant) IBenutzerDao.getBenutzergruppen
(IEntityContext ec, Benutzer ben) Deprecated.boolean
ISystemPropertyDao.getBooleanValue
(IEntityContext ec, String key, boolean defaultValue) IFormVersionDao.getBy
(IEntityContext ec, Projekt projekt, int versionNumber) IUserEmailDao.getByAddress
(IEntityContext ec, String address) Finds the user email entities with the given address.IClientAuthenticatorDao.getByCallback
(IEntityContext ec, UUID callbackUuid) Finds the client authenticator by its callback UUID.ISystemAuthenticatorDao.getByCallback
(IEntityContext ec, UUID callbackUuid) Finds the system authenticator by its callback UUID.IUserIdentityDao.getByCallback
(IEntityContext ec, String identifier, String clientName) Finds the user identity by the given callback information.IUserIdentityDao.getByClientName
(IEntityContext ec, String clientName) Returns all user identities that use the client with the provided name.IProjektZaehlerDatenDao.getByDate
(IEntityContext ec, long projektId, Date date) IProjektZaehlerDatenDao.getByDate
(IEntityContext ec, Projekt projekt, Date date) IUserProfileDao.getByEmailAddress
(IEntityContext ec, String email) Finds the user profiles with the given email address.IDirectClientAuthorizationDao.getByInvitationUuid
(IEntityContext ec, UUID invitationUuid) Finds the direct client authorization with the given invitation UUID.ITextbausteinDao.getByKatAndName
(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name) ILicenseFileDao.getByKey
(IEntityContext ec, String licenseKey, ELicenseFileType licenseType) ISystemPropertyDao.getByKey
(IEntityContext ec, String key) ISystemPropertyDao.getByKeyPrefix
(IEntityContext ec, String keyPrefix) ISystemPropertyDao.getByKeys
(IEntityContext ec, List<String> keys) IUserProfileDao.getByLoginId
(IEntityContext ec, String loginId) Finds the user profile by the given login ID.IMandantLdapDataDao.getByMandant
(IEntityContext ec, Mandant mandant) Deprecated.IMandantMailDataDao.getByMandant
(IEntityContext ec, Mandant mandant) IMandantFrontendServerDao.getByMandantAndFs
(IEntityContext ec, Mandant mandant, FrontendServer fs) ITextbausteinDao.getByMsgCode
(IEntityContext ec, Mandant m, String msgCode) IAttachmentDao.getByName
(IEntityContext ec, Vorgang vorgang, String name) IClientCounterDao.getByName
(IEntityContext ec, Mandant client, String name) IFrontendServerDao.getByName
(IEntityContext ec, String name) default MandantRessource
IMandantRessourceDao.getByName
(Mandant mandant, String name, IEntityContext ec) Deprecated.IMandantRessourceDao.getByName
(IEntityContext ec, Mandant mandant, String name) default ProjektRessource
IProjektRessourceDao.getByName
(Projekt projekt, String name, IEntityContext ec) Deprecated.IProjektRessourceDao.getByName
(IEntityContext ec, Projekt projekt, String name) ITextbausteinDao.getByName
(IEntityContext ec, Mandant mandant, String name) IWebDavAccessDao.getByName
(IEntityContext ec, Mandant client, String name) ILDAPAbfrageDao.getByNameAndClient
(IEntityContext ec, String queryName, Mandant client) IMandantFrontendServerDao.getByProject
(IEntityContext ec, Projekt project) Gets theMandantFrontendServer
s of the givenProjekt
IProjectDOIDataDao.getByProject
(IEntityContext ec, Projekt project) IProjectIdentityCheckDataDao.getByProject
(IEntityContext ec, Projekt project) IProjectInviteDataDao.getByProject
(IEntityContext ec, Projekt project) IFormVersionDao.getByProjekt
(IEntityContext ec, Projekt projekt) IProjektZaehlerDao.getByProjekt
(IEntityContext ec, long projektId) IProjektZaehlerDao.getByProjekt
(IEntityContext ec, Projekt projekt) IVorgangDao.getByProzessId
(IEntityContext ec, String prozessId) IMandantFrontendServerDao.getBySource
(IEntityContext ec, FrontendServer fs, Mandant mandant) Deprecated.IUserProfileDao.getByUserName
(IEntityContext ec, String userName) Finds the user profile with the given user nameIIndirectClientAuthorizationDao.getByUserProfile
(IEntityContext ec, org.pac4j.core.profile.UserProfile pac4jProfile) Returns all indirect client authorizations which match the profile based on the configured filter.IClientAuthenticatorDao.getByUuid
(IEntityContext ec, Mandant client, UUID uuid) default T
IClientAuthorizationDao.getByUuid
(IEntityContext ec, Mandant client, String uuid) Returns the client authorization for the given UUID string and clientdefault T
IClientAuthorizationDao.getByUuid
(IEntityContext ec, Mandant client, UUID uuid) Returns the client authorization for the given UUID and clientIClientCounterDao.getByUuid
(IEntityContext ec, Mandant client, UUID uuid) ISystemAuthenticatorDao.getByUuid
(IEntityContext ec, UUID uuid) IUserCredentialsDao.getByUuid
(IEntityContext ec, String uuid) Finds the user credentials with the given UUID.IUserCredentialsDao.getByUuid
(IEntityContext ec, UUID uuid) Finds the user credentials with the given UUID.IUserIdentityDao.getByUuid
(IEntityContext ec, String uuid) Finds the user identity with the given UUID.IUserIdentityDao.getByUuid
(IEntityContext ec, UUID uuid) Finds the user identity with the given UUID.IUserProfileDao.getByUuid
(IEntityContext ec, String uuid) Finds the user profile with the given UUID.IUserProfileDao.getByUuid
(IEntityContext ec, UUID uuid) Finds the user credentials with the given UUID.IWorkflowStateDao.getByUuid
(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid) Finds the state with the given UUID contained in the given workflow version.IAktionDao.getByUUID
(IEntityContext ec, Status state, String uuid) Deprecated.Returns the action with the given UUIDIAktionDao.getByUUID
(IEntityContext ec, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDIAppointmentClientClosingTimeDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the closing time with the given UUIDIAppointmentClientClosingTimeDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the closing time with the given UUIDIAppointmentClosingTimeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, String uuid) Returns the closing time with the given UUIDIAppointmentClosingTimeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, UUID uuid) Returns the closing time with the given UUIDIAppointmentDao.getByUUID
(IEntityContext ec, String uuid) Finds the appointment with the given UUID.IAppointmentDao.getByUUID
(IEntityContext ec, UUID uuid) Finds the appointment with the given UUID.IAppointmentTemplateDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the template with the given UUIDIAppointmentTemplateDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the template with the given UUIDIAppointmentTypeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, String uuid) Finds the appointment type with the given UUID.IAppointmentTypeDao.getByUUID
(IEntityContext ec, AppointmentTemplate template, UUID uuid) Finds the appointment type with the given UUID.IAttachmentDao.getByUUID
(IEntityContext ec, String uuid) IAttachmentDao.getByUUID
(IEntityContext ec, String uuid, Vorgang v) IAttachmentDao.getByUUID
(IEntityContext ec, UUID uuid) Returns the attachment with the given UUIDIBenutzerDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Deprecated.Returns the user with the given UUID stringIBenutzerDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Deprecated.Returns the user with the given UUIDIBenutzerGruppeDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the user group with the given UUID stringIBenutzerGruppeDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the user group with the given UUIDIClientPluginDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the client plugin with the given UUID stringIClientPluginDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the client plugin with the given UUIDIDatenbankZugriffDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the DB access with the given UUIDIDatenbankZugriffDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the DB access with the given UUIDIDatenquelleDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the data source with the given UUID stringIDatenquelleDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the data source with the given UUIDIFormElementDao.getByUUID
(IEntityContext ec, FormVersion formVersion, String uuid) Returns the form element with the given UUID stringIFormElementDao.getByUUID
(IEntityContext ec, FormVersion formVersion, UUID uuid) Returns the form element with the given UUIDIFormVersionDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) Returns the form version for the given UUID string and projectIFormVersionDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) Returns the form version for the given UUID and projectIInternalClientMessageDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) IInternalClientMessageDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) IInternalSystemMessageDao.getByUUID
(IEntityContext ec, String uuid) IInternalSystemMessageDao.getByUUID
(IEntityContext ec, UUID uuid) ILDAPAbfrageDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the LDAP query with the given UUID stringILDAPAbfrageDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the LDAP query with the given UUIDILDAPZugriffDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the LDAP connection with the given UUID stringILDAPZugriffDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the LDAP connection with the given UUIDIMandantDao.getByUUID
(IEntityContext ec, String uuid) Returns the client with the given UUIDIMandantDao.getByUUID
(IEntityContext ec, UUID uuid) Returns the client with the given UUIDIMandantRessourceDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the client resource for the given UUID string and clientIMandantRessourceDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the client resource for the given UUID and clientIPostfachDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the inbox with the given UUIDIPostfachDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the inbox with the given UUIDIProjektDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) IProjektDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) IProjektRessourceDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) Returns the project resource with the given UUID stringIProjektRessourceDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) Returns the project resource with the given UUIDIRolleDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the role with the given UUIDIRolleDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the role with the given UUIDIStatusDao.getByUUID
(IEntityContext ec, Projekt project, String uuid) Deprecated.Returns the state with the given UUIDIStatusDao.getByUUID
(IEntityContext ec, Projekt project, UUID uuid) Deprecated.Returns the state with the given UUIDISystemPluginDao.getByUUID
(IEntityContext ec, String uuid) Returns the system plugin with the given UUID stringISystemPluginDao.getByUUID
(IEntityContext ec, UUID uuid) Returns the system plugin with the given UUIDITextbausteinDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the template with the given UUID stringITextbausteinDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the template with the given UUIDIVorgangDao.getByUUID
(IEntityContext ec, String uuid) Returns the form record with the given UUIDIVorgangDao.getByUUID
(IEntityContext ec, UUID uuid) Returns the form record with the given UUIDIWebDavAccessDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the WebDAV access with the given UUID.IWebDavAccessDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the WebDAV access with the given UUID.IUserEmailDao.getByVerifiedAddress
(IEntityContext ec, String address) Finds the verified user email entity with the given address.IUserProfileDao.getByVerifiedEmailAddress
(IEntityContext ec, String email) Finds the user profile with the given email address.IUserProfileDao.getByVerifiedPrimaryEmailAddress
(IEntityContext ec, String email) Finds the user profile with the given verified primary email address.IVorgangDao.getByVerifyId
(IEntityContext ec, String verifyId) GetsVorgang
by its Verify-IDIWorkflowVersionDao.getByVersionNumber
(IEntityContext ec, Projekt project, long versionNumber) Finds the workflow version with the given version number, if such a version exists.IVorgangDao.getChildren
(IEntityContext ec, Vorgang formRecord) ILicenseFileDao.getClientLicense
(IEntityContext ec, long clientid) ILicenseFileDao.getClientLicense
(IEntityContext ec, Mandant client) ILicenseFileDao.getClientLicenseModel
(IEntityContext ec, Mandant client) int
IVorgangDao.getCountByAuthenticatorDependentCreator
(IEntityContext ec, IAuthenticator<?> authenticator) Returns the number of form records that have a creator that is dependent on this authenticator.IDatenquelleDao.getDatenquelleById
(IEntityContext ec, Mandant mandant, int id) IDatenquelleDao.getDatenquelleByName
(IEntityContext ec, Mandant mandant, String name) IDatenquelleDao.getDatenquelleByNameAndType
(IEntityContext ec, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp) IDatenquelleDao.getDatenquellen
(IEntityContext ec, Mandant mandant) IGenericDao.getEntityRefs
(IEntityContext ec, E entity) Returns a set of entities that reference the given entity and depend on it.IUserIdentityDao.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) IAktionDao.getFolgeAktionen
(IEntityContext ec, Aktion aktion) Deprecated.IAktionDao.getFolgeAktionen
(IEntityContext ec, Status stat, int aktionIdx) Deprecated.IStatusDao.getFolgeStatus
(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.IWorkflowElementDao.getForActiveVersionBy
(IEntityContext ec, Projekt project, de.xima.cmn.criteria.FilterCriterion filter) Finds all workflow element entities matching the given filter criterion on aAWorkflowElement
.IWorkflowElementDao.getForActiveVersionBy
(IEntityContext ec, Projekt project, String type, SearchTerm... searchTerms) Finds all workflow element of the given type and with the given search terms.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.IWorkflowElementDao.getForCurrentVersionBy
(IEntityContext ec, Vorgang formRecord, de.xima.cmn.criteria.FilterCriterion filter) Finds all workflow element entities matching the given filter criterion on aAWorkflowElement
.IWorkflowElementDao.getForCurrentVersionBy
(IEntityContext ec, Vorgang formRecord, String type, SearchTerm... searchTerms) Finds all workflow element of the given type and with the given search terms.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.IFormEingangDao.getFormData
(IEntityContext ec, FormEingang fe) IVorgangDao.getFormData
(IEntityContext ec, Vorgang v) ILicenseFileDao.getItemLicenses
(IEntityContext ec, String licenseKey) IMandantDao.getLicenseDataSnapshot
(IEntityContext ec, Mandant client) IFormRecordLockDao.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.IWorkflowStateDao.getOrCreateSystemState
(IEntityContext ec, WorkflowVersion workflowVersion, EWorkflowStateType type) Finds the given built-in workflow state.IVorgangDao.getParent
(IEntityContext ec, Vorgang formRecord) IPostfachDao.getPostfachByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.IAktionDao.getPrevAktionen
(IEntityContext ec, Aktion aktion, Class<?> typeInterface) Deprecated.IAktionDao.getPrevAktionen
(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated.byte[]
IProjektDao.getPreviewImage
(IEntityContext ec, Projekt project) IProjektDao.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
.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.IProjektDao.getProjectsWithPreviewImage
(IEntityContext ec, Mandant client) IProjektDao.getProjektByEditorBenutzer
(IEntityContext ec, Benutzer benutzer, Mandant mandant) Deprecated.IProjektDao.getProjektByEditorBenutzer
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope) Deprecated.IFrontendServerDao.getProjekts
(IEntityContext ec, Integer fronendServerId, Integer mandantId, Integer benutzerGruppeId) IDatenquelleDao.getPublicDatasource
(IEntityContext ec, Mandant client, String name, EDatenquellenTyp type) IRolleDao.getRollenByModul
(IEntityContext ec, Modul modul) Deprecated.ISystemPropertyDao.getStringValue
(IEntityContext ec, String key, String defaultValue) Returns the String value of the system property with the given key if it exists.ILicenseFileDao.getSystemLicense
(IEntityContext ec) ILicenseFileDao.getSystemLicenseModel
(IEntityContext ec) 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) IWorkflowTaskDao.getTasksWithTriggerType
(IEntityContext ec, Vorgang formRecord, List<String> triggerTypes) ITextbausteinDao.getTextbausteinByMsgCode
(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode) long
IVorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) long
IVorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inbox) long
IVorgangsDataDao.getTotalCount
(IEntityContext ec, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) Deprecated.IDirectClientAuthorizationDao.getUnacceptedClientInvitations
(IEntityContext ec, UserProfile userProfile) Returns the direct client authorizations for the given user profile that have not yet been accepted.IFrontendServerDao.getUnconnectedByMandant
(IEntityContext ec, Mandant man) long
IAttachmentDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) long
IFormEingangDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) long
IMandantDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) long
IMandantRessourceDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) long
IProjektRessourceDao.getUsedFileSize
(IEntityContext ec, Mandant mandant) IVorgangDao.getVorgaengeByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.IVorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) IVorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt pro, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType, Postfach... inboxes) IVorgangsDataDao.getVorgaengeData
(IEntityContext ec, Projekt pro, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) Deprecated.IVorgangsDataDao.getVorgangsData
(IEntityContext ec, Projekt pro, Vorgang v, de.xima.cmn.criteria.QueryCriteriaManager qcm, EProjectSpecificDBTable tableType) IBenutzerDao.handleUserLogin
(IEntityContext ec, Benutzer user) Deprecated.boolean
ISystemChangeDao.haseUpdateBeenRun
(IEntityContext ec, String updateUUID) boolean
IDirectClientAuthorizationDao.hasUnacceptedClientInvitations
(IEntityContext ec, UserProfile userProfile) Checks whether the given user profile has not yet accepted client invitations.void
IDatentabelleDao.insertValuesToTables
(IEntityContext ec, Vorgang vorgang) boolean
IProjektDao.isActivationAllowed
(IEntityContext ec, Projekt projekt) boolean
IMandantDao.isCreationAllowed
(IEntityContext ec, Mandant mandant) boolean
IProjektDao.isEditingAllowed
(IEntityContext ec, Projekt p, Benutzer ben) Deprecated.boolean
IUserIdentityDao.isExisting
(IEntityContext ec, UserIdentity identity) Checks whether or not another user identity exists with the same identifier information (client/identifier).boolean
IProjektDao.isFsAllowed
(IEntityContext ec, Projekt p, FrontendServer fs) IMandantFrontendServerDao.isFSUsedByMandant
(IEntityContext ec, MandantFrontendServer mfs) boolean
IBenutzerDao.isLastActiveMandantadmin
(IEntityContext ec, Benutzer ben) Deprecated.boolean
IAppointmentTemplateDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given entity name exists within the given clientboolean
IBenutzerGruppeDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given user group name exists within the given clientboolean
IClientAuthenticatorDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given client authenticator name exists within the gieven client.boolean
IDatenquelleDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given data source name exists within the given clientboolean
IMandantRessourceDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given client resource name exists within the given clientboolean
IPostfachDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given inbox name exists within the given clientboolean
IProjektDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given project name exists within the given clientboolean
IProjektRessourceDao.isNameExisiting
(IEntityContext ec, Projekt project, String name) Returns whether or not the given project resource name exists within the given projectboolean
ISystemAuthenticatorDao.isNameExisiting
(IEntityContext ec, String name) Returns whether or not the given system authenticator name exists within systemboolean
ITextbausteinDao.isNameExisiting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given template name exists within the given clientboolean
IIndirectClientAuthorizationDao.isNameExisting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given indirect client authorization name exists within the given clientboolean
IProjektDao.isTitleExisiting
(IEntityContext ec, Mandant client, String name) Returns whether or not the given project title exists within the given clientboolean
IUserProfileDao.isUserNameExisiting
(IEntityContext ec, String name) Checks if the given user name exists within the system.boolean
IProjektDao.isZugriffsberechtigt
(IEntityContext ec, Projekt p, Benutzer ben) Deprecated.IWorkflowVersionDao.loadFullVersion
(IEntityContext ec, long workflowVersionId) Loads the workflow version with the given entity and all associated entities (makes sure lazy associations are initiated).IWorkflowProcessDao.loadMainProcess
(IEntityContext ec, WorkflowVersion workflowVersion) Fetches the main process of the given workflow version of the given project.@NotNull UserProfile
IUserProfileDao.mergeUserProfiles
(IEntityContext ec, UserProfile main, UserProfile toBeMerged) Merges the a profile into another.IFormEingangDao.mostCurrent
(IEntityContext ec, Vorgang v) Speziell: für 'Portal'-Zeuglong
IFormEingangDao.ownerId
(IEntityContext ec, Vorgang v) Deprecated.IGenericDao.read
(IEntityContext ec, Integer id) IMandantDao.readByName
(IEntityContext ec, String name) Method for determining aclients
by its name (case insensitive).IModulDao.readByName
(IEntityContext ec, Mandant mandant, String name) Deprecated.void
IDatentabelleDao.recreateDataTable
(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType) void
IDatentabelleDao.reindexDataTable
(IEntityContext ec, Projekt projekt) void
IDatentabelleDao.reindexPostfachTable
(IEntityContext ec, Projekt projekt) boolean
IFormRecordLockDao.releaseLock
(IEntityContext ec, long formRecordId) Releases the lock that was acquired byIFormRecordLockDao.acquireLock(IEntityContext, long)
.void
IFormElementDao.removeAllFromFormVersion
(IEntityContext ec, FormVersion fv) IWorkflowVersionDao.replaceVersion
(IEntityContext ec, WorkflowVersion oldWorkflowVersion, WorkflowVersion newWorkflowVersion) Replaces the given old workflow version with the data of the new workflow version.IWorkflowVersionDao.saveVersion
(IEntityContext ec, WorkflowVersion workflowVersion) Saves the workflow version.IFormEingangDao.setFormData
(IEntityContext ec, FormEingang fe, String formData) IVorgangDao.setFormData
(IEntityContext ec, Vorgang process, String formData) Deprecated.IMandantRessourceDao.update
(IEntityContext ec, byte[] daten, String userName, String fileName, MandantRessource res) IProjektRessourceDao.update
(IEntityContext ec, byte[] daten, String userName, String fileName, ProjektRessource res) IAttachmentDao.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.void
IProjektDao.updatePreviewImage
(IEntityContext ec, Projekt project, byte[] data) ISystemPropertyDao.updateProperty
(IEntityContext ec, String key, String value) void
IProjectTagDao.updateTags
(IEntityContext ec, Projekt project, Iterable<String> tags) Updates the given project with the tags.IUserProfileDao.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 IEntityContextModifier and TypeMethodDescriptionjavax.persistence.Query
IVorgangsDataSQLBuilder.createAllQuery
(IEntityContext ec, Map<String, ITableColumn> fieldMap, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes) javax.persistence.Query
IVorgangsDataSQLBuilder.createAllQuery
(IEntityContext ec, Map<String, ITableColumn> fieldMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm) Deprecated.javax.persistence.Query
IVorgangsDataSQLBuilder.createCountQuery
(IEntityContext ec, Map<String, ITableColumn> fieldMap, Projekt projekt, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach... inboxes) javax.persistence.Query
IVorgangsDataSQLBuilder.createCountQuery
(IEntityContext ec, Map<String, ITableColumn> fieldMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm) Deprecated.javax.persistence.Query
IVorgangsDataSQLBuilder.createDeleteDataWithoutEntityQuery
(IEntityContext ec, Projekt project) javax.persistence.Query
IVorgangsDataSQLBuilder.createDeleteNotCurrentDataQuery
(IEntityContext ec, Projekt project) javax.persistence.Query
IVorgangsDataSQLBuilder.createDeleteQuery
(IEntityContext ec, Projekt projekt, long formEingangID) javax.persistence.Query
IVorgangsDataSQLBuilder.createInsertQuery
(IEntityContext ec, Map<String, ITableColumn> fieldMap, Projekt projekt, long formEingangID, Map<String, String> dataMap) javax.persistence.Query
IVorgangsDataSQLBuilder.createInsertQuery
(IEntityContext ec, Map<String, ITableColumn> fieldMap, Projekt projekt, long formEingangID, Map<String, String> dataMap, Integer maxValueSize) javax.persistence.Query
IVorgangsDataSQLBuilder.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 IEntityContextModifier and TypeMethodDescriptionvoid
ProtokollUtils.addChangeAllFormsForFSProtocolEntry
(MandantFrontendServer frontendServer, IUser user, IEntityContext ec, boolean isDelete) Creates a log entry that shows when the release of all forms for a frontend server has changed.void
ProtokollUtils.addClientProtocolEntry
(Mandant client, ProtocolEntryClient entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryClient
, and saves that entry in the database.void
ProtokollUtils.addFSAutomaticAddedToFormProtocolEntry
(MandantFrontendServer frontendServer, Projekt project, IUser user, IEntityContext ec) Creates a log entry that shows when a form has been automatically released for a frontend server.void
ProtokollUtils.addFSChangedFromProjectProtocolEntry
(Projekt project, List<MandantFrontendServer> changedFrontendServers, IUser user, IEntityContext ec, boolean isDelete) Creates a log entry that shows when the assigned frontend servers of a project have changed.void
ProtokollUtils.addMalwareDetectedProtocolEntry
(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report) Adds a system protocol entry when malware was detected in a file or some data.void
ProtokollUtils.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.void
ProtokollUtils.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.void
ProtokollUtils.addMandantPeBase
(Mandant mandant, ProtocolEntryClient entry, IEntityContext ec) void
ProtokollUtils.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.void
ProtokollUtils.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.void
ProtokollUtils.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.void
ProtokollUtils.addProcessProtocolEntry
(Mandant client, ProcessProtocolParams params, ProtocolEntryProcessing entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryProcessing
, and saves that entry in the database.void
ProtokollUtils.addProcessProtocolEntry
(Vorgang formRecord, ProtocolEntryProcessing entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryProcessing
, and saves that entry in the database.void
ProtokollUtils.addProjectActivationChangedProtocolEntry
(Projekt project, IUser user, IEntityContext ec, boolean isActiveNow, boolean wasPreviouslyActive) Creates a log entry indicating whether a project has been switched online or offline.void
ProtokollUtils.addProjectProtocolEntry
(Projekt project, ProtocolEntryClient entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryClient
for a certain form, and saves that entry in the database.void
ProtokollUtils.addProjektPeBase
(Projekt projekt, ProtocolEntryClient entry, IEntityContext ec) void
ProtokollUtils.addSaveInvalidWorkflowProtocolEntry
(Projekt project, IUser user, IEntityContext ec) Creates a log entry indicating whether a project's workflow is invalid and has been saved anyway.void
ProtokollUtils.addStateChangeProtocolEntry
(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState) void
ProtokollUtils.addStateChangeProtocolEntry
(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState) Adds a protocol entry for a state change, i.e. when theVorgang.getCurrentStatus()
is changed.void
ProtokollUtils.addSystemPeDokumentation
(ProtocolEntrySystem entry, IEntityContext ec) void
ProtokollUtils.addSystemProtocolEntry
(ProtocolEntrySystem entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntrySystem
, and saves that entry in the database.void
ProtokollUtils.addTriggerFiredProtocolEntry
(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowTask task) Deprecated.void
ProtokollUtils.addTriggerFiredProtocolEntry
(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowTask task) Adds the protocol entry for when a workflow trigger was fired.void
ProtokollUtils.addVorgangPeBase
(Vorgang vorgang, ProtocolEntryProcessing entry, IEntityContext ec) ProtokollUtils.getProcessLogEntries
(Vorgang formRecord, IEntityContext ec) static com.unboundid.ldap.sdk.LDAPConnection
LdapConnectionFactory.newLdapConnection
(IEntityContext ec, IClientDescriptor descriptor) static void
ProjektPostfachDaoUtils.recreateDBTable
(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType) Deprecated.static void
ProjektPostfachDaoUtils.recreateProjektDataTable
(IEntityContext ec, Projekt projekt) Deprecated.static void
ProjektPostfachDaoUtils.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
Methods in de.xima.fc.data with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic IFormDataAdapter
SaveFormDataInitializer.extendXFormData
(IEntityContext ec, Vorgang vorgang, FormVersion formVersion, IFormDataAdapter fdaData, IXForm xform, IXFormRenderConfig config) static IFormDataAdapter
SaveFormDataInitializer.extendXFormData
(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, IXForm xform) static IFormDataAdapter
SaveFormDataInitializer.extendXFormData
(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, IXForm xform, IXFormRenderConfig config) static Postfach
SaveFormDataHelper.getPostfachByData
(IEntityContext ec, IFormDataAdapter formData) static Projekt
SaveFormDataHelper.getProjektByData
(IEntityContext ec, IFormDataAdapter formData) static Status
SaveFormDataHelper.getStatusByData
(IEntityContext ec, IFormDataAdapter formData) static IFormDataAdapter
SaveFormDataInitializer.initBy
(IEntityContext ec, FormEingang fe) static IFormDataAdapter
SaveFormDataInitializer.initBy
(IEntityContext ec, FormVersion formVersion) static IFormDataAdapter
SaveFormDataInitializer.initBy
(IEntityContext ec, Vorgang v) static IFormDataAdapter
static void
SaveFormDataHelper.initElementData
(IEntityContext ec, FormVersion fv, IFormDataAdapter saveData) static void
SaveFormDataHelper.initElementData
(IEntityContext ec, Vorgang vorgang, IFormDataAdapter saveData) static Vorgang
SaveFormDataHelper.resolveToVorgang
(IEntityContext ec, IFormDataAdapter formData) -
Uses of IEntityContext in de.xima.fc.export
Fields in de.xima.fc.export declared as IEntityContextMethods in de.xima.fc.export with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic final boolean
AProjektUtil.checkProjectAliasExist
(IEntityContext ec, String projectAlias, Mandant client) Checks whether or not the given project name already exist within the given clientstatic final boolean
AProjektUtil.checkProjectNameExist
(IEntityContext ec, String projectName, Mandant client) Checks whether or not the given project name already exist within the given clientstatic final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Projekt project, Benutzer user) Deprecated.static final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Projekt project, IUser user) static final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Long projectId, Benutzer user) Deprecated.static final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Long projectId, IUser user) Constructors in de.xima.fc.export with parameters of type IEntityContextModifierConstructorDescriptionAProjektUtil
(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 IEntityContextConstructors in de.xima.fc.export.helper with parameters of type IEntityContextModifierConstructorDescriptionAEnitityHelper
(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 IEntityContextModifier and TypeMethodDescriptionAEntityExporter.doExport
(IEntityContext ec) Deprecated.AEntityExporter.doExport
(IEntityContext ec, File outDir, Benutzer user) Deprecated.AEntityExporter.doExport
(IEntityContext ec, File outDir, IUser user) AEntityExporter.doExport
(IEntityContext ec, File outDir, String outName, Benutzer user) Deprecated.AEntityExporter.doExport
(IEntityContext ec, File outDir, String outName, IUser user) protected void
AEntityExporter.initDependencies
(IEntityContext ec) protected void
AEntityExporter.initInternalDependenciesOnly
(IEntityContext ec) static final <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 IEntityContextModifierConstructorDescriptionAEntityExporter
(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 IEntityContextModifier and TypeMethodDescriptionprotected void
ProjectExporter.initDependencies
(IEntityContext ec) protected void
ProjectExporter.initInternalDependenciesOnly
(IEntityContext ec) Constructors in de.xima.fc.exporter.entity with parameters of type IEntityContextModifierConstructorDescriptionProjectExporter
(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 IEntityContextModifier and TypeMethodDescriptionIEntityExporter.doExport
(IEntityContext ec, File baseDir, Benutzer user) Deprecated.IEntityExporter.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 IEntityContextModifier and TypeMethodDescriptionstatic final void
LegacyExporter.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 IEntityContextModifier and TypeMethodDescriptionstatic final List<IFormRecordBaseData>
FormRecordDataFactory.baseData
(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm) static final IFormRecordDoiInitData
FormRecordDataFactory.doiInitData
(IEntityContext ec, Vorgang formRecord) static final IFormRecordReviewData
FormRecordDataFactory.reviewData
(IEntityContext ec, IInboxFormRecordRequest inboxRequest) -
Uses of IEntityContext in de.xima.fc.file
Methods in de.xima.fc.file with parameters of type IEntityContextModifier and TypeMethodDescription<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 IEntityContextModifier and TypeClassDescriptionfinal class
An entity context intended to be used when you do not know whether you are inside a UI thread or not.class
Methods in de.xima.fc.filter.db that return IEntityContextModifier and TypeMethodDescriptionContextualEntityContext.features
(de.xima.cmn.dao.enums.EEntityContextFeature... features) ContextualEntityContext.postCommit
(de.xima.cmn.dao.interfaces.IPostCommitListener listener) ContextualEntityContext.postRollback
(de.xima.cmn.dao.interfaces.IPostRollbackListener listener) ContextualEntityContext.preCommit
(de.xima.cmn.dao.interfaces.IPreCommitListener listener) ContextualEntityContext.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 IEntityContextModifier and TypeMethodDescriptionFormUserRequestDataBuilder.build
(IEntityContext ec) Deprecated.static IExtendedFormPublishContext
FormPublishUtil.createContext
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, IEntityContext ec) Deprecated.static com.alibaba.fastjson.JSONArray
FormPublishUtil.getBackupList
(IEntityContext ec, int formVersionId) Deprecated.static com.alibaba.fastjson.JSONArray
FormPublishUtil.getBackupList
(IEntityContext ec, FormVersion formVersion) static String
FormPublishUtil.getBackupPersistent
(IEntityContext ec, int formVersionBackupId) static String
FormPublishUtil.getBackupPersistent
(IEntityContext ec, FormVersionBackup backup) static String
FormPublishUtil.getCurrentPersistent
(IEntityContext ec, int formVersionId) static String
FormPublishUtil.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 IEntityContextModifierConstructorDescriptionAppointmentPersistBuilder
(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 IEntityContextModifier and TypeMethodDescriptionstatic IdentityTokenCheck
IdentityTokenCheck.perform
(IEntityContext ec, IFormDataAdapter fda, Vorgang formRecord) static IdentityTokenCheck
IdentityTokenCheck.perform
(IEntityContext ec, IFormRequestContext requestCtx) When enabled, an ID is generated based on the data of a submitted form.static IdentityTokenGeneration
IdentityTokenGeneration.perform
(IEntityContext ec, IFormDataAdapter fda, FormVersion formVersion, Projekt project) static IdentityTokenGeneration
IdentityTokenGeneration.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 IdentityTokenUpdate
IdentityTokenUpdate.perform
(IEntityContext ec, Projekt project) Deprecated.static IdentityTokenUpdate
IdentityTokenUpdate.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 IEntityContextModifier and TypeMethodDescriptionstatic void
ImagePreviewUtils.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 IEntityContextMethods in de.xima.fc.form.publish that return IEntityContextConstructors in de.xima.fc.form.publish with parameters of type IEntityContextModifierConstructorDescriptionExtendedFormPublishContext
(IEntityContext ec, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected
FormPublishContext
(IEntityContext ec, PublishRequestParameter requestParameter) -
Uses of IEntityContext in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return IEntityContextModifier and TypeMethodDescriptionABackendJSFContext.ec()
Deprecated.static IEntityContext
ABackendJSFContext.findEntityContext()
Deprecated.Methods in de.xima.fc.gui.bean that return types with arguments of type IEntityContextModifier and TypeMethodDescriptionprotected abstract de.xima.cmn.dao.interfaces.IAbstractDao<T,
Long, IEntityContext> AEntityDetailsBean.getDao()
Methods in de.xima.fc.gui.bean with parameters of type IEntityContextModifier and TypeMethodDescriptionint
InternalMessageBean.createAllPluginInternalMessages
(IEntityContext ec) This method creates all internal messages for system and client plugin updates.protected void
AEntityDetailsBean.init
(IEntityContext ec, T entity) protected abstract void
AExternalUserBean.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 IEntityContextModifier and TypeMethodDescriptionstatic StateAddedEvent
DesignerStateHelper.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 IEntityContextMethods in de.xima.fc.gui.bean.plugin with parameters of type IEntityContextModifier and TypeMethodDescriptionprotected abstract void
BasicPluginBean.deleteInternPluginMessages
(IEntityContext ec, PluginWrapperModel<E> plugin) This method deletes the internal update message of a plugin.protected void
ClientPluginBean.deleteInternPluginMessages
(IEntityContext ec, PluginWrapperModel<ClientPlugin> plugin) protected void
SystemPluginBean.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 IEntityContextModifier and TypeMethodDescriptionprotected de.xima.cmn.dao.interfaces.IAbstractDao<Projekt,
Long, IEntityContext> AProjectDetailsBean.getDao()
Methods in de.xima.fc.gui.bean.project with parameters of type IEntityContextModifier and TypeMethodDescriptionProjectInviteBean.createEmptyProcess
(Projekt project, IFormRequestContext reqCtx, IEntityContext ec) creates an empty process and saves it in vorgang databaseprotected void
FormExportBean.init
(IEntityContext ec, Projekt project) protected void
FormPortraitExportBean.init
(IEntityContext ec, Projekt project) protected void
FormVersionBean.init
(IEntityContext ec, Projekt project) protected void
ProjectAccessBean.init
(IEntityContext ec, Projekt project) protected void
ProjectDataTableBean.init
(IEntityContext ec, Projekt project) protected void
ProjectDetailsBean.init
(IEntityContext ec, Projekt project) protected void
ProjectDOIBean.init
(IEntityContext ec, Projekt project) protected void
ProjectExportBean.init
(IEntityContext ec, Projekt project) protected void
ProjectGroupEditBean.init
(IEntityContext ec, Projekt project) protected void
ProjectInboxBean.init
(IEntityContext ec, Projekt project) protected void
ProjectInviteBean.init
(IEntityContext ec, Projekt entity) protected void
ProjectShareBean.init
(IEntityContext ec, Projekt project) protected void
ProjectUpdateWorkflowBean.init
(IEntityContext ec, Projekt entity) protected Projekt
BasicDataTableBean.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 IEntityContextModifier and TypeMethodDescription<T> T
ApplicationConfigBean.getSystemProperty
(IEntityContext ec, EPasswordPolicy pwdPolicy) boolean
ApplicationConfigBean.getSystemProperty
(IEntityContext ec, String key, boolean defaultValue) protected SystemAuthenticator
ExternalUserSystemBean.save
(IEntityContext ec, SystemAuthenticator authenticator) protected void
ExternalUserSystemBean.save
(IEntityContext ec, EAuthClientType type) ApplicationConfigBean.updateSystemProperty
(IEntityContext ec, EPasswordPolicy pwdPolicy, String value) ApplicationConfigBean.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 IEntityContextModifier and TypeMethodDescriptionprotected ClientAuthenticator
ExternalUserClientBean.save
(IEntityContext ec, ClientAuthenticator authenticator) protected void
ExternalUserClientBean.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 IEntityContextMethods in de.xima.fc.gui.bean.workflow with parameters of type IEntityContextModifier and TypeMethodDescriptionprotected void
StateTreeBean.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 IEntityContextMethod parameters in de.xima.fc.gui.common.model.data with type arguments of type IEntityContextModifier and TypeMethodDescriptionstatic <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.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 IEntityContextConstructors in de.xima.fc.gui.designer.form.model with parameters of type IEntityContextModifierConstructorDescriptionDefaultPluginFormElementCatalogParams
(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 IEntityContextMethods in de.xima.fc.gui.designer.form.utils with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic String
DesignerConfigFactory.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.JSONObject
DesignerConfigFactory.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 FormDesignerModel
FormDesignerModelFactory.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 IEntityContextModifierConstructorDescriptionFormDesignerEnvironmentData
(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 IEntityContextModifierConstructorDescriptionAppointmentTemplateModifiedEvent
(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 IEntityContextModifier and TypeMethodDescriptionvoid
IPlaceholderLibrary.updateCounterPlaceholders
(IEntityContext ec, Mandant client) void
IPlaceholderLibrary.updateFormPlaceholders
(IEntityContext ec, Mandant client, Locale locale, PlaceholderContextModel model) void
IPlaceholderLibrary.updateTemplatePlaceholders
(IEntityContext ec, Mandant client) default void
IPlaceholderLibrary.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 IEntityContextModifier and TypeMethodDescriptionde.xima.cmn.criteria.FilterCriterion
IJavaEntitySortingCriterion.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 IEntityContextMethods in de.xima.fc.gui.interfaces.event with parameters of type IEntityContextModifier and TypeMethodDescriptionIEntityModifiedEventFactory.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 IEntityContextModifier and TypeMethodDescriptionvoid
PlaceholderLibrary.updateCounterPlaceholders
(IEntityContext ec, Mandant client) void
PlaceholderLibrary.updateFormPlaceholders
(IEntityContext ec, Mandant client, Locale locale, PlaceholderContextModel model) void
PlaceholderLibrary.updateTemplatePlaceholders
(IEntityContext ec, Mandant client) void
PlaceholderLibrary.updateWorkflowActionResultPlaceholders
(IEntityContext ec, Aktion action) Constructors in de.xima.fc.gui.model with parameters of type IEntityContextModifierConstructorDescriptionAuthenticatorDependenciesData
(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 IEntityContextModifier and TypeMethodDescriptionEntityListModel.ec()
protected IEntityContext
EntitySelectModel.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 IEntityContextModifier and TypeMethodDescriptionde.xima.cmn.criteria.FilterCriterion
AcmFilterCriterionSupplier.apply
(IEntityContext ec) de.xima.cmn.criteria.FilterCriterion
QcmFilterCriterionSupplier.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 IEntityContextModifier and TypeMethodDescriptionde.xima.cmn.criteria.FilterCriterion
AcmSortingCriterion.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 IEntityContextModifier and TypeMethodDescriptionstatic 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 IEntityContextModifier and TypeMethodDescriptionLazyProjectViewListModel.updateProjectGroupNames
(IEntityContext ec, ProjectViewModel model, Benutzer user) Deprecated.LazyProjectViewListModel.updateProjectGroupNames
(IEntityContext ec, ProjectViewModel model, IUser user) Method parameters in de.xima.fc.gui.model.lazydata with type arguments of type IEntityContextModifier and TypeMethodDescriptionDaoLazyDataModel.Builder.withEntityContextSupplier
(ISerializableSupplier<? extends IEntityContext> entityContextSupplier) DaoLazyDataModel.Builder.withFetchInitializer
(ISerializableBiFunction<? super IEntityContext, ? super T, ? extends T> fetchInitializer) 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 IEntityContextModifier and TypeMethodDescriptionvoid
ProjectViewModel.update
(IEntityContext ec, IUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) void
ProjectViewModel.updateRecordData
(IEntityContext ec) -
Uses of IEntityContext in de.xima.fc.gui.transfer
Methods in de.xima.fc.gui.transfer with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic final org.primefaces.model.StreamedContent
EntityExportHelper.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 IEntityContextModifier and TypeMethodDescriptionstatic UserProfile
UserEmailQueryResultHelper.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 -
Uses of IEntityContext in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic BaseDesignerModel
DesignerModelFactory.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 FrameDesignerModel
DesignerModelFactory.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 FormVersion
ProjectPageHelper.loadFormVersionForCurrentRequest
(javax.faces.context.FacesContext facesContext, IEntityContext ec, String formVersionIdParamName, Projekt project) Deprecated.static Projekt
ProjectPageHelper.loadProjectForCurrentRequest
(javax.faces.context.FacesContext facesContext, IEntityContext ec, String projectIdParamName) Loads the project from the ID as given by the current HTTP request.static WorkflowVersion
ProjectPageHelper.loadWorkflowVersionFor
(javax.faces.context.FacesContext facesContext, IEntityContext ec, Long wvid, Projekt project) static WorkflowVersion
ProjectPageHelper.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 IEntityContextModifier and TypeMethodDescriptionstatic <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 IEntityContextModifier and TypeMethodDescriptionUserEmailServiceClient.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 IEntityContextModifier and TypeMethodDescriptionstatic IClientDescriptor
AuthenticationHandler.getClient
(IEntityContext ec, String clientName) Returns theclient
for the given client name. -
Uses of IEntityContext in de.xima.fc.importer
Methods in de.xima.fc.importer with parameters of type IEntityContextModifier and TypeMethodDescriptionvoid
EntityImporter.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 IEntityContextModifierConstructorDescriptionEntityAlternativeProvider
(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 IEntityContextModifier and TypeMethodDescriptionActionImportConfig.finalize
(IEntityContext ec, String fcVersion, String exportVersion) Deprecated.AEntityImportConfig.finalize
(IEntityContext ec, String fcVersion, String exportVersion) DataSourceImportConfig.finalize
(IEntityContext ec, String fcVersion, String exportVersion) FormVersionImportConfig.finalize
(IEntityContext ec, String fcVersion, String exportVersion) ProjectDoiDataImportConfig.finalize
(IEntityContext ec, String fcVersion, String exportVersion) ProjectIdentityCheckDataImportConfig.finalize
(IEntityContext ec, String fcVersion, String exportVersion) ProjectImportConfig.finalize
(IEntityContext ec, String fcVersion, String exportVersion) protected T
AEntityImportConfig.findPersisted
(IEntityContext ec) protected Textbaustein
TemplateImportConfig.findPersisted
(IEntityContext ec) protected boolean
ActionImportConfig.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
AEntityImportConfig.isUuidExisting
(IEntityContext ec) protected boolean
ProjectDoiDataImportConfig.isUuidExisting
(IEntityContext ec) protected boolean
ProjectIdentityCheckDataImportConfig.isUuidExisting
(IEntityContext ec) protected boolean
ProjectInviteDataImportConfig.isUuidExisting
(IEntityContext ec) protected boolean
StateImportConfig.isUuidExisting
(IEntityContext ec) Deprecated.AEntityImportConfig.loadAlternative
(IEntityContext ec) protected void
ActionImportConfig.makeEntityUnique
(IEntityContext ec) Deprecated.protected abstract void
AEntityImportConfig.makeEntityUnique
(IEntityContext ec) protected void
AppointmentTemplateImportConfig.makeEntityUnique
(IEntityContext ec) protected void
ClientCounterImportConfig.makeEntityUnique
(IEntityContext ec) protected void
ClientResourceImportConfig.makeEntityUnique
(IEntityContext ec) protected void
DataSourceImportConfig.makeEntityUnique
(IEntityContext ec) protected void
EntityImportConfig.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
FormVersionImportConfig.makeEntityUnique
(IEntityContext ec) protected void
InboxImportConfig.makeEntityUnique
(IEntityContext ec) protected void
ProjectDoiDataImportConfig.makeEntityUnique
(IEntityContext ec) protected void
ProjectIdentityCheckDataImportConfig.makeEntityUnique
(IEntityContext ec) protected void
ProjectImportConfig.makeEntityUnique
(IEntityContext ec) protected void
ProjectInviteDataImportConfig.makeEntityUnique
(IEntityContext ec) protected void
ProjectResourceImportConfig.makeEntityUnique
(IEntityContext ec) protected void
StateImportConfig.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
TemplateImportConfig.makeEntityUnique
(IEntityContext ec) protected void
UserGroupImportConfig.makeEntityUnique
(IEntityContext ec) static final <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 void
AEntityImportConfig.postCreate
(IEntityContext ec) protected void
ProjectImportConfig.postCreate
(IEntityContext ec) protected void
StateImportConfig.postCreate
(IEntityContext ec) Deprecated.protected void
AEntityImportConfig.postUpdate
(IEntityContext ec) protected void
ProjectImportConfig.postUpdate
(IEntityContext ec) protected void
StateImportConfig.postUpdate
(IEntityContext ec) Deprecated.protected void
AEntityImportConfig.preCreate
(IEntityContext ec) protected void
ClientCounterImportConfig.preCreate
(IEntityContext ec) protected void
ClientResourceImportConfig.preCreate
(IEntityContext ec) protected void
FormVersionImportConfig.preCreate
(IEntityContext ec) protected void
InboxImportConfig.preCreate
(IEntityContext ec) protected void
ProjectImportConfig.preCreate
(IEntityContext ec) protected void
ProjectResourceImportConfig.preCreate
(IEntityContext ec) protected void
StateImportConfig.preCreate
(IEntityContext ec) Deprecated.protected void
TemplateImportConfig.preCreate
(IEntityContext ec) protected void
AEntityImportConfig.preUpdate
(IEntityContext ec) protected void
AppointmentTemplateImportConfig.preUpdate
(IEntityContext ec) protected void
ClientCounterImportConfig.preUpdate
(IEntityContext ec) protected void
ClientResourceImportConfig.preUpdate
(IEntityContext ec) protected void
FormVersionImportConfig.preUpdate
(IEntityContext ec) protected void
InboxImportConfig.preUpdate
(IEntityContext ec) protected void
ProjectImportConfig.preUpdate
(IEntityContext ec) protected void
ProjectResourceImportConfig.preUpdate
(IEntityContext ec) protected void
StateImportConfig.preUpdate
(IEntityContext ec) Deprecated.protected void
TemplateImportConfig.preUpdate
(IEntityContext ec) protected void
UserGroupImportConfig.preUpdate
(IEntityContext ec) void
AEntityImportConfig.resolveDependencies
(IEntityContext ec) Deprecated.void
AEntityImportConfig.stage
(IEntityContext ec) void
AEntityImportConfig.updatePersisted
(IEntityContext ec) protected void
AEntityImportConfig.validateImport
(IEntityContext ec) protected void
ProjectImportConfig.validateImport
(IEntityContext ec) ProjectImportConfig.withOverrideActiveVersions
(IEntityContext ec, boolean overrideActiveVersions) Constructors in de.xima.fc.importer.config with parameters of type IEntityContextModifierConstructorDescriptionAEntityImportConfig
(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> context, T entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.AppointmentTemplateImportConfig
(IEntityContext ec, Mandant client, AppointmentTemplate entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.ClientResourceImportConfig
(IEntityContext ec, Mandant client, MandantRessource entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.DataSourceImportConfig
(IEntityContext ec, Mandant client, Datenquelle entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.EntityImportConfig
(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> entity, Set<IEntityDependency> dependencies) Deprecated.InboxImportConfig
(IEntityContext ec, Mandant client, Postfach entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.ProjectImportConfig
(IEntityContext ec, Mandant client, Projekt entity, Projekt override, Set<IEntityDependency> dependencies, String importJson, List<DeserializedEntity> deserializedEntities) Deprecated.TemplateImportConfig
(IEntityContext ec, Mandant client, Textbaustein entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.UserGroupImportConfig
(IEntityContext ec, Mandant client, BenutzerGruppe entity, Set<IEntityDependency> dependencies, String importJson) Deprecated. -
Uses of IEntityContext in de.xima.fc.importer.ctx
Constructors in de.xima.fc.importer.ctx with parameters of type IEntityContextModifierConstructorDescriptionProjectImportContextBuilder
(IEntityContext ec, InputStream is, Mandant client) Deprecated.UseProjectImporter
instead -
Uses of IEntityContext in de.xima.fc.importer.dependency
Methods in de.xima.fc.importer.dependency with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic final void
EntityDependencyUpdater.updateImportConfigFromDb
(IEntityContext ec, IEntityImportConfig<?> config) static final void
EntityDependencyUpdater.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 IEntityContextMethods in de.xima.fc.importer.interfaces with parameters of type IEntityContextModifier and TypeMethodDescriptionIEntityImportConfig.finalize
(IEntityContext ec, String fcVersion, String exportVersion) Finish the import.IEntityImportConfig.loadAlternative
(IEntityContext ec) void
IEntityImportConfig.resolveDependencies
(IEntityContext ec) Deprecated.void
IEntityImportConfig.stage
(IEntityContext ec) Stages the import for execution based on the given configurationvoid
IEntityImportStager.stage
(IEntityContext ec) Deprecated.Stages the import for execution based on the given configurationvoid
IEntityImportConfig.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 -
Uses of IEntityContext in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project with parameters of type IEntityContextModifier and TypeMethodDescriptionProjectImporter.doImport
(IEntityContext ec) Imports the given project and its dependencies.void
ProjectImporter.finishImport
(IEntityContext ec) Deprecated.void
ProjectImporter.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 IEntityContextModifierConstructorDescriptionProjectImporter
(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 IEntityContextModifier and TypeMethodDescriptionprotected boolean
ActionImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
AppointmentTemplateImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
ClientResourceImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
DataSourceImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
FormVersionImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
InboxImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
ProjectDoiDataImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
ProjectIdentityCheckDataImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
ProjectImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
ProjectInviteDataImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
ProjectResourceImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
StateImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
TemplateImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
UserGroupImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
UserImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected boolean
UserRoleImportStager.isUuidExisting
(IEntityContext ec) Deprecated.protected void
ActionImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
AppointmentTemplateImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
ClientResourceImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
DataSourceImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
FormVersionImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
InboxImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
ProjectDoiDataImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
ProjectIdentityCheckDataImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
ProjectImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
ProjectInviteDataImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
ProjectResourceImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
StateImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
TemplateImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
UserGroupImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
UserImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
UserRoleImportStager.makeEntityUnique
(IEntityContext ec) Deprecated.protected void
ActionImportStager.preCreate
(IEntityContext ec) Deprecated.protected void
ClientResourceImportStager.preCreate
(IEntityContext ec) Deprecated.protected void
FormVersionImportStager.preCreate
(IEntityContext ec) Deprecated.protected void
InboxImportStager.preCreate
(IEntityContext ec) Deprecated.protected void
ProjectImportStager.preCreate
(IEntityContext ec) Deprecated.protected void
ProjectResourceImportStager.preCreate
(IEntityContext ec) Deprecated.protected void
StateImportStager.preCreate
(IEntityContext ec) Deprecated.protected void
TemplateImportStager.preCreate
(IEntityContext ec) Deprecated.protected void
ActionImportStager.preUpdate
(IEntityContext ec) Deprecated.protected void
ClientResourceImportStager.preUpdate
(IEntityContext ec) Deprecated.protected void
FormVersionImportStager.preUpdate
(IEntityContext ec) Deprecated.protected void
InboxImportStager.preUpdate
(IEntityContext ec) Deprecated.protected void
ProjectImportStager.preUpdate
(IEntityContext ec) Deprecated.protected void
ProjectResourceImportStager.preUpdate
(IEntityContext ec) Deprecated.protected void
StateImportStager.preUpdate
(IEntityContext ec) Deprecated.protected void
UserGroupImportStager.preUpdate
(IEntityContext ec) Deprecated.Constructors in de.xima.fc.importer.stager with parameters of type IEntityContextModifierConstructorDescriptionActionImportStager
(IEntityContext ec, Aktion entity, Mandant client) Deprecated.ActionImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.AppointmentTemplateImportStager
(IEntityContext ec, AppointmentTemplate entity, Mandant client) Deprecated.AppointmentTemplateImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ClientResourceImportStager
(IEntityContext ec, MandantRessource entity, Mandant client) Deprecated.ClientResourceImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.DataSourceImportStager
(IEntityContext ec, Datenquelle entity, Mandant client) Deprecated.DataSourceImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.FormVersionImportStager
(IEntityContext ec, FormVersion entity, Mandant client) Deprecated.FormVersionImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.InboxImportStager
(IEntityContext ec, Postfach entity, Mandant client) Deprecated.InboxImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectDoiDataImportStager
(IEntityContext ec, ProjectDOIData entity, Mandant client) Deprecated.ProjectDoiDataImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectIdentityCheckDataImportStager
(IEntityContext ec, ProjectIdentityCheckData entity, Mandant client) Deprecated.ProjectIdentityCheckDataImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectImportStager
(IEntityContext ec, Projekt entity, Mandant client) Deprecated.ProjectImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectInviteDataImportStager
(IEntityContext ec, ProjectInviteData entity, Mandant client) Deprecated.ProjectInviteDataImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.ProjectResourceImportStager
(IEntityContext ec, ProjektRessource entity, Mandant client) Deprecated.ProjectResourceImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.StateImportStager
(IEntityContext ec, Status entity, Mandant client) Deprecated.StateImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.TemplateImportStager
(IEntityContext ec, Textbaustein entity, Mandant client) Deprecated.TemplateImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.UserGroupImportStager
(IEntityContext ec, BenutzerGruppe entity, Mandant client) Deprecated.UserGroupImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.UserImportStager
(IEntityContext ec, Benutzer entity, Mandant client) Deprecated.UserImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated.UserRoleImportStager
(IEntityContext ec, Rolle entity, Mandant client) Deprecated.UserRoleImportStager
(IEntityContext ec, IEntityImportConfig<?> config, Mandant client) Deprecated. -
Uses of IEntityContext in de.xima.fc.importer.stager.factory
Methods in de.xima.fc.importer.stager.factory with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic final IEntityImportStager
EntityImportStagerFactory.newImportStager
(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> entity, Mandant client) Deprecated.static final IEntityImportStager
EntityImportStagerFactory.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 IEntityContextModifier and TypeMethodDescriptionstatic <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 final boolean
EntityImportHelper.checkEntityNameExists
(IEntityContext ec, String name, de.xima.cmn.dao.interfaces.IEntity<Long> entity, de.xima.cmn.dao.interfaces.IEntity<Long> excludeEntity) static final <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 final String
EntityImportHelper.getUniqueProjectAlias
(IEntityContext ec, Projekt project, boolean excludeSelf) static final String
EntityImportHelper.getUniqueProjectTitle
(IEntityContext ec, Projekt project, boolean excludeSelf) Gets a unique project title for the given projectstatic final 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 final boolean
EntityImportHelper.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 final boolean
EntityImportHelper.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 IEntityContextModifier and TypeMethodDescriptionIEntityContext.features
(de.xima.cmn.dao.enums.EEntityContextFeature... features) IEntityContext.postCommit
(de.xima.cmn.dao.interfaces.IPostCommitListener listener) IEntityContext.postRollback
(de.xima.cmn.dao.interfaces.IPostRollbackListener listener) IEntityContext.preCommit
(de.xima.cmn.dao.interfaces.IPreCommitListener listener) IEntityContext.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 -
Uses of IEntityContext in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type IEntityContextModifier and TypeMethodDescriptiondefault String
IContextValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters) Deprecated.default String
IFormValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion fv, boolean encodeForHTML) Deprecated.default String
IFormValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, IFormReplacerParams parameters) Deprecated.default String
ISessionValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionId, String baseUrl) default String
ISessionValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters) Deprecated.default String
ISystemValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters) Deprecated.default String
ISystemValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpCtx) Deprecated.default String
ISystemValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpCtx, Vorgang process) Deprecated.default String
ITemplateValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, Mandant client) Deprecated.default String
ITemplateValueReplacer.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 IEntityContextModifier and TypeMethodDescriptionIPluginFormElementCatalogParams.getEntityContext()
IPluginFormElementTemplateParams.getEntityContext()
-
Uses of IEntityContext in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return IEntityContextModifier and TypeMethodDescriptionIPluginGenericReplacerParams.getEntityContext()
IPluginSessionReplacerParams.getEntityContext()
-
Uses of IEntityContext in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return IEntityContextModifier and TypeMethodDescriptionIProcessingPrefillData.getEntityContext()
Deprecated.IWorkflowProcessingContext.getEntityContext()
Deprecated.Methods in de.xima.fc.interfaces.processing with parameters of type IEntityContextModifier and TypeMethodDescriptiondefault boolean
IProcessing.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 -
Uses of IEntityContext in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return IEntityContext -
Uses of IEntityContext in de.xima.fc.jpa.context
Classes in de.xima.fc.jpa.context that implement IEntityContextMethods in de.xima.fc.jpa.context that return IEntityContextModifier and TypeMethodDescriptionstatic IEntityContext
EntityContextFactory.newAnonymousEntityContext()
static IEntityContext
EntityContextFactory.newEntityContext()
static IEntityContext
EntityContextFactory.newEntityContext
(Benutzer ben) Deprecated.UseEntityContextFactory.newEntityContext(IUser)
instead.static IEntityContext
EntityContextFactory.newEntityContext
(IUser user) static IEntityContext
EntityContextFactory.newEntityContext
(UserContext uc) static IEntityContext
EntityContextFactory.newSetupEntityContext()
Deprecated.UseEntityContextFactory.newSystemEntityContext()
instead.static IEntityContext
EntityContextFactory.newSystemEntityContext()
-
Uses of IEntityContext in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic Benutzer
LDAPBenutzerUtil.checkLDAPGroupsActiveUser
(IEntityContext ec, Long clientId, String userLogin) Deprecated.The user management has been reworked in version 8.0.0.static boolean
LDAPBenutzerUtil.checkLDAPLogin
(IEntityContext ec, LDAPGruppe gruppe, String userLogin, String userPwd) Deprecated.LDAPGruppe
has been deprecated in version 8.0.0static boolean
LDAPBenutzerUtil.checkLDAPLogin
(IEntityContext ec, Mandant man, String userLogin, String userPwd) Deprecated.MandantLdapData
has been deprecated in version 8.0.0static Benutzer
LDAPBenutzerUtil.getByLDAPData
(IEntityContext ec, Mandant man, String userName, byte[] objectId) Deprecated.User management has been reworked.static LDAPBenutzer
LDAPBenutzerUtil.getLDAPGruppeBenutzer
(IEntityContext ec, LDAPGruppe gruppe, String userLogin) Deprecated.The user management has been reworked in version 8.0.0.static Benutzer
LDAPBenutzerUtil.getLDAPGruppeBenutzer
(IEntityContext ec, Mandant man, String userLogin) Deprecated.The user management has been reworked in version 8.0.0.static Benutzer
LDAPBenutzerUtil.getLDAPGruppeBenutzerByLogin
(IEntityContext ec, Mandant man, String userLogin, String userPwd) Deprecated.The user management has been reworked in version 8.0.0.static boolean
LDAPBenutzerUtil.isLDAPUserActive
(IEntityContext ec, Mandant client, String userLogin) Deprecated.MandantLdapData
has 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 IEntityContextModifier and TypeMethodDescriptionstatic void
LiquibaseDBUtils.createBlobTable
(IEntityContext ec, String tableName, ArrayList<String> colNames) static void
LiquibaseDBUtils.createClobTable
(IEntityContext ec, String tableName, ArrayList<String> colNames) static void
LiquibaseDBUtils.createTable
(IEntityContext ec, String tableName, ArrayList<String> colNames) Deprecated.static void
LiquibaseDBUtils.createTable
(IEntityContext ec, String tableName, ArrayList<String> colNames, String colType) Method to create a table while using the underlying database connection.static void
LiquibaseDBUtils.createTable
(IEntityContext ec, String tableName, ArrayList<String> colNames, String colType, boolean autoIncrement) Deprecated.static void
LiquibaseDBUtils.dropTable
(IEntityContext ec, String tableName) Method to drop a table while using the underlying database connection. -
Uses of IEntityContext in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic boolean
UserMailUtil.sendEmailVerificationMail
(IEntityContext ec, UserEmail email, String baseUrl) static boolean
UserMailUtil.sendLDAPLogin
(IEntityContext ec, Benutzer user) Deprecated.static boolean
UserMailUtil.sendLoginData
(IEntityContext ec, Benutzer user, String password) Deprecated.static boolean
UserMailUtil.sendPrimaryEmailChangeMail
(IEntityContext ec, UserEmail email, String baseUrl) static boolean
UserMailUtil.sendResetPassword
(IEntityContext ec, Benutzer user, String resetPasswordUrl) Deprecated.static boolean
UserMailUtil.sendSystemLogin
(IEntityContext ec, Benutzer user, String password) Deprecated.static boolean
UserMailUtil.sendUserCredentialsResetMail
(IEntityContext ec, UserProfile profile, String baseUrl) static boolean
UserMailUtil.sendUserCredentialsResetMail
(IEntityContext ec, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress) static boolean
UserMailUtil.sendUserIdentityConnectedMail
(IEntityContext ec, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl) static boolean
UserMailUtil.sendUserIdentityRemovalMail
(IEntityContext ec, UserIdentity identity, String baseUrl) static boolean
UserMailUtil.sendUserInvitationMail
(IEntityContext ec, DirectClientAuthorization authorization) Sends an invitation mail to anDirectClientAuthorization
.static boolean
UserMailUtil.sendUserInvitationMail
(IEntityContext ec, DirectClientAuthorization authorization, String baseUrl) static boolean
UserMailUtil.sendUserMfaRemovalMail
(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl) static boolean
UserMailUtil.sendUserMfaTotpRegistrationMail
(IEntityContext ec, UserProfileMfa mfaConfig, String baseUrl) static boolean
UserMailUtil.sendUserProfileDeleteRequestMail
(IEntityContext ec, UserProfile userProfile, String baseUrl) static boolean
UserMailUtil.sendUserProfileMergeRequestMail
(IEntityContext ec, UserProfile userProfile, UserProfile toBeMerged, String baseUrl) static boolean
UserMailUtil.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 boolean
UserMailUtil.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 IEntityContextModifier and TypeMethodDescriptionstatic final Projekt
ProjectManager.create
(IEntityContext ec, Projekt project, Benutzer user) Deprecated.static final Projekt
ProjectManager.create
(IEntityContext ec, Projekt project, Benutzer user, boolean useOldWorkflow) Deprecated.static final Projekt
ProjectManager.create
(IEntityContext ec, Projekt project, IUser user) static final Projekt
ProjectManager.create
(IEntityContext ec, Projekt project, IUser user, boolean useOldWorkflow) static void
TextbausteinManager.createOrUpdateTemplate
(IEntityContext ec, ETextbausteinMsgCode msgCode, Mandant client) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.executeDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, IReplacerParams placeholderParams, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.executeDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.executeDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams placeholderParams, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.executeDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.executeDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.executePublicDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams replacerParams, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.executePublicDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, Serializable... parameters) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executePublicQuery
(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executePublicQuery
(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters, IReplacerParams replacerParams) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters, IReplacerParams replacerParams) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters) static Integer
DBQueryManager.executeSql
(IEntityContext ec, Long dbZugriffId, String sql) static String
SessionAttachmentManager.getAttachment
(IEntityContext ec, Vorgang process, String context, String sessionId, String argString) Deprecated.static String
SessionAttachmentManager.getAttachmentList
(IEntityContext ec, Vorgang process, String context, String sessionId) Deprecated.static String
SessionAttachmentManager.getAttachmentZip
(IEntityContext ec, Vorgang process, String context, String sessionId, String argString) Deprecated.TextbausteinManager.getI18nValues
(IEntityContext ec, Textbaustein template) Provides the i18n values for the given template.static String
TextbausteinManager.getMandantSpecificMsg
(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode) Liefert Mandanten-spezifische (nutzerdefinierte) Texte.static Postfach
PostfachManager.getPostfachByName
(Mandant m, String name, IEntityContext ec) Liefert den via Namen angefordeten Mandanten-spezifische Postfach.static Textbaustein
TextbausteinManager.getTextbausteinByMsgCode
(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode) Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) Text.static Textbaustein
TextbausteinManager.getTextbausteinByMsgCode
(IEntityContext ec, Mandant m, String msgCode) static Textbaustein
TextbausteinManager.getTextbausteinByName
(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name) Liefert Mandanten-spezifische (nutzerdefinierte) Texte einer bestimmten Kategorie.static Textbaustein
TextbausteinManager.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 Textbaustein
TextbausteinManager.getTextbausteineByName
(IEntityContext ec, Mandant mandant, String name) Deprecated.static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.query
(IEntityContext ec, Integer dbZugriffId, String sql, boolean suppressStatementLimits, IReplacerParams params, Serializable... args) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.query
(IEntityContext ec, Integer dbZugriffId, String sql, boolean suppressStatementLimits, Serializable... args) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.query
(IEntityContext ec, Integer dbZugriffId, String sql, Serializable... args) static int
DBQueryManager.update
(IEntityContext ec, Integer dbZugriffId, String sql, Serializable... args) static final Projekt
ProjectManager.update
(IEntityContext ec, Projekt project, Benutzer user) Deprecated.static final Projekt
ProjectManager.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 IEntityContextModifier and TypeMethodDescriptionBulkProtocolEntryResolver.getProtocolEntry
(IEntityContext ec, TEntityMeta entityMeta) Method parameters in de.xima.fc.mdl.dao with type arguments of type IEntityContextModifier and TypeMethodDescriptionstatic <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 IEntityContextModifier and TypeMethodDescriptionstatic 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 -
Uses of IEntityContext in de.xima.fc.ms.test.extension
Methods in de.xima.fc.ms.test.extension that return IEntityContext -
Uses of IEntityContext in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return IEntityContext -
Uses of IEntityContext in de.xima.fc.order
Methods in de.xima.fc.order with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic int
AktionOrderHelper.getNewIndex
(Status status, IEntityContext ec) Deprecated.static int
StatusOrderHelper.getNewIndex
(Projekt projekt, IEntityContext ec) Deprecated.static BasicRefResult
AktionOrderHelper.isAktionDeletable
(Aktion delAktion, IEntityContext ec) Deprecated.Prüft ob eine Aktion gelöscht werden kann.static BasicRefResult
AktionOrderHelper.isAktionMoveable
(Aktion currentAktion, int targetIndex, IEntityContext ec) Deprecated.Prüft ob eine Aktion verschoben werden darf.static BasicRefResult
AktionOrderHelper.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 Aktion
AktionOrderHelper.move
(Aktion aktion, int targetIdx, IEntityContext ec) Deprecated.Passt die Reihenfolge der Aktionen an, wo es notwendig ist.static Status
StatusOrderHelper.move
(Status status, int targetIdx, IEntityContext ec) Deprecated.Passt die Reihenfolge der Status an, wo es notwendig ist.static Aktion
AktionOrderHelper.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 IEntityContextModifier and TypeMethodDescriptionPlaceholderReplacer.IEntityContextFactory.createEntityFactory()
Methods in de.xima.fc.placeholder with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic String
PlaceholderReplacer.parse
(IEntityContext ec, String text, Vorgang formRecord, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.parse
(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, FormVersion formVersion, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.parse
(IEntityContext ec, String text, IFormDataAdapter fda, Mandant client, Vorgang formRecord, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.parse
(IEntityContext ec, String text, IFormDataAdapter fda, IWorkflowProcessingContext wpc, Vorgang vorgang, Mandant mandant, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.parse
(IEntityContext ec, String text, IReplacerParams parameters) Deprecated.static String
PlaceholderReplacer.parseForContextValues
(IEntityContext ec, String text, IContextReplacerParams parameters) Deprecated.static String
PlaceholderReplacer.parseForFormValues
(IEntityContext ec, String text, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.parseForFormValues
(IEntityContext ec, String text, IFormReplacerParams parameters) Deprecated.static String
PlaceholderReplacer.parseForSessionValues
(IEntityContext ec, String text, Vorgang process, String baseUrl, String sessionId) Deprecated.static String
PlaceholderReplacer.parseForSessionValues
(IEntityContext ec, String text, ISessionReplacerParams parameters) Deprecated.static String
PlaceholderReplacer.parseForSystemAttributes
(IEntityContext ec, String text, Vorgang process, IWorkflowProcessingContext wfpctx) Deprecated.static String
PlaceholderReplacer.parseForSystemAttributes
(IEntityContext ec, String text, ISystemReplacerParams parameters) Deprecated.static String
PlaceholderReplacer.parseForTemplates
(IEntityContext ec, String text, Mandant client) Deprecated.static String
PlaceholderReplacer.parseForTemplates
(IEntityContext ec, String text, ITemplateReplacerParams parameters) Deprecated.static String
PlaceholderReplacer.replaceFormValue
(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter formData, FormVersion formVersion, boolean encodeForHTML) Deprecated.static String
PlaceholderReplacer.replaceSessionValues
(IEntityContext ec, String placeholder, String placeholderContent, Vorgang process, String sessionId, String baseUrl) Deprecated.static String
PlaceholderReplacer.replaceSessionValues
(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters, String contextPath) Deprecated.static String
PlaceholderReplacer.replaceSystemValue
(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wfpctx) Deprecated.static String
PlaceholderReplacer.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 IEntityContextModifier and TypeMethodDescriptionstatic <E extends APluginEntity<?,
?, ?>>
EPluginTransactions.create
(IEntityContext ec, E entity) Creates the given system or client plugin entity.static void
PluginManager.createMandantProtocolEntry
(IEntityContext ec, Mandant man, String protocolEntry, Object... params) static void
PluginTransactions.delete
(IEntityContext ec, APluginEntity<?, ?, ?> entity) Deletes the given system or client plugin entity.static boolean
PluginTransactions.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.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 PluginManifest
PluginTransactions.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 ofPluginGroupMeta
to 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 IEntityContextModifier and TypeMethodDescriptionstatic boolean
PluginTransactions.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.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 -
Uses of IEntityContext in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return IEntityContextModifier and TypeMethodDescriptionIProcessingBean.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
Constructors in de.xima.fc.plugin.models.params.replacer with parameters of type IEntityContextModifierConstructorDescriptionPluginFormReplacerParams
(IEntityContext ec, String placeholder, String placeholderContent, IFormDataAdapter fda, FormVersion formversion) PluginFormReplacerParams
(IEntityContext ec, String placeholder, String placeholderContent, IFormReplacerParams parameters) PluginSessionReplacerParams
(IEntityContext ec, String placeholder, String placeholderContent, Vorgang vorgang, String sessionID, String contextName) PluginSessionReplacerParams
(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters) PluginSystemReplacerParams
(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters) PluginSystemReplacerParams
(IEntityContext ec, String placeholder, String placeholderContent, IWorkflowProcessingContext wpc, Mandant client) PluginSystemReplacerParams
(IEntityContext ec, String placeholder, String placeholderContent, IBaseWorkflowExecutionContext wpc, Mandant client) PluginTemplateReplacerParams
(IEntityContext ec, String placeholder, String placeholderContent, Mandant man) PluginTemplateReplacerParams
(IEntityContext ec, String placeholder, String placeholderContent, ITemplateReplacerParams parameters) -
Uses of IEntityContext in de.xima.fc.proma.context
Methods in de.xima.fc.proma.context that return types with arguments of type IEntityContextMethod parameters in de.xima.fc.proma.context with type arguments of type IEntityContextModifier and TypeMethodDescriptionIPublicNativeSyncContextBuilder.entityContextFactory
(Supplier<IEntityContext> entityContextFactory) IPublicPromaInvocationContextBuilder.entityContextFactory
(Supplier<IEntityContext> entityContextFactory) -
Uses of IEntityContext in de.xima.fc.proma.util
Methods in de.xima.fc.proma.util with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic 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 IEntityContextModifier and TypeMethodDescriptionint
ProtocolCleaner.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 IEntityContextModifier and TypeMethodDescriptionWorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowVersion
(long workflowVersionId, IPlaceholderRefactorMapper refactorer, IEntityContext ec) Reads the given workflow version from the database, performsrefactorPlaceholders
on that version, and writes back the version to the database.static boolean
ResourceRefactorProcessor.refactorProjectResource
(IEntityContext ec, ProjektRessource resource, ITextResourceRefactorer refactorer) Applies the given refactorer to the given resource.static void
ResourceRefactorProcessor.refactorProjectResources
(IEntityContext ec, long projectId, ITextResourceRefactorer refactorer) Applies the given refactorer to allproject resources
of the given project.static void
ResourceRefactorProcessor.refactorProjectResources
(IEntityContext ec, Projekt project, ITextResourceRefactorer refactorer) Applies the given refactorer to allproject resources
of the given project. -
Uses of IEntityContext in de.xima.fc.serialize
Methods in de.xima.fc.serialize with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic final DeserializedEntity
EntitySerializer.deserialize
(IEntityContext ec, InputStream is, String baseDir, String subDirPath) Deprecated.static final DeserializedEntity
EntitySerializer.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 IEntityContextModifier and TypeMethodDescriptionstatic final IDoiVerificationResult
ServletEventResultFactory.doiVerificationFailure
(IEntityContext ec, Projekt project, Long doiInitWorkflowNodeId) static final IDoiVerificationResult
ServletEventResultFactory.doiVerificationPage
(IEntityContext ec, Vorgang formRecord, Locale locale) static final IDoiVerificationResult
ServletEventResultFactory.doiVerificationSuccess
(IEntityContext ec, Vorgang formRecord, Locale locale) static final IDoiVerificationResult
ServletEventResultFactory.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 IEntityContextModifier and TypeMethodDescriptionprotected Benutzer
DefaultClientCreator.createBenutzer
(IEntityContext ec, Mandant client, Benutzer user, Rolle role) DefaultClientCreator.createBenutzergruppen
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) Deprecated.will be removed.DefaultClientCreator.createClient
(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData) DefaultClientCreator.createClient
(IEntityContext ec, Mandant client, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator) static FCMessage
XFSetup.createClient
(IEntityContext ec, Mandant client, MandantMailData mailData, String adminMail, IUser creator) Creates a client with the currentIClientCreator
and currentIClientCreateData
protected Rolle
DefaultClientCreator.createClientAdminRole
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) protected Rolle
DefaultClientCreator.createClientAdminRole
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules) Deprecated.DefaultClientCreator.createI18nTemplate
(IEntityContext ec, Locale installLocale, Mandant client) DefaultClientCreator.createInboxes
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) protected MandantLdapData
DefaultClientCreator.createLdapData
(IEntityContext ec, MandantLdapData ldapData, Mandant client) Deprecated.UseDefaultClientCreator.createLdapData(IEntityContext, LDAPZugriff, Mandant)
instead.protected MandantMailData
DefaultClientCreator.createMailData
(IEntityContext ec, MandantMailData mailData, Mandant client) static FCMessage
XFSetup.createMandant
(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user) Deprecated.DefaultClientCreator.createMandantAdminRolle
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules) Deprecated.will be removed.DefaultClientCreator.createModules
(IEntityContext ec, IClientCreateData defaultData, Mandant client) Deprecated.Table no longer exists.DefaultClientCreator.createNonAdminRoles
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, Set<String> moduleNames) DefaultClientCreator.createNoneAdminRoles
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules) Deprecated.DefaultClientCreator.createNoneAdminRollen
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client, List<Modul> modules) Deprecated.will be removed.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 Benutzer
DefaultClientCreator.createUser
(IEntityContext ec, Mandant client, Benutzer user, Rolle role) Deprecated.protected List<BenutzerGruppe>
DefaultClientCreator.createUsergroups
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) static Mandant
XFSetup.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 IEntityContextModifier and TypeMethodDescriptiondefault Mandant
IClientCreator.createClient
(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData) IClientCreator.createClient
(IEntityContext ec, Mandant man, MandantMailData mailData, String adminEmail, IClientCreateData defaultData, IUser creator) Method to create an client with the given data.default Mandant
IClientCreator.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 IEntityContextModifier and TypeMethodDescriptionstatic final 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 final 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 IEntityContextModifier and TypeMethodDescriptionTimedStatusChangeHelper.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 IEntityContextModifier and TypeMethodDescriptionstatic Integer
AUpdater.countElements
(IEntityContext ec, String sqlQuery) static Integer
AUpdater.executeNativeQuery
(IEntityContext ec, String qlQuery) static Integer
AUpdater.executeQuery
(IEntityContext ec, String qlQuery) static <T> List<T>
AUpdater.executeQuery
(IEntityContext ec, String qlQuery, Class<T> returnClass) AUpdater.getAllIDs
(IEntityContext ec, String query) -
Uses of IEntityContext in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type IEntityContextModifier and TypeMethodDescriptionGenericDaoUtils.getEntities
(IEntityContext ec, List<UUID> uuids, Object context, Class<T> entityClass) static final <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 final <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 final Long
GenericDaoUtils.getIdFromUUID
(IEntityContext ec, UUID uuid, Object context, Class<?> entityClass) Translates an entity UUID to its corresponding ID if it existsGenericDaoUtils.getIdsFromUUIDs
(IEntityContext ec, List<UUID> uuids, Object context, Class<?> entityClass) Translates the list of UUIDs to a list of IDsGenericDaoUtils.getIdsFromUUIDStrings
(IEntityContext ec, List<String> strUuids, Object context, Class<?> entityClass) Translates the list of UUID strings to a list of IDsstatic final <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 final <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
TGenericDaoUtils.merge
(IEntityContext ec, T entity, T persisted) Deprecated.static final <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 IEntityContextModifier and TypeMethodDescriptionstatic WorkflowVersionStager
WorkflowVersionStager.forProcess
(IEntityContext ec, WorkflowProcess newProcess, WorkflowProcess oldProcess) static WorkflowVersionStager
WorkflowVersionStager.forVersion
(IEntityContext ec, WorkflowVersion newVersion, WorkflowVersion oldVersion) Creates a new stager for persisting an unsavedWorkflowProcess
.void
WorkflowVersionStager.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 IEntityContextModifier and TypeMethodDescriptionstatic void
WorkflowPersistHelper.createNewBackup
(IEntityContext ec, Mandant client, Locale locale, WorkflowVersion workflowVersion) Creates and persist a new backup for the given workflow version.static FlowchartSnapshot
WorkflowPersistHelper.loadSnapshotForBackup
(IEntityContext ec, WorkflowVersionBackup backup) static List<WorkflowState>
FlowchartModelConverter.toDataModel
(IEntityContext ec, Mandant client, List<WorkflowStateModel> states) static WorkflowVersion
FlowchartModelConverter.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 IEntityContextModifier and TypeMethodDescriptionstatic 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 boolean
InboxTaskUtil.isTaskInvokableInInbox
(IEntityContext ec, WorkflowTask task, Vorgang formRecord, Benutzer user) Deprecated.static boolean
InboxTaskUtil.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 IEntityContextModifier and TypeMethodDescriptionstatic <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 WorkflowBackupModel
WorkflowBackupHelper.createBackupModel
(IEntityContext ec, WorkflowVersion workflowVersion) Creates the backup model with all current backups available for the given workflow version.AElementInfoHelper.createSummaryModel
(IEntityContext ec, IWorkflowProvider provider) static void
WorkflowBackupHelper.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 IEntityContextModifier and TypeMethodDescriptionprotected boolean
EntityReferenceDaoListener.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.FilterCriterion
EntityReferenceDaoListener.createEntityRefsFilter
(TReferenced entity, IEntityContext ec) protected abstract void
PostCommitDaoListener.handleAfterCommit
(TEntity entity, IEntityContext ec) protected void
EntityReferenceDaoListener.handleBeforeCommit
(TReferenced entity, IEntityContext ec) protected abstract void
PreCommitDaoListener.handleBeforeCommit
(TEntity entity, IEntityContext ec) final void
PostCommitDaoListener.handleNotification
(TEntity entity, IEntityContext ec) final void
PreCommitDaoListener.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 IEntityContextModifier and TypeMethodDescriptionBeanWorkflowValidationEnvironmentData.getEntityContext()
FacesWorkflowLocalValidationContext.getEntityContext()
RequestWorkflowEnvironmentData.getEntityContext()
Constructors in de.xima.fc.workflow.designer.logic with parameters of type IEntityContextModifierConstructorDescriptionA 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 IEntityContextConstructors in de.xima.fc.workflow.designer.model with parameters of type IEntityContextModifierConstructorDescriptionGetElementSummaryParams
(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 IEntityContextModifier and TypeMethodDescriptionFcEmailUserReferenceMigrator.createUserRefToProfileIdMap
(IEntityContext ec) static void
FcEmailUserReferenceMigrator.migrateUsersToDirectClienAuthorizers
(IEntityContext ec, Mandant client, VerarbeitungEmail mailProps) Deprecated.static void
FcEmailUserReferenceMigrator.migrateUsersToDirectClienAuthorizers
(IEntityContext ec, Mandant client, FcEmailProps mailProps) static void
FcEmailUserReferenceMigrator.updateEmailAction
(IEntityContext ec, Mandant client, Aktion action, Map<String, Long> userRefToProfileIdMap) Deprecated.static void
FcEmailUserReferenceMigrator.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 IEntityContextModifier and TypeMethodDescriptionPojoBaseWorkflowEnvironmentData.getEntityContext()
PojoWorkflowValidationEnvironmentData.getEntityContext()
Constructors in de.xima.fc.workflow.model with parameters of type IEntityContextModifierConstructorDescriptionPojoBaseWorkflowEnvironmentData
(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec) Creates a new POJO implementation ofIWorkflowValidationEnvironmentData
with the given values.PojoWorkflowValidationEnvironmentData
(Mandant client, Projekt project, WorkflowVersion workflowVersion, IUser user, Locale locale, IEntityContext ec) Creates a new POJO implementation ofIWorkflowValidationEnvironmentData
with 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 -
Uses of IEntityContext in de.xima.fc.workflow.processor.form
Methods in de.xima.fc.workflow.processor.form with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic final String
FormProcessUtils.replaceProcessSubject
(IEntityContext ec, IFormDataAdapter formData, Vorgang process) Returns the subject of the given process while placeholders will be replaced by the given form datastatic final String
FormProcessUtils.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
Methods in de.xima.fc.workflow.processor.logic with parameters of type IEntityContextModifier and TypeMethodDescriptionWorkflowProviderHelper.computeAllClientCounterRefs
(IEntityContext ec, Mandant client) static List<ClientCounter>
WorkflowProviderHelper.computeAllClientCounters
(IEntityContext ec, Mandant client) static List<MandantRessource>
WorkflowProviderHelper.computeAllClientResources
(IEntityContext ec, Mandant client) static List<DatenbankZugriff>
WorkflowProviderHelper.computeAllDatabaseConnections
(IEntityContext ec, Mandant client) static List<Datenquelle>
WorkflowProviderHelper.computeAllDatabaseQueries
(IEntityContext ec, Mandant client) static List<DirectClientAuthorization>
WorkflowProviderHelper.computeAllDirectClientAuthorizations
(IEntityContext ec, Mandant client) WorkflowProviderHelper.computeAllFormElements
(IEntityContext ec, Mandant client, Projekt project, FormPersist persistOverride) WorkflowProviderHelper.computeAllInboxes
(IEntityContext ec, Mandant client) static List<LDAPZugriff>
WorkflowProviderHelper.computeAllLdapConnections
(IEntityContext ec, Mandant client) static List<LDAPAbfrage>
WorkflowProviderHelper.computeAllLdapQueries
(IEntityContext ec, Mandant client) static List<ProjektRessource>
WorkflowProviderHelper.computeAllProjectResources
(IEntityContext ec, Projekt project) static List<IWorkflowQualifiedSubmitButton>
WorkflowProviderHelper.computeAllQualifiedSubmitButtons
(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormPersist persistOverride) Finds all qualified form submit button from the form of the given project.static List<WorkflowStateModel>
WorkflowProviderHelper.computeAllStateModels
(IEntityContext ec, WorkflowVersion workflowVersion, Locale locale) static List<IWorkflowSubmitButton>
WorkflowProviderHelper.computeAllSubmitButtons
(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormPersist persistOverride) Finds all form submit button from the form of the given project.WorkflowProviderHelper.computeAllUploadElements
(IEntityContext ec, Projekt project) static List<BenutzerGruppe>
WorkflowProviderHelper.computeAllUserGroups
(IEntityContext ec, Mandant client) WorkflowProviderHelper.computeAllUsers
(IEntityContext ec, Mandant client) static List<WebDavAccess>
WorkflowProviderHelper.computeAllWebDavConnections
(IEntityContext ec, Mandant client) static List<BaseConfigViewModel>
WorkflowProviderHelper.computeNonOrderableAuthenticatorConfigs
(IEntityContext ec, Mandant client, Locale locale, boolean kerberosActive, boolean ntlmActive) static List<BaseConfigViewModel>
WorkflowProviderHelper.computeOrderableAuthenticatorConfigs
(IEntityContext ec, Mandant client, Locale locale, boolean kerberosActive, boolean ntlmActive) static List<Textbaustein>
WorkflowProviderHelper.computeTextTemplatesByCategory
(IEntityContext ec, Mandant client, ETextbausteinKategorie cat) static List<ISummaryKeyValuePair>
WorkflowSummaryHelper.getMultiFileSummaryKeyValuePairs
(IEntityContext ec, IWorkflowProvider provider, MultiFile multiFile) Creates summary entries for a specifiedMultiFile
instance.static List<ISummaryKeyValuePair>
WorkflowSummaryHelper.getSingleFileSummaryKeyValuePairs
(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile) Creates a summary entries for a givenSingleFile
instance.static List<ISummaryKeyValuePair>
WorkflowSummaryHelper.getSingleFileSummaryKeyValuePairs
(IEntityContext ec, IWorkflowProvider provider, SingleFile singleFile, String i18nSingleFileResourceKey) Creates summary entries for a specifiedSingleFile
instance. -
Uses of IEntityContext in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type IEntityContextModifier and TypeMethodDescriptionstatic IEventExecutionResult
EmptyEventExecutionResult.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 IWorkflowTaskRunnerParams
WorkflowTaskRunnerParamsResolver.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 IEntityContextModifier and TypeMethodDescriptionDefaultWorkflowValidationContext.getEntityContext()
InjectableValidationContext.getEntityContext()
-
Uses of IEntityContext in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IEntityContextConstructors in de.xima.fc.workflow.processor.model with parameters of type IEntityContextModifierConstructorDescriptionBuilder
(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 IEntityContextModifier and TypeMethodDescriptionprotected void
StateTimerTriggerSetup.addProtocolEntryForDeletedJob
(IEntityContext ec, Locale locale, Vorgang formRecord, org.quartz.JobDetail jobDetail) protected void
TimePointTriggerSetup.addProtocolEntryForDeletedJob
(IEntityContext ec, Locale locale, Vorgang formRecord, org.quartz.JobDetail jobDetail) protected void
StateTimerTriggerSetup.addProtocolEntryForNewJob
(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant) protected void
TimePointTriggerSetup.addProtocolEntryForNewJob
(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant) protected void
StateTimerTriggerSetup.addProtocolEntryForUpdatedJob
(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant) protected void
TimePointTriggerSetup.addProtocolEntryForUpdatedJob
(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant) protected de.xima.cmn.criteria.FilterCriterion
StateTimerTriggerSetup.findApplicableFormRecords
(IEntityContext ec, WorkflowTrigger trigger, FcStateTimerProps props) protected de.xima.cmn.criteria.FilterCriterion
TimePointTriggerSetup.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 Instant
StateTimerTriggerSetup.getTriggerFireInstant
(IEntityContext ec, Vorgang formRecord, FcStateTimerProps props) protected Instant
TimePointTriggerSetup.getTriggerFireInstant
(IEntityContext ec, Vorgang formRecord, FcTimePointProps props) protected boolean
StateTimerTriggerSetup.isAppliesToFormRecordUpdate
(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcStateTimerProps> handler) protected boolean
TimePointTriggerSetup.isAppliesToFormRecordUpdate
(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcTimePointProps> handler) protected IJobWrapper
StateTimerTriggerSetup.newJob
(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant) protected IJobWrapper
TimePointTriggerSetup.newJob
(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant)
ClientDescriptorHelper.getBackendClientDescriptors(IEntityContext)
and filter withEAuthenticatorRenderType
instead.