Uses of Enum Class
pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
Packages that use GroupAuthorizationRole
-
Uses of GroupAuthorizationRole in pl.edu.icm.unity.engine.api.project
Fields in pl.edu.icm.unity.engine.api.project declared as GroupAuthorizationRoleMethods in pl.edu.icm.unity.engine.api.project that return GroupAuthorizationRoleModifier and TypeMethodDescriptionDelegatedGroupManagement.getGroupAuthorizationRole
(String projectPath, long entityId) Update value of group authorization role attributestatic GroupAuthorizationRole
Returns the enum constant of this class with the specified name.static GroupAuthorizationRole[]
GroupAuthorizationRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in pl.edu.icm.unity.engine.api.project with parameters of type GroupAuthorizationRoleModifier and TypeMethodDescriptionvoid
DelegatedGroupManagement.setGroupAuthorizationRole
(String projectPath, String subgroupPath, long entityId, GroupAuthorizationRole role) Update value of group authorization role attributeConstructors in pl.edu.icm.unity.engine.api.project with parameters of type GroupAuthorizationRoleModifierConstructorDescriptionDelegatedGroupMember
(long entityId, String project, String group, GroupAuthorizationRole role, String name, pl.edu.icm.unity.base.verifiable.VerifiableElementBase email, Optional<List<pl.edu.icm.unity.base.attribute.Attribute>> attributes)