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 | Interface and Description |
---|---|
interface |
EntityDocumentFactory<T extends WithId>
Converts provided entity to lucene documents for indexing
|
static class |
EntityDocumentFactory.EntityDocumentBuilder<T extends WithId,C extends EntityDocumentFactory.EntityDocumentBuilder<T,C>> |
interface |
RelatedEntityDocumentFactory<T extends WithId>
Converts provided entity to lucene documents for indexing
|
Modifier and Type | Interface and Description |
---|---|
interface |
WithIdAndVersion
Entities implementing this interface are supposed to be uniquely identifiable by id and have a version.
|
Modifier and Type | Class and Description |
---|---|
static class |
WithIdAndVersion.DefaultWithIdAndVersion |
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 |
GenericIssueWrapper
Please extend this class if you want to change the behaviour of just a few methods of `Issue`.
|
class |
GenericMutableIssueWrapper |
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 |
class |
ChangeHistoryGroup
This groups
ChangeHistoryGroup together to try and reduce Document proliferation. |
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 | Interface and Description |
---|---|
static interface |
DefaultIssueIndexer.EntityRetriever<T extends WithId> |
class |
EntityWithVersion<E extends WithId> |
Modifier and Type | Class and Description |
---|---|
class |
EntityWithVersion<E extends WithId> |
Modifier and Type | Field and Description |
---|---|
protected E |
EntityWithVersion.entity |
Modifier and Type | Method and Description |
---|---|
void |
BulkOnlyIndexManager.deIndex(WithId issueId) |
void |
DefaultIndexManager.deIndex(WithId issueWithId) |
void |
IssueIndexingService.deIndex(WithId issueWithId)
Remove an issue from the search index.
|
org.apache.lucene.index.Term |
DefaultIssueDocumentFactory.getIdentifyingIssueTerm(WithId issue) |
org.apache.lucene.index.Term |
IssueDocumentFactory.getIdentifyingIssueTerm(WithId issue) |
Modifier and Type | Method and Description |
---|---|
Index.Result |
DefaultIssueIndexer.deindexComments(Collection<? extends WithId> comments,
Context context,
boolean shouldReplicate) |
Index.Result |
IssueIndexer.deindexComments(Collection<? extends WithId> comments,
Context context,
boolean shouldReplicate) |
void |
DefaultIndexManager.deIndexComments(Set<WithId> commentsToDeIndex,
boolean shouldReplicate) |
void |
IssueIndexingService.deIndexComments(Set<WithId> commentsToDelete,
boolean shouldReplicate)
Remove a set of comments from the search index.
|
void |
DefaultIndexManager.deIndexIssueObjectsById(Set<? extends WithId> issuesToDelete,
boolean shouldReplicate) |
void |
IssueIndexingService.deIndexIssueObjectsById(Set<? extends WithId> issuesToDelete,
boolean shouldReplicate)
Remove a set of issues from the search index.
|
Index.Result |
DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context) |
Index.Result |
IssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context)
Delete any existing documents (in the issue index & all related entity indexes) for the Issues represented by the supplied WithIds
|
Index.Result |
DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context,
boolean shouldReplicate) |
Index.Result |
IssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context,
boolean shouldReplicate)
Delete any existing documents (in the issue index & all related entity indexes) for the Issues represented by the supplied WithIds
|
Index.Result |
DefaultIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs,
Context context,
boolean shouldReplicate) |
Index.Result |
IssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs,
Context context,
boolean shouldReplicate) |
void |
DefaultIndexManager.deIndexWorklogs(Set<WithId> worklogsToDeIndex,
boolean shouldReplicate) |
void |
IssueIndexingService.deIndexWorklogs(Set<WithId> worklogsToDelete,
boolean shouldReplicate)
Remove a set of worklogs from the search index.
|
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 |
RenderParameterHoldingIssueWrapper
This class makes it possible to pass render context parameters to field
renderers in Jira Core.
|
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 | Method and Description |
---|---|
Index.Result |
MockIssueIndexer.deindexComments(Collection<? extends WithId> comments,
Context context,
boolean shouldReplicate) |
Index.Result |
MockIssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context) |
Index.Result |
MockIssueIndexer.deindexIssues(Collection<? extends WithId> issues,
Context context,
boolean shouldReplicate) |
Index.Result |
MockIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs,
Context context,
boolean shouldReplicate) |
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 | Class and Description |
---|---|
class |
EntityVersion |
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-2024 Atlassian. All Rights Reserved.