Uses of Package
com.atlassian.jira.entity.property

Packages that use com.atlassian.jira.entity.property
com.atlassian.jira.bc.issue.comment.property   
com.atlassian.jira.bc.issue.properties   
com.atlassian.jira.bc.project.property   
com.atlassian.jira.bc.project.version.remotelink   
com.atlassian.jira.entity   
com.atlassian.jira.entity.property   
com.atlassian.jira.entity.remotelink   
com.atlassian.jira.event.entity   
com.atlassian.jira.event.issue.comment.property   
com.atlassian.jira.event.issue.property   
com.atlassian.jira.event.project.property   
com.atlassian.jira.imports.project.handler   
com.atlassian.jira.index.property   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.index.indexers.impl   
com.atlassian.jira.issue.managers   
com.atlassian.jira.project   
com.atlassian.jira.rest.v2.entity   
com.atlassian.jira.rest.v2.entity.property   
com.atlassian.jira.rest.v2.issue.version   
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.bc.issue.comment.property
BaseEntityPropertyService
          The base implementation of EntityPropertyService.
EntityProperty
          Container for arbitrary JSON data attached to an entity.
EntityPropertyHelper
          The implementations of this interface are defining permission checking, persistence layer and events for entities E which are identifiable by id.
EntityPropertyHelper.CheckPermissionFunction
          The base function for checking of permissions on chosen entities.
EntityPropertyService
          The service used to add, update, retrieve and delete properties from entities.
EntityPropertyType
          Type of the entity property.
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.bc.issue.properties
DelegatingEntityPropertyService
          Delegates execution of methods from EntityPropertyService to an instance of BaseEntityPropertyService.
DelegatingEntityWithKeyPropertyService
          Delegates execution of methods from EntityWithKeyPropertyService to an instance of BaseEntityWithKeyPropertyService.
EntityProperty
          Container for arbitrary JSON data attached to an entity.
EntityPropertyHelper
          The implementations of this interface are defining permission checking, persistence layer and events for entities E which are identifiable by id.
EntityPropertyHelper.CheckPermissionFunction
          The base function for checking of permissions on chosen entities.
EntityPropertyService
          The service used to add, update, retrieve and delete properties from entities.
EntityPropertyType
          Type of the entity property.
EntityWithKeyPropertyHelper
          The implementations of this interface extends the permission checking, persistence and events layers defined by EntityPropertyHelper with operations identifying entities by keys.
EntityWithKeyPropertyService
          Extension of the EntityPropertyService specific for entities which are identifiable by key.
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.bc.project.property
DelegatingEntityPropertyService
          Delegates execution of methods from EntityPropertyService to an instance of BaseEntityPropertyService.
DelegatingEntityWithKeyPropertyService
          Delegates execution of methods from EntityWithKeyPropertyService to an instance of BaseEntityWithKeyPropertyService.
EntityProperty
          Container for arbitrary JSON data attached to an entity.
EntityPropertyHelper
          The implementations of this interface are defining permission checking, persistence layer and events for entities E which are identifiable by id.
EntityPropertyHelper.CheckPermissionFunction
          The base function for checking of permissions on chosen entities.
EntityPropertyService
          The service used to add, update, retrieve and delete properties from entities.
EntityPropertyType
          Type of the entity property.
EntityWithKeyPropertyHelper
          The implementations of this interface extends the permission checking, persistence and events layers defined by EntityPropertyHelper with operations identifying entities by keys.
EntityWithKeyPropertyService
          Extension of the EntityPropertyService specific for entities which are identifiable by key.
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.bc.project.version.remotelink
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.entity
EntityProperty
          Container for arbitrary JSON data attached to an entity.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.entity.property
BaseEntityPropertyService
          The base implementation of EntityPropertyService.
BaseEntityWithKeyPropertyService
          The base implementation of EntityWithKeyPropertyService.
DelegatingEntityPropertyService
          Delegates execution of methods from EntityPropertyService to an instance of BaseEntityPropertyService.
EntityProperty
          Container for arbitrary JSON data attached to an entity.
EntityPropertyHelper
          The implementations of this interface are defining permission checking, persistence layer and events for entities E which are identifiable by id.
EntityPropertyHelper.CheckPermissionFunction
          The base function for checking of permissions on chosen entities.
EntityPropertyQuery
          A query builder for requests to the JsonEntityPropertyManager.
EntityPropertyQuery.ExecutableQuery
          An EntityPropertyQuery for which sufficient contraints have been provided to make the query valid.
EntityPropertyService
          The service used to add, update, retrieve and delete properties from entities.
EntityPropertyService.DeletePropertyValidationResult
           
EntityPropertyService.EntityPropertyInput
          Tuple with property value, property key, entity id and entity name, which will be persisted by the service.
EntityPropertyService.PropertyInput
          The key-value pair associated to the entity.
EntityPropertyService.PropertyKeys
           
EntityPropertyService.PropertyResult
           
EntityPropertyService.PropertyServiceResult
           
EntityPropertyService.SetPropertyValidationResult
           
EntityPropertyType
          Type of the entity property.
EntityWithKeyPropertyHelper
          The implementations of this interface extends the permission checking, persistence and events layers defined by EntityPropertyHelper with operations identifying entities by keys.
EntityWithKeyPropertyService
          Extension of the EntityPropertyService specific for entities which are identifiable by key.
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.entity.remotelink
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.event.entity
EntityProperty
          Container for arbitrary JSON data attached to an entity.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.event.issue.comment.property
EntityProperty
          Container for arbitrary JSON data attached to an entity.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.event.issue.property
EntityProperty
          Container for arbitrary JSON data attached to an entity.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.event.project.property
EntityProperty
          Container for arbitrary JSON data attached to an entity.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.imports.project.handler
EntityPropertyType
          Type of the entity property.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.index.property
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.issue.comments
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.issue.index.indexers.impl
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.issue.managers
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.project
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.rest.v2.entity
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.rest.v2.entity.property
EntityPropertyService
          The service used to add, update, retrieve and delete properties from entities.
EntityPropertyService.DeletePropertyValidationResult
           
EntityPropertyService.PropertyInput
          The key-value pair associated to the entity.
EntityPropertyService.PropertyKeys
           
EntityPropertyService.PropertyResult
           
EntityPropertyService.SetPropertyValidationResult
           
EntityPropertyType
          Type of the entity property.
EntityWithKeyPropertyService
          Extension of the EntityPropertyService specific for entities which are identifiable by key.
 

Classes in com.atlassian.jira.entity.property used by com.atlassian.jira.rest.v2.issue.version
JsonEntityPropertyManager
          Low-level database API for accessing JSON entity properties.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.