Uses of Class
de.xima.fc.entities.Benutzer
Packages that use Benutzer
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für den API-Zugriff auf Workflowverarbeitung
Package für Datenbankentitäten
Klassen für Zugriffsbeschränkung und Zugriffsrecht
Allgemeine Modellklassen, nicht Datenbankpersitiert
Commonly used enumeration that are mainly used in model classes.
Package to create clients, trigger updates and configure the system-logger
Package with interfaces to implement and replace the default client-creation
Package für Utilsklassen
-
Uses of Benutzer in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return BenutzerModifier and TypeMethodDescriptionBenutzerAPI.byLDAPGruppe
(UserContext uc, String username, Mandant mandant) Deprecated.BenutzerAPI.byLDAPGruppeLogin
(UserContext uc, Mandant man, String username, String clearTextPassword) Deprecated.BenutzerAPI.byLogin
(UserContext uc, String username, String clearTextPassword, Mandant mandant) Deprecated.Method for determining a user based on his login data.BenutzerAPI.byNameAndMandant
(UserContext uc, String username, Mandant mandant) Deprecated.BenutzerAPI.checkLDAPGroupsActiveUser
(UserContext uc, Long clientId, String userName) Deprecated.BenutzerAPI.getByLDAPData
(UserContext uc, Mandant mandant, String userName, byte[] objectID) Deprecated.BenutzerAPI.getByUUID
(UserContext uc, Mandant client, String uuid) Deprecated.Returns the user with the given UUID stringBenutzerAPI.getByUUID
(UserContext uc, Mandant client, UUID uuid) Deprecated.Returns the user with the given UUIDBenutzerAPI.handleUserLogin
(UserContext uc, Benutzer user) Deprecated.Method to register an successful user-loginBenutzerAPI.registerBenutzer
(UserContext uc, Benutzer benutzer, Mandant mandant) Deprecated.Method for creating a new user for aMandant
.Methods in de.xima.fc.api.entity that return types with arguments of type BenutzerModifier and TypeMethodDescriptionBenutzerAPI.getByMandant
(UserContext uc, Mandant mandant) Deprecated.Method for determining all user of aMandant
.Methods in de.xima.fc.api.entity with parameters of type BenutzerModifier and TypeMethodDescriptionboolean
BenutzerAPI.addBenutzerToGruppe
(UserContext uc, Benutzer ben, BenutzerGruppe bg) Deprecated.Method to add a user to a user group.VorgangAPI.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.The old workflow is deprecated, use method for the new workflow.FormEingangAPI.create
(UserContext uc, FormEingang formEingang, Benutzer vorgangsOwner, Benutzer benutzer) Deprecated.UseAEntityAPI.create(UserContext, ITransferableEntity)
Method for determining of aFormEingang
.PostfachAPI.getAllByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.VorgangAPI.getAllByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.ProjektAPI.getAllByEditorUser
(UserContext uc, Benutzer editor, Mandant client) Deprecated.ProjektAPI.getAllByEditorUser
(UserContext uc, Benutzer editor, Mandant client, String projectScope) Deprecated.BenutzerAPI.getBenutzergruppen
(UserContext uc, Benutzer ben) Deprecated.Method for determining all user groups of a user.BenutzerGruppeAPI.getByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.PostfachAPI.getExtendedPostfaecherByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.StatusAPI.getFolgeStatus
(UserContext uc, Benutzer benutzer, Projekt projekt, Status aktuellerStatus) WorkflowTaskAPI.getInboxTasks
(UserContext uc, Vorgang formRecord, Benutzer user) Deprecated.com.alibaba.fastjson.JSONObject
BenutzerAPI.getLDAPUserData
(UserContext uc, Benutzer benutzer) Deprecated.BenutzerAPI.handleUserLogin
(UserContext uc, Benutzer user) Deprecated.Method to register an successful user-loginProjektAPI.isEditingAllowed
(UserContext uc, Projekt projekt, Benutzer ben) Deprecated.boolean
WorkflowTaskAPI.isTaskInvokableInInbox
(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user) Deprecated.ProjektAPI.isZugriffsberechtigt
(UserContext uc, Projekt projekt, Benutzer benutzer) Deprecated.BenutzerAPI.registerBenutzer
(UserContext uc, Benutzer benutzer, Mandant mandant) Deprecated.Method for creating a new user for aMandant
. -
Uses of Benutzer in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type BenutzerModifier and TypeMethodDescriptionSetupAPI.createMandantWithDependencies
(UserContext uc, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user) Deprecated.void
XfcSessionAPI.createNew
(UserContext uc, String sessionID, Benutzer ben) Deprecated.This method does not do anything anymore.boolean
MailAPI.sendLoginChangedMail
(UserContext uc, Benutzer user, String password) Deprecated.boolean
MailAPI.sendResetPasswordMail
(UserContext uc, Benutzer user, String url) Deprecated. -
Uses of Benutzer in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type BenutzerModifier and TypeMethodDescriptionWorkflowAPI.initCorrectionWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user) Deprecated.Use methods of the new workflow engine.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user, SessionAttributes sessionAttributes) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user, Map<String, Serializable> sessionAttributes) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.WorkflowAPI.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer user, Map<String, Serializable> sessionAttributes, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
. -
Uses of Benutzer in de.xima.fc.bl
Methods in de.xima.fc.bl with parameters of type BenutzerModifier and TypeMethodDescriptionstatic IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, SessionAttributes sessionAttributes) static IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String, Serializable> sessionAttributes) Deprecated.static IWorkflowResponse
WorkflowStarter.startSyncWorkflow
(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated. -
Uses of Benutzer in de.xima.fc.bl.fdv
Constructors in de.xima.fc.bl.fdv with parameters of type BenutzerModifierConstructorDescriptionWorkflowProcessing
(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. -
Uses of Benutzer in de.xima.fc.copy
Methods in de.xima.fc.copy with parameters of type BenutzerModifier and TypeMethodDescriptionProjectDuplicator.duplicate
(IEntityContext ec, Benutzer user) Deprecated.UseProjectDuplicator.duplicate(IEntityContext, IUser)
instead. -
Uses of Benutzer in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return BenutzerModifier and TypeMethodDescriptionBenutzerDao.byLogin
(IEntityContext ec, String loginName, String loginPwd, Mandant mandant) Deprecated.BenutzerDao.byNameAndMandant
(IEntityContext ec, String loginName, Mandant mandant) Deprecated.BenutzerDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Deprecated.BenutzerDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Deprecated.BenutzerDao.handleUserLogin
(IEntityContext ec, Benutzer user) Deprecated.Methods in de.xima.fc.dao.impl that return types with arguments of type BenutzerModifier and TypeMethodDescriptionBenutzerDao.getBenutzerByMandant
(IEntityContext ec, Mandant mandant) Deprecated.protected IFCDaoActionHook<Benutzer>
BenutzerDao.getPostActionHook()
Deprecated.protected IFCDaoActionHook<Benutzer>
BenutzerDao.getPreActionHook()
Deprecated.Methods in de.xima.fc.dao.impl with parameters of type BenutzerModifier and TypeMethodDescriptionProjektDao.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.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.VorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.FormEingangDao.create
(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater) Deprecated.BenutzerDao.getBenutzergruppen
(IEntityContext ec, Benutzer benutzer) Deprecated.StatusDao.getFolgeStatus
(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.PostfachDao.getPostfachByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.ProjektDao.getProjektByEditorBenutzer
(IEntityContext ec, Benutzer benutzer, Mandant mandant) Deprecated.ProjektDao.getProjektByEditorBenutzer
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope) Deprecated.VorgangDao.getVorgaengeByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.BenutzerDao.handleUserLogin
(IEntityContext ec, Benutzer user) Deprecated.boolean
ProjektDao.isEditingAllowed
(IEntityContext ec, Projekt p, Benutzer ben) Deprecated.boolean
BenutzerDao.isLastActiveMandantadmin
(IEntityContext ec, Benutzer ben) Deprecated.boolean
ProjektDao.isZugriffsberechtigt
(IEntityContext ec, Projekt project, Benutzer user) Deprecated. -
Uses of Benutzer in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return BenutzerModifier and TypeMethodDescriptionIBenutzerDao.byLogin
(IEntityContext ec, String loginName, String loginPwd, Mandant mandant) Deprecated.Diese Methode sucht einenBenutzer
anhand desgetLoginName()
und desgetPasswort()
, wurde ein aktiverBenutzer
gefunden, wird dieser zurückgeben.IBenutzerDao.byNameAndMandant
(IEntityContext ec, String loginName, Mandant mandant) Deprecated.IBenutzerDao.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 UUIDIBenutzerDao.handleUserLogin
(IEntityContext ec, Benutzer user) Deprecated.Methods in de.xima.fc.dao.interfaces that return types with arguments of type BenutzerModifier and TypeMethodDescriptionIBenutzerDao.getBenutzerByMandant
(IEntityContext ec, Mandant mandant) Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type BenutzerModifier and TypeMethodDescriptionIProjektDao.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.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.IVorgangDao.correctStatus
(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.IFormEingangDao.create
(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater) Deprecated.IBenutzerDao.getBenutzergruppen
(IEntityContext ec, Benutzer ben) Deprecated.IStatusDao.getFolgeStatus
(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.IPostfachDao.getPostfachByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.IProjektDao.getProjektByEditorBenutzer
(IEntityContext ec, Benutzer benutzer, Mandant mandant) Deprecated.IProjektDao.getProjektByEditorBenutzer
(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope) Deprecated.IVorgangDao.getVorgaengeByBenutzer
(IEntityContext ec, Benutzer benutzer) Deprecated.IBenutzerDao.handleUserLogin
(IEntityContext ec, Benutzer user) Deprecated.boolean
IProjektDao.isEditingAllowed
(IEntityContext ec, Projekt p, Benutzer ben) Deprecated.boolean
IBenutzerDao.isLastActiveMandantadmin
(IEntityContext ec, Benutzer ben) Deprecated.boolean
IProjektDao.isZugriffsberechtigt
(IEntityContext ec, Projekt p, Benutzer ben) Deprecated. -
Uses of Benutzer in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type BenutzerModifier and TypeMethodDescriptionvoid
ProtokollUtils.addStateChangeProtocolEntry
(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState) void
ProtokollUtils.addTriggerFiredProtocolEntry
(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowTask task) Deprecated.static final ProtocolEntryClient
ProtokollUtils.getNewFormVersionPe
(Benutzer user, FormVersion formversion) Deprecated. -
Uses of Benutzer in de.xima.fc.entities
Subclasses of Benutzer in de.xima.fc.entitiesModifier and TypeClassDescriptionclass
Deprecated.The new user managemen uses the system-scopedUserProfile
, the client-scopedDirectClientAuthorization
etc.Methods in de.xima.fc.entities that return BenutzerModifier and TypeMethodDescriptionVorgang.getBearbeiter()
Deprecated.FormEingang.getErsteller()
Deprecated.Vorgang.getErsteller()
Deprecated.Methods in de.xima.fc.entities that return types with arguments of type BenutzerModifier and TypeMethodDescriptionBenutzerGruppe.getBenutzer()
Deprecated.Rolle.getBenutzer()
Deprecated.Methods in de.xima.fc.entities with parameters of type BenutzerModifier and TypeMethodDescriptionvoid
BenutzerGruppe.addBenutzer
(Benutzer benutzer) Deprecated.UseBenutzerGruppe.setDirectClientAuthorizations(Set)
instead.void
Rolle.addBenutzer
(Benutzer benutzer) Deprecated.boolean
Projekt.isEditableBy
(Benutzer user, List<BenutzerGruppe> usergroups) Deprecated.boolean
Projekt.isVisibleBy
(Benutzer user, List<BenutzerGruppe> usergroups) Deprecated.Benutzer is deprecated.void
BenutzerGruppe.removeBenutzer
(Benutzer benutzer) Deprecated.UseBenutzerGruppe.setDirectClientAuthorizations(Set)
instead.void
Rolle.removeBenutzer
(Benutzer benutzer) Deprecated.void
Vorgang.setBearbeiter
(Benutzer bearbeiter) Deprecated.void
Vorgang.setCreator
(Benutzer creator) Deprecated.UseVorgang.setCreator(IUser)
instead.void
Deprecated.UseVorgang.setEditor(IUser)
instead.void
FormEingang.setErsteller
(Benutzer ersteller) Deprecated.UseFormEingang.setErstellerRef(String)
instead.void
Vorgang.setErsteller
(Benutzer ersteller) Deprecated.void
Deprecated.UseAProtocolEntry.setUser(IUser)
instead.Method parameters in de.xima.fc.entities with type arguments of type BenutzerModifier and TypeMethodDescriptionvoid
BenutzerGruppe.setBenutzer
(List<Benutzer> benutzer) Deprecated.UseBenutzerGruppe.setDirectClientAuthorizations(Set)
instead.void
Rolle.setBenutzer
(List<Benutzer> benutzer) Deprecated. -
Uses of Benutzer in de.xima.fc.export
Methods in de.xima.fc.export with parameters of type BenutzerModifier and TypeMethodDescriptionstatic final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Projekt project, Benutzer user) Deprecated.static final FormVersion
AProjektUtil.createNewFormVersion
(IEntityContext ec, Long projectId, Benutzer user) Deprecated.Constructors in de.xima.fc.export with parameters of type BenutzerModifierConstructorDescriptionProjektExportUtil
(Mandant man, IEntityContext ec, Benutzer user, Set<EFormImpexOption> options) Deprecated.ProjektUpdateUtil
(Mandant man, IEntityContext ec, Benutzer user) Deprecated. -
Uses of Benutzer in de.xima.fc.export.helper
Fields in de.xima.fc.export.helper declared as BenutzerConstructors in de.xima.fc.export.helper with parameters of type BenutzerModifierConstructorDescriptionAEnitityHelper
(IEntityContext ec, Mandant mandant, Projekt project, Benutzer user) Deprecated.FormVersionHelper
(IEntityContext ec, Mandant mandant, Projekt project, Benutzer user) Deprecated. -
Uses of Benutzer in de.xima.fc.exporter
Methods in de.xima.fc.exporter with parameters of type Benutzer -
Uses of Benutzer in de.xima.fc.exporter.interfaces
Methods in de.xima.fc.exporter.interfaces with parameters of type BenutzerModifier and TypeMethodDescriptionIEntityExporter.doExport
(IEntityContext ec, File baseDir, Benutzer user) Deprecated. -
Uses of Benutzer in de.xima.fc.exporter.legacy
Methods in de.xima.fc.exporter.legacy with parameters of type BenutzerModifier and TypeMethodDescriptionstatic final void
LegacyExporter.addV1ProjectExport
(IEntityContext ec, File outDir, List<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> entities, Benutzer user) -
Uses of Benutzer in de.xima.fc.filter.db
Methods in de.xima.fc.filter.db that return Benutzer -
Uses of Benutzer in de.xima.fc.form.edit
Methods in de.xima.fc.form.edit with parameters of type BenutzerModifier and TypeMethodDescriptionstatic boolean
FormEditValidator.checkEditContext
(Mandant client, Projekt project, Benutzer user) Deprecated. -
Uses of Benutzer in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type BenutzerModifier and TypeMethodDescriptionstatic Attachment
AttachmentHelper.createAttachment
(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, String fileName, EAttachmentSource attachmentSource, InputStream is) static Attachment
AttachmentHelper.createAttachment
(UserContext uc, Mandant man, Benutzer ben, Vorgang vorgang, org.apache.commons.fileupload.FileItem item, EAttachmentSource attachmentSource) -
Uses of Benutzer in de.xima.fc.form.publish
Methods in de.xima.fc.form.publish that return BenutzerModifier and TypeMethodDescriptionFormPublishContext.getCurrentBenutzer()
Deprecated.UseFormPublishContext.getUser()
instead.Methods in de.xima.fc.form.publish with parameters of type BenutzerModifier and TypeMethodDescriptionFormPublishContextBuilder.build
(Benutzer benutzer, PublishRequestParameter parameters) Deprecated.void
FormPublishContext.setCurrentBenutzer
(Benutzer benutzer) Deprecated.UseFormPublishContext.setUser(IUser)
instead. -
Uses of Benutzer in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return BenutzerModifier and TypeMethodDescriptionFormRenderContextBuilder.getBenutzer()
Deprecated.UseFormRenderContextBuilder.user
instead.Methods in de.xima.fc.form.render with parameters of type BenutzerModifier and TypeMethodDescriptionvoid
FormRenderContextBuilder.setBenutzer
(Benutzer benutzer) Deprecated.UseFormRenderContextBuilder.user
instead.Constructors in de.xima.fc.form.render with parameters of type BenutzerModifierConstructorDescriptionFormRenderContextBuilder
(long projektId, int formVersionNumber, Locale locale, Benutzer benutzer) Deprecated.FormRenderContextBuilder
(long projektId, Integer formVersionNumber, Locale locale, Benutzer benutzer, String processId) Deprecated.FormRenderContextBuilder
(long projektId, Locale locale, Benutzer benutzer) Deprecated.FormRenderContextBuilder
(long projektId, Locale locale, Benutzer benutzer, String processId) Deprecated. -
Uses of Benutzer in de.xima.fc.form.request
Methods in de.xima.fc.form.request that return BenutzerModifier and TypeMethodDescriptionFormRequestContextBuilder.getBenutzer()
Deprecated.the current user will be determined from the web context (request, response)Methods in de.xima.fc.form.request with parameters of type BenutzerModifier and TypeMethodDescriptionvoid
FormRequestContextBuilder.setBenutzer
(Benutzer benutzer) Deprecated.UseFormRequestContextBuilder.setUser(IUser)
instead.Constructors in de.xima.fc.form.request with parameters of type BenutzerModifierConstructorDescriptionFormRequestContextBuilder
(long projektId, Integer formVersionNummer, String prozessId, Benutzer benutzer) Deprecated.FormRequestContextBuilder
(long projektId, Integer formVersionNummer, String prozessId, Benutzer benutzer, FrontendServer frontendServer) Deprecated. -
Uses of Benutzer in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return BenutzerMethods in de.xima.fc.gui.bean.user that return types with arguments of type BenutzerModifier and TypeMethodDescriptionUserDeletionBean.getActiveUsers()
Deprecated.UserDeletionBean.getInactiveUsers()
Deprecated.UserBean.getModel()
Deprecated.Methods in de.xima.fc.gui.bean.user with parameters of type BenutzerModifier and TypeMethodDescriptionboolean
UserBean.deletionAllowed
(Benutzer user) Deprecated.boolean
UserBean.isLastClientAdmin
(Benutzer user) Deprecated.boolean
UserBean.isUserActive
(Benutzer user) Deprecated.void
UserBean.EntityListModelImpl.setSelected
(Benutzer selected) void
Deprecated.Method parameters in de.xima.fc.gui.bean.user with type arguments of type Benutzer -
Uses of Benutzer in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type Benutzer -
Uses of Benutzer in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return BenutzerMethods in de.xima.fc.gui.common.bean with parameters of type BenutzerModifier and TypeMethodDescriptionLoginBean.createSession
(Benutzer user) Deprecated.void
SessionBean.setCurrentUser
(Benutzer currentUser) Deprecated. -
Uses of Benutzer in de.xima.fc.gui.common.event
Methods in de.xima.fc.gui.common.event that return BenutzerMethods in de.xima.fc.gui.common.event with parameters of type BenutzerConstructors in de.xima.fc.gui.common.event with parameters of type BenutzerModifierConstructorDescriptionLoginEvent
(Benutzer user, LoginModel login) Deprecated.LoginEvent
(Benutzer user, LoginModel login, Long processId) Deprecated. -
Uses of Benutzer in de.xima.fc.gui.common.filter
Methods in de.xima.fc.gui.common.filter that return BenutzerModifier and TypeMethodDescriptionprotected Benutzer
AbstractFilter.getUser
(javax.servlet.ServletRequest request) Deprecated.Methods in de.xima.fc.gui.common.filter with parameters of type Benutzer -
Uses of Benutzer in de.xima.fc.gui.common.interfaces.event.listener
Methods in de.xima.fc.gui.common.interfaces.event.listener with parameters of type BenutzerModifier and TypeMethodDescriptionvoid
ILoginListener.handleLogin
(javax.faces.context.FacesContext context, Benutzer ben) Deprecated. -
Uses of Benutzer in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type BenutzerModifier and TypeMethodDescriptionstatic final boolean
PermissionUtils.canUserAccessFormRecord
(UserContext uc, Benutzer user, Vorgang process) Deprecated.static final boolean
PermissionUtils.canUserAccessInbox
(Benutzer user, Postfach inbox) Deprecated.UseUserMgmtUtils.canAccessInbox(IUser, Postfach)
instead.static final boolean
PermissionUtils.canUserAccessInbox
(Benutzer user, Integer inboxId) Deprecated.UseUserMgmtUtils.canAccessInbox(IUser, Postfach)
instead.static final boolean
PermissionUtils.canUserAccessProcess
(Benutzer user, long processId) Deprecated.static final boolean
PermissionUtils.canUserAccessProcess
(Benutzer user, Vorgang process) Deprecated.static final boolean
PermissionUtils.canUserAccessProcess
(Benutzer user, String puid) Deprecated.static final boolean
PermissionUtils.canUserAccessProjectPage
(UserContext uc, Benutzer user, Projekt project, EAccessProperty... props) Deprecated.static final boolean
PermissionUtils.canUserAccessProjectPage
(UserContext uc, Benutzer user, Rolle role, Mandant client, boolean isEditingAllowed, EAccessProperty... props) Deprecated.static final boolean
PermissionUtils.canUserAccessProjectPage
(UserContext uc, Benutzer user, Rolle role, Projekt project, boolean isEditingAllowed, EAccessProperty... props) Deprecated.static ProtocolEntryProcessing
EntityUtils.getNewCommentEntry
(Benutzer user, Vorgang process, String comment) Deprecated.static final boolean
PermissionUtils.hasUserInboxAccess
(Benutzer user, Mandant client) Deprecated.static final boolean
PermissionUtils.isTestCloudClient
(Mandant client, Benutzer user) Deprecated.UsePermissionUtils.isTestCloudClient(Mandant)
instead.Constructors in de.xima.fc.gui.common.utils with parameters of type BenutzerModifierConstructorDescriptionFormParser
(Vorgang formRecord, Locale locale, Benutzer user) Deprecated. -
Uses of Benutzer in de.xima.fc.gui.common.utils.msg
Methods in de.xima.fc.gui.common.utils.msg with parameters of type BenutzerModifier and TypeMethodDescriptionvoid
AJSFContext.redirectToDashboard
(Benutzer user) Deprecated.void
AJSFContext.redirectToDashboard
(Benutzer user, AJSFContext.RedirectOptions options) Deprecated. -
Uses of Benutzer in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type BenutzerModifierConstructorDescriptionUserModifiedEvent
(Benutzer entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec) Creates a new entity POJO with the given data. -
Uses of Benutzer in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model with parameters of type BenutzerModifier and TypeMethodDescriptionvoid
Deprecated.UsePluginWrapperModel.delete(IUser)
instead.Deprecated.UsePluginWrapperModel.save(IUser)
instead. -
Uses of Benutzer in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata with parameters of type BenutzerModifier and TypeMethodDescriptionLazyProjectViewListModel.updateProjectGroupNames
(IEntityContext ec, ProjectViewModel model, Benutzer user) Deprecated.Constructors in de.xima.fc.gui.model.lazydata with parameters of type BenutzerModifierConstructorDescriptionLazyProjectViewListModel
(Benutzer user, List<BenutzerGruppe> userGroups, Mandant client, Locale locale) Deprecated.LazyProjectWrapperListModel
(Mandant client, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission) Deprecated. -
Uses of Benutzer in de.xima.fc.gui.model.project
Constructors in de.xima.fc.gui.model.project with parameters of type BenutzerModifierConstructorDescriptionProjectWrapper
(Projekt project, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission) Deprecated. -
Uses of Benutzer in de.xima.fc.gui.model.version
Constructors in de.xima.fc.gui.model.version with parameters of type BenutzerModifierConstructorDescriptionProjectVersionModel
(AProjectDetailsBean projectDetails, Benutzer user) Deprecated.UseProjectVersionModel(AProjectDetailsBean, IUser)
instead. -
Uses of Benutzer in de.xima.fc.gui.transfer
Methods in de.xima.fc.gui.transfer with parameters of type BenutzerModifier and TypeMethodDescriptionstatic final <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
org.primefaces.model.StreamedContentEntityExportHelper.getStreamedContent
(IEntityExporter<T> exporter, Benutzer user) Deprecated.static final org.primefaces.model.StreamedContent
EntityExportHelper.getV1ProjectExport
(IEntityContext ec, Projekt project, Benutzer user) -
Uses of Benutzer in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return BenutzerModifier and TypeMethodDescriptionBenutzerHandler.byLDAPGruppe
(UserContext uc, String username, Mandant mandant) Deprecated.BenutzerHandler.byLDAPGruppeLogin
(UserContext uc, Mandant man, String userLogin, String userPwd) Deprecated.BenutzerHandler.byLogin
(UserContext uc, String userName, String passwd, Mandant man) Deprecated.BenutzerHandler.byNameAndMandant
(UserContext uc, String username, Mandant mandant) Deprecated.BenutzerHandler.checkLDAPGroupsActiveUser
(UserContext uc, Long clientId, String encryptUserLogin) Deprecated.BenutzerHandler.getByLDAPData
(UserContext uc, Mandant mandant, String userName, byte[] objectID) Deprecated.BenutzerHandler.getByUUID
(UserContext uc, Mandant client, String uuid) Deprecated.BenutzerHandler.getByUUID
(UserContext uc, Mandant client, UUID uuid) Deprecated.BenutzerHandler.handleUserLogin
(UserContext uc, Benutzer user) Deprecated.BenutzerHandler.registerBenutzer
(UserContext uc, Benutzer benutzer, Mandant mandant) Deprecated.Methods in de.xima.fc.handler.entity that return types with arguments of type BenutzerModifier and TypeMethodDescriptionBenutzerHandler.getByMandant
(UserContext uc, Mandant man) Deprecated.Methods in de.xima.fc.handler.entity with parameters of type BenutzerModifier and TypeMethodDescriptionboolean
BenutzerHandler.addBenutzerToGruppe
(UserContext uc, Benutzer ben, BenutzerGruppe bg) Deprecated.VorgangHandler.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.FormEingangHandler.create
(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer) Deprecated.ProjektHandler.getAllByEditorUser
(UserContext uc, Benutzer editor, Mandant client, String projectScope) Deprecated.BenutzerHandler.getBenutzergruppen
(UserContext uc, Benutzer ben) Deprecated.BenutzerGruppeHandler.getByBenutzer
(UserContext uc, Benutzer ben) Deprecated.PostfachHandler.getExtendedPostfaecherByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.StatusHandler.getFolgeStatus
(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.WorkflowTaskHandler.getInboxTasks
(UserContext uc, Vorgang formRecord, Benutzer user) Deprecated.com.alibaba.fastjson.JSONObject
BenutzerHandler.getLDAPUserData
(UserContext uc, Benutzer benutzer) Deprecated.PostfachHandler.getPostfaecherByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.VorgangHandler.getVorgaengeByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.BenutzerHandler.handleUserLogin
(UserContext uc, Benutzer user) Deprecated.ProjektHandler.isEditingAllowed
(UserContext uc, Projekt projekt, Benutzer ben) Deprecated.boolean
WorkflowTaskHandler.isTaskInvokableInInbox
(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user) Deprecated.ProjektHandler.isZugriffsberechtigt
(UserContext uc, Projekt projekt, Benutzer ben) Deprecated.BenutzerHandler.registerBenutzer
(UserContext uc, Benutzer benutzer, Mandant mandant) Deprecated. -
Uses of Benutzer in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return BenutzerModifier and TypeMethodDescriptionIBenutzerHandler.byLDAPGruppe
(UserContext uc, String username, Mandant client) Deprecated.IBenutzerHandler.byLDAPGruppeLogin
(UserContext uc, Mandant client, String userLogin, String userPwd) Deprecated.Methode zum Auslesen und Erzeugen eines temporären Benutzers aus einer LDAP-GruppeIBenutzerHandler.byLogin
(UserContext uc, String userName, String passwd, Mandant client) Deprecated.By login.IBenutzerHandler.byNameAndMandant
(UserContext uc, String username, Mandant client) Deprecated.Methode zum Ermitteln eines Benutzers anhand seines Namens und des MandantensIBenutzerHandler.checkLDAPGroupsActiveUser
(UserContext uc, Long clientId, String encryptUserLogin) Deprecated.IBenutzerHandler.getByLDAPData
(UserContext uc, Mandant client, String userName, byte[] objectID) Deprecated.User management has been reworked.IBenutzerHandler.getByUUID
(UserContext uc, Mandant client, String uuid) Deprecated.Returns the user with the given UUID stringIBenutzerHandler.getByUUID
(UserContext uc, Mandant client, UUID uuid) Deprecated.Returns the user with the given UUIDIBenutzerHandler.handleUserLogin
(UserContext uc, Benutzer user) Deprecated.IBenutzerHandler.registerBenutzer
(UserContext uc, Benutzer benutzer, Mandant client) Deprecated.Methode zum Anlegen eines neuen Benutzers zu einem MandantenMethods in de.xima.fc.handler.interfaces.entity that return types with arguments of type BenutzerModifier and TypeMethodDescriptionIBenutzerHandler.getByMandant
(UserContext uc, Mandant client) Deprecated.Gets the by mandant.Methods in de.xima.fc.handler.interfaces.entity with parameters of type BenutzerModifier and TypeMethodDescriptionboolean
IBenutzerHandler.addBenutzerToGruppe
(UserContext uc, Benutzer ben, BenutzerGruppe bg) Deprecated.Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.IVorgangHandler.correctStatus
(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user) Deprecated.IFormEingangHandler.create
(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer) Deprecated.IProjektHandler.getAllByEditorUser
(UserContext uc, Benutzer editor, Mandant client, String projectScope) Deprecated.IBenutzerHandler.getBenutzergruppen
(UserContext uc, Benutzer user) Deprecated.Gets theBenutzerGruppe
s.IBenutzerGruppeHandler.getByBenutzer
(UserContext uc, Benutzer ben) Deprecated.IPostfachHandler.getExtendedPostfaecherByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.IStatusHandler.getFolgeStatus
(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.Gets the folge status.IWorkflowTaskHandler.getInboxTasks
(UserContext uc, Vorgang formRecord, Benutzer user) Deprecated.com.alibaba.fastjson.JSONObject
IBenutzerHandler.getLDAPUserData
(UserContext uc, Benutzer user) Deprecated.IPostfachHandler.getPostfaecherByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.IVorgangHandler.getVorgaengeByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.IBenutzerHandler.handleUserLogin
(UserContext uc, Benutzer user) Deprecated.IProjektHandler.isEditingAllowed
(UserContext uc, Projekt projekt, Benutzer ben) Deprecated.boolean
IWorkflowTaskHandler.isTaskInvokableInInbox
(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user) Deprecated.IProjektHandler.isZugriffsberechtigt
(UserContext uc, Projekt projekt, Benutzer ben) Deprecated.IBenutzerHandler.registerBenutzer
(UserContext uc, Benutzer benutzer, Mandant client) Deprecated.Methode zum Anlegen eines neuen Benutzers zu einem Mandanten -
Uses of Benutzer in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type BenutzerModifier and TypeMethodDescriptionboolean
ISetupHandler.createManantWithDependencies
(UserContext uc, Mandant client, MandantMailData clientMailData, MandantLdapData clientLdapData, Benutzer user) Deprecated.void
IXfcSessionHandler.createNew
(UserContext uc, String sessionId, Benutzer ben) Deprecated.boolean
IMailHandler.sendLoginChanged
(UserContext uc, Benutzer benuter, String passwort) Deprecated.boolean
IMailHandler.sendResetPasswordMail
(UserContext uc, Benutzer user, String url) Deprecated. -
Uses of Benutzer in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow with parameters of type BenutzerModifier and TypeMethodDescriptionIWorkflowHandler.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent)
. -
Uses of Benutzer in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type BenutzerModifier and TypeMethodDescriptionboolean
SetupHandler.createManantWithDependencies
(UserContext uc, Mandant mandant, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben) Deprecated.void
XfcSessionHandler.createNew
(UserContext uc, String sessionId, Benutzer ben) Deprecated.boolean
MailHandler.sendLoginChanged
(UserContext uc, Benutzer benuter, String passwort) Deprecated.boolean
MailHandler.sendResetPasswordMail
(UserContext uc, Benutzer user, String url) Deprecated. -
Uses of Benutzer in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow with parameters of type BenutzerModifier and TypeMethodDescriptionWorkflowHandler.initWorkflow
(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use the new workflow engine. -
Uses of Benutzer in de.xima.fc.importer
Methods in de.xima.fc.importer with parameters of type Benutzer -
Uses of Benutzer in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project with parameters of type BenutzerModifier and TypeMethodDescriptionDeprecated. -
Uses of Benutzer in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type BenutzerModifierConstructorDescriptionUserImportStager
(IEntityContext ec, Benutzer entity, Mandant client) Deprecated. -
Uses of Benutzer in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model with parameters of type BenutzerModifier and TypeMethodDescriptionProcessGUIModel.Builder.findAvailableStates
(UserContext uc, Benutzer user, Vorgang formRecord) Deprecated.static final List<InvokableTaskModel>
ProcessGUIModel.Builder.findAvailableTasks
(UserContext uc, Benutzer user, Vorgang formRecord) Deprecated. -
Uses of Benutzer in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils with parameters of type BenutzerModifier and TypeMethodDescriptionstatic boolean
InboxUtils.canUserEditProcess
(Benutzer user, long processId) Deprecated.UseUserMgmtUtils.canAccessInbox(IUser, Postfach)
instead. -
Uses of Benutzer in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return BenutzerModifier and TypeMethodDescriptionIEntityContext.getBenutzer()
Deprecated.UseIEntityContext.getUser()
instead. -
Uses of Benutzer in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return Benutzer -
Uses of Benutzer in de.xima.fc.interfaces.bean
Methods in de.xima.fc.interfaces.bean that return BenutzerMethods in de.xima.fc.interfaces.bean with parameters of type Benutzer -
Uses of Benutzer in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return BenutzerModifier and TypeMethodDescriptiondefault Benutzer
IFormRenderContext.getBenutzer()
Deprecated.IFormPublishContext.getCurrentBenutzer()
Deprecated.UseIFormPublishContext.getUser()
instead.default Benutzer
IFormRequestContext.getCurrentBenutzer()
Deprecated.default Benutzer
IFormRenderContext.getUser()
Deprecated.UseIFormRenderContext.getUserModel()
instead.default Benutzer
IFormRequestContext.getUser()
Deprecated.UseIFormRequestContext.getUserModel()
instead.Methods in de.xima.fc.interfaces.form with parameters of type BenutzerModifier and TypeMethodDescriptiondefault void
IFormRenderContext.setBenutzer
(Benutzer benutzer) Deprecated.void
IFormPublishContext.setCurrentBenutzer
(Benutzer benutzer) Deprecated.UseIFormPublishContext.setUser(IUser)
instead.default void
IFormRequestContext.setCurrentBenutzer
(Benutzer benutzer) Deprecated.default void
Deprecated.UseIFormRenderContext.setUserModel(IUser)
instead.default void
Deprecated.UseIFormRequestContext.getUserModel()
instead. -
Uses of Benutzer in de.xima.fc.interfaces.form.record.request
Methods in de.xima.fc.interfaces.form.record.request that return BenutzerModifier and TypeMethodDescriptionIInboxFormRecordRequest.getUser()
Deprecated.UseIInboxFormRecordRequest.getUserModel()
instead. -
Uses of Benutzer in de.xima.fc.interfaces.plugin.param.backend
Methods in de.xima.fc.interfaces.plugin.param.backend that return Benutzer -
Uses of Benutzer in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return BenutzerModifier and TypeMethodDescriptionIPluginDataSourceParams.getCurrentUser()
Deprecated.UseIPluginDataSourceParams.getUser()
instead. -
Uses of Benutzer in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return BenutzerModifier and TypeMethodDescriptionIPluginServletActionParams.getBenutzer()
Deprecated.UseIPluginServletActionParams.getUser()
instead. -
Uses of Benutzer in de.xima.fc.interfaces.security.filter
Methods in de.xima.fc.interfaces.security.filter with parameters of type BenutzerModifier and TypeMethodDescriptionboolean
IZugriffsrechtFilter.isAllowed
(Benutzer bearbeiter, ITransferableEntity transferableEntity, String entityType, EZugriffsrecht aktion) Diese Methode dient dazu, zu überprüfen, ob einBenutzer
auf eineAbstractLockableEntity
eine Aktion ausführen darf. -
Uses of Benutzer in de.xima.fc.interfaces.servlet.event
Methods in de.xima.fc.interfaces.servlet.event that return BenutzerModifier and TypeMethodDescriptiondefault Benutzer
IDoiVerificationEventData.getUser()
Deprecated.UseIDoiVerificationEventData.getUser()
instead. -
Uses of Benutzer in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type Benutzer -
Uses of Benutzer in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return BenutzerModifier and TypeMethodDescriptiondefault Benutzer
IWorkflowEventData.getUser()
Deprecated.UseIWorkflowEventData.getUserModel()
instead. -
Uses of Benutzer in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return BenutzerModifier and TypeMethodDescriptiondefault Benutzer
IWorkflowExecutionEnvironmentData.getEffectiveUser()
Deprecated.default Benutzer
IBaseEnvironmentData.getUser()
Deprecated.UseIBaseEnvironmentData.getUserModel()
instead. -
Uses of Benutzer in de.xima.fc.jpa.context
Methods in de.xima.fc.jpa.context that return BenutzerModifier and TypeMethodDescriptionAEntityContext.getBenutzer()
Deprecated.UseAEntityContext.getUser()
instead.Methods in de.xima.fc.jpa.context with parameters of type BenutzerModifier and TypeMethodDescriptionstatic IEntityContext
EntityContextFactory.newEntityContext
(Benutzer ben) Deprecated.UseEntityContextFactory.newEntityContext(IUser)
instead. -
Uses of Benutzer in de.xima.fc.ldap
Methods in de.xima.fc.ldap that return BenutzerModifier and TypeMethodDescriptionstatic Benutzer
LDAPBenutzerUtil.checkLDAPGroupsActiveUser
(IEntityContext ec, Long clientId, String userLogin) Deprecated.The user management has been reworked in version 8.0.0.static Benutzer
LDAPBenutzerUtil.getByLDAPData
(IEntityContext ec, Mandant man, String userName, byte[] objectId) Deprecated.User management has been reworked.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.Methods in de.xima.fc.ldap with parameters of type BenutzerModifier and TypeMethodDescriptionstatic com.alibaba.fastjson.JSONObject
LDAPBenutzerUtil.getLDAPUserData
(Benutzer ben) Deprecated.User management has been reworked in version 8.0.0. -
Uses of Benutzer in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type BenutzerModifier and TypeMethodDescriptionstatic boolean
UserMailUtil.sendLDAPLogin
(IEntityContext ec, Benutzer user) Deprecated.static boolean
UserMailUtil.sendLoginData
(IEntityContext ec, Benutzer user, String password) Deprecated.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.sendUserSetPassword
(IEntityContext ec, Benutzer user, String setPasswordUrl) Deprecated. -
Uses of Benutzer in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type BenutzerModifier 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 boolean
AccessManager.hasAccess
(Benutzer benutzer, Mandant client, EAccessProperty property) Deprecated.static boolean
AccessManager.hasAccess
(Benutzer benutzer, EAccessProperty property) Deprecated.static final Projekt
ProjectManager.update
(IEntityContext ec, Projekt project, Benutzer user) Deprecated. -
Uses of Benutzer in de.xima.fc.mdl
Subclasses of Benutzer in de.xima.fc.mdlModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated. -
Uses of Benutzer in de.xima.fc.mdl.auth
Methods in de.xima.fc.mdl.auth that return BenutzerMethods in de.xima.fc.mdl.auth with parameters of type Benutzer -
Uses of Benutzer in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums with parameters of type Benutzer -
Uses of Benutzer in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return BenutzerModifier and TypeMethodDescriptionFormRequest.getBenuter()
Deprecated.UseIUser
to get user data.FormUserRequest.getBenutzer()
Deprecated.FormUserRequestData.getBenutzer()
Deprecated.Methods in de.xima.fc.mdl.form with parameters of type BenutzerModifier and TypeMethodDescriptionvoid
FormRequest.setBenuter
(Benutzer benuter) Deprecated.UseIUser
to get user data.void
FormUserRequest.setBenutzer
(Benutzer benutzer) Deprecated.void
FormUserRequestData.setBenutzer
(Benutzer benutzer) Deprecated.Constructors in de.xima.fc.mdl.form with parameters of type BenutzerModifierConstructorDescriptionFormRequest
(long projektId, Integer formVersionNummer, String prozessId, boolean useFormVersionByVorgang, Benutzer benutzer, FrontendServer frontendServer) Deprecated.FormRequest
(long projektId, Integer formVersionNummer, String prozessId, String verifyId, boolean useFormVersionByVorgang, Benutzer benutzer, FrontendServer frontendServer) Deprecated.FormUserRequest
(Benutzer benutzer, Projekt projekt) Deprecated. -
Uses of Benutzer in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return BenutzerModifier and TypeMethodDescriptionPrintJob.getBenutzer()
Deprecated.UsePrintJob.getUser()
instead.Methods in de.xima.fc.mdl.print with parameters of type BenutzerModifier and TypeMethodDescriptionvoid
PrintJob.setBenutzer
(Benutzer benutzer) Deprecated.UsePrintJob.setUser(IUser)
instead. -
Uses of Benutzer in de.xima.fc.plugin.models.params.backend
Methods in de.xima.fc.plugin.models.params.backend that return BenutzerConstructors in de.xima.fc.plugin.models.params.backend with parameters of type Benutzer -
Uses of Benutzer in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return BenutzerModifier and TypeMethodDescriptionPluginServletActionParams.getBenutzer()
Deprecated.UsePluginServletActionParams.getUser()
instead.Constructors in de.xima.fc.plugin.models.params.servlet with parameters of type BenutzerModifierConstructorDescriptionPluginServletActionParams
(Map<String, Serializable> httpSessionAttributes, Map<Serializable, Serializable> frqSessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, Benutzer user, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs, Mandant client, String sessionId) PluginServletActionParams
(Map<String, Serializable> sessionAttributes, Map<String, List<String>> valueParameter, Map<String, List<FileData>> uploadFiles, Benutzer benutzer, Locale locale, EServletAction action, Map<String, String> headerMap, FrontendServer fs) -
Uses of Benutzer in de.xima.fc.security
Methods in de.xima.fc.security with parameters of type BenutzerModifier and TypeMethodDescriptionstatic boolean
AccessManager.hasAccess
(Benutzer benutzer, EAccessProperty property) Deprecated.static boolean
AccessManager.hasAccess
(Benutzer user, EAccessProperty property, AccessManager licenseAccess) Deprecated.boolean
FilterZugriffsrechtDefault.isAllowed
(Benutzer bearbeiter, ITransferableEntity transferableEntity, String entityType, EZugriffsrecht aktion) Diese Methode dient dazu, zu überprüfen, ob einBenutzer
auf eineAbstractLockableEntity
eine Aktion ausführen darf. -
Uses of Benutzer in de.xima.fc.security.authentication
Methods in de.xima.fc.security.authentication with parameters of type BenutzerModifier and TypeMethodDescriptionstatic void
AutoLoginHelper.addCookie
(Benutzer user, Locale locale, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) Deprecated.UseAutoLoginHelper.addCookie(IUser, IAuthWebContext)
instead. -
Uses of Benutzer in de.xima.fc.servlet.handler
Methods in de.xima.fc.servlet.handler that return BenutzerModifier and TypeMethodDescriptionfinal Benutzer
AbstractServletHandler.getCurrBenutzer
(javax.servlet.http.HttpSession sess) Deprecated. -
Uses of Benutzer in de.xima.fc.session
Methods in de.xima.fc.session that return BenutzerModifier and TypeMethodDescriptionXfcSession.currentBenutzer()
Deprecated.The (backend) user is no longer saved in this session but rather in the generalHttpSession
.FD2Session.getFormBenutzer()
Deprecated.FRQSession.getFormBenutzer()
Deprecated.userFRQSession.getUser()
FRQSession.getUser()
Deprecated.UseFRQSession.getUserModel()
instead.Methods in de.xima.fc.session with parameters of type BenutzerModifier and TypeMethodDescriptionstatic XfcSession
Deprecated.UseXfcSessionManager.createNew(HttpSession)
instead.static XfcSession
XfcSessionManager.createNew
(javax.servlet.http.HttpSession session, Benutzer user, String loginName) Deprecated.UseXfcSessionManager.createNew(HttpSession)
instead.void
FD2Session.setFormBenutzer
(Benutzer ben) Deprecated.void
FRQSession.setFormBenutzer
(Benutzer ben) Deprecated.void
Deprecated.UseFRQSession.setUserModel(IUser)
instead.void
Deprecated. -
Uses of Benutzer in de.xima.fc.setup
Methods in de.xima.fc.setup that return BenutzerModifier and TypeMethodDescriptionprotected Benutzer
DefaultClientCreator.createBenutzer
(IEntityContext ec, Mandant client, Benutzer user, Rolle role) protected Benutzer
DefaultClientCreator.createUser
(IEntityContext ec, Mandant client, Benutzer user, Rolle role) Deprecated.Methods in de.xima.fc.setup with parameters of type BenutzerModifier and TypeMethodDescriptionprotected Benutzer
DefaultClientCreator.createBenutzer
(IEntityContext ec, Mandant client, Benutzer user, Rolle role) DefaultClientCreator.createClient
(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData) static FCMessage
XFSetup.createMandant
(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user) Deprecated.protected Benutzer
DefaultClientCreator.createUser
(IEntityContext ec, Mandant client, Benutzer user, Rolle role) Deprecated. -
Uses of Benutzer in de.xima.fc.setup.interfaces
Methods in de.xima.fc.setup.interfaces with parameters of type BenutzerModifier and TypeMethodDescriptiondefault Mandant
IClientCreator.createClient
(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData) default Mandant
IClientCreator.createMandant
(IEntityContext ec, Mandant man, Benutzer ben, IClientCreateData defaultData) -
Uses of Benutzer in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return Benutzer -
Uses of Benutzer in de.xima.fc.transform.excel
Methods in de.xima.fc.transform.excel with parameters of type BenutzerModifier and TypeMethodDescriptionFdToExcelBuilder.buildForInbox
(UserContext uc, Benutzer user, de.xima.cmn.criteria.QueryCriteriaManager qcm) Deprecated.FdToExcelBuilder.buildForProcessIDs
(UserContext uc, Benutzer user, List<Long> processIDs) Deprecated.FDToExcelTransformer.createForPostfach
(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, boolean withAlias, boolean multiline, Benutzer ben) FDToExcelTransformer.createForPostfach
(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, EColumnLabelType columnLabelType, boolean multiline, Benutzer ben) -
Uses of Benutzer in de.xima.fc.transform.xml
Methods in de.xima.fc.transform.xml with parameters of type BenutzerModifier and TypeMethodDescriptionFdToXmlBuilder.buildForInbox
(UserContext uc, Benutzer user, de.xima.cmn.criteria.QueryCriteriaManager qcm) Deprecated.FdToXmlBuilder.buildForProcessIDs
(UserContext uc, Benutzer user, List<Long> processIDs) Deprecated.static RootFdXml
FDToXmlTransformer.createForPostfach
(UserContext uc, List<String> vl, XfcSession xfcSesssion, de.xima.cmn.criteria.QueryCriteriaManager qcm, Benutzer user) -
Uses of Benutzer in de.xima.fc.user
Methods in de.xima.fc.user that return BenutzerModifier and TypeMethodDescriptionUserContext.getBenutzer()
Deprecated.userUserContext.getUser()
instead.Methods in de.xima.fc.user with parameters of type BenutzerModifier and TypeMethodDescriptionstatic UserContext
UserContextFactory.forBenutzer
(Benutzer ben) Deprecated.useUserContextFactory.forUser(IUser)
instead.boolean
UserAccess.hasAccess
(Benutzer user, EAccessProperty property) UserContext.setBenutzer
(Benutzer benutzer) Deprecated. -
Uses of Benutzer in de.xima.fc.utils
Fields in de.xima.fc.utils declared as BenutzerModifier and TypeFieldDescriptionstatic final Benutzer
UserMgmtUtils.ANONYMOUS
Deprecated.static final Benutzer
UserMgmtUtils.DESIGNER_INITIAL_DUMMY
Deprecated.Usevirtual users
static final Benutzer
UserMgmtUtils.DESIGNER_LAST_DUMMY
Deprecated.Usevirtual users
static final Benutzer
UserMgmtUtils.DESIGNER_USER
Deprecated.No equivalent, but seeVirtualUser
static final Benutzer
UserMgmtUtils.SETUP
Deprecated.static final Benutzer
UserMgmtUtils.SYSTEM
Deprecated.Methods in de.xima.fc.utils that return BenutzerModifier and TypeMethodDescriptionstatic Benutzer
UserMgmtUtils.getBenutzerFromUser
(IUser user, Mandant client) Deprecated.static Benutzer
UserMgmtUtils.getFromProfile
(org.pac4j.core.profile.CommonProfile profile) Deprecated.Methods in de.xima.fc.utils with parameters of type BenutzerModifier and TypeMethodDescriptionstatic org.pac4j.core.profile.CommonProfile
UserMgmtUtils.convertToProfile
(Benutzer user) Deprecated.static boolean
UserMgmtUtils.isAnonymousUser
(Benutzer user) Deprecated.static boolean
UserMgmtUtils.isExternalUser
(Benutzer user) Deprecated.static boolean
UserMgmtUtils.isInternalUser
(Benutzer user) Deprecated.Not neede anymore.static boolean
UserMgmtUtils.isSetupUser
(Benutzer user) Deprecated.UseUserMgmtUtils.isSuperUser(IUser)
instead.static boolean
UserMgmtUtils.isSetupUserWithClient
(Benutzer user, javax.servlet.http.HttpSession session) Deprecated.static boolean
UserMgmtUtils.isSetupUserWithoutClient
(Benutzer user, javax.servlet.http.HttpSession session) Deprecated.static boolean
UserMgmtUtils.isSystemUser
(Benutzer user) Deprecated.Not needed anymore.static com.alibaba.fastjson.JSONObject
UserMgmtUtils.toJSON
(Benutzer user, List<BenutzerGruppe> userGroups) Deprecated.UseUserMgmtUtils.toJson(IUser, Mandant)
instead.static com.alibaba.fastjson.JSONObject
UserMgmtUtils.toJSON
(Benutzer user, List<BenutzerGruppe> userGroups, org.pac4j.core.profile.CommonProfile prof) Deprecated.UseUserMgmtUtils.toJson(IUser, Mandant)
instead. -
Uses of Benutzer in de.xima.fc.web
Methods in de.xima.fc.web that return BenutzerModifier and TypeMethodDescriptionstatic Benutzer
LoginHelper.doFormHeaderLogin
(IExtendedFormRequestContext ctx) Deprecated.static Benutzer
LoginHelper.doFormRequestLogin
(IExtendedFormRequestContext ctx) Deprecated.static Benutzer
LoginHelper.doLogin
(AutoLoginInData data) Deprecated.static Benutzer
LoginHelper.doLogin
(UserContext uc, String userLogin, String userPwd, Long mandantId) Methods in de.xima.fc.web with parameters of type BenutzerModifier and TypeMethodDescriptionstatic String
LoginHelper.responseCurrentBenutzer
(Benutzer user, javax.servlet.http.HttpSession session, String lang) Deprecated.static String
LoginHelper.responseLogin
(Benutzer user, javax.servlet.http.HttpSession session, String lang) Deprecated.static String
LoginHelper.responseLogin
(Benutzer user, javax.servlet.http.HttpSession session, String lang, String userLogin, Long manID) Deprecated.static String
LoginHelper.responseLogin
(Benutzer user, javax.servlet.http.HttpSession session, String lang, String userLogin, Long manID, String targetUrl) Deprecated. -
Uses of Benutzer in de.xima.fc.web.common.auth.kerberos
Methods in de.xima.fc.web.common.auth.kerberos that return BenutzerMethods in de.xima.fc.web.common.auth.kerberos with parameters of type Benutzer -
Uses of Benutzer in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource that return BenutzerModifier and TypeMethodDescriptionDatenquelleParams.getCurrentUser()
Deprecated.UseDatenquelleParams.getUser()
instead.Constructors in de.xima.fc.web.common.datasource with parameters of type BenutzerModifierConstructorDescriptionDatenquelleParams
(Mandant mandant, Map<String, Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt, Benutzer user, com.alibaba.fastjson.JSONObject userData) Deprecated. -
Uses of Benutzer in de.xima.fc.web.common.json
Methods in de.xima.fc.web.common.json with parameters of type BenutzerModifier and TypeMethodDescriptionstatic String
JSONBuilder.buildBenutzerMsg
(Benutzer b, javax.servlet.http.HttpSession session, String lang, Object... params) Deprecated.static String
JSONBuilder.buildLoginMsg
(Benutzer user, javax.servlet.http.HttpSession session, String lang, String userLogin, Long manID, Object... params) Deprecated.static String
JSONBuilder.buildLoginMsg
(Benutzer user, javax.servlet.http.HttpSession session, String lang, String userLogin, Long manID, String targetUrl, Object... params) Deprecated. -
Uses of Benutzer in de.xima.fc.workflow.data
Methods in de.xima.fc.workflow.data with parameters of type BenutzerModifier and TypeMethodDescriptionstatic List<WorkflowTask>
InboxTaskUtil.getInboxTasks
(IEntityContext ec, Vorgang formRecord, Benutzer user) Deprecated.static boolean
InboxTaskUtil.isTaskInvokableInInbox
(IEntityContext ec, WorkflowTask task, Vorgang formRecord, Benutzer user) Deprecated. -
Uses of Benutzer in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type Benutzer -
Uses of Benutzer in de.xima.fc.workflow.designer.logic
Methods in de.xima.fc.workflow.designer.logic that return BenutzerModifier and TypeMethodDescriptionBeanWorkflowValidationEnvironmentData.getUser()
Deprecated.UseBeanWorkflowValidationEnvironmentData.getUserModel()
instead.FacesWorkflowLocalValidationContext.getUser()
Deprecated.UseFacesWorkflowLocalValidationContext.getUserModel()
instead.RequestWorkflowEnvironmentData.getUser()
Deprecated.UseRequestWorkflowEnvironmentData.getUserModel()
instead. -
Uses of Benutzer in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type BenutzerMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type Benutzer -
Uses of Benutzer in de.xima.fc.workflow.iface
Methods in de.xima.fc.workflow.iface that return BenutzerModifier and TypeMethodDescriptionIWorkflowTaskRunnerParams.getUser()
Deprecated.UseIWorkflowTaskRunnerParams.getUserModel()
instead. -
Uses of Benutzer in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return BenutzerModifier and TypeMethodDescriptionWorkflowTaskRunnerParams.getUser()
Deprecated.UseWorkflowTaskRunnerParams.getUserModel()
instead.Methods in de.xima.fc.workflow.model with parameters of type BenutzerModifier and TypeMethodDescriptionDeprecated.UseWorkflowTaskRunnerParams.Builder.user(IUser)
instead. -
Uses of Benutzer in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type Benutzer -
Uses of Benutzer in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type BenutzerModifier and TypeMethodDescriptionWorkflowProviderHelper.computeAllUsers
(IEntityContext ec, Mandant client) -
Uses of Benutzer in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return BenutzerModifier and TypeMethodDescriptionDefaultWorkflowValidationContext.getUser()
Deprecated.UseDefaultWorkflowValidationContext.getUserModel()
instead.InjectableValidationContext.getUser()
Deprecated.UseInjectableValidationContext.getUserModel()
instead.Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type Benutzer -
Uses of Benutzer in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type Benutzer