Class DefaultRoleActorsImpl

java.lang.Object
com.atlassian.jira.security.roles.DefaultRoleActorsImpl
All Implemented Interfaces:
DefaultRoleActors
Direct Known Subclasses:
ProjectRoleActorsImpl

public class DefaultRoleActorsImpl extends Object implements DefaultRoleActors
See Also:
  • Constructor Details

    • DefaultRoleActorsImpl

      public DefaultRoleActorsImpl(Long projectRoleId, Set<? extends RoleActor> roleActors)
    • DefaultRoleActorsImpl

      public DefaultRoleActorsImpl(Long projectRoleId, RoleActor roleActor)
      This will allow you to add a single role actor to the internal Set used for the role actors. This is a convience constructor to allow us to easily add a single RoleActor
      Parameters:
      projectRoleId - the Project Role Id we are modelling
      roleActor - the Project Role we are modelling
  • Method Details