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, getUsers
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
contains, getApplicationUsers, getProjectRoleId, getRoleActors, getRoleActorsByType, getUsers
public ProjectRoleActorsImpl(Long projectId, Long projectRoleId, Set<? extends RoleActor> roleActors)
public Long getProjectId()
getProjectId
in interface ProjectRoleActors
public DefaultRoleActors addRoleActor(RoleActor roleActor)
DefaultRoleActors
addRoleActor
in interface DefaultRoleActors
addRoleActor
in class DefaultRoleActorsImpl
roleActor
- the RoleActor to addpublic DefaultRoleActors addRoleActors(Collection<? extends RoleActor> roleActors)
DefaultRoleActors
addRoleActors
in interface DefaultRoleActors
addRoleActors
in class DefaultRoleActorsImpl
roleActors
- the collection RoleActor to addpublic DefaultRoleActors removeRoleActor(RoleActor roleActor)
DefaultRoleActors
removeRoleActor
in interface DefaultRoleActors
removeRoleActor
in class DefaultRoleActorsImpl
roleActor
- the RoleActor to removepublic DefaultRoleActors removeRoleActors(Collection<? extends RoleActor> roleActors)
DefaultRoleActors
removeRoleActors
in interface DefaultRoleActors
removeRoleActors
in class DefaultRoleActorsImpl
roleActors
- the RoleActor to removepublic String toString()
toString
in class DefaultRoleActorsImpl
Copyright © 2002-2024 Atlassian. All Rights Reserved.