Uses of Class
de.xima.fc.entities.Benutzer
-
-
Uses of Benutzer in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return Benutzer Modifier and Type Method Description Benutzer
BenutzerAPI. byLDAPGruppe(UserContext uc, String username, Mandant mandant)
Benutzer
BenutzerAPI. byLDAPGruppeLogin(UserContext uc, Mandant man, String username, String clearTextPassword)
Benutzer
BenutzerAPI. byLogin(UserContext uc, String username, String clearTextPassword, Mandant mandant)
Method for determining a user based on his login data.Benutzer
BenutzerAPI. byNameAndMandant(UserContext uc, String username, Mandant mandant)
Benutzer
BenutzerAPI. checkLDAPGroupsActiveUser(UserContext uc, Long clientId, String userName)
Benutzer
BenutzerAPI. getByLDAPData(UserContext uc, Mandant mandant, String userName, byte[] objectID)
Benutzer
BenutzerAPI. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the user with the given UUID stringBenutzer
BenutzerAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the user with the given UUIDBenutzer
BenutzerAPI. handleUserLogin(UserContext uc, Benutzer user)
Method to register an successful user-loginBenutzer
BenutzerAPI. registerBenutzer(UserContext uc, Benutzer benutzer, Mandant mandant)
Method for creating a new user for aMandant
.Methods in de.xima.fc.api.entity that return types with arguments of type Benutzer Modifier and Type Method Description List<Benutzer>
BenutzerAPI. getByMandant(UserContext uc, Mandant mandant)
Method for determining all user of aMandant
.Methods in de.xima.fc.api.entity with parameters of type Benutzer Modifier and Type Method Description boolean
BenutzerAPI. addBenutzerToGruppe(UserContext uc, Benutzer ben, BenutzerGruppe bg)
Method to add a user to a user group.Vorgang
VorgangAPI. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
FormEingang
FormEingangAPI. create(UserContext uc, FormEingang formEingang, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated.user#create(UserContext, FormEingang)
Method for determining of aFormEingang
.List<Postfach>
PostfachAPI. getAllByBenutzer(UserContext uc, Benutzer benutzer)
Methode zum Ermitteln aller Postfächer, die einem Nutzer zugewiesen sind.List<Vorgang>
VorgangAPI. getAllByBenutzer(UserContext uc, Benutzer benutzer)
List<Projekt>
ProjektAPI. getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client)
Gets all projects where the given user is editor ofList<Projekt>
ProjektAPI. getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client, String projectScope)
List<BenutzerGruppe>
BenutzerAPI. getBenutzergruppen(UserContext uc, Benutzer ben)
Method for determining all user groups of a user.List<BenutzerGruppe>
BenutzerGruppeAPI. getByBenutzer(UserContext uc, Benutzer benutzer)
Method for determining allBenutzerGruppe
of aBenutzer
.List<ExtendedPostfach>
PostfachAPI. getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
Methode zum Ermitteln aller Postfächer, die einem Nutzer zugewiesen sind.List<Status>
StatusAPI. getFolgeStatus(UserContext uc, Benutzer benutzer, Projekt projekt, Status aktuellerStatus)
Deprecated.List<WorkflowTask>
WorkflowTaskAPI. getInboxTasks(UserContext uc, Vorgang formRecord, Benutzer user)
Finds all tasks that are allowed to be invoked by the given user in the inbox.com.alibaba.fastjson.JSONObject
BenutzerAPI. getLDAPUserData(UserContext uc, Benutzer benutzer)
Benutzer
BenutzerAPI. handleUserLogin(UserContext uc, Benutzer user)
Method to register an successful user-loginBoolean
ProjektAPI. isEditingAllowed(UserContext uc, Projekt projekt, Benutzer ben)
boolean
WorkflowTaskAPI. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user)
Checks whether the given task may be initiated by the given user in the inbox.Boolean
ProjektAPI. isZugriffsberechtigt(UserContext uc, Projekt projekt, Benutzer benutzer)
Deprecated.Benutzer
BenutzerAPI. registerBenutzer(UserContext uc, Benutzer benutzer, Mandant mandant)
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 Benutzer Modifier and Type Method Description Boolean
SetupAPI. createMandantWithDependencies(UserContext uc, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)
Method for creating aMandant
with initial configuration analogous to the setup process.void
XfcSessionAPI. createNew(UserContext uc, String sessionID, Benutzer ben)
Method for creating a new session.boolean
MailAPI. sendLoginChangedMail(UserContext uc, Benutzer user, String password)
Method for sending a mail with changed login data.boolean
MailAPI. sendResetPasswordMail(UserContext uc, Benutzer user, String url)
Sends an email to theBenutzer
for resetting their password. -
Uses of Benutzer in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow with parameters of type Benutzer Modifier and Type Method Description IWorkflowResponse
WorkflowAPI. initCorrectionWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user)
Deprecated.Use methods of the new workflow engine.IWorkflowResponse
WorkflowAPI. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user)
Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent)
.IWorkflowResponse
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)
.IWorkflowResponse
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)
.IWorkflowResponse
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)
.IWorkflowResponse
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 Benutzer Modifier and Type Method Description static 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)
static IWorkflowResponse
WorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String,Serializable> sessionAttributes, boolean isCorrection, boolean anonymize)
-
Uses of Benutzer in de.xima.fc.bl.fdv
-
Uses of Benutzer in de.xima.fc.copy
Methods in de.xima.fc.copy with parameters of type Benutzer Modifier and Type Method Description Projekt
ProjectDuplicator. duplicate(IEntityContext ec, Benutzer user)
-
Uses of Benutzer in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return Benutzer Modifier and Type Method Description Benutzer
BenutzerDao. byLogin(IEntityContext ec, String loginName, String loginPwd, Mandant mandant)
Benutzer
BenutzerDao. byNameAndMandant(IEntityContext ec, String loginName, Mandant mandant)
Benutzer
BenutzerDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Benutzer
BenutzerDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Benutzer
BenutzerDao. handleUserLogin(IEntityContext ec, Benutzer user)
Methods in de.xima.fc.dao.impl that return types with arguments of type Benutzer Modifier and Type Method Description List<Benutzer>
BenutzerDao. getBenutzerByMandant(IEntityContext ec, Mandant mandant)
protected IFCDaoActionHook<Benutzer>
BenutzerDao. getPostActionHook()
protected IFCDaoActionHook<Benutzer>
BenutzerDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type Benutzer Modifier and Type Method Description List<Projekt>
ProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)
List<Projekt>
ProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)
List<Projekt>
ProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)
List<Projekt>
ProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)
de.xima.cmn.criteria.QueryCriteriaManager
ProjektDao. allVisibleProjectsQcm(IEntityContext ec, Benutzer user, Mandant client, String projectScope, boolean includeTemplates)
Vorgang
VorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
FormEingang
FormEingangDao. create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)
Deprecated.List<BenutzerGruppe>
BenutzerDao. getBenutzergruppen(IEntityContext ec, Benutzer benutzer)
List<Status>
StatusDao. getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)
Deprecated.List<Postfach>
PostfachDao. getPostfachByBenutzer(IEntityContext ec, Benutzer benutzer)
List<Projekt>
ProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant)
List<Projekt>
ProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope)
List<Vorgang>
VorgangDao. getVorgaengeByBenutzer(IEntityContext ec, Benutzer benutzer)
Benutzer
BenutzerDao. handleUserLogin(IEntityContext ec, Benutzer user)
boolean
ProjektDao. isEditingAllowed(IEntityContext ec, Projekt p, Benutzer ben)
boolean
BenutzerDao. isLastActiveMandantadmin(IEntityContext ec, Benutzer ben)
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 Benutzer Modifier and Type Method Description Benutzer
IBenutzerDao. byLogin(IEntityContext ec, String loginName, String loginPwd, Mandant mandant)
Diese Methode sucht einenBenutzer
anhand desgetLoginName()
und desgetPasswort()
, wurde ein aktiverBenutzer
gefunden, wird dieser zurückgeben.Benutzer
IBenutzerDao. byNameAndMandant(IEntityContext ec, String loginName, Mandant mandant)
Benutzer
IBenutzerDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the user with the given UUID stringBenutzer
IBenutzerDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the user with the given UUIDBenutzer
IBenutzerDao. handleUserLogin(IEntityContext ec, Benutzer user)
Methods in de.xima.fc.dao.interfaces that return types with arguments of type Benutzer Modifier and Type Method Description List<Benutzer>
IBenutzerDao. getBenutzerByMandant(IEntityContext ec, Mandant mandant)
Methods in de.xima.fc.dao.interfaces with parameters of type Benutzer Modifier and Type Method Description List<Projekt>
IProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)
List<Projekt>
IProjektDao. allEditableProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)
List<Projekt>
IProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates)
List<Projekt>
IProjektDao. allVisibleProjects(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope, boolean includeTemplates, de.xima.cmn.criteria.QueryCriteriaManager customQcm)
de.xima.cmn.criteria.QueryCriteriaManager
IProjektDao. allVisibleProjectsQcm(IEntityContext ec, Benutzer user, Mandant client, String projectScope, boolean includeTemplates)
Vorgang
IVorgangDao. correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
FormEingang
IFormEingangDao. create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)
Deprecated.List<BenutzerGruppe>
IBenutzerDao. getBenutzergruppen(IEntityContext ec, Benutzer ben)
List<Status>
IStatusDao. getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)
Deprecated.List<Postfach>
IPostfachDao. getPostfachByBenutzer(IEntityContext ec, Benutzer benutzer)
List<Projekt>
IProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant)
List<Projekt>
IProjektDao. getProjektByEditorBenutzer(IEntityContext ec, Benutzer benutzer, Mandant mandant, String projectScope)
List<Vorgang>
IVorgangDao. getVorgaengeByBenutzer(IEntityContext ec, Benutzer benutzer)
Benutzer
IBenutzerDao. handleUserLogin(IEntityContext ec, Benutzer user)
boolean
IProjektDao. isEditingAllowed(IEntityContext ec, Projekt p, Benutzer ben)
boolean
IBenutzerDao. isLastActiveMandantadmin(IEntityContext ec, Benutzer ben)
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 Benutzer Modifier and Type Method Description void
ProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)
Adds a protocol entry for a state change, i.e. when theVorgang.getCurrentStatus()
is changed.void
ProtokollUtils. addTriggerFiredProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowTask task)
Adds the protocol entry for when a workflow trigger was fired.static ProtocolEntryClient
ProtokollUtils. getNewFormVersionPe(Benutzer user, FormVersion formversion)
Generates a protocol entry for indicating that a new Form version has been created -
Uses of Benutzer in de.xima.fc.entities
Subclasses of Benutzer in de.xima.fc.entities Modifier and Type Class Description class
AktuellerBenutzer
Diese Klasse wird aktuell nur genutzt, um die persönlichen Daten des angemeldetenBenutzer
-Objekts zu ändern.Methods in de.xima.fc.entities that return Benutzer Modifier and Type Method Description Benutzer
Vorgang. getBearbeiter()
Deprecated.Benutzer
FormEingang. getErsteller()
Deprecated.Benutzer
Vorgang. getErsteller()
Deprecated.Benutzer
SystemMessage. getUserCreator()
Benutzer
SystemMessage. getUserEditor()
Methods in de.xima.fc.entities that return types with arguments of type Benutzer Modifier and Type Method Description List<Benutzer>
BenutzerGruppe. getBenutzer()
Liefert eine die Liste aller zugeordneten BenutzerList<Benutzer>
Rolle. getBenutzer()
Methods in de.xima.fc.entities with parameters of type Benutzer Modifier and Type Method Description void
BenutzerGruppe. addBenutzer(Benutzer benutzer)
void
Rolle. addBenutzer(Benutzer benutzer)
boolean
Projekt. isEditableBy(Benutzer user, List<BenutzerGruppe> usergroups)
Deprecated.UseIProjektDao#isEditingAllowed
.boolean
Projekt. isVisibleBy(Benutzer user, List<BenutzerGruppe> usergroups)
void
BenutzerGruppe. removeBenutzer(Benutzer benutzer)
void
Rolle. removeBenutzer(Benutzer benutzer)
void
Vorgang. setBearbeiter(Benutzer bearbeiter)
Deprecated.void
Vorgang. setCreator(Benutzer creator)
void
Vorgang. setEditor(Benutzer editor)
void
FormEingang. setErsteller(Benutzer ersteller)
void
Vorgang. setErsteller(Benutzer ersteller)
Deprecated.void
AProtocolEntry. setUser(Benutzer user)
void
SystemMessage. setUserCreator(Benutzer userCreator)
void
SystemMessage. setUserEditor(Benutzer userEditor)
Method parameters in de.xima.fc.entities with type arguments of type Benutzer Modifier and Type Method Description void
BenutzerGruppe. setBenutzer(List<Benutzer> benutzer)
void
Rolle. setBenutzer(List<Benutzer> benutzer)
Ersetzen der der Benutzerlist mit der übergebenen Liste -
Uses of Benutzer in de.xima.fc.export
Methods in de.xima.fc.export with parameters of type Benutzer Modifier and Type Method Description static FormVersion
AProjektUtil. createNewFormVersion(IEntityContext ec, Projekt project, Benutzer user)
static FormVersion
AProjektUtil. createNewFormVersion(IEntityContext ec, Long projectId, Benutzer user)
Constructors in de.xima.fc.export with parameters of type Benutzer Constructor Description ProjektExportUtil(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 Benutzer Modifier and Type Field Description protected Benutzer
AEnitityHelper. user
Deprecated.Constructors in de.xima.fc.export.helper with parameters of type Benutzer Constructor Description AEnitityHelper(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
Fields in de.xima.fc.exporter declared as Benutzer Modifier and Type Field Description protected Benutzer
AEntityExporter. user
Deprecated.Methods in de.xima.fc.exporter with parameters of type Benutzer Modifier and Type Method Description File
AEntityExporter. doExport(IEntityContext ec, File outDir, Benutzer user)
File
AEntityExporter. doExport(IEntityContext ec, File outDir, String outName, Benutzer user)
-
Uses of Benutzer in de.xima.fc.exporter.interfaces
Methods in de.xima.fc.exporter.interfaces with parameters of type Benutzer Modifier and Type Method Description File
IEntityExporter. doExport(IEntityContext ec, File baseDir, Benutzer user)
Exports the set entities to the given directory -
Uses of Benutzer in de.xima.fc.exporter.legacy
Methods in de.xima.fc.exporter.legacy with parameters of type Benutzer Modifier and Type Method Description static 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.form.edit
Methods in de.xima.fc.form.edit with parameters of type Benutzer Modifier and Type Method Description static boolean
FormEditValidator. checkEditContext(Mandant client, Projekt project, Benutzer user)
-
Uses of Benutzer in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type Benutzer Modifier and Type Method Description static 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
Fields in de.xima.fc.form.publish declared as Benutzer Modifier and Type Field Description protected Benutzer
FormPublishContext. currentBenutzer
Methods in de.xima.fc.form.publish that return Benutzer Modifier and Type Method Description Benutzer
FormPublishContext. getCurrentBenutzer()
Methods in de.xima.fc.form.publish with parameters of type Benutzer Modifier and Type Method Description IFormPublishContext
FormPublishContextBuilder. build(Benutzer benutzer, PublishRequestParameter parameters)
builds anIFormPublishContext
based on the the given parameters.void
FormPublishContext. setCurrentBenutzer(Benutzer benutzer)
-
Uses of Benutzer in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return Benutzer Modifier and Type Method Description Benutzer
FormRenderContextBuilder. getBenutzer()
Benutzer
FormRenderContext. getUser()
Methods in de.xima.fc.form.render with parameters of type Benutzer Modifier and Type Method Description void
FormRenderContextBuilder. setBenutzer(Benutzer benutzer)
void
FormRenderContext. setUser(Benutzer benutzer)
Constructors in de.xima.fc.form.render with parameters of type Benutzer Constructor Description FormRenderContextBuilder(long projektId, int formVersionNumber, Locale locale, Benutzer benutzer)
FormRenderContextBuilder(long projektId, Integer formVersionNumber, Locale locale, Benutzer benutzer, String processId)
FormRenderContextBuilder(long projektId, Locale locale, Benutzer benutzer)
FormRenderContextBuilder(long projektId, Locale locale, Benutzer benutzer, String processId)
-
Uses of Benutzer in de.xima.fc.form.request
Fields in de.xima.fc.form.request declared as Benutzer Modifier and Type Field Description protected Benutzer
FormRequestContext. user
Methods in de.xima.fc.form.request that return Benutzer Modifier and Type Method Description Benutzer
FormRequestContextBuilder. getBenutzer()
Benutzer
FormRequestContext. getUser()
Methods in de.xima.fc.form.request with parameters of type Benutzer Modifier and Type Method Description void
FormRequestContextBuilder. setBenutzer(Benutzer benutzer)
void
FormRequestContext. setUser(Benutzer user)
Constructors in de.xima.fc.form.request with parameters of type Benutzer Constructor Description FormRequestContextBuilder(long projektId, Integer formVersionNummer, String prozessId, Benutzer benutzer)
FormRequestContextBuilder(long projektId, Integer formVersionNummer, String prozessId, Benutzer benutzer, FrontendServer frontendServer)
-
Uses of Benutzer in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return Benutzer Modifier and Type Method Description Benutzer
ClientBean. getMandantAdmin()
Methods in de.xima.fc.gui.bean.settings with parameters of type Benutzer Modifier and Type Method Description boolean
UpdateBean.SystemUpdate. executeSystemUpdates(Benutzer user, Locale locale)
System aktualisieren !!!void
UpdateBean.SystemUpdate. process(Benutzer user, Locale locale)
Startet den asynchronen Systemaktualisierungsprozessvoid
ClientBean. setMandantAdmin(Benutzer mandantAdmin)
-
Uses of Benutzer in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return Benutzer Modifier and Type Method Description Benutzer
UserBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.user that return types with arguments of type Benutzer Modifier and Type Method Description List<Benutzer>
UserDeletionBean. getActiveUsers()
List<Benutzer>
UserGroupBean. getAllUsers()
List<Benutzer>
UserDeletionBean. getInactiveUsers()
IEntityListModelSelectByView<Benutzer>
UserBean. getModel()
List<Benutzer>
UserGroupBean. getSelectedUsers()
Methods in de.xima.fc.gui.bean.user with parameters of type Benutzer Modifier and Type Method Description boolean
UserBean. deletionAllowed(Benutzer user)
boolean
UserBean. isLastClientAdmin(Benutzer user)
boolean
UserBean. isUserActive(Benutzer user)
void
UserBean.EntityListModelImpl. setSelected(Benutzer selected)
void
UserDeletionBean. setUser(Benutzer user)
Method parameters in de.xima.fc.gui.bean.user with type arguments of type Benutzer Modifier and Type Method Description void
UserGroupBean. setAllUsers(List<Benutzer> allUsers)
void
UserBean. setModel(IEntityListModelSelectByView<Benutzer> model)
void
UserGroupBean. setSelectedUsers(List<Benutzer> selectedUsers)
void
UserDeletionBean. setUsers(List<Benutzer> users)
-
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 Modifier and Type Method Description List<Benutzer>
ProcessingBean. getAllUsers()
Deprecated. -
Uses of Benutzer in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return Benutzer Modifier and Type Method Description Benutzer
SessionBean. getCurrentUser()
Methods in de.xima.fc.gui.common.bean with parameters of type Benutzer Modifier and Type Method Description XfcSession
LoginBean. createSession(Benutzer user)
void
SessionBean. setCurrentUser(Benutzer currentUser)
-
Uses of Benutzer in de.xima.fc.gui.common.event
Methods in de.xima.fc.gui.common.event that return Benutzer Modifier and Type Method Description Benutzer
LoginEvent. getUser()
Methods in de.xima.fc.gui.common.event with parameters of type Benutzer Modifier and Type Method Description void
LoginEvent. setUser(Benutzer user)
Constructors in de.xima.fc.gui.common.event with parameters of type Benutzer Constructor Description LoginEvent(Benutzer user, LoginModel login)
LoginEvent(Benutzer user, LoginModel login, Long processId)
-
Uses of Benutzer in de.xima.fc.gui.common.filter
Methods in de.xima.fc.gui.common.filter that return Benutzer Modifier and Type Method Description protected Benutzer
AbstractFilter. getUser(javax.servlet.ServletRequest request)
Methods in de.xima.fc.gui.common.filter with parameters of type Benutzer Modifier and Type Method Description protected void
AbstractFilter. setUser(javax.servlet.ServletRequest request, Benutzer user)
-
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 Benutzer Modifier and Type Method Description void
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 Benutzer Modifier and Type Method Description static boolean
PermissionUtils. canUserAccessFormRecord(UserContext uc, Benutzer user, Vorgang process)
Checks whether or not the user has permission to access meta information of form record such as its historystatic boolean
PermissionUtils. canUserAccessInbox(Benutzer user, Postfach inbox)
static boolean
PermissionUtils. canUserAccessInbox(Benutzer user, Integer inboxId)
static boolean
PermissionUtils. canUserAccessProcess(Benutzer user, long processId)
Deprecated.static boolean
PermissionUtils. canUserAccessProcess(Benutzer user, Vorgang process)
Deprecated.static boolean
PermissionUtils. canUserAccessProcess(Benutzer user, String puid)
Deprecated.static boolean
PermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Projekt project, EAccessProperty... props)
static boolean
PermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Mandant client, boolean isEditingAllowed, EAccessProperty... props)
static boolean
PermissionUtils. canUserAccessProjectPage(UserContext uc, Benutzer user, Rolle role, Projekt project, boolean isEditingAllowed, EAccessProperty... props)
Whether the user is allowed access to the given project page (or action).static ProtocolEntryProcessing
EntityUtils. getNewCommentEntry(Benutzer user, Vorgang process, String comment)
static boolean
PermissionUtils. hasUserInboxAccess(Benutzer user, Mandant client)
Checks whether the user has access to inboxesConstructors in de.xima.fc.gui.common.utils with parameters of type Benutzer Constructor Description FormParser(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 Benutzer Modifier and Type Method Description void
AJSFContext. redirectToDashboard(Benutzer user)
void
AJSFContext. redirectToDashboard(Benutzer user, AJSFContext.RedirectOptions options)
Redirects to the appropriate dashboard for the given user, ie. eitherEViews.DASHBOARD
orEViews.ADMIN_DASHBOARD
. -
Uses of Benutzer in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils with parameters of type Benutzer Modifier and Type Method Description static String
DesignerConfigFactory. createDesignerConfig(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, Benutzer user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig)
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, Benutzer userEntity, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig)
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, Benutzer user, WebFormPersistFile initialPersist)
Creates a new form designer model from the data of the given faces request.static FetchTemplateResult
FormTemplateHelper. fetchTagsAndTemplates(Mandant client, Benutzer user, OptionalLong templateId)
static FormTemplate
FormTemplateHelper. insertNewTemplate(Mandant client, Benutzer user, TemplateDataParams params)
static FormVersion
FormPublishHelper. persistForm(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Projekt project, Benutzer user)
Processes a form publish request, i.e. saves the persist JSON.static void
FormTemplateHelper. removeFormTemplate(Benutzer user, long templateId)
static FormTemplate
FormTemplateHelper. updateExistingTemplate(Mandant client, Benutzer user, long templateId, TemplateDataParams params)
-
Uses of Benutzer in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type Benutzer Constructor Description UserModifiedEvent(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 Benutzer Modifier and Type Method Description void
PluginWrapperModel. delete(Benutzer user)
List<FCMessage>
PluginWrapperModel. save(Benutzer user)
-
Uses of Benutzer in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata with parameters of type Benutzer Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<Integer,Long>
LazyProjectViewListModel. updateProjectGroupNames(IEntityContext ec, ProjectViewModel model, Benutzer user)
Constructors in de.xima.fc.gui.model.lazydata with parameters of type Benutzer Constructor Description LazyProjectViewListModel(Benutzer user, List<BenutzerGruppe> userGroups, Mandant client, Locale locale)
LazyProjectWrapperListModel(Mandant client, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission)
Deprecated. -
Uses of Benutzer in de.xima.fc.gui.model.project
Methods in de.xima.fc.gui.model.project with parameters of type Benutzer Modifier and Type Method Description void
ProjectViewModel. update(IEntityContext ec, Benutzer user, List<BenutzerGruppe> userGroups, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Constructors in de.xima.fc.gui.model.project with parameters of type Benutzer Constructor Description ProjectWrapper(Projekt project, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission)
-
Uses of Benutzer in de.xima.fc.gui.model.version
Constructors in de.xima.fc.gui.model.version with parameters of type Benutzer Constructor Description ProjectVersionModel(AProjectDetailsBean projectDetails, Benutzer user)
-
Uses of Benutzer in de.xima.fc.gui.transfer
Methods in de.xima.fc.gui.transfer with parameters of type Benutzer Modifier and Type Method Description static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
org.primefaces.model.StreamedContentEntityExportHelper. getStreamedContent(IEntityExporter<T> exporter, Benutzer user)
static org.primefaces.model.StreamedContent
EntityExportHelper. getV1ProjectExport(IEntityContext ec, Projekt project, Benutzer user)
-
Uses of Benutzer in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type Benutzer Modifier and Type Method Description static BaseDesignerModel
DesignerModelFactory. createBaseDesignerModel(javax.faces.context.FacesContext context, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Benutzer user)
The base designer model with basic data about the client, project etc.static FrameDesignerModel
DesignerModelFactory. createFrameDesignerModel(javax.faces.context.FacesContext facesContext, ViewBean viewBean, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Locale locale, Benutzer user, String conversationId)
Creates a new frame designer model from the data of the given faces request. -
Uses of Benutzer in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return Benutzer Modifier and Type Method Description Benutzer
BenutzerHandler. byLDAPGruppe(UserContext uc, String username, Mandant mandant)
Benutzer
BenutzerHandler. byLDAPGruppeLogin(UserContext uc, Mandant man, String userLogin, String userPwd)
Benutzer
BenutzerHandler. byLogin(UserContext uc, String userName, String passwd, Mandant man)
By login.Benutzer
BenutzerHandler. byNameAndMandant(UserContext uc, String username, Mandant mandant)
Benutzer
BenutzerHandler. checkLDAPGroupsActiveUser(UserContext uc, Long clientId, String encryptUserLogin)
Benutzer
BenutzerHandler. getByLDAPData(UserContext uc, Mandant mandant, String userName, byte[] objectID)
Benutzer
BenutzerHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Benutzer
BenutzerHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Benutzer
BenutzerHandler. handleUserLogin(UserContext uc, Benutzer user)
Benutzer
BenutzerHandler. registerBenutzer(UserContext uc, Benutzer benutzer, Mandant mandant)
Methode zum Anlegen eines neuen Benutzers zu einem MandantenMethods in de.xima.fc.handler.entity that return types with arguments of type Benutzer Modifier and Type Method Description List<Benutzer>
BenutzerHandler. getByMandant(UserContext uc, Mandant man)
Gets the by mandant.Methods in de.xima.fc.handler.entity with parameters of type Benutzer Modifier and Type Method Description boolean
BenutzerHandler. addBenutzerToGruppe(UserContext uc, Benutzer ben, BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.Vorgang
VorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
FormEingang
FormEingangHandler. create(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated.List<Projekt>
ProjektHandler. getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client, String projectScope)
List<BenutzerGruppe>
BenutzerHandler. getBenutzergruppen(UserContext uc, Benutzer ben)
Gets theBenutzerGruppe
s.List<BenutzerGruppe>
BenutzerGruppeHandler. getByBenutzer(UserContext uc, Benutzer ben)
List<ExtendedPostfach>
PostfachHandler. getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
List<Status>
StatusHandler. getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)
Deprecated.Gets the folge status.List<WorkflowTask>
WorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, Benutzer user)
com.alibaba.fastjson.JSONObject
BenutzerHandler. getLDAPUserData(UserContext uc, Benutzer benutzer)
List<Postfach>
PostfachHandler. getPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
List<Vorgang>
VorgangHandler. getVorgaengeByBenutzer(UserContext uc, Benutzer benutzer)
Benutzer
BenutzerHandler. handleUserLogin(UserContext uc, Benutzer user)
Boolean
ProjektHandler. isEditingAllowed(UserContext uc, Projekt projekt, Benutzer ben)
boolean
WorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user)
Boolean
ProjektHandler. isZugriffsberechtigt(UserContext uc, Projekt projekt, Benutzer ben)
Deprecated.Benutzer
BenutzerHandler. registerBenutzer(UserContext uc, Benutzer benutzer, Mandant mandant)
Methode zum Anlegen eines neuen Benutzers zu einem Mandanten -
Uses of Benutzer in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return Benutzer Modifier and Type Method Description Benutzer
IBenutzerHandler. byLDAPGruppe(UserContext uc, String username, Mandant client)
Benutzer
IBenutzerHandler. byLDAPGruppeLogin(UserContext uc, Mandant client, String userLogin, String userPwd)
Methode zum Auslesen und Erzeugen eines temporären Benutzers aus einer LDAP-GruppeBenutzer
IBenutzerHandler. byLogin(UserContext uc, String userName, String passwd, Mandant client)
By login.Benutzer
IBenutzerHandler. byNameAndMandant(UserContext uc, String username, Mandant client)
Methode zum Ermitteln eines Benutzers anhand seines Namens und des MandantensBenutzer
IBenutzerHandler. checkLDAPGroupsActiveUser(UserContext uc, Long clientId, String encryptUserLogin)
Benutzer
IBenutzerHandler. getByLDAPData(UserContext uc, Mandant client, String userName, byte[] objectID)
Benutzer
IBenutzerHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the user with the given UUID stringBenutzer
IBenutzerHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the user with the given UUIDBenutzer
IBenutzerHandler. handleUserLogin(UserContext uc, Benutzer user)
Benutzer
IBenutzerHandler. registerBenutzer(UserContext uc, Benutzer benutzer, Mandant client)
Methode zum Anlegen eines neuen Benutzers zu einem MandantenMethods in de.xima.fc.handler.interfaces.entity that return types with arguments of type Benutzer Modifier and Type Method Description List<Benutzer>
IBenutzerHandler. getByMandant(UserContext uc, Mandant client)
Gets the by mandant.Methods in de.xima.fc.handler.interfaces.entity with parameters of type Benutzer Modifier and Type Method Description boolean
IBenutzerHandler. addBenutzerToGruppe(UserContext uc, Benutzer ben, BenutzerGruppe bg)
Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.Vorgang
IVorgangHandler. correctStatus(UserContext uc, Vorgang formRecord, Status targetState, Benutzer user)
FormEingang
IFormEingangHandler. create(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated.List<Projekt>
IProjektHandler. getAllByEditorUser(UserContext uc, Benutzer editor, Mandant client, String projectScope)
Gets all projects where the given user is editor ofList<BenutzerGruppe>
IBenutzerHandler. getBenutzergruppen(UserContext uc, Benutzer user)
Gets theBenutzerGruppe
s.List<BenutzerGruppe>
IBenutzerGruppeHandler. getByBenutzer(UserContext uc, Benutzer ben)
List<ExtendedPostfach>
IPostfachHandler. getExtendedPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
List<Status>
IStatusHandler. getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)
Deprecated.Gets the folge status.List<WorkflowTask>
IWorkflowTaskHandler. getInboxTasks(UserContext uc, Vorgang formRecord, Benutzer user)
Finds all tasks that are allowed to be invoked by the given user in the inbox.com.alibaba.fastjson.JSONObject
IBenutzerHandler. getLDAPUserData(UserContext uc, Benutzer user)
List<Postfach>
IPostfachHandler. getPostfaecherByBenutzer(UserContext uc, Benutzer benutzer)
List<Vorgang>
IVorgangHandler. getVorgaengeByBenutzer(UserContext uc, Benutzer benutzer)
Benutzer
IBenutzerHandler. handleUserLogin(UserContext uc, Benutzer user)
Boolean
IProjektHandler. isEditingAllowed(UserContext uc, Projekt projekt, Benutzer ben)
boolean
IWorkflowTaskHandler. isTaskInvokableInInbox(UserContext uc, WorkflowTask task, Vorgang formRecord, Benutzer user)
Checks whether the given task may be initiated by the given user in the inbox.Boolean
IProjektHandler. isZugriffsberechtigt(UserContext uc, Projekt projekt, Benutzer ben)
Deprecated.Benutzer
IBenutzerHandler. registerBenutzer(UserContext uc, Benutzer benutzer, Mandant client)
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 Benutzer Modifier and Type Method Description boolean
ISetupHandler. createManantWithDependencies(UserContext uc, Mandant client, MandantMailData clientMailData, MandantLdapData clientLdapData, Benutzer user)
Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-Prozessvoid
IXfcSessionHandler. createNew(UserContext uc, String sessionId, Benutzer ben)
boolean
IMailHandler. sendLoginChanged(UserContext uc, Benutzer benuter, String passwort)
Send login changed.boolean
IMailHandler. sendResetPasswordMail(UserContext uc, Benutzer user, String url)
Sends an email to theBenutzer
for resetting their password -
Uses of Benutzer in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow with parameters of type Benutzer Modifier and Type Method Description IWorkflowResponse
IWorkflowHandler. 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 Benutzer Modifier and Type Method Description boolean
SetupHandler. createManantWithDependencies(UserContext uc, Mandant mandant, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben)
void
XfcSessionHandler. createNew(UserContext uc, String sessionId, Benutzer ben)
Deprecated.boolean
MailHandler. sendLoginChanged(UserContext uc, Benutzer benuter, String passwort)
Send login changed.boolean
MailHandler. sendResetPasswordMail(UserContext uc, Benutzer user, String url)
Sends an email to theBenutzer
for resetting their password -
Uses of Benutzer in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow with parameters of type Benutzer Modifier and Type Method Description IWorkflowResponse
WorkflowHandler. 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 Modifier and Type Method Description EntityImportResult
EntityImporter. doImport(Benutzer user)
Deprecated.UseProjectImporter.doImport(Benutzer)
instead -
Uses of Benutzer in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project with parameters of type Benutzer Modifier and Type Method Description EntityImportResult
ProjectImporter. doImport(Benutzer user)
Deprecated. -
Uses of Benutzer in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type Benutzer Constructor Description UserImportStager(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 Benutzer Modifier and Type Method Description ProcessGUIModel
ProcessGUIModel.Builder. build(UserContext uc, Benutzer user, ViewBean viewBean)
Deprecated.static List<Status>
ProcessGUIModel.Builder. findAvailableStates(UserContext uc, Benutzer user, Vorgang formRecord)
Deprecated.static List<InvokableTaskModel>
ProcessGUIModel.Builder. findAvailableTasks(UserContext uc, Benutzer user, Vorgang formRecord)
Deprecated.static ProcessGUIModel
ProcessGUIModel. forInboxView(Long formRecordId, EProcessView processView, Locale locale, Benutzer user, ViewBean viewBean, String baseUrl)
static ProcessGUIModel
ProcessGUIModel. forStandaloneView(javax.faces.context.FacesContext facesContext, Locale defaultLocale, Benutzer user, ViewBean viewBean)
void
ProcessGUIModel. updateData(Benutzer user, ViewBean viewBean)
-
Uses of Benutzer in de.xima.fc.inbox.model.request
Methods in de.xima.fc.inbox.model.request with parameters of type Benutzer Modifier and Type Method Description static IInboxFormRecordRequest
InboxFormRecordRequestFactory. readRequest(Long formRecordId, Benutzer user)
Creates a new request for a form record that marks the form record as readstatic IInboxFormRecordRequest
InboxFormRecordRequestFactory. readRequest(String formRecordProcessId, Benutzer user)
Creates a new request for a form record that marks the form record as readConstructors in de.xima.fc.inbox.model.request with parameters of type Benutzer Constructor Description InboxFormRecordRequestBuilder(Long id, Benutzer user)
-
Uses of Benutzer in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils with parameters of type Benutzer Modifier and Type Method Description static boolean
InboxUtils. canUserEditProcess(Benutzer user, long processId)
-
Uses of Benutzer in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return Benutzer Modifier and Type Method Description Benutzer
IEntityContext. getBenutzer()
-
Uses of Benutzer in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return Benutzer Modifier and Type Method Description Benutzer
IFCUserProfile. getUser()
Get the system user -
Uses of Benutzer in de.xima.fc.interfaces.bean
Methods in de.xima.fc.interfaces.bean that return Benutzer Modifier and Type Method Description Benutzer
ISessionBean. getCurrentUser()
Methods in de.xima.fc.interfaces.bean with parameters of type Benutzer Modifier and Type Method Description void
ISessionBean. setCurrentUser(Benutzer currentUser)
-
Uses of Benutzer in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return Benutzer Modifier and Type Method Description default Benutzer
IFormRenderContext. getBenutzer()
Deprecated.Benutzer
IFormPublishContext. getCurrentBenutzer()
default Benutzer
IFormRequestContext. getCurrentBenutzer()
Deprecated.Benutzer
IFormRenderContext. getUser()
Benutzer
IFormRequestContext. getUser()
Methods in de.xima.fc.interfaces.form with parameters of type Benutzer Modifier and Type Method Description default void
IFormRenderContext. setBenutzer(Benutzer benutzer)
Deprecated.void
IFormPublishContext. setCurrentBenutzer(Benutzer benutzer)
default void
IFormRequestContext. setCurrentBenutzer(Benutzer benutzer)
Deprecated.void
IFormRenderContext. setUser(Benutzer user)
void
IFormRequestContext. setUser(Benutzer benutzer)
-
Uses of Benutzer in de.xima.fc.interfaces.form.record.request
Methods in de.xima.fc.interfaces.form.record.request that return Benutzer Modifier and Type Method Description Benutzer
IInboxFormRecordRequest. getUser()
-
Uses of Benutzer in de.xima.fc.interfaces.plugin.param.backend
Methods in de.xima.fc.interfaces.plugin.param.backend that return Benutzer Modifier and Type Method Description Benutzer
IPluginMenuEntriesParams. getUser()
Getter for the current user of the backend UI. -
Uses of Benutzer in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return Benutzer Modifier and Type Method Description Benutzer
IPluginDataSourceParams. getCurrentUser()
-
Uses of Benutzer in de.xima.fc.interfaces.plugin.param.servlet
Methods in de.xima.fc.interfaces.plugin.param.servlet that return Benutzer Modifier and Type Method Description Benutzer
IPluginServletActionParams. getBenutzer()
-
Uses of Benutzer in de.xima.fc.interfaces.security.filter
Methods in de.xima.fc.interfaces.security.filter with parameters of type Benutzer Modifier and Type Method Description boolean
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 Benutzer Modifier and Type Method Description Benutzer
IDoiVerificationEventData. getUser()
-
Uses of Benutzer in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type Benutzer Modifier and Type Method Description List<Benutzer>
IWorkflowProvider. getAllUsers()
-
Uses of Benutzer in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return Benutzer Modifier and Type Method Description Benutzer
IWorkflowEventData. getUser()
-
Uses of Benutzer in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return Benutzer Modifier and Type Method Description default Benutzer
IWorkflowExecutionEnvironmentData. getEffectiveUser()
Benutzer
IBaseEnvironmentData. getUser()
-
Uses of Benutzer in de.xima.fc.jpa.context
Methods in de.xima.fc.jpa.context that return Benutzer Modifier and Type Method Description Benutzer
AEntityContext. getBenutzer()
Methods in de.xima.fc.jpa.context with parameters of type Benutzer Modifier and Type Method Description static IEntityContext
EntityContextFactory. newEntityContext(Benutzer ben)
-
Uses of Benutzer in de.xima.fc.ldap
Methods in de.xima.fc.ldap that return Benutzer Modifier and Type Method Description static Benutzer
LDAPBenutzerUtil. checkLDAPGroupsActiveUser(IEntityContext ec, Long clientId, String userLogin)
static Benutzer
LDAPBenutzerUtil. getByLDAPData(IEntityContext ec, Mandant man, String userName, byte[] objectId)
static Benutzer
LDAPBenutzerUtil. getLDAPGruppeBenutzer(IEntityContext ec, Mandant man, String userLogin)
static Benutzer
LDAPBenutzerUtil. getLDAPGruppeBenutzerByLogin(IEntityContext ec, Mandant man, String userLogin, String userPwd)
Methods in de.xima.fc.ldap with parameters of type Benutzer Modifier and Type Method Description static com.alibaba.fastjson.JSONObject
LDAPBenutzerUtil. getLDAPUserData(Benutzer ben)
-
Uses of Benutzer in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type Benutzer Modifier and Type Method Description static boolean
UserMailUtil. sendLDAPLogin(IEntityContext ec, Benutzer user)
static boolean
UserMailUtil. sendLoginData(IEntityContext ec, Benutzer user, String password)
Verschickt die E-Mail.static boolean
UserMailUtil. sendResetPassword(IEntityContext ec, Benutzer user, String resetPasswordUrl)
static boolean
UserMailUtil. sendSystemLogin(IEntityContext ec, Benutzer user, String password)
static boolean
UserMailUtil. sendUserSetPassword(IEntityContext ec, Benutzer user, String setPasswordUrl)
-
Uses of Benutzer in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type Benutzer Modifier and Type Method Description static Projekt
ProjectManager. create(IEntityContext ec, Projekt project, Benutzer user)
static Projekt
ProjectManager. create(IEntityContext ec, Projekt project, Benutzer user, boolean useOldWorkflow)
static boolean
AccessManager. hasAccess(Benutzer benutzer, Mandant client, EAccessProperty property)
Deprecated.static boolean
AccessManager. hasAccess(Benutzer benutzer, EAccessProperty property)
Deprecated.static Projekt
ProjectManager. update(IEntityContext ec, Projekt project, Benutzer user)
-
Uses of Benutzer in de.xima.fc.mdl
Subclasses of Benutzer in de.xima.fc.mdl Modifier and Type Class Description class
LDAPBenutzer
class
VirtualBenutzer
Constructors in de.xima.fc.mdl with parameters of type Benutzer Constructor Description AutoLoginInData(Benutzer user, Locale locale)
-
Uses of Benutzer in de.xima.fc.mdl.auth
Methods in de.xima.fc.mdl.auth that return Benutzer Modifier and Type Method Description Benutzer
FCUserProfile. getUser()
Methods in de.xima.fc.mdl.auth with parameters of type Benutzer Modifier and Type Method Description void
FCUserProfile. setUser(Benutzer user)
-
Uses of Benutzer in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums with parameters of type Benutzer Modifier and Type Method Description static String
EBenutzerTyp. getRef(Benutzer ben)
-
Uses of Benutzer in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return Benutzer Modifier and Type Method Description Benutzer
FormRequest. getBenuter()
Benutzer
FormUserRequest. getBenutzer()
Benutzer
FormUserRequestData. getBenutzer()
Methods in de.xima.fc.mdl.form with parameters of type Benutzer Modifier and Type Method Description void
FormRequest. setBenuter(Benutzer benuter)
void
FormUserRequest. setBenutzer(Benutzer benutzer)
void
FormUserRequestData. setBenutzer(Benutzer benutzer)
Constructors in de.xima.fc.mdl.form with parameters of type Benutzer Constructor Description FormRequest(long projektId, Integer formVersionNummer, String prozessId, boolean useFormVersionByVorgang, Benutzer benutzer, FrontendServer frontendServer)
FormRequest(long projektId, Integer formVersionNummer, String prozessId, String verifyId, boolean useFormVersionByVorgang, Benutzer benutzer, FrontendServer frontendServer)
FormUserRequest(Benutzer benutzer, Projekt projekt)
-
Uses of Benutzer in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return Benutzer Modifier and Type Method Description Benutzer
PrintJob. getBenutzer()
Getter des Nutzers der beim Drucken simuliert werden solllMethods in de.xima.fc.mdl.print with parameters of type Benutzer Modifier and Type Method Description void
PrintJob. setBenutzer(Benutzer benutzer)
Setter des Nutzers der beim Drucken simuliert werden soll. -
Uses of Benutzer in de.xima.fc.plugin.models.params.backend
Methods in de.xima.fc.plugin.models.params.backend that return Benutzer Modifier and Type Method Description Benutzer
PluginMenuEntriesParams. getUser()
Constructors in de.xima.fc.plugin.models.params.backend with parameters of type Benutzer Constructor Description PluginMenuEntriesParams(Mandant client, Benutzer user)
-
Uses of Benutzer in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return Benutzer Modifier and Type Method Description Benutzer
PluginServletActionParams. getBenutzer()
Constructors in de.xima.fc.plugin.models.params.servlet with parameters of type Benutzer Constructor Description 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)
Deprecated.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, Mandant client, String sessionId)
Constuctor for creating a parameters object with all necessary request data -
Uses of Benutzer in de.xima.fc.security
Methods in de.xima.fc.security with parameters of type Benutzer Modifier and Type Method Description static 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.servlet.event
Methods in de.xima.fc.servlet.event with parameters of type Benutzer Modifier and Type Method Description static IDoiVerificationEventData
ServletEventDataFactory. doiSelfVerification(Vorgang formRecord, Benutzer user, Locale locale, boolean skipWorkflowTriggers)
Creates the event data for verifying the Double-Opt-In of a form record manually using the verify UUID of the form record itself. -
Uses of Benutzer in de.xima.fc.servlet.handler
Methods in de.xima.fc.servlet.handler that return Benutzer Modifier and Type Method Description Benutzer
AbstractServletHandler. getCurrBenutzer(javax.servlet.http.HttpSession sess)
Liest den aktuellen Benutzer ausXfcSession.currentBenutzer()
. -
Uses of Benutzer in de.xima.fc.session
Methods in de.xima.fc.session that return Benutzer Modifier and Type Method Description Benutzer
XfcSession. currentBenutzer()
Liefert den (erfolgreich) angemeldeten Benutzer.Benutzer
FD2Session. getFormBenutzer()
Deprecated.Benutzer
FRQSession. getFormBenutzer()
Deprecated.userFRQSession.getUser()
Benutzer
FRQSession. getUser()
Methods in de.xima.fc.session with parameters of type Benutzer Modifier and Type Method Description static XfcSession
XfcSessionManager. createNew(javax.servlet.http.HttpSession session, Benutzer user)
static XfcSession
XfcSessionManager. createNew(javax.servlet.http.HttpSession session, Benutzer user, String loginName)
void
FD2Session. setFormBenutzer(Benutzer ben)
Deprecated.void
FRQSession. setFormBenutzer(Benutzer ben)
Deprecated.void
FRQSession. setUser(Benutzer formUser)
void
XfcSession. update(Benutzer user)
-
Uses of Benutzer in de.xima.fc.setup
Methods in de.xima.fc.setup that return Benutzer Modifier and Type Method Description protected Benutzer
DefaultClientCreator. createBenutzer(IEntityContext ec, Mandant client, Benutzer user, Rolle role)
protected Benutzer
DefaultClientCreator. createUser(IEntityContext ec, Mandant client, Benutzer user, Rolle role)
Methods in de.xima.fc.setup with parameters of type Benutzer Modifier and Type Method Description protected Benutzer
DefaultClientCreator. createBenutzer(IEntityContext ec, Mandant client, Benutzer user, Rolle role)
Mandant
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)
Creats an client with the currentIClientCreator
and currentIClientCreateData
protected Benutzer
DefaultClientCreator. createUser(IEntityContext ec, Mandant client, Benutzer user, Rolle role)
-
Uses of Benutzer in de.xima.fc.setup.interfaces
Methods in de.xima.fc.setup.interfaces with parameters of type Benutzer Modifier and Type Method Description default Mandant
IClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData)
Method to create an client with the given data.default Mandant
IClientCreator. createMandant(IEntityContext ec, Mandant man, Benutzer ben, IClientCreateData defaultData)
-
Uses of Benutzer in de.xima.fc.transform.excel
Methods in de.xima.fc.transform.excel with parameters of type Benutzer Modifier and Type Method Description FdToExcelResult
FdToExcelBuilder. buildForInbox(UserContext uc, Benutzer user, de.xima.cmn.criteria.QueryCriteriaManager qcm)
Deprecated.FdToExcelResult
FdToExcelBuilder. buildForProcessIDs(UserContext uc, Benutzer user, List<Long> processIDs)
Builds the excel export for an list ofVorgang.getId()
´sByteArrayOutputStream
FDToExcelTransformer. createForPostfach(UserContext uc, List<String> vl, XfcSession sess, de.xima.cmn.criteria.QueryCriteriaManager qm, boolean withAlias, boolean multiline, Benutzer ben)
ByteArrayOutputStream
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 Benutzer Modifier and Type Method Description FdToXmlResult
FdToXmlBuilder. buildForInbox(UserContext uc, Benutzer user, de.xima.cmn.criteria.QueryCriteriaManager qcm)
Deprecated.FdToXmlResult
FdToXmlBuilder. buildForProcessIDs(UserContext uc, Benutzer user, List<Long> processIDs)
Builds the XML export of anList
ofVorgang.getId()
´sstatic 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.update
Methods in de.xima.fc.update with parameters of type Benutzer Modifier and Type Method Description static void
UpdateManager. checkForNeededUpdates(Benutzer user)
static void
UpdateManager. executeUpdate(Benutzer user, ISystemUpdate update)
-
Uses of Benutzer in de.xima.fc.user
Methods in de.xima.fc.user that return Benutzer Modifier and Type Method Description Benutzer
UserContext. getBenutzer()
Methods in de.xima.fc.user with parameters of type Benutzer Modifier and Type Method Description static UserContext
UserContextFactory. forBenutzer(Benutzer ben)
boolean
UserAccess. hasAccess(Benutzer user, EAccessProperty property)
Checks if an user has accessUserContext
UserContext. setBenutzer(Benutzer benutzer)
-
Uses of Benutzer in de.xima.fc.utils
Fields in de.xima.fc.utils declared as Benutzer Modifier and Type Field Description static Benutzer
UserMgmtUtils. ANONYMOUS
Virtueller Benutzer für Fälle, bei denen ein Benutzer benötigt wird, aber keine Anmeldungen notwendig ist.static Benutzer
UserMgmtUtils. DESIGNER_INITIAL_DUMMY
Virtueller Benutzer für Fälle, bei denen ein Benutzer benötigt wird, aber keine Anmeldungen notwendig ist.static Benutzer
UserMgmtUtils. DESIGNER_LAST_DUMMY
Virtueller Benutzer für Fälle, bei denen ein Benutzer benötigt wird, aber keine Anmeldungen notwendig ist.static Benutzer
UserMgmtUtils. DESIGNER_USER
Virtueller Benutzer für Fälle, bei denen ein Benutzer benötigt wird, aber keine Anmeldungen notwendig ist.static Benutzer
UserMgmtUtils. SETUP
Virtueller Benutzer für Fälle, bei denen ein Benutzer benötigt wird, aber keine Anmeldungen notwendig ist.static Benutzer
UserMgmtUtils. SYSTEM
Virtueller Benutzer für Fälle, bei denen ein Benutzer benötigt wird, aber keine Anmeldungen notwendig ist.Methods in de.xima.fc.utils that return Benutzer Modifier and Type Method Description static Benutzer
UserMgmtUtils. getFromProfile(org.pac4j.core.profile.CommonProfile profile)
Methods in de.xima.fc.utils with parameters of type Benutzer Modifier and Type Method Description static org.pac4j.core.profile.CommonProfile
UserMgmtUtils. convertToProfile(Benutzer user)
static boolean
UserMgmtUtils. isAnonymousUser(Benutzer user)
static boolean
UserMgmtUtils. isExternalUser(Benutzer user)
static boolean
UserMgmtUtils. isInternalUser(Benutzer user)
Method do determine if the given user is an internal and virtual user likeUserMgmtUtils.SETUP
,UserMgmtUtils.ANONYMOUS
orUserMgmtUtils.SYSTEM
static boolean
UserMgmtUtils. isSetupUser(Benutzer user)
static boolean
UserMgmtUtils. isSetupUserWithClient(Benutzer user, javax.servlet.http.HttpSession session)
static boolean
UserMgmtUtils. isSetupUserWithoutClient(Benutzer user, javax.servlet.http.HttpSession session)
static boolean
UserMgmtUtils. isSystemUser(Benutzer user)
static com.alibaba.fastjson.JSONObject
UserMgmtUtils. toJSON(Benutzer user, List<BenutzerGruppe> userGroups)
static com.alibaba.fastjson.JSONObject
UserMgmtUtils. toJSON(Benutzer user, List<BenutzerGruppe> userGroups, org.pac4j.core.profile.CommonProfile prof)
-
Uses of Benutzer in de.xima.fc.web
Methods in de.xima.fc.web that return Benutzer Modifier and Type Method Description static Benutzer
LoginHelper. doFormHeaderLogin(IExtendedFormRequestContext ctx)
static Benutzer
LoginHelper. doFormRequestLogin(IExtendedFormRequestContext ctx)
static Benutzer
LoginHelper. doLogin(AutoLoginInData data)
static Benutzer
LoginHelper. doLogin(UserContext uc, String userLogin, String userPwd, Long mandantId)
Führt Login anhand der übergebenen Daten durch.Methods in de.xima.fc.web with parameters of type Benutzer Modifier and Type Method Description static void
AutoLoginHelper. addCookie(Benutzer user, Locale locale, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
static String
LoginHelper. responseCurrentBenutzer(Benutzer user, javax.servlet.http.HttpSession session, String lang)
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)
-
Uses of Benutzer in de.xima.fc.web.common.auth.kerberos
Methods in de.xima.fc.web.common.auth.kerberos that return Benutzer Modifier and Type Method Description Benutzer
KerberosUserProfile. getUser()
Methods in de.xima.fc.web.common.auth.kerberos with parameters of type Benutzer Modifier and Type Method Description void
KerberosUserProfile. setUser(Benutzer user)
-
Uses of Benutzer in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource that return Benutzer Modifier and Type Method Description Benutzer
DatenquelleParams. getCurrentUser()
Constructors in de.xima.fc.web.common.datasource with parameters of type Benutzer Constructor Description DatenquelleParams(Mandant mandant, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt, Benutzer user, com.alibaba.fastjson.JSONObject userData)
-
Uses of Benutzer in de.xima.fc.web.common.json
Methods in de.xima.fc.web.common.json with parameters of type Benutzer Modifier and Type Method Description static String
JSONBuilder. buildBenutzerMsg(Benutzer b, javax.servlet.http.HttpSession session, String lang, Object... params)
static String
JSONBuilder. buildLoginMsg(Benutzer user, javax.servlet.http.HttpSession session, String lang, String userLogin, Long manID, Object... params)
Erstellt den Response-Inhalt für die Benutzeranmeldung.static String
JSONBuilder. buildLoginMsg(Benutzer user, javax.servlet.http.HttpSession session, String lang, String userLogin, Long manID, String targetUrl, Object... params)
-
Uses of Benutzer in de.xima.fc.workflow.data
Methods in de.xima.fc.workflow.data with parameters of type Benutzer Modifier and Type Method Description static List<WorkflowTask>
InboxTaskUtil. getInboxTasks(IEntityContext ec, Vorgang formRecord, Benutzer 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)
Checks whether the given task may be initiated by the given user in the inbox. -
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 Modifier and Type Method Description List<Benutzer>
WorkflowProviderBean. getAllUsers()
-
Uses of Benutzer in de.xima.fc.workflow.designer.logic
Methods in de.xima.fc.workflow.designer.logic that return Benutzer Modifier and Type Method Description Benutzer
BeanWorkflowValidationEnvironmentData. getUser()
Benutzer
FacesWorkflowLocalValidationContext. getUser()
Benutzer
RequestWorkflowEnvironmentData. getUser()
-
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 Benutzer Modifier and Type Method Description List<Benutzer>
WorkflowRequestContextModel. getUsers()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type Benutzer Modifier and Type Method Description void
WorkflowRequestContextModel. setUsers(List<Benutzer> users)
-
Uses of Benutzer in de.xima.fc.workflow.designer.model.client
Methods in de.xima.fc.workflow.designer.model.client with parameters of type Benutzer Modifier and Type Method Description static ClientUserView
ClientUserView. forUser(Benutzer userGroup)
-
Uses of Benutzer in de.xima.fc.workflow.event
Fields in de.xima.fc.workflow.event declared as Benutzer Modifier and Type Field Description protected Benutzer
AFormRecordEventDataBuilder. user
protected Benutzer
AFormRecordEventDataBuilder. user
Methods in de.xima.fc.workflow.event that return Benutzer Modifier and Type Method Description Benutzer
AWorkflowEventData. getUser()
Methods in de.xima.fc.workflow.event with parameters of type Benutzer Modifier and Type Method Description static IDoiVerifiedEventData
WorkflowEventDataFactory. doiVerified(Vorgang formRecord, WorkflowNode doiInitWorkflowNode, Benutzer user, Locale locale)
Creates the data for the event that is triggered when the double opt-in process of a form record has been verified.FormSubmissionEventDataBuilder
FormSubmissionEventDataBuilder. user(Benutzer user)
SpecificTriggerEventDataBuilder
SpecificTriggerEventDataBuilder. user(Benutzer user)
Constructors in de.xima.fc.workflow.event with parameters of type Benutzer Constructor Description AFormRecordEventData(Mandant client, Benutzer user, Locale locale, Projekt project, Vorgang formRecord)
AFormRecordEventData(Mandant client, Benutzer user, Locale locale, Vorgang formRecord)
AProjectEventData(Mandant client, Benutzer user, Locale locale, Projekt project)
AWorkflowEventData(Mandant client, Benutzer user, Locale locale)
-
Uses of Benutzer in de.xima.fc.workflow.iface
Methods in de.xima.fc.workflow.iface that return Benutzer Modifier and Type Method Description Benutzer
IWorkflowTaskRunnerParams. getUser()
-
Uses of Benutzer in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return Benutzer Modifier and Type Method Description Benutzer
PojoBaseWorkflowEnvironmentData. getUser()
Benutzer
PojoWorkflowValidationEnvironmentData. getUser()
Benutzer
WorkflowTaskRunnerParams. getUser()
Methods in de.xima.fc.workflow.model with parameters of type Benutzer Modifier and Type Method Description WorkflowTaskRunnerParams.Builder
WorkflowTaskRunnerParams.Builder. user(Benutzer user)
Constructors in de.xima.fc.workflow.model with parameters of type Benutzer Constructor Description PojoBaseWorkflowEnvironmentData(Mandant client, Projekt project, WorkflowVersion workflowVersion, Benutzer user, Locale locale, IEntityContext ec)
Creates a new POJO implementation ofIWorkflowValidationEnvironmentData
with the given values.PojoWorkflowValidationEnvironmentData(Mandant client, Projekt project, WorkflowVersion workflowVersion, Benutzer user, Locale locale, IEntityContext ec)
Creates a new POJO implementation ofIWorkflowValidationEnvironmentData
with the given values. -
Uses of Benutzer in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type Benutzer Modifier and Type Method Description WorkflowValidator.Builder
WorkflowValidator.Builder. user(Benutzer user)
-
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 Benutzer Modifier and Type Method Description static List<Benutzer>
WorkflowProviderHelper. computeAllUsers(IEntityContext ec, Mandant currentClient)
-
Uses of Benutzer in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return Benutzer Modifier and Type Method Description Benutzer
DefaultWorkflowValidationContext. getUser()
Benutzer
InjectableValidationContext. getUser()
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type Benutzer Modifier and Type Method Description List<Benutzer>
ValidationWorkflowProvider. getAllUsers()
-
Uses of Benutzer in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return Benutzer Modifier and Type Method Description Benutzer
WorkflowValidationParams. getUser()
Constructors in de.xima.fc.workflow.processor.model with parameters of type Benutzer Constructor Description Builder(Projekt project, WorkflowVersion workflowVersion, Mandant client, Benutzer user, Locale locale, IEntityContext ec, boolean ownsEntityContext, WorkflowResourceBundleLocator.MutableWorkflowResourceBundleLocator locator)
Creates a new builder with the given values.
-