Uses of Interface
com.atlassian.jira.entity.WithId
Packages that use WithId
Package
Description
-
Uses of WithId in com.atlassian.jira.bc.dashboard
Subinterfaces of WithId in com.atlassian.jira.bc.dashboard -
Uses of WithId in com.atlassian.jira.bc.issue.worklog
Classes in com.atlassian.jira.bc.issue.worklog that implement WithId -
Uses of WithId in com.atlassian.jira.entity
Fields in com.atlassian.jira.entity with type parameters of type WithIdModifier and TypeFieldDescriptionstatic final Comparator<WithId>WithId.ID_COMPARATOREntityFunctions.TO_IDMethods in com.atlassian.jira.entity that return types with arguments of type WithIdMethod parameters in com.atlassian.jira.entity with type arguments of type WithId -
Uses of WithId in com.atlassian.jira.entity.property
Classes in com.atlassian.jira.entity.property with type parameters of type WithIdModifier and TypeClassDescriptionclassAbstractEntityPropertyConditionHelper<T extends WithId>Base class for entity property conditions.classBaseEntityPropertyService<E extends WithId>The base implementation ofEntityPropertyService<E extends WithId>.classBaseEntityWithKeyPropertyService<E extends WithKey & WithId>The base implementation ofEntityWithKeyPropertyService<E extends WithKey & WithId>.classDelegatingEntityPropertyService<E extends WithId>Delegates execution of methods fromEntityPropertyServiceto an instance ofBaseEntityPropertyService.classDelegatingEntityWithKeyPropertyService<E extends WithId & WithKey>Delegates execution of methods fromEntityWithKeyPropertyServiceto an instance ofBaseEntityWithKeyPropertyService.interfaceEntityPropertyHelper<E extends WithId>The implementations of this interface are defining permission checking, persistence layer and events for entitiesEntityPropertyHelperwhich are identifiable by id.static interfaceThe base function for checking of permissions on chosen entities.interfaceEntityPropertyService<T extends WithId>The service used to add, update, retrieve and delete properties from entities.interfaceEntityWithKeyPropertyHelper<E extends WithKey & WithId>The implementations of this interface extends the permission checking, persistence and events layers defined byEntityPropertyHelperwith operations identifying entities by keys.interfaceEntityWithKeyPropertyService<T extends WithId & WithKey>Extension of theEntityPropertyServicespecific for entities which are identifiable by key. -
Uses of WithId in com.atlassian.jira.icon
Methods in com.atlassian.jira.icon with parameters of type WithIdModifier and TypeMethodDescriptionstatic IconOwningObjectIdCreates an IconOwningObjectId from the given entity. -
Uses of WithId in com.atlassian.jira.index
Classes in com.atlassian.jira.index with type parameters of type WithIdModifier and TypeInterfaceDescriptioninterfaceEntityDocumentFactory<T extends WithId>Deprecated, for removal: This API element is subject to removal in a future version.since 10.4 for removal.static classEntityDocumentFactory.EntityDocumentBuilder<T extends WithId,C extends EntityDocumentFactory.EntityDocumentBuilder<T, C>> Deprecated, for removal: This API element is subject to removal in a future version.interfaceRelatedEntityDocumentFactory<T extends WithId>Deprecated, for removal: This API element is subject to removal in a future version.since 10.4 for removal. -
Uses of WithId in com.atlassian.jira.index.ha
Subinterfaces of WithId in com.atlassian.jira.index.haModifier and TypeInterfaceDescriptioninterfaceEntities implementing this interface are supposed to be uniquely identifiable by id and have a version.Classes in com.atlassian.jira.index.ha that implement WithId -
Uses of WithId in com.atlassian.jira.issue
Subinterfaces of WithId in com.atlassian.jira.issueModifier and TypeInterfaceDescriptioninterfaceMain issue interface.interfaceFacade for an issue'sGenericValue.Classes in com.atlassian.jira.issue that implement WithIdModifier and TypeClassDescriptionclassclassclassPlease extend this class if you want to change the behaviour of just a few methods of `Issue`.classclassIssue implementation which caches read data, and can persist its data to the database (via an OfbizGenericValue. -
Uses of WithId in com.atlassian.jira.issue.changehistory
Classes in com.atlassian.jira.issue.changehistory that implement WithIdModifier and TypeClassDescriptionclassRepresents an issue change history.
ChangeHistory is essentially a GenericValue wrapper with gettersclassThis groupsChangeHistoryGrouptogether to try and reduceDocumentproliferation. -
Uses of WithId in com.atlassian.jira.issue.comments
Subinterfaces of WithId in com.atlassian.jira.issue.commentsModifier and TypeInterfaceDescriptioninterfaceRepresents a Comment on a JIRAIssueinterfaceRepresents a comment's in JIRA.Classes in com.atlassian.jira.issue.comments that implement WithIdModifier and TypeClassDescriptionclassRepresents a comment on an issue by a user.class -
Uses of WithId in com.atlassian.jira.issue.index
Classes in com.atlassian.jira.issue.index with type parameters of type WithIdModifier and TypeInterfaceDescriptionstatic interfaceDefaultIssueIndexer.EntityRetriever<T extends WithId>Deprecated, for removal: This API element is subject to removal in a future version.classEntityWithVersion<E extends WithId>Classes in com.atlassian.jira.issue.index that implement WithIdFields in com.atlassian.jira.issue.index declared as WithIdMethods in com.atlassian.jira.issue.index with parameters of type WithIdModifier and TypeMethodDescriptionvoidvoidDeprecated, for removal: This API element is subject to removal in a future version.voidRemove an issue from the search index.org.apache.lucene.index.TermDefaultIssueDocumentFactory.getIdentifyingIssueTerm(WithId issue) Deprecated, for removal: This API element is subject to removal in a future version.org.apache.lucene.index.TermIssueDocumentFactory.getIdentifyingIssueTerm(WithId issue) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.atlassian.jira.issue.index with type arguments of type WithIdModifier and TypeMethodDescriptionDefaultIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.default Index.ResultIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context) IssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.since 10.5, shouldReplicate parameter is only applicable to Lucene, will be removed when Lucene support is removed.voidIndexManagerBase.deIndexComments(Set<WithId> commentsToDeIndex, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.voidIssueIndexingService.deIndexComments(Set<WithId> commentsToDelete, boolean shouldReplicate) Remove a set of comments from the search index.voidIndexManagerBase.deIndexIssueObjectsById(Set<? extends WithId> issuesToDelete, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.voidIssueIndexingService.deIndexIssueObjectsById(Set<? extends WithId> issuesToDelete, boolean shouldReplicate) Remove a set of issues from the search index.DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context) Deprecated, for removal: This API element is subject to removal in a future version.DefaultIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.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 WithIdsIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.useIssueIndexer.deindexIssues(Collection, Context)instead.DefaultIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.default Index.ResultIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context) IssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.since 10.5, shouldReplicate parameter is only applicable to Lucene, will be removed when Lucene support is removed.voidIndexManagerBase.deIndexWorklogs(Set<WithId> worklogsToDeIndex, boolean shouldReplicate) Deprecated, for removal: This API element is subject to removal in a future version.voidIssueIndexingService.deIndexWorklogs(Set<WithId> worklogsToDelete, boolean shouldReplicate) Remove a set of worklogs from the search index. -
Uses of WithId in com.atlassian.jira.issue.issuetype
Classes in com.atlassian.jira.issue.issuetype that implement WithIdModifier and TypeClassDescriptionclassWrapper class which translates an IssueType to an object that implement WithId so that it can be used to store properties. -
Uses of WithId in com.atlassian.jira.issue.subscription
Subinterfaces of WithId in com.atlassian.jira.issue.subscriptionModifier and TypeInterfaceDescriptioninterfaceA Filter Subscription Entity BeanClasses in com.atlassian.jira.issue.subscription that implement WithId -
Uses of WithId in com.atlassian.jira.issue.worklog
Subinterfaces of WithId in com.atlassian.jira.issue.worklogClasses in com.atlassian.jira.issue.worklog that implement WithIdModifier and TypeClassDescriptionclassRepresents an issue worklog.classRepresents an issue worklog. -
Uses of WithId in com.atlassian.jira.mail
Classes in com.atlassian.jira.mail that implement WithIdModifier and TypeClassDescriptionclassThis class makes it possible to pass render context parameters to field renderers in Jira Core.classDecorator for the Issue Object. -
Uses of WithId in com.atlassian.jira.mock.issue
Classes in com.atlassian.jira.mock.issue that implement WithId -
Uses of WithId in com.atlassian.jira.mock.issue.index
Method parameters in com.atlassian.jira.mock.issue.index with type arguments of type WithIdModifier and TypeMethodDescriptionMockIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) MockIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context) MockIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) MockIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) -
Uses of WithId in com.atlassian.jira.mock.project
Classes in com.atlassian.jira.mock.project that implement WithId -
Uses of WithId in com.atlassian.jira.permission
Subinterfaces of WithId in com.atlassian.jira.permissionModifier and TypeInterfaceDescriptioninterfacePermission grant holds information about a permission granted to a certain user or group of users.interfacePermission scheme is a set of rules that govern permissions for different activities within a project. -
Uses of WithId in com.atlassian.jira.permission.data
Classes in com.atlassian.jira.permission.data that implement WithIdModifier and TypeClassDescriptionfinal classfinal class -
Uses of WithId in com.atlassian.jira.project
Subinterfaces of WithId in com.atlassian.jira.projectModifier and TypeInterfaceDescriptioninterfaceDefines a project in JIRA.interfaceDefines a project category in JIRA.Classes in com.atlassian.jira.project that implement WithIdModifier and TypeClassDescriptionclassBean implementation of Project interface but doesn't believe in GenericValues.classImmutable implementation of ProjectCategoryclassRepresents an immutable Project domain object for JIRA. -
Uses of WithId in com.atlassian.jira.project.version
Subinterfaces of WithId in com.atlassian.jira.project.versionClasses in com.atlassian.jira.project.version that implement WithId -
Uses of WithId in com.atlassian.jira.rest.v2.entity.property
Classes in com.atlassian.jira.rest.v2.entity.property with type parameters of type WithIdModifier and TypeClassDescriptionclassBasePropertyResource<E extends WithId>classBasePropertyWithKeyResource<E extends WithId & WithKey>final classPropertiesRestLoader<T extends WithId>Methods in com.atlassian.jira.rest.v2.entity.property with type parameters of type WithIdModifier and TypeMethodDescriptionstatic <T extends WithId>
PropertiesRestLoader<T>PropertiesRestLoader.withService(EntityPropertyService<T> service) -
Uses of WithId in com.atlassian.jira.search.opensearch
Method parameters in com.atlassian.jira.search.opensearch with type arguments of type WithIdModifier and TypeMethodDescriptionOpenSearchIssueIndexer.deindexComments(Collection<? extends WithId> comments, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context) OpenSearchIssueIndexer.deindexIssues(Collection<? extends WithId> issues, Context context, boolean shouldReplicate) OpenSearchIssueIndexer.deindexWorklogs(Collection<? extends WithId> worklogs, Context context, boolean shouldReplicate) -
Uses of WithId in com.atlassian.jira.user
Subinterfaces of WithId in com.atlassian.jira.userModifier and TypeInterfaceDescriptioninterfaceRepresents a person who uses JIRA.Classes in com.atlassian.jira.user that implement WithIdModifier and TypeClassDescriptionclassAn ApplicationUser comprising of a String key and an embedded crowd User.classApplication user that is created just from a name and loads its other details from Crowd when needed.classA convenient mock forApplicationUser. -
Uses of WithId in com.atlassian.jira.versioning
Classes in com.atlassian.jira.versioning that implement WithId -
Uses of WithId in com.atlassian.jira.web.action.admin.issuetypes.pro
Method parameters in com.atlassian.jira.web.action.admin.issuetypes.pro with type arguments of type WithIdModifier and TypeMethodDescriptionvoidAssociateIssueTypeSchemes.setProjects(Collection<? extends WithId> projects) -
Uses of WithId in com.atlassian.jira.web.action.admin.priorities
Method parameters in com.atlassian.jira.web.action.admin.priorities with type arguments of type WithIdModifier and TypeMethodDescriptionvoidAssociatePriorityScheme.setCurrentProjects(Collection<? extends WithId> projects)