public interface ServiceTypes
JiraService interface.| Modifier and Type | Method and Description |
|---|---|
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(ApplicationUser user,
String serviceClassName)
Determines whether an user is able to perform administrative tasks on services of an specified class.
|
boolean isCustom(String serviceClassName)
serviceClassName - The name of the service class.boolean isInBuilt(String serviceClassName)
serviceClassName - The name of the service class.boolean isManageableBy(ApplicationUser user, String serviceClassName)
user - The user in play.serviceClassName - The class of the service to check.Copyright © 2002-2015 Atlassian. All Rights Reserved.