public class

DefaultInBuiltServiceTypes

extends Object
implements InBuiltServiceTypes
java.lang.Object
   ↳ com.atlassian.jira.service.DefaultInBuiltServiceTypes

Summary

Public Constructors
DefaultInBuiltServiceTypes(PermissionManager permissionManager)
Public Methods
Set<InBuiltServiceTypes.InBuiltServiceType> all()
Gets a list of all the in-built service types.
Set<InBuiltServiceTypes.InBuiltServiceType> manageableBy(User user)
Gets a list of all the in-built services types that can be managed by the specified user.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.service.InBuiltServiceTypes

Public Constructors

public DefaultInBuiltServiceTypes (PermissionManager permissionManager)

Public Methods

public Set<InBuiltServiceTypes.InBuiltServiceType> all ()

Gets a list of all the in-built service types.

Returns
  • A list of all the in-built service types.

public Set<InBuiltServiceTypes.InBuiltServiceType> manageableBy (User user)

Gets a list of all the in-built services types that can be managed by the specified user.

Parameters
user the user in play.
Returns
  • A list of all the in-built services types that can be managed by the specified user.