Uses of Interface
com.atlassian.jira.entity.WithKey

Packages that use WithKey
com.atlassian.jira.entity.property   
com.atlassian.jira.issue   
com.atlassian.jira.mail   
com.atlassian.jira.mock.issue   
com.atlassian.jira.project   
com.atlassian.jira.rest.v2.entity.property   
 

Uses of WithKey in com.atlassian.jira.entity.property
 

Classes in com.atlassian.jira.entity.property with type parameters of type WithKey
 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.
 

Uses of WithKey in com.atlassian.jira.issue
 

Subinterfaces of WithKey in com.atlassian.jira.issue
 interface Issue
          Main issue interface.
 interface MutableIssue
          Facade for an issue's GenericValue.
 

Classes in com.atlassian.jira.issue that implement WithKey
 class AbstractIssue
           
 class DocumentIssueImpl
           
 class IssueImpl
          Issue implementation which caches read data, and can persist its data to the database (via an Ofbiz GenericValue.
 

Uses of WithKey in com.atlassian.jira.mail
 

Classes in com.atlassian.jira.mail that implement WithKey
 class TemplateIssue
          Decorator for the Issue Object.
 

Uses of WithKey in com.atlassian.jira.mock.issue
 

Classes in com.atlassian.jira.mock.issue that implement WithKey
 class MockIssue
          Copyright (c) 2002-2006 All rights reserved.
 

Uses of WithKey in com.atlassian.jira.project
 

Subinterfaces of WithKey in com.atlassian.jira.project
 interface Project
          Defines a project in JIRA.
 

Classes in com.atlassian.jira.project that implement WithKey
 class MockProject
          Bean implementation of Project interface but doesn't believe in GenericValues.
 class ProjectImpl
          Represents 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
 class BasePropertyWithKeyResource<E extends WithId & WithKey>
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.