Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<WithKey,String> |
WithFunctions.getKey() |
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 . |
interface |
EntityWithKeyPropertyHelper<E extends WithKey & WithId>
The implementations of this interface extends the permission checking, persistence and events layers defined
by
EntityPropertyHelper with operations identifying entities by keys. |
interface |
EntityWithKeyPropertyService<T extends WithId & WithKey>
Extension of the
EntityPropertyService specific for entities which are identifiable by key. |
Modifier and Type | Interface and Description |
---|---|
interface |
Issue
Main issue interface.
|
interface |
MutableIssue
Facade for an issue's
GenericValue . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIssue |
class |
DocumentIssueImpl |
class |
IssueImpl
Issue implementation which caches read data, and can persist its data to the database (via an Ofbiz
GenericValue . |
Modifier and Type | Class and Description |
---|---|
class |
TemplateIssue
Decorator for the Issue Object.
|
Modifier and Type | Class and Description |
---|---|
class |
MockIssue
Copyright (c) 2002-2006 All rights reserved.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Project
Defines a project in JIRA.
|
Modifier and Type | Class and Description |
---|---|
class |
MockProject
Bean implementation of Project interface but doesn't believe in GenericValues.
|
class |
ProjectImpl
Represents an immutable Project domain object for JIRA.
|
Modifier and Type | Class and Description |
---|---|
class |
BasePropertyWithKeyResource<E extends WithId & WithKey> |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationUser
Represents a person who uses JIRA.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingApplicationUser
An ApplicationUser comprising of a String key and an embedded crowd User.
|
class |
LazyLoadingApplicationUser
Application user that is created just from a name and loads its other details from Crowd when needed.
|
class |
MockApplicationUser
A convenient mock for
ApplicationUser . |
Copyright © 2002-2015 Atlassian. All Rights Reserved.