Uses of Class
pl.edu.icm.unity.engine.api.project.GroupAuthorizationRole
-
Packages that use GroupAuthorizationRole Package Description pl.edu.icm.unity.engine.api.project -
-
Uses of GroupAuthorizationRole in pl.edu.icm.unity.engine.api.project
Fields in pl.edu.icm.unity.engine.api.project declared as GroupAuthorizationRole Modifier and Type Field Description GroupAuthorizationRole
DelegatedGroupMember. role
Methods in pl.edu.icm.unity.engine.api.project that return GroupAuthorizationRole Modifier and Type Method Description GroupAuthorizationRole
DelegatedGroupManagement. getGroupAuthorizationRole(String projectPath, long entityId)
Update value of group authorization role attributestatic GroupAuthorizationRole
GroupAuthorizationRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static GroupAuthorizationRole[]
GroupAuthorizationRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.edu.icm.unity.engine.api.project with parameters of type GroupAuthorizationRole Modifier and Type Method Description void
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 GroupAuthorizationRole Constructor Description DelegatedGroupMember(long entityId, String project, String group, GroupAuthorizationRole role, String name, VerifiableElementBase email, Optional<List<Attribute>> attributes)
-