Modifier and Type | Method and Description |
---|---|
UserEntity |
ContentEntity.getCreator() |
UserEntity |
ContentEntity.getLastModifier() |
Modifier and Type | Method and Description |
---|---|
void |
ContentEntity.setCreator(UserEntity creator) |
void |
ContentEntity.setLastModifier(UserEntity lastModifier) |
Modifier and Type | Method and Description |
---|---|
UserEntity |
UserEntityBuilder.build(com.atlassian.user.User user) |
UserEntity |
UserEntityBuilder.buildAnonymous() |
Modifier and Type | Method and Description |
---|---|
UserEntity |
UserEntityHelper.buildEntityForUser(ConfluenceUser user) |
Modifier and Type | Method and Description |
---|---|
List<UserEntity> |
UserEntityList.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
UserEntityList.addUser(UserEntity user) |
Modifier and Type | Method and Description |
---|---|
void |
UserEntityList.setUsers(List<UserEntity> users) |
Copyright © 2003–2015 Atlassian. All rights reserved.