-
Methods in org.teamapps.application.api.application with parameters of type Privilege
| Modifier and Type |
Method |
Description |
java.util.List<PrivilegeObject> |
AbstractApplication.getAllowedPrivilegeObjects(CustomObjectPrivilegeGroup group,
Privilege privilege) |
|
java.util.List<PrivilegeObject> |
AbstractApplicationPerspective.getAllowedPrivilegeObjects(CustomObjectPrivilegeGroup group,
Privilege privilege) |
|
java.util.List<OrgUnit> |
AbstractApplication.getAllowedUnits(OrganizationalPrivilegeGroup group,
Privilege privilege) |
|
java.util.List<OrgUnit> |
AbstractApplicationPerspective.getAllowedUnits(OrganizationalPrivilegeGroup group,
Privilege privilege) |
|
boolean |
AbstractApplication.isAllowed(CustomObjectPrivilegeGroup group,
Privilege privilege,
PrivilegeObject privilegeObject) |
|
boolean |
AbstractApplication.isAllowed(OrganizationalPrivilegeGroup group,
Privilege privilege,
OrgUnit orgUnit) |
|
boolean |
AbstractApplication.isAllowed(StandardPrivilegeGroup group,
Privilege privilege) |
|
boolean |
AbstractApplicationPerspective.isAllowed(CustomObjectPrivilegeGroup group,
Privilege privilege,
PrivilegeObject privilegeObject) |
|
boolean |
AbstractApplicationPerspective.isAllowed(OrganizationalPrivilegeGroup group,
Privilege privilege,
OrgUnit orgUnit) |
|
boolean |
AbstractApplicationPerspective.isAllowed(StandardPrivilegeGroup group,
Privilege privilege) |
|
-
Methods in org.teamapps.application.api.privilege with parameters of type Privilege
| Modifier and Type |
Method |
Description |
protected static OrganizationalPrivilegeGroup |
AbstractApplicationPrivileges.addOrganizationalPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
Privilege... privileges) |
|
protected static StandardPrivilegeGroup |
AbstractApplicationPrivileges.addStandardPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
Privilege... privileges) |
|
static OrganizationalPrivilegeGroup |
PrivilegeGroup.createOrganizationalPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
Privilege... privileges) |
|
static StandardPrivilegeGroup |
PrivilegeGroup.createStandardPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
Privilege... privileges) |
|
java.util.List<PrivilegeObject> |
ApplicationPrivilegeProvider.getAllowedPrivilegeObjects(CustomObjectPrivilegeGroup group,
Privilege privilege) |
|
java.util.List<OrgUnit> |
ApplicationPrivilegeProvider.getAllowedUnits(OrganizationalPrivilegeGroup group,
Privilege privilege) |
|
boolean |
ApplicationPrivilegeProvider.isAllowed(CustomObjectPrivilegeGroup group,
Privilege privilege,
PrivilegeObject privilegeObject) |
|
boolean |
ApplicationPrivilegeProvider.isAllowed(OrganizationalPrivilegeGroup group,
Privilege privilege,
OrgUnit orgUnit) |
|
boolean |
ApplicationPrivilegeProvider.isAllowed(StandardPrivilegeGroup group,
Privilege privilege) |
|
Method parameters in org.teamapps.application.api.privilege with type arguments of type Privilege
| Modifier and Type |
Method |
Description |
protected static CustomObjectPrivilegeGroup |
AbstractApplicationPrivileges.addCustomObjectPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
static CustomObjectPrivilegeGroup |
PrivilegeGroup.createCustomObjectPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
void |
AbstractPrivilegeGroup.setPrivileges(java.util.List<Privilege> privileges) |
|
Constructors in org.teamapps.application.api.privilege with parameters of type Privilege
| Constructor |
Description |
AbstractPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
Privilege... privileges) |
|
OrganizationalPrivilegeGroupImpl(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
Privilege... privileges) |
|
StandardPrivilegeGroupImpl(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
Privilege... privileges) |
|
Constructor parameters in org.teamapps.application.api.privilege with type arguments of type Privilege
| Constructor |
Description |
AbstractPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges) |
|
AbstractPrivilegeGroup(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
CustomObjectPrivilegeGroupImpl(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges,
java.util.function.Supplier<java.util.List<PrivilegeObject>> privilegeObjectsSupplier) |
|
OrganizationalPrivilegeGroupImpl(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges) |
|
StandardPrivilegeGroupImpl(java.lang.String name,
org.teamapps.icons.Icon icon,
java.lang.String titleKey,
java.lang.String descriptionKey,
java.util.List<Privilege> privileges) |
|
-