public interface

ServiceTypes

com.atlassian.jira.service.ServiceTypes
Known Indirect Subclasses

Class Overview

Represents the service class which implement the JiraService interface.

Summary

Public Methods
boolean isCustom(String serviceClassName)
Determines whether the service class has not shipped with JIRA.
boolean isInBuilt(String serviceClassName)
Determines whether the service class has shipped with JIRA.
boolean isManageableBy(User user, String serviceClassName)
Determines whether an user is able to perform administrative tasks on services of an specified class.

Public Methods

public boolean isCustom (String serviceClassName)

Determines whether the service class has not shipped with JIRA.

Parameters
serviceClassName The name of the service class.
Returns
  • true if the service class has not shipped with JIRA; otherwise, false.

public boolean isInBuilt (String serviceClassName)

Determines whether the service class has shipped with JIRA.

Parameters
serviceClassName The name of the service class.
Returns
  • true if the service class has not shipped with JIRA; otherwise, false.

public boolean isManageableBy (User user, String serviceClassName)

Determines whether an user is able to perform administrative tasks on services of an specified class.

Parameters
user The user in play.
serviceClassName The class of the service to check.
Returns
  • true if the user is able to perform administrative tasks on services of this class; otherwise false.