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

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

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

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

Uses of WithId in com.atlassian.jira.issue
 

Subinterfaces of WithId 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 WithId
 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 WithId in com.atlassian.jira.issue.comments
 

Subinterfaces of WithId in com.atlassian.jira.issue.comments
 interface Comment
           
 interface MutableComment
          Represents a comment's in JIRA.
 

Classes in com.atlassian.jira.issue.comments that implement WithId
 class CommentImpl
          Represents a comment on an issue by a user.
 class MockComment
           
 

Uses of WithId in com.atlassian.jira.mail
 

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

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

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

Uses of WithId in com.atlassian.jira.project
 

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

Classes in com.atlassian.jira.project that implement WithId
 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 WithId in com.atlassian.jira.rest.v2.entity.property
 

Classes in com.atlassian.jira.rest.v2.entity.property with type parameters of type WithId
 class BasePropertyResource<E extends WithId>
           
 class BasePropertyWithKeyResource<E extends WithId & WithKey>
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.