Uses of Class
de.xima.fc.entities.BenutzerGruppe
-
-
Uses of BenutzerGruppe in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppeBenutzerGruppeAPI. getByUUID(UserContext uc, Mandant client, String uuid)Returns the user group with the given UUID stringBenutzerGruppeBenutzerGruppeAPI. 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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>ProjektAPI. getAccessGroups(UserContext uc, Projekt project)List<BenutzerGruppe>BenutzerAPI. getBenutzergruppen(UserContext uc, Benutzer ben)Deprecated.Method for determining all user groups of a user.List<BenutzerGruppe>PostfachAPI. getBenutzergruppen(UserContext uc, Postfach postfach)Method for determining all usergroups of aPostfach.List<BenutzerGruppe>BenutzerGruppeAPI. getBenutzerGruppenUsageRightByStatus(UserContext uc, Status state)Deprecated.List<BenutzerGruppe>BenutzerGruppeAPI. getByBenutzer(UserContext uc, Benutzer benutzer)Deprecated.List<BenutzerGruppe>BenutzerGruppeAPI. getByMandant(UserContext uc, Mandant mandant)Method for determining allBenutzerGruppeof aMandant.List<BenutzerGruppe>BenutzerGruppeAPI. getByProjekt(UserContext uc, Projekt projekt)Method for determining allBenutzerGruppeof aProjekt.List<BenutzerGruppe>ProjektAPI. getEditorGruppen(UserContext uc, long projektId)Method for determining theBenutzerGruppewho are authorized to edit the project.List<BenutzerGruppe>BenutzerGruppeAPI. getEditorgruppenByProjekt(UserContext uc, Projekt projekt)Method for determining allBenutzerGruppeof aProjekt.Methods in de.xima.fc.api.entity with parameters of type BenutzerGruppe Modifier and Type Method Description booleanBenutzerAPI. addBenutzerToGruppe(UserContext uc, Benutzer ben, BenutzerGruppe bg)Deprecated.Method to add a user to a user group.List<Postfach>PostfachAPI. getAllByBenutzergruppe(UserContext uc, BenutzerGruppe benutzerGruppe)Methode zum Ermitteln aller Postfächer, die einerBenutzerGruppezugeordnet sind. -
Uses of BenutzerGruppe in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook that return BenutzerGruppe Modifier and Type Method Description static BenutzerGruppeDaoActionHookHelper. syncAccessProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncAuthorizations(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncBenutzer(IEntityContext ec, BenutzerGruppe gruppe)Deprecated.static BenutzerGruppeDaoActionHookHelper. syncEditorProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncLdapGroups(IEntityContext ec, BenutzerGruppe userGroup)Deprecated.static BenutzerGruppeDaoActionHookHelper. syncPostfaecher(IEntityContext ec, BenutzerGruppe gruppe)Methods in de.xima.fc.dao.hook with parameters of type BenutzerGruppe Modifier and Type Method Description static BenutzerGruppeDaoActionHookHelper. syncAccessProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncAuthorizations(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncBenutzer(IEntityContext ec, BenutzerGruppe gruppe)Deprecated.static BenutzerGruppeDaoActionHookHelper. syncEditorProjekte(IEntityContext ec, BenutzerGruppe gruppe)static BenutzerGruppeDaoActionHookHelper. syncLdapGroups(IEntityContext ec, BenutzerGruppe userGroup)Deprecated.static BenutzerGruppeDaoActionHookHelper. syncPostfaecher(IEntityContext ec, BenutzerGruppe gruppe) -
Uses of BenutzerGruppe in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppeBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)BenutzerGruppeBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Methods in de.xima.fc.dao.impl that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>BenutzerGruppeDao. getAllByProject(IEntityContext ec, Projekt project)Map<String,BenutzerGruppe>BenutzerGruppeDao. getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant)List<BenutzerGruppe>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 BenutzerGruppe Modifier and Type Method Description StringBenutzerGruppeDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude)List<LDAPGruppe>LDAPGruppeDao. getAllByUserGroup(IEntityContext ec, Mandant client, BenutzerGruppe userGroup)Deprecated.Method parameters in de.xima.fc.dao.impl with type arguments of type BenutzerGruppe Modifier and Type Method Description List<Postfach>PostfachDao. getAllByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)Set<String>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 BenutzerGruppe Modifier and Type Method Description BenutzerGruppeIBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the user group with the given UUID stringBenutzerGruppeIBenutzerGruppeDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the user group with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>IBenutzerGruppeDao. getAllByProject(IEntityContext ec, Projekt project)Returns all user groups being referenced by the given projectMap<String,BenutzerGruppe>IBenutzerGruppeDao. getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant)List<BenutzerGruppe>IBenutzerDao. getBenutzergruppen(IEntityContext ec, Benutzer ben)Deprecated.Methods in de.xima.fc.dao.interfaces with parameters of type BenutzerGruppe Modifier and Type Method Description StringIBenutzerGruppeDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, BenutzerGruppe exclude)Returns a name that is not taken by anotherBenutzerGruppein the given client other than the excluded user group.default List<Postfach>IPostfachDao. getAllByBenutzergruppe(IEntityContext ec, BenutzerGruppe userGroup)List<LDAPGruppe>ILDAPGruppeDao. getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)Deprecated.Returns allLDAPGruppewhich are assigned to theBenutzerGruppedefault Set<String>IPostfachDao. getAllNamesByUserGroup(IEntityContext ec, BenutzerGruppe userGroup)Method parameters in de.xima.fc.dao.interfaces with type arguments of type BenutzerGruppe Modifier and Type Method Description List<Postfach>IPostfachDao. getAllByUserGroups(IEntityContext ec, Collection<? extends BenutzerGruppe> userGroups)Set<String>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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>WorkflowState. getAccessUserGroups()List<BenutzerGruppe>Benutzer. getBenutzerGruppen()Deprecated.List<BenutzerGruppe>LDAPGruppe. getBenutzerGruppen()Deprecated.List<BenutzerGruppe>Postfach. getBenutzerGruppen()Liefert die Benutzergruppen-Liste der zugriffsberechtigten Benutzergruppen.List<BenutzerGruppe>Projekt. getBenutzerGruppen()List<BenutzerGruppe>Status. getBenutzerGruppenUsageRight()Deprecated.Liefert die aktuellen BenutzerGruppen-Liste.List<BenutzerGruppe>Projekt. getEditorBenutzerGruppen()Set<BenutzerGruppe>DirectClientAuthorization. getUserGroups()Set<BenutzerGruppe>IndirectClientAuthorization. getUserGroups()List<BenutzerGruppe>Projekt. getVisibilityUserGroups()Methods in de.xima.fc.entities with parameters of type BenutzerGruppe Modifier and Type Method Description voidBenutzer. addBenutzerGruppe(BenutzerGruppe benutzerGruppe)Deprecated.voidLDAPGruppe. addBenutzerGruppe(BenutzerGruppe benutzerGruppe)Deprecated.voidPostfach. addBenutzerGruppe(BenutzerGruppe benutzerGruppe)voidProjekt. addBenutzerGruppe(BenutzerGruppe benutzerGruppe)voidStatus. addBenutzerGruppeUsageRight(BenutzerGruppe bg)Deprecated.voidProjekt. addEditorBenutzerGruppe(BenutzerGruppe benutzerGruppe)booleanAClientAuthorization. addUserGroup(BenutzerGruppe userGroup)voidProjekt. addVisibilityUsergroup(BenutzerGruppe userGroup)voidBenutzer. removeBenutzerGruppe(BenutzerGruppe benutzerGruppe)Deprecated.voidLDAPGruppe. removeBenutzerGruppe(BenutzerGruppe benutzerGruppe)Deprecated.voidPostfach. removeBenutzerGruppe(BenutzerGruppe benutzerGruppe)voidProjekt. removeBenutzerGruppen(BenutzerGruppe benutzerGruppe)voidStatus. removeBenutzerGruppeUsageRight(BenutzerGruppe bg)Deprecated.voidProjekt. removeEditorBenutzerGruppen(BenutzerGruppe benutzerGruppe)voidProjekt. removeVisibilityUserGroup(BenutzerGruppe userGroup)Method parameters in de.xima.fc.entities with type arguments of type BenutzerGruppe Modifier and Type Method Description booleanProjekt. isEditableBy(Benutzer user, List<BenutzerGruppe> usergroups)Deprecated.booleanProjekt. isVisibleBy(Benutzer user, List<BenutzerGruppe> usergroups)Deprecated.Benutzer is deprecated.voidWorkflowState. setAccessUserGroups(List<BenutzerGruppe> userGroups)voidBenutzer. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen ListevoidLDAPGruppe. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Deprecated.Ersetzt die zugeordneten Benutzergruppen mit der übergebenen ListevoidPostfach. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Ersetzt die gegebene Liste mit der übergebenen ListevoidProjekt. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)voidStatus. setBenutzerGruppenUsageRight(List<BenutzerGruppe> bgList)Deprecated.Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen ListevoidProjekt. setEditorBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)voidDirectClientAuthorization. setUserGroups(Set<BenutzerGruppe> groups)voidIndirectClientAuthorization. setUserGroups(Set<BenutzerGruppe> groups)voidProjekt. 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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>IBenutzerGruppeDependent. getBenutzerGruppen()Method parameters in de.xima.fc.entities.interfaces with type arguments of type BenutzerGruppe Modifier and Type Method Description voidIBenutzerGruppeDependent. 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 BenutzerGruppe Modifier and Type Method Description protected 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 BenutzerGruppe Modifier and Type Method Description protected 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 BenutzerGruppe Modifier and Type Field Description protected List<BenutzerGruppe>FormRenderContext. benutzerGruppenDeprecated.never usedMethods in de.xima.fc.form.render that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>FormRenderContext. getUserGroups()Method parameters in de.xima.fc.form.render with type arguments of type BenutzerGruppe Modifier and Type Method Description voidFormRenderContext. 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 BenutzerGruppe Modifier and Type Field Description protected List<BenutzerGruppe>FormRequestContext. userGroupsDeprecated.useIUser.getClientUserGroups(String, Mandant)instead.Methods in de.xima.fc.form.request that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>FormRequestContext. getUserGroups()Method parameters in de.xima.fc.form.request with type arguments of type BenutzerGruppe Modifier and Type Method Description voidFormRequestContext. 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 Modifier and Type Method Description List<BenutzerGruppe>BackendBean. getGroupsOfCurrentUser()Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppeDesignerPreviewPageBean. getSelectedUserGroup()Methods in de.xima.fc.gui.bean.designer that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>DesignerPreviewPageBean. getAllUserGroups()Methods in de.xima.fc.gui.bean.designer with parameters of type BenutzerGruppe Modifier and Type Method Description voidDesignerPreviewPageBean. 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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>InboxBean. getAllUserGroups()List<BenutzerGruppe>InboxBean. getSelectedUserGroups()Method parameters in de.xima.fc.gui.bean.inbox with type arguments of type BenutzerGruppe Modifier and Type Method Description voidInboxBean. setAllUserGroups(List<BenutzerGruppe> allUserGroups)voidInboxBean. 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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>ProjectAccessBean. getAvailableUserGroups()List<BenutzerGruppe>ProjectImportBean. getProjectEditGroups()List<BenutzerGruppe>ProjectImportBean. getProjectViewGroups()Methods in de.xima.fc.gui.bean.project with parameters of type BenutzerGruppe Modifier and Type Method Description voidProjectImportBean. addEditorGroupToCurrentUser(BenutzerGruppe userGroup)voidProjectImportBean. addVisibilityGroupToCurrentUser(BenutzerGruppe userGroup) -
Uses of BenutzerGruppe in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return BenutzerGruppe Modifier and Type Method Description BenutzerGruppeUserGroupBean.EntityListModelImpl. getNew()Methods in de.xima.fc.gui.bean.user that return types with arguments of type BenutzerGruppe Modifier and Type Method Description IEntityListModelSelectByView<BenutzerGruppe>UserGroupBean. getModel()List<BenutzerGruppe>ClientAuthorizationBean. getUserGroupsList()Method to return list of allBenutzerGruppeof the current client.Methods in de.xima.fc.gui.bean.user with parameters of type BenutzerGruppe Modifier and Type Method Description voidUserGroupBean.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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>ProcessingBean. getAllUserGroups()Deprecated.Returns allBenutzerGruppedefined for theMandantList<BenutzerGruppe>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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>SessionBean. 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 BenutzerGruppe Modifier and Type Method Description voidSessionBean. 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 Modifier and Type Method Description Map<Mandant,org.apache.commons.lang3.tuple.Pair<Set<Rolle>,Map<String,Set<BenutzerGruppe>>>>UserProfileInfoPanelBean. getUserAuthorizationInfo(Object user) -
Uses of BenutzerGruppe in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type BenutzerGruppe Constructor Description UserGroupModifiedEvent(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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>BaseDesignerModel. getUserGroups()Constructor parameters in de.xima.fc.gui.model.designer with type arguments of type BenutzerGruppe Constructor Description BaseDesignerModel(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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>LazyProjectWrapperListModel. getUserGroups()Deprecated.Method parameters in de.xima.fc.gui.model.lazydata with type arguments of type BenutzerGruppe Modifier and Type Method Description voidLazyProjectWrapperListModel. setUserGroups(List<BenutzerGruppe> userGroups)Deprecated.Constructor parameters in de.xima.fc.gui.model.lazydata with type arguments of type BenutzerGruppe Constructor Description LazyProjectViewListModel(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 BenutzerGruppe Modifier and Type Method Description BenutzerGruppePreviewParams. getUserGroup()Methods in de.xima.fc.gui.model.params with parameters of type BenutzerGruppe Modifier and Type Method Description PreviewParams.BuilderPreviewParams.Builder. withUserGroup(BenutzerGruppe userGroup) -
Uses of BenutzerGruppe in de.xima.fc.gui.model.project
Constructor parameters in de.xima.fc.gui.model.project with type arguments of type BenutzerGruppe Constructor Description ProjectWrapper(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 BenutzerGruppe Modifier and Type Method Description BenutzerGruppeBenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, String uuid)BenutzerGruppeBenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)Methods in de.xima.fc.handler.entity that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>ProjektHandler. getAccessGroups(UserContext uc, Projekt project)List<BenutzerGruppe>BenutzerHandler. getBenutzergruppen(UserContext uc, Benutzer ben)Deprecated.List<BenutzerGruppe>PostfachHandler. getBenutzergruppen(UserContext uc, Postfach postfach)List<BenutzerGruppe>BenutzerGruppeHandler. getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)Deprecated.List<BenutzerGruppe>BenutzerGruppeHandler. getByBenutzer(UserContext uc, Benutzer ben)Deprecated.List<BenutzerGruppe>BenutzerGruppeHandler. getByProjekt(UserContext uc, Long projektId)List<BenutzerGruppe>BenutzerGruppeHandler. getEditorgruppenByProjekt(UserContext uc, Long projektId)Methods in de.xima.fc.handler.entity with parameters of type BenutzerGruppe Modifier and Type Method Description booleanBenutzerHandler. addBenutzerToGruppe(UserContext uc, Benutzer ben, BenutzerGruppe bg)Deprecated.List<Postfach>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 BenutzerGruppe Modifier and Type Method Description BenutzerGruppeIBenutzerGruppeHandler. getByUUID(UserContext uc, Mandant client, String uuid)Returns the user group with the given UUID stringBenutzerGruppeIBenutzerGruppeHandler. 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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>IProjektHandler. getAccessGroups(UserContext uc, Projekt project)List<BenutzerGruppe>IBenutzerHandler. getBenutzergruppen(UserContext uc, Benutzer user)Deprecated.Gets theBenutzerGruppes.List<BenutzerGruppe>IPostfachHandler. getBenutzergruppen(UserContext uc, Postfach postfach)List<BenutzerGruppe>IBenutzerGruppeHandler. getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)Deprecated.List<BenutzerGruppe>IBenutzerGruppeHandler. getByBenutzer(UserContext uc, Benutzer ben)Deprecated.List<BenutzerGruppe>IBenutzerGruppeHandler. getByProjekt(UserContext uc, Long projektId)List<BenutzerGruppe>IBenutzerGruppeHandler. getEditorgruppenByProjekt(UserContext uc, Long projektId)Methods in de.xima.fc.handler.interfaces.entity with parameters of type BenutzerGruppe Modifier and Type Method Description booleanIBenutzerHandler. addBenutzerToGruppe(UserContext uc, Benutzer ben, BenutzerGruppe bg)Deprecated.Methode um einen Benutzer einer Benutzergruppe hinzuzufügen.List<Postfach>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 BenutzerGruppe Modifier and Type Method Description protected IGenericDao<BenutzerGruppe>UserGroupImportConfig. getDao()Constructors in de.xima.fc.importer.config with parameters of type BenutzerGruppe Constructor Description UserGroupImportConfig(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 BenutzerGruppe Constructor Description UserGroupImportConfig(IEntityImportConfigData<BenutzerGruppe> data) -
Uses of BenutzerGruppe in de.xima.fc.importer.stager
Constructors in de.xima.fc.importer.stager with parameters of type BenutzerGruppe Constructor Description UserGroupImportStager(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 BenutzerGruppe Modifier and Type Method Description static 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 Modifier and Type Method Description Set<BenutzerGruppe>IClientAuthorization. getUserGroups() -
Uses of BenutzerGruppe in de.xima.fc.interfaces.bean
Methods in de.xima.fc.interfaces.bean that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>ISessionBean. getCurrentUserGroups()Deprecated.Method parameters in de.xima.fc.interfaces.bean with type arguments of type BenutzerGruppe Modifier and Type Method Description voidISessionBean. setCurrentUserGroups(List<BenutzerGruppe> currentUserGroups)Deprecated. -
Uses of BenutzerGruppe in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type BenutzerGruppe Modifier and Type Method Description default List<BenutzerGruppe>IFormRenderContext. getBenutzerGruppen()Deprecated.default List<BenutzerGruppe>IFormRequestContext. getBenutzerGruppen()Deprecated.List<BenutzerGruppe>IFormRenderContext. getUserGroups()List<BenutzerGruppe>IFormRequestContext. getUserGroups()Method parameters in de.xima.fc.interfaces.form with type arguments of type BenutzerGruppe Modifier and Type Method Description default voidIFormRenderContext. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Deprecated.User groups should be determined by the user.default voidIFormRequestContext. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Deprecated.User groups should be determined by the user.voidIFormRenderContext. setUserGroups(List<BenutzerGruppe> userGroups)Deprecated.User groups should be determined by the user.voidIFormRequestContext. 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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>IDefaultMandantData. getAllBenutzergruppen(Locale installLocale)Deprecated.List<BenutzerGruppe>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 BenutzerGruppe Modifier and Type Method Description default @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 Set<BenutzerGruppe>IUser. getClientUserGroups(String scope, UUID clientUuid)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 Modifier and Type Method Description List<BenutzerGruppe>IWorkflowProvider. getAllUserGroups() -
Uses of BenutzerGruppe in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>VirtualBenutzer. getBenutzerGruppen()Deprecated.List<BenutzerGruppe>VirtualBenutzer. getVirtualBenutzerGruppen()Deprecated.Method parameters in de.xima.fc.mdl with type arguments of type BenutzerGruppe Modifier and Type Method Description voidVirtualBenutzer. setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)Deprecated.voidVirtualBenutzer. 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 BenutzerGruppe Modifier and Type Method Description Set<BenutzerGruppe>BasicClientAuthorization. getUserGroups()Method parameters in de.xima.fc.mdl.auth.authorization with type arguments of type BenutzerGruppe Modifier and Type Method Description BasicClientAuthorization.BuilderBasicClientAuthorization.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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>VirtualAuthenticatorConfig. getAccessUserGroups()Method parameters in de.xima.fc.mdl.auth.config with type arguments of type BenutzerGruppe Modifier and Type Method Description static VirtualAuthenticatorConfigVirtualAuthenticatorConfig. 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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>FormUserRequestData. getBenutzerGruppen()Deprecated.Method parameters in de.xima.fc.mdl.form with type arguments of type BenutzerGruppe Modifier and Type Method Description voidFormUserRequestData. 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 BenutzerGruppe Modifier and Type Method Description static FormRecordUploadRequestDataFormRecordUploadRequestData. create(Vorgang formRecord, Set<BenutzerGruppe> userGroups, IFormDataAdapter fda, IXForm xForm)static XItemConditionsWrapperDefaultFD2ConditionsFactory. getDefaultXItemConditions(boolean usesNewWorkflow, Object workflowState, List<BenutzerGruppe> userGroups)Gets anXItemConditionsWrapperthat evaluates item conditions in the scope of the given workflow state and user groups.static XItemConditionsWrapperDefaultFD2ConditionsFactory. getDefaultXItemConditions(Vorgang formRecord, List<BenutzerGruppe> userGroups)Constructor parameters in de.xima.fc.mdl.form.record with type arguments of type BenutzerGruppe Constructor Description FormRecordReviewData(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 BenutzerGruppe Modifier and Type Field Description protected BenutzerGruppeAWorkflowEngineTest. groupprotected BenutzerGruppeAWorkflowEngineTest. groupOther -
Uses of BenutzerGruppe in de.xima.fc.session
Methods in de.xima.fc.session that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>FRQSession. getUserGroups()Deprecated.UseFRQSession.getUser()&IUser.getClientUserGroups(String, Mandant)instead.Method parameters in de.xima.fc.session with type arguments of type BenutzerGruppe Modifier and Type Method Description voidFRQSession. 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 BenutzerGruppe Modifier and Type Method Description protected BenutzerGruppeDefaultClientData. getAdminUsergroups(Locale locale)Returns an new user-group for administratorsprotected BenutzerGruppeDefaultClientData. getEditorUsergroups(Locale locale)Returns an new user-group for editorsMethods in de.xima.fc.setup that return types with arguments of type BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>DefaultClientCreator. 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)ArrayList<BenutzerGruppe>DefaultClientData. getAllUsergroups(Locale locale) -
Uses of BenutzerGruppe in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return BenutzerGruppe Modifier and Type Method Description static BenutzerGruppeEntityDummyFactory. dummyUserGroup(String name, Mandant client)static BenutzerGruppeEntityDummyFactory. dummyUserGroup(String name, Mandant client, Postfach... inboxes)static BenutzerGruppeEntityDummyFactory. 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 BenutzerGruppe Modifier and Type Method Description static IUserUserFactory. anonymous(Collection<BenutzerGruppe> userGroups) -
Uses of BenutzerGruppe in de.xima.fc.utils
Method parameters in de.xima.fc.utils with type arguments of type BenutzerGruppe Modifier and Type Method Description static com.alibaba.fastjson.JSONObjectUserMgmtUtils. toJSON(Benutzer user, List<BenutzerGruppe> userGroups)Deprecated.UseUserMgmtUtils.toJson(IUser, Mandant)instead.static com.alibaba.fastjson.JSONObjectUserMgmtUtils. 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 Constructor Description HasUserGroupAuthorizer(List<BenutzerGruppe> accessUserGroups) -
Uses of BenutzerGruppe in de.xima.fc.workflow
Method parameters in de.xima.fc.workflow with type arguments of type BenutzerGruppe Modifier and Type Method Description WorkflowStateWorkflowStateModel. toWorkflowState(Function<UUID,BenutzerGruppe> findUserGroupByUuid, Function<UUID,ClientAuthenticator> findClientAuthenticatorByUuid, Function<UUID,SystemAuthenticator> findSystemAuthenticatorByUuid) -
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 Modifier and Type Method Description List<BenutzerGruppe>WorkflowProviderBean. getAllUserGroups() -
Uses of BenutzerGruppe in de.xima.fc.workflow.designer.helper
Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type BenutzerGruppe Modifier and Type Method Description static de.xima.cmn.criteria.FilterCriterionWorkflowTriggerHelper. createUserGroupFilter(String userGroupSearchTerm, Iterable<BenutzerGruppe> userGroups)Creates a filter for a workflow trigger that check if either no search term with the given key exists; or one exists and its value matches one of the given user group's UUIDs. -
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 BenutzerGruppe Modifier and Type Method Description List<BenutzerGruppe>WorkflowRequestContextModel. getUserGroups()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type BenutzerGruppe Modifier and Type Method Description voidWorkflowRequestContextModel. setUserGroups(List<BenutzerGruppe> userGroups) -
Uses of BenutzerGruppe in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type BenutzerGruppe Modifier and Type Method Description IUserInvocationTriggerBuilderIUserInvocationTriggerBuilder. userGroup(BenutzerGruppe userGroup)Adds a user group to the list of groups that is allowed to initiate the trigger.default IUserInvocationTriggerBuilderIUserInvocationTriggerBuilder. userGroups(BenutzerGruppe... userGroups)Adds user groups to the list of groups that is allowed to initiate the trigger.Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type BenutzerGruppe Modifier and Type Method Description default IUserInvocationTriggerBuilderIUserInvocationTriggerBuilder. userGroups(Iterable<BenutzerGruppe> userGroups)Adds user groups to the list of groups that is allowed to initiate the trigger. -
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 BenutzerGruppe Modifier and Type Method Description static 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 Modifier and Type Method Description List<BenutzerGruppe>ValidationWorkflowProvider. getAllUserGroups() -
Uses of BenutzerGruppe in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type BenutzerGruppe Modifier and Type Method Description static ClientUserGroupViewClientUserGroupView. forUserGroup(BenutzerGruppe userGroup)
-