Uses of Class
de.xima.fc.entities.BenutzerGruppe
Packages that use BenutzerGruppe
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
Allgemeine Modellklassen, nicht Datenbankpersitiert
Package to create clients, trigger updates and configure the system-logger
Package für Utilsklassen
-
Uses of BenutzerGruppe in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return BenutzerGruppeModifier and TypeMethodDescriptionBenutzerGruppeAPI.getByUUID
(UserContext uc, Mandant client, String uuid) Returns the user group with the given UUID stringBenutzerGruppeAPI.getByUUID
(UserContext uc, Mandant client, UUID uuid) Returns the user group with the given UUIDMethods in de.xima.fc.api.entity that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionProjektAPI.getAccessGroups
(UserContext uc, Projekt project) BenutzerAPI.getBenutzergruppen
(UserContext uc, Benutzer ben) Deprecated.Method for determining all user groups of a user.PostfachAPI.getBenutzergruppen
(UserContext uc, Postfach postfach) Method for determining all usergroups of aPostfach
.BenutzerGruppeAPI.getBenutzerGruppenUsageRightByStatus
(UserContext uc, Status state) Deprecated.BenutzerGruppeAPI.getByBenutzer
(UserContext uc, Benutzer benutzer) Deprecated.BenutzerGruppeAPI.getByMandant
(UserContext uc, Mandant mandant) Method for determining allBenutzerGruppe
of aMandant
.BenutzerGruppeAPI.getByProjekt
(UserContext uc, Projekt projekt) Method for determining allBenutzerGruppe
of aProjekt
.ProjektAPI.getEditorGruppen
(UserContext uc, long projektId) Method for determining theBenutzerGruppe
who are authorized to edit the project.BenutzerGruppeAPI.getEditorgruppenByProjekt
(UserContext uc, Projekt projekt) Method for determining allBenutzerGruppe
of aProjekt
.Methods in de.xima.fc.api.entity with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionboolean
BenutzerAPI.addBenutzerToGruppe
(UserContext uc, Benutzer ben, BenutzerGruppe bg) Deprecated.Method to add a user to a user group.PostfachAPI.getAllByBenutzergruppe
(UserContext uc, BenutzerGruppe benutzerGruppe) Methode zum Ermitteln aller Postfächer, die einerBenutzerGruppe
zugeordnet sind. -
Uses of BenutzerGruppe in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return BenutzerGruppeModifier and TypeMethodDescriptionstatic BenutzerGruppe
DaoActionHookHelper.syncAccessProjekte
(IEntityContext ec, BenutzerGruppe gruppe) static BenutzerGruppe
DaoActionHookHelper.syncAuthorizations
(IEntityContext ec, BenutzerGruppe gruppe) static BenutzerGruppe
DaoActionHookHelper.syncBenutzer
(IEntityContext ec, BenutzerGruppe gruppe) Deprecated.static BenutzerGruppe
DaoActionHookHelper.syncEditorProjekte
(IEntityContext ec, BenutzerGruppe gruppe) static BenutzerGruppe
DaoActionHookHelper.syncLdapGroups
(IEntityContext ec, BenutzerGruppe userGroup) Deprecated.static BenutzerGruppe
DaoActionHookHelper.syncPostfaecher
(IEntityContext ec, BenutzerGruppe gruppe) Methods in de.xima.fc.dao.hook with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionstatic BenutzerGruppe
DaoActionHookHelper.syncAccessProjekte
(IEntityContext ec, BenutzerGruppe gruppe) static BenutzerGruppe
DaoActionHookHelper.syncAuthorizations
(IEntityContext ec, BenutzerGruppe gruppe) static BenutzerGruppe
DaoActionHookHelper.syncBenutzer
(IEntityContext ec, BenutzerGruppe gruppe) Deprecated.static BenutzerGruppe
DaoActionHookHelper.syncEditorProjekte
(IEntityContext ec, BenutzerGruppe gruppe) static BenutzerGruppe
DaoActionHookHelper.syncLdapGroups
(IEntityContext ec, BenutzerGruppe userGroup) Deprecated.static BenutzerGruppe
DaoActionHookHelper.syncPostfaecher
(IEntityContext ec, BenutzerGruppe gruppe) -
Uses of BenutzerGruppe in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return BenutzerGruppeModifier and TypeMethodDescriptionBenutzerGruppeDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) BenutzerGruppeDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionBenutzerGruppeDao.getAllByProject
(IEntityContext ec, Projekt project) BenutzerGruppeDao.getBenutzerGruppeByMandant
(IEntityContext ec, Mandant mandant) BenutzerDao.getBenutzergruppen
(IEntityContext ec, Benutzer benutzer) Deprecated.protected IFCDaoActionHook<BenutzerGruppe>
BenutzerGruppeDao.getPostActionHook()
protected IFCDaoActionHook<BenutzerGruppe>
BenutzerGruppeDao.getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionBenutzerGruppeDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude) LDAPGruppeDao.getAllByUserGroup
(IEntityContext ec, Mandant client, BenutzerGruppe userGroup) Deprecated.Method parameters in de.xima.fc.dao.impl with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionPostfachDao.getAllByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) PostfachDao.getAllNamesByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) -
Uses of BenutzerGruppe in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return BenutzerGruppeModifier and TypeMethodDescriptionIBenutzerGruppeDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the user group with the given UUID stringIBenutzerGruppeDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the user group with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionIBenutzerGruppeDao.getAllByProject
(IEntityContext ec, Projekt project) Returns all user groups being referenced by the given projectIBenutzerGruppeDao.getBenutzerGruppeByMandant
(IEntityContext ec, Mandant mandant) IBenutzerDao.getBenutzergruppen
(IEntityContext ec, Benutzer ben) Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionIBenutzerGruppeDao.findUniqueName
(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude) Returns a name that is not taken by anotherBenutzerGruppe
in the given client other than the excluded user group.IPostfachDao.getAllByBenutzergruppe
(IEntityContext ec, BenutzerGruppe userGroup) ILDAPGruppeDao.getAllByUserGroup
(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup) Deprecated.Returns allLDAPGruppe
which are assigned to theBenutzerGruppe
IPostfachDao.getAllNamesByUserGroup
(IEntityContext ec, BenutzerGruppe userGroup) Method parameters in de.xima.fc.dao.interfaces with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionIPostfachDao.getAllByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) IPostfachDao.getAllNamesByUserGroups
(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups) -
Uses of BenutzerGruppe in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionWorkflowState.getAccessUserGroups()
Benutzer.getBenutzerGruppen()
Deprecated.LDAPGruppe.getBenutzerGruppen()
Deprecated.Postfach.getBenutzerGruppen()
Liefert die Benutzergruppen-Liste der zugriffsberechtigten Benutzergruppen.Projekt.getBenutzerGruppen()
Status.getBenutzerGruppenUsageRight()
Deprecated.Liefert die aktuellen BenutzerGruppen-Liste.Projekt.getEditorBenutzerGruppen()
DirectClientAuthorization.getUserGroups()
IndirectClientAuthorization.getUserGroups()
Projekt.getVisibilityUserGroups()
Methods in de.xima.fc.entities with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
Benutzer.addBenutzerGruppe
(BenutzerGruppe benutzerGruppe) Deprecated.void
LDAPGruppe.addBenutzerGruppe
(BenutzerGruppe benutzerGruppe) Deprecated.void
Postfach.addBenutzerGruppe
(BenutzerGruppe benutzerGruppe) void
Projekt.addBenutzerGruppe
(BenutzerGruppe benutzerGruppe) void
Status.addBenutzerGruppeUsageRight
(BenutzerGruppe bg) Deprecated.void
Projekt.addEditorBenutzerGruppe
(BenutzerGruppe benutzerGruppe) boolean
AClientAuthorization.addUserGroup
(BenutzerGruppe userGroup) void
Projekt.addVisibilityUsergroup
(BenutzerGruppe userGroup) void
Benutzer.removeBenutzerGruppe
(BenutzerGruppe benutzerGruppe) Deprecated.void
LDAPGruppe.removeBenutzerGruppe
(BenutzerGruppe benutzerGruppe) Deprecated.void
Postfach.removeBenutzerGruppe
(BenutzerGruppe benutzerGruppe) void
Projekt.removeBenutzerGruppen
(BenutzerGruppe benutzerGruppe) void
Status.removeBenutzerGruppeUsageRight
(BenutzerGruppe bg) Deprecated.void
Projekt.removeEditorBenutzerGruppen
(BenutzerGruppe benutzerGruppe) void
Projekt.removeVisibilityUserGroup
(BenutzerGruppe userGroup) Method parameters in de.xima.fc.entities with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionboolean
Projekt.isEditableBy
(Benutzer user, List<BenutzerGruppe> usergroups) Deprecated.boolean
Projekt.isVisibleBy
(Benutzer user, List<BenutzerGruppe> usergroups) Deprecated.Benutzer is deprecated.void
WorkflowState.setAccessUserGroups
(List<BenutzerGruppe> userGroups) void
Benutzer.setBenutzerGruppen
(List<BenutzerGruppe> benutzerGruppen) Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Listevoid
LDAPGruppe.setBenutzerGruppen
(List<BenutzerGruppe> benutzerGruppen) Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen Listevoid
Postfach.setBenutzerGruppen
(List<BenutzerGruppe> benutzerGruppen) Ersetzt die gegebene Liste mit der übergebenen Listevoid
Projekt.setBenutzerGruppen
(List<BenutzerGruppe> benutzerGruppen) void
Status.setBenutzerGruppenUsageRight
(List<BenutzerGruppe> bgList) Deprecated.Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen Listevoid
Projekt.setEditorBenutzerGruppen
(List<BenutzerGruppe> benutzerGruppen) void
DirectClientAuthorization.setUserGroups
(Set<BenutzerGruppe> groups) void
IndirectClientAuthorization.setUserGroups
(Set<BenutzerGruppe> groups) void
Projekt.setVisibilityUserGroups
(List<BenutzerGruppe> userGroups) -
Uses of BenutzerGruppe in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.entities.interfaces with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
IBenutzerGruppeDependent.setBenutzerGruppen
(List<BenutzerGruppe> bgSet) -
Uses of BenutzerGruppe in de.xima.fc.export
Methods in de.xima.fc.export that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionprotected List<BenutzerGruppe>
AProjektUtil.getBenutzergruppen
(List<BenutzerGruppe> bgl) Methode zum Auslesen der Benutzergruppenprotected List<BenutzerGruppe>
AProjektUtil.getBenutzerGruppenListe
(List<BenutzerGruppe> benutzerGruppen) liest Benutzergruppen aus der DBMethod parameters in de.xima.fc.export with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionprotected List<BenutzerGruppe>
AProjektUtil.getBenutzergruppen
(List<BenutzerGruppe> bgl) Methode zum Auslesen der Benutzergruppenprotected List<BenutzerGruppe>
AProjektUtil.getBenutzerGruppenListe
(List<BenutzerGruppe> benutzerGruppen) liest Benutzergruppen aus der DB -
Uses of BenutzerGruppe in de.xima.fc.form.render
Fields in de.xima.fc.form.render with type parameters of type BenutzerGruppeModifier and TypeFieldDescriptionprotected List<BenutzerGruppe>
FormRenderContext.benutzerGruppen
Deprecated.never usedMethods in de.xima.fc.form.render that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.form.render with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
FormRenderContext.setUserGroups
(List<BenutzerGruppe> benutzerGruppen) Deprecated.User groups should be determined by the user. -
Uses of BenutzerGruppe in de.xima.fc.form.request
Fields in de.xima.fc.form.request with type parameters of type BenutzerGruppeModifier and TypeFieldDescriptionprotected List<BenutzerGruppe>
FormRequestContext.userGroups
Deprecated.useIUser.getClientUserGroups(String, Mandant)
instead.Methods in de.xima.fc.form.request that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.form.request with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
FormRequestContext.setUserGroups
(List<BenutzerGruppe> userGroups) Deprecated.User groups should be determined by the user. -
Uses of BenutzerGruppe in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return types with arguments of type BenutzerGruppe -
Uses of BenutzerGruppe in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return BenutzerGruppeMethods in de.xima.fc.gui.bean.designer that return types with arguments of type BenutzerGruppeMethods in de.xima.fc.gui.bean.designer with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
DesignerPreviewPageBean.setSelectedUserGroup
(BenutzerGruppe selectedUserGroup) -
Uses of BenutzerGruppe in de.xima.fc.gui.bean.inbox
Methods in de.xima.fc.gui.bean.inbox that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.gui.bean.inbox with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
InboxBean.setAllUserGroups
(List<BenutzerGruppe> allUserGroups) void
InboxBean.setSelectedUserGroups
(List<BenutzerGruppe> selectedUserGroups) -
Uses of BenutzerGruppe in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionProjectAccessBean.getAvailableUserGroups()
ProjectImportBean.getProjectEditGroups()
ProjectImportBean.getProjectViewGroups()
Methods in de.xima.fc.gui.bean.project with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
ProjectImportBean.addEditorGroupToCurrentUser
(BenutzerGruppe userGroup) void
ProjectImportBean.addVisibilityGroupToCurrentUser
(BenutzerGruppe userGroup) -
Uses of BenutzerGruppe in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return BenutzerGruppeMethods in de.xima.fc.gui.bean.user that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionUserGroupBean.getModel()
ClientAuthorizationBean.getUserGroupsList()
Method to return list of allBenutzerGruppe
of the current client.Methods in de.xima.fc.gui.bean.user with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
UserGroupBean.EntityListModelImpl.setSelected
(BenutzerGruppe selected) -
Uses of BenutzerGruppe in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionProcessingBean.getAllUserGroups()
Deprecated.Returns allBenutzerGruppe
defined for theMandant
StateBean.getAllUserGroupsForWorkflow()
Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionSessionBean.getCurrentUserGroups()
Deprecated.the user groups of a user within a client should be gotten viaIUser.getClientUserGroups(String, Mandant)
.Method parameters in de.xima.fc.gui.common.bean with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
SessionBean.setCurrentUserGroups
(List<BenutzerGruppe> currentUserGroups) Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return types with arguments of type BenutzerGruppe -
Uses of BenutzerGruppe in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type BenutzerGruppeModifierConstructorDescriptionUserGroupModifiedEvent
(BenutzerGruppe entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec) Creates a new entity POJO with the given data. -
Uses of BenutzerGruppe in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return types with arguments of type BenutzerGruppeConstructor parameters in de.xima.fc.gui.model.designer with type arguments of type BenutzerGruppeModifierConstructorDescriptionBaseDesignerModel
(String baseUrl, List<BenutzerGruppe> userGroups) Creates a new POJO model with the given data. -
Uses of BenutzerGruppe in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.gui.model.lazydata with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
LazyProjectWrapperListModel.setUserGroups
(List<BenutzerGruppe> userGroups) Deprecated.Constructor parameters in de.xima.fc.gui.model.lazydata with type arguments of type BenutzerGruppeModifierConstructorDescriptionLazyProjectViewListModel
(Benutzer user, List<BenutzerGruppe> userGroups, Mandant client, Locale locale) Deprecated.LazyProjectWrapperListModel
(Mandant client, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission) Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.gui.model.params
Methods in de.xima.fc.gui.model.params that return BenutzerGruppeMethods in de.xima.fc.gui.model.params with parameters of type BenutzerGruppe -
Uses of BenutzerGruppe in de.xima.fc.gui.model.project
Constructor parameters in de.xima.fc.gui.model.project with type arguments of type BenutzerGruppeModifierConstructorDescriptionProjectWrapper
(Projekt project, Benutzer user, List<BenutzerGruppe> userGroups, boolean userHasUpdatePermission) Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return BenutzerGruppeModifier and TypeMethodDescriptionBenutzerGruppeHandler.getByUUID
(UserContext uc, Mandant client, String uuid) BenutzerGruppeHandler.getByUUID
(UserContext uc, Mandant client, UUID uuid) Methods in de.xima.fc.handler.entity that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionProjektHandler.getAccessGroups
(UserContext uc, Projekt project) BenutzerHandler.getBenutzergruppen
(UserContext uc, Benutzer ben) Deprecated.PostfachHandler.getBenutzergruppen
(UserContext uc, Postfach postfach) BenutzerGruppeHandler.getBenutzerGruppenUsageRightByStatus
(UserContext uc, Long stateId) Deprecated.BenutzerGruppeHandler.getByBenutzer
(UserContext uc, Benutzer ben) Deprecated.BenutzerGruppeHandler.getByProjekt
(UserContext uc, Long projektId) BenutzerGruppeHandler.getEditorgruppenByProjekt
(UserContext uc, Long projektId) Methods in de.xima.fc.handler.entity with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionboolean
BenutzerHandler.addBenutzerToGruppe
(UserContext uc, Benutzer ben, BenutzerGruppe bg) Deprecated.PostfachHandler.getAllByBenutzergruppe
(UserContext uc, BenutzerGruppe benutzerGruppe) -
Uses of BenutzerGruppe in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return BenutzerGruppeModifier and TypeMethodDescriptionIBenutzerGruppeHandler.getByUUID
(UserContext uc, Mandant client, String uuid) Returns the user group with the given UUID stringIBenutzerGruppeHandler.getByUUID
(UserContext uc, Mandant client, UUID uuid) Returns the user group with the given UUIDMethods in de.xima.fc.handler.interfaces.entity that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionIProjektHandler.getAccessGroups
(UserContext uc, Projekt project) IBenutzerHandler.getBenutzergruppen
(UserContext uc, Benutzer user) Deprecated.Gets theBenutzerGruppe
s.IPostfachHandler.getBenutzergruppen
(UserContext uc, Postfach postfach) IBenutzerGruppeHandler.getBenutzerGruppenUsageRightByStatus
(UserContext uc, Long stateId) Deprecated.IBenutzerGruppeHandler.getByBenutzer
(UserContext uc, Benutzer ben) Deprecated.IBenutzerGruppeHandler.getByProjekt
(UserContext uc, Long projektId) IBenutzerGruppeHandler.getEditorgruppenByProjekt
(UserContext uc, Long projektId) Methods in de.xima.fc.handler.interfaces.entity with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionboolean
IBenutzerHandler.addBenutzerToGruppe
(UserContext uc, Benutzer ben, BenutzerGruppe bg) Deprecated.Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.IPostfachHandler.getAllByBenutzergruppe
(UserContext uc, BenutzerGruppe benutzerGruppe) -
Uses of BenutzerGruppe in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionprotected IGenericDao<BenutzerGruppe>
UserGroupImportConfig.getDao()
Constructors in de.xima.fc.importer.config with parameters of type BenutzerGruppeModifierConstructorDescriptionUserGroupImportConfig
(IEntityContext ec, Mandant client, BenutzerGruppe entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.Constructor parameters in de.xima.fc.importer.config with type arguments of type BenutzerGruppeModifierConstructorDescription -
Uses of BenutzerGruppe in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type BenutzerGruppeModifierConstructorDescriptionUserGroupImportStager
(IEntityContext ec, BenutzerGruppe entity, Mandant client) Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionstatic final List<BenutzerGruppe>
EntityImportHelper.getUserGroups
(IEntityContext ec, List<UUID> uuids, Mandant client, List<IEntityImportConfig<?>> importConfigs) Gets a list of user groups in the given client with the given uuids -
Uses of BenutzerGruppe in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return types with arguments of type BenutzerGruppe -
Uses of BenutzerGruppe in de.xima.fc.interfaces.bean
Methods in de.xima.fc.interfaces.bean that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.interfaces.bean with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
ISessionBean.setCurrentUserGroups
(List<BenutzerGruppe> currentUserGroups) -
Uses of BenutzerGruppe in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptiondefault List<BenutzerGruppe>
IFormRenderContext.getBenutzerGruppen()
Deprecated.default List<BenutzerGruppe>
IFormRequestContext.getBenutzerGruppen()
Deprecated.IFormRenderContext.getUserGroups()
IFormRequestContext.getUserGroups()
Method parameters in de.xima.fc.interfaces.form with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptiondefault void
IFormRenderContext.setBenutzerGruppen
(List<BenutzerGruppe> benutzerGruppen) Deprecated.User groups should be determined by the user.default void
IFormRequestContext.setBenutzerGruppen
(List<BenutzerGruppe> benutzerGruppen) Deprecated.User groups should be determined by the user.void
IFormRenderContext.setUserGroups
(List<BenutzerGruppe> userGroups) Deprecated.User groups should be determined by the user.void
IFormRequestContext.setUserGroups
(List<BenutzerGruppe> userGroups) Deprecated.User groups should be determined by the user. -
Uses of BenutzerGruppe in de.xima.fc.interfaces.setup
Methods in de.xima.fc.interfaces.setup that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionIDefaultMandantData.getAllBenutzergruppen
(Locale installLocale) Deprecated.IClientCreateData.getAllUsergroups
(Locale locale) default List<BenutzerGruppe>
IDefaultMandantData.getAllUsergroups
(Locale locale) Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.interfaces.user
Methods in de.xima.fc.interfaces.user that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptiondefault @NotNull Set<BenutzerGruppe>
IUser.getClientUserGroups
(String scope, Mandant client) Returns all user groups that this user has been assigned to within the given client and the given scope.default @NotNull Map<String,
Set<BenutzerGruppe>> IUser.getScopedUserGroups()
Returns a map of the all the user groups the user is assigned to scoped by application areas.default @NotNull Set<BenutzerGruppe>
IUser.getUserGroups
(String scope) Returns all user groups that this user has been assigned to within the given scope. -
Uses of BenutzerGruppe in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type BenutzerGruppe -
Uses of BenutzerGruppe in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionVirtualBenutzer.getBenutzerGruppen()
Deprecated.VirtualBenutzer.getVirtualBenutzerGruppen()
Deprecated.Method parameters in de.xima.fc.mdl with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
VirtualBenutzer.setBenutzerGruppen
(List<BenutzerGruppe> benutzerGruppen) Deprecated.void
VirtualBenutzer.setVirtualBenutzerGruppen
(List<BenutzerGruppe> virtualBenutzerGruppen) Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.mdl.auth.authorization
Methods in de.xima.fc.mdl.auth.authorization that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.mdl.auth.authorization with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionBasicClientAuthorization.Builder.withUserGroups
(Set<BenutzerGruppe> userGroups) -
Uses of BenutzerGruppe in de.xima.fc.mdl.auth.config
Methods in de.xima.fc.mdl.auth.config that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.mdl.auth.config with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionstatic VirtualAuthenticatorConfig
VirtualAuthenticatorConfig.forFormType
(List<BenutzerGruppe> accessUserGroups) -
Uses of BenutzerGruppe in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.mdl.form with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
FormUserRequestData.setBenutzerGruppen
(List<BenutzerGruppe> benutzerGruppen) Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.mdl.form.record
Method parameters in de.xima.fc.mdl.form.record with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionstatic XItemConditionsWrapper
DefaultFD2ConditionsFactory.getDefaultXItemConditions
(boolean usesNewWorkflow, Object workflowState, List<BenutzerGruppe> userGroups) Gets anXItemConditionsWrapper
that evaluates item conditions in the scope of the given workflow state and user groups.static XItemConditionsWrapper
DefaultFD2ConditionsFactory.getDefaultXItemConditions
(Vorgang formRecord, List<BenutzerGruppe> userGroups) Constructor parameters in de.xima.fc.mdl.form.record with type arguments of type BenutzerGruppeModifierConstructorDescriptionFormRecordReviewData
(Vorgang formRecord, List<BenutzerGruppe> userGroups, List<IFormRecordJobDetails> quartzJobDetails, IFormRecordWorkflowData workflowData, IFormDataAdapter fda, IXForm xForm, IFD2XItemProvider itemProvider) FormRecordReviewData
(Vorgang formRecord, List<BenutzerGruppe> userGroups, List<IFormRecordJobDetails> quartzJobDetails, IFormRecordWorkflowData workflowData, IFormDataAdapter fda, IXForm xForm, IFD2XItemProvider itemProvider, Locale locale) FormRecordReviewData
(Vorgang formRecord, List<BenutzerGruppe> userGroups, List<IFormRecordJobDetails> quartzJobDetails, IFormRecordWorkflowData workflowData, IFormDataAdapter fda, IXForm xForm, IFD2XItemProvider itemProvider, Locale locale, boolean ignoreConditions) -
Uses of BenutzerGruppe in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as BenutzerGruppeModifier and TypeFieldDescriptionprotected BenutzerGruppe
AWorkflowEngineTest.group
protected BenutzerGruppe
AWorkflowEngineTest.groupOther
-
Uses of BenutzerGruppe in de.xima.fc.session
Methods in de.xima.fc.session that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionFRQSession.getUserGroups()
Deprecated.UseFRQSession.getUser()
&IUser.getClientUserGroups(String, Mandant)
instead.Method parameters in de.xima.fc.session with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
FRQSession.setUserGroups
(List<BenutzerGruppe> userGroups) Deprecated.UseFRQSession.getUser()
&IUser.getClientUserGroups(String, Mandant)
instead. -
Uses of BenutzerGruppe in de.xima.fc.setup
Methods in de.xima.fc.setup that return BenutzerGruppeModifier and TypeMethodDescriptionprotected BenutzerGruppe
DefaultClientData.getAdminUsergroups
(Locale locale) Returns an new user-group for administratorsprotected BenutzerGruppe
DefaultClientData.getEditorUsergroups
(Locale locale) Returns an new user-group for editorsMethods in de.xima.fc.setup that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionDefaultClientCreator.createBenutzergruppen
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) Deprecated.will be removed.protected List<BenutzerGruppe>
DefaultClientCreator.createUsergroups
(IEntityContext ec, IClientCreateData defaultData, Locale installLocale, Mandant client) DefaultClientData.getAllUsergroups
(Locale locale) -
Uses of BenutzerGruppe in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return BenutzerGruppeModifier and TypeMethodDescriptionstatic BenutzerGruppe
EntityDummyFactory.dummyUserGroup
(String name, Mandant client) static BenutzerGruppe
EntityDummyFactory.dummyUserGroup
(String name, Mandant client, Postfach... inboxes) static BenutzerGruppe
EntityDummyFactory.dummyUserGroup
(String name, Mandant client, Iterable<Postfach> inboxes) -
Uses of BenutzerGruppe in de.xima.fc.user
Method parameters in de.xima.fc.user with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionstatic IUser
UserFactory.anonymous
(Collection<BenutzerGruppe> userGroups) -
Uses of BenutzerGruppe in de.xima.fc.utils
Method parameters in de.xima.fc.utils with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionstatic 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 BenutzerGruppe in de.xima.fc.web.common.auth.authorizer
Constructor parameters in de.xima.fc.web.common.auth.authorizer with type arguments of type BenutzerGruppe -
Uses of BenutzerGruppe in de.xima.fc.workflow
Method parameters in de.xima.fc.workflow with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionWorkflowStateModel.toWorkflowState
(Function<UUID, BenutzerGruppe> userGroupDao, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) -
Uses of BenutzerGruppe in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type BenutzerGruppe -
Uses of BenutzerGruppe in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type BenutzerGruppeMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type BenutzerGruppeModifier and TypeMethodDescriptionvoid
WorkflowRequestContextModel.setUserGroups
(List<BenutzerGruppe> userGroups) -
Uses of BenutzerGruppe in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type BenutzerGruppeModifier and TypeMethodDescriptionstatic List<BenutzerGruppe>
WorkflowProviderHelper.computeAllUserGroups
(IEntityContext ec, Mandant client) -
Uses of BenutzerGruppe in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type BenutzerGruppe -
Uses of BenutzerGruppe in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type BenutzerGruppeModifier and TypeMethodDescriptionstatic ClientUserGroupView
ClientUserGroupView.forUserGroup
(BenutzerGruppe userGroup)
UserMgmtUtils.canEditProject(de.xima.fc.interfaces.user.IUser, Projekt)
instead.