Uses of Interface
com.atlassian.jira.entity.WithKey
Packages that use WithKey
Package
Description
-
Uses of WithKey in com.atlassian.jira.entity
Methods in com.atlassian.jira.entity that return types with arguments of type WithKey -
Uses of WithKey in com.atlassian.jira.entity.property
Classes in com.atlassian.jira.entity.property with type parameters of type WithKeyModifier and TypeClassDescriptionclassBaseEntityWithKeyPropertyService<E extends WithKey & WithId>The base implementation ofEntityWithKeyPropertyService<E extends WithKey & WithId>.classDelegatingEntityWithKeyPropertyService<E extends WithId & WithKey>Delegates execution of methods fromEntityWithKeyPropertyServiceto an instance ofBaseEntityWithKeyPropertyService.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 WithKey in com.atlassian.jira.issue
Subinterfaces of WithKey in com.atlassian.jira.issueModifier and TypeInterfaceDescriptioninterfaceMain issue interface.interfaceFacade for an issue'sGenericValue.Classes in com.atlassian.jira.issue that implement WithKeyModifier 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 WithKey in com.atlassian.jira.mail
Classes in com.atlassian.jira.mail that implement WithKeyModifier and TypeClassDescriptionclassThis class makes it possible to pass render context parameters to field renderers in Jira Core.classDecorator for the Issue Object. -
Uses of WithKey in com.atlassian.jira.mock.issue
Classes in com.atlassian.jira.mock.issue that implement WithKey -
Uses of WithKey in com.atlassian.jira.project
Subinterfaces of WithKey in com.atlassian.jira.projectClasses in com.atlassian.jira.project that implement WithKeyModifier and TypeClassDescriptionclassBean implementation of Project interface but doesn't believe in GenericValues.classRepresents an immutable Project domain object for JIRA. -
Uses of WithKey in com.atlassian.jira.rest.v2.entity.property
Classes in com.atlassian.jira.rest.v2.entity.property with type parameters of type WithKey -
Uses of WithKey in com.atlassian.jira.user
Subinterfaces of WithKey in com.atlassian.jira.userModifier and TypeInterfaceDescriptioninterfaceRepresents a person who uses JIRA.Classes in com.atlassian.jira.user that implement WithKeyModifier 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.