Uses of Interface
org.teamapps.application.api.privilege.PrivilegeGroup
| Package | Description |
|---|---|
| org.teamapps.application.api.application | |
| org.teamapps.application.api.privilege |
-
Uses of PrivilegeGroup in org.teamapps.application.api.application
Methods in org.teamapps.application.api.application that return types with arguments of type PrivilegeGroup Modifier and Type Method Description java.util.List<PrivilegeGroup>BaseApplicationBuilder. getPrivilegeGroups() -
Uses of PrivilegeGroup in org.teamapps.application.api.privilege
Subinterfaces of PrivilegeGroup in org.teamapps.application.api.privilege Modifier and Type Interface Description interfaceCustomObjectPrivilegeGroupinterfaceOrganizationalPrivilegeGroupinterfaceSimpleCustomObjectPrivilegeinterfaceSimpleOrganizationalPrivilegeinterfaceSimplePrivilegeinterfaceStandardPrivilegeGroupClasses in org.teamapps.application.api.privilege that implement PrivilegeGroup Modifier and Type Class Description classAbstractPrivilegeGroupclassCustomObjectPrivilegeGroupImplclassOrganizationalPrivilegeGroupImplclassSimpleCustomObjectPrivilegeImplclassSimpleOrganizationalPrivilegeImplclassSimplePrivilegeImplclassStandardPrivilegeGroupImplMethods in org.teamapps.application.api.privilege that return PrivilegeGroup Modifier and Type Method Description PrivilegeGroupCustomObjectPrivilegeGroupImpl. createCopyWithPrivileges(Privilege... privileges)PrivilegeGroupOrganizationalPrivilegeGroupImpl. createCopyWithPrivileges(Privilege... privileges)PrivilegeGroupPrivilegeGroup. createCopyWithPrivileges(Privilege... privileges)PrivilegeGroupSimpleCustomObjectPrivilegeImpl. createCopyWithPrivileges(Privilege... privileges)PrivilegeGroupSimpleOrganizationalPrivilegeImpl. createCopyWithPrivileges(Privilege... privileges)PrivilegeGroupSimplePrivilegeImpl. createCopyWithPrivileges(Privilege... privileges)PrivilegeGroupStandardPrivilegeGroupImpl. createCopyWithPrivileges(Privilege... privileges)Methods in org.teamapps.application.api.privilege that return types with arguments of type PrivilegeGroup Modifier and Type Method Description java.util.List<PrivilegeGroup>ApplicationRole. getPrivilegeGroups()java.util.List<PrivilegeGroup>ApplicationRoleImpl. getPrivilegeGroups()java.util.List<PrivilegeGroup>ApplicationPrivilegeBuilder. getPrivileges()Methods in org.teamapps.application.api.privilege with parameters of type PrivilegeGroup Modifier and Type Method Description ApplicationRoleApplicationRoleBuilder. addRole(java.lang.String name, org.teamapps.icons.Icon<?,?> icon, java.lang.String titleKey, java.lang.String descriptionKey, PrivilegeGroup... privilegeGroups)static ApplicationRoleApplicationRole. createRole(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, PrivilegeGroup... privilegeGroups)Method parameters in org.teamapps.application.api.privilege with type arguments of type PrivilegeGroup Modifier and Type Method Description static ApplicationRoleApplicationRole. createRole(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.List<PrivilegeGroup> privilegeGroups)Constructor parameters in org.teamapps.application.api.privilege with type arguments of type PrivilegeGroup Constructor Description ApplicationRoleImpl(java.lang.String name, org.teamapps.icons.Icon icon, java.lang.String titleKey, java.lang.String descriptionKey, java.util.List<PrivilegeGroup> privilegeGroups)