public static class RolesPage.PeopleRoleImpl extends Object implements PeopleRole
Modifier and Type | Class and Description |
---|---|
static class |
RolesPage.PeopleRoleImpl.GroupImpl |
static class |
RolesPage.PeopleRoleImpl.UserImpl |
PeopleRole.Group, PeopleRole.User
Constructor and Description |
---|
PeopleRoleImpl(String id) |
Modifier and Type | Method and Description |
---|---|
EditPeopleRoleForm |
edit(String dataFieldName) |
boolean |
equals(Object other) |
List<PeopleRole.Group> |
getGroups() |
String |
getName() |
List<PeopleRole.User> |
getUsers() |
int |
hashCode() |
void |
initialize() |
String |
toString() |
void |
waitForEventsToBeEnabled() |
public PeopleRoleImpl(String id)
public void initialize()
@Nonnull public List<PeopleRole.User> getUsers()
getUsers
in interface PeopleRole
@Nonnull public List<PeopleRole.Group> getGroups()
getGroups
in interface PeopleRole
@Nonnull public String getName()
getName
in interface PeopleRole
@Nonnull public EditPeopleRoleForm edit(String dataFieldName)
edit
in interface PeopleRole
public void waitForEventsToBeEnabled()
Copyright © 2002-2019 Atlassian. All Rights Reserved.