public class ProjectRoleActorsImpl extends DefaultRoleActorsImpl implements ProjectRoleActors
ProjectRoleActors| Constructor and Description |
|---|
ProjectRoleActorsImpl(Long projectId,
Long projectRoleId,
RoleActor roleActor) |
ProjectRoleActorsImpl(Long projectId,
Long projectRoleId,
Set<? extends RoleActor> roleActors) |
| Modifier and Type | Method and Description |
|---|---|
DefaultRoleActors |
addRoleActor(RoleActor roleActor)
Add the RoleActor to the contained set of RoleActors and return a new DefaultRoleActors with the modified set
|
DefaultRoleActors |
addRoleActors(Collection<? extends RoleActor> roleActors)
Add the collection of RoleActors to the contained set of RoleActors and return a new DefaultRoleActors with the
modified set
|
Long |
getProjectId() |
DefaultRoleActors |
removeRoleActor(RoleActor roleActor)
Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified
set
|
DefaultRoleActors |
removeRoleActors(Collection<? extends RoleActor> roleActors)
Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified
set
|
String |
toString() |
contains, getApplicationUsers, getProjectRoleId, getRoleActors, getRoleActorsByType, getUsersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontains, getApplicationUsers, getProjectRoleId, getRoleActors, getRoleActorsByType, getUserspublic ProjectRoleActorsImpl(Long projectId, Long projectRoleId, Set<? extends RoleActor> roleActors)
public Long getProjectId()
getProjectId in interface ProjectRoleActorspublic DefaultRoleActors addRoleActor(RoleActor roleActor)
DefaultRoleActorsaddRoleActor in interface DefaultRoleActorsaddRoleActor in class DefaultRoleActorsImplroleActor - the RoleActor to addpublic DefaultRoleActors addRoleActors(Collection<? extends RoleActor> roleActors)
DefaultRoleActorsaddRoleActors in interface DefaultRoleActorsaddRoleActors in class DefaultRoleActorsImplroleActors - the collection RoleActor to addpublic DefaultRoleActors removeRoleActor(RoleActor roleActor)
DefaultRoleActorsremoveRoleActor in interface DefaultRoleActorsremoveRoleActor in class DefaultRoleActorsImplroleActor - the RoleActor to removepublic DefaultRoleActors removeRoleActors(Collection<? extends RoleActor> roleActors)
DefaultRoleActorsremoveRoleActors in interface DefaultRoleActorsremoveRoleActors in class DefaultRoleActorsImplroleActors - the RoleActor to removepublic String toString()
toString in class DefaultRoleActorsImplCopyright © 2002-2019 Atlassian. All Rights Reserved.