Modifier and Type | Interface and Description |
---|---|
interface |
DashboardItem
Represents a dashboard item.
|
Modifier and Type | Class and Description |
---|---|
class |
DeletedWorklog
Information about removed worklog.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<WithId> |
WithId.ID_COMPARATOR |
static com.google.common.base.Function<WithId,Long> |
EntityFunctions.TO_ID |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<WithId,Long> |
WithIdFunctions.getId() |
static com.google.common.base.Function<WithId,Long> |
WithFunctions.getId() |
Modifier and Type | Method and Description |
---|---|
static Iterable<Long> |
WithFunctions.getIds(Collection<? extends WithId> withIds) |
static Iterable<Long> |
WithFunctions.getIds(Iterable<? extends WithId> withIds) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityPropertyConditionHelper<T extends WithId>
Base class for entity property conditions.
|
class |
BaseEntityPropertyService<E extends WithId>
The base implementation of
EntityPropertyService . |
class |
BaseEntityWithKeyPropertyService<E extends WithKey & WithId>
The base implementation of
EntityWithKeyPropertyService . |
class |
DelegatingEntityPropertyService<E extends WithId>
Delegates execution of methods from
EntityPropertyService to an instance of BaseEntityPropertyService . |
class |
DelegatingEntityWithKeyPropertyService<E extends WithId & WithKey>
Delegates execution of methods from
EntityWithKeyPropertyService to an instance of BaseEntityWithKeyPropertyService . |
interface |
EntityPropertyHelper<E extends WithId>
The implementations of this interface are defining permission checking, persistence layer and events for entities
E
which are identifiable by id. |
static interface |
EntityPropertyHelper.CheckPermissionFunction<E extends WithId>
The base function for checking of permissions on chosen entities.
|
interface |
EntityPropertyService<T extends WithId>
The service used to add, update, retrieve and delete properties from entities.
|
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 | Method and Description |
---|---|
static IconOwningObjectId |
IconOwningObjectId.from(WithId withId)
Creates an IconOwningObjectId from the given entity.
|
Modifier and Type | Method and Description |
---|---|
<T extends WithId> |
ReplicatedIndexManager.reindexEntity(Collection<T> entities,
AffectedIndex index) |
<T extends WithId> |
NullReplicatedIndexManager.reindexEntity(Collection<T> entities,
AffectedIndex index) |
<T extends WithId> |
DefaultReplicatedIndexManager.reindexEntity(Collection<T> entities,
AffectedIndex index)
Reindexes the set of provided entities in the replicated index.
|
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 |
ChangeHistory
Represents an issue change history.
ChangeHistory is essentially a GenericValue wrapper with getters |
Modifier and Type | Interface and Description |
---|---|
interface |
Comment
Represents a Comment on a JIRA
Issue |
interface |
MutableComment
Represents a comment's in JIRA.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentImpl
Represents a comment on an issue by a user.
|
class |
MockComment |
Modifier and Type | Class and Description |
---|---|
class |
IssueTypeWithID
Wrapper class which translates an IssueType to an object that implement WithId so that it can be used to store properties.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilterSubscription
A Filter Subscription Entity Bean
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFilterSubscription
A Filter Subscription bean
|
Modifier and Type | Interface and Description |
---|---|
interface |
Worklog
Represents an issue worklog.
|
Modifier and Type | Class and Description |
---|---|
class |
WorklogImpl
Represents an issue worklog.
|
class |
WorklogImpl2
Represents an issue worklog.
|
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 | Class and Description |
---|---|
class |
MockVersion |
Modifier and Type | Interface and Description |
---|---|
interface |
PermissionGrant
Permission grant holds information about a permission granted to a certain user or group of users.
|
interface |
PermissionScheme
Permission scheme is a set of rules that govern permissions for
different activities within a project.
|
Modifier and Type | Class and Description |
---|---|
class |
PermissionGrantImpl |
class |
PermissionSchemeImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
Project
Defines a project in JIRA.
|
interface |
ProjectCategory
Defines a project category in JIRA.
|
Modifier and Type | Class and Description |
---|---|
class |
MockProject
Bean implementation of Project interface but doesn't believe in GenericValues.
|
class |
ProjectCategoryImpl
Immutable implementation of ProjectCategory
|
class |
ProjectImpl
Represents an immutable Project domain object for JIRA.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Version
Project version.
|
Modifier and Type | Class and Description |
---|---|
class |
VersionImpl |
Modifier and Type | Class and Description |
---|---|
class |
BasePropertyResource<E extends WithId> |
class |
BasePropertyWithKeyResource<E extends WithId & WithKey> |
class |
PropertiesRestLoader<T extends WithId> |
Modifier and Type | Method and Description |
---|---|
static <T extends WithId> |
PropertiesRestLoader.withService(EntityPropertyService<T> service) |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
AssociateIssueTypeSchemes.setProjects(Collection<? extends WithId> projects) |
Modifier and Type | Method and Description |
---|---|
void |
AssociatePriorityScheme.setCurrentProjects(Collection<? extends WithId> projects) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.