Modifier and Type | Interface and Description |
---|---|
interface |
IssuePropertyService
The service used to add, update, retrieve and delete properties from
Issue 's. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIssueEntityWithKeyPropertyService |
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectPropertyService
The service used to add, update, retrieve and delete properties from
Project 's. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProjectEntityWithKeyPropertyService |
Modifier and Type | Interface and Description |
---|---|
interface |
UserPropertyService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserPropertyService |
Modifier and Type | Class and Description |
---|---|
class |
BaseEntityWithKeyPropertyService<E extends WithKey & WithId>
The base implementation of
EntityWithKeyPropertyService . |
class |
DelegatingEntityWithKeyPropertyService<E extends WithId & WithKey>
Delegates execution of methods from
EntityWithKeyPropertyService to an instance of BaseEntityWithKeyPropertyService . |
Constructor and Description |
---|
BasePropertyWithKeyResource(EntityWithKeyPropertyService<E> entityPropertyService,
JiraAuthenticationContext authContext,
JiraBaseUrls jiraBaseUrls,
I18nHelper i18n,
com.google.common.base.Predicate<String> validKeyPredicate,
com.atlassian.fugue.Function2<Long,String,String> entityIdAndPropertyKeyToSelfFunction,
EntityPropertyType entityPropertyType) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.