Uses of Interface
com.atlassian.jira.entity.property.JsonEntityPropertyManager

Packages that use JsonEntityPropertyManager
com.atlassian.jira.bc.issue.properties   
com.atlassian.jira.bc.project.property   
com.atlassian.jira.bc.project.version.remotelink   
com.atlassian.jira.entity.property   
com.atlassian.jira.entity.remotelink   
com.atlassian.jira.issue.managers   
com.atlassian.jira.project   
com.atlassian.jira.rest.v2.entity   
com.atlassian.jira.rest.v2.issue.version   
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.bc.issue.properties
 

Constructors in com.atlassian.jira.bc.issue.properties with parameters of type JsonEntityPropertyManager
DefaultIssueEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, IssuePropertyHelper propertyHelper)
           
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.bc.project.property
 

Constructors in com.atlassian.jira.bc.project.property with parameters of type JsonEntityPropertyManager
DefaultProjectEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18nHelperDelegate, com.atlassian.event.api.EventPublisher eventPublisher, ProjectPropertyHelper propertyHelper)
           
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.bc.project.version.remotelink
 

Constructors in com.atlassian.jira.bc.project.version.remotelink with parameters of type JsonEntityPropertyManager
RemoteVersionLinkServiceImpl(JsonEntityPropertyManager jsonEntityPropertyManager, PermissionManager permissionManager, VersionManager versionManager, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper.BeanFactory i18nFactory)
           
 

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

Classes in com.atlassian.jira.entity.property that implement JsonEntityPropertyManager
 class JsonEntityPropertyManagerImpl
          Low-level database API for accessing JSON entity properties.
 

Constructors in com.atlassian.jira.entity.property with parameters of type JsonEntityPropertyManager
BaseEntityPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, EntityPropertyHelper<E> entityPropertyHelper)
           
BaseEntityWithKeyPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, EntityWithKeyPropertyHelper<E> entityHelper)
           
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.entity.remotelink
 

Fields in com.atlassian.jira.entity.remotelink declared as JsonEntityPropertyManager
protected  JsonEntityPropertyManager AbstractRemoteEntityLinkService.jsonEntityPropertyManager
           
 

Constructors in com.atlassian.jira.entity.remotelink with parameters of type JsonEntityPropertyManager
AbstractRemoteEntityLinkService(String entityName, JsonEntityPropertyManager jsonEntityPropertyManager)
          Super-constructor for all remote entity link services that use JSON entity properties for storage.
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.issue.managers
 

Constructors in com.atlassian.jira.issue.managers with parameters of type JsonEntityPropertyManager
DefaultIssueDeleteHelper(IssueIndexManager indexManager, SubTaskManager subTaskManager, IssueLinkManager issueLinkManager, RemoteIssueLinkManager remoteIssueLinkManager, MailThreadManager mailThreadManager, CustomFieldManager customFieldManager, AttachmentManager attachmentManager, IssueManager issueManager, NodeAssociationStore nodeAssociationStore, WorkflowManager workflowManager, ChangeHistoryManager changeHistoryManager, IssueEventManager issueEventManager, UserAssociationStore userAssociationStore, com.atlassian.event.api.EventPublisher eventPublisher, MovedIssueKeyStore movedIssueKeyStore, JsonEntityPropertyManager jsonEntityPropertyManager)
           
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.project
 

Constructors in com.atlassian.jira.project with parameters of type JsonEntityPropertyManager
DefaultProjectManager(OfBizDelegator delegator, NodeAssociationStore nodeAssociationStore, ProjectFactory projectFactory, ProjectRoleManager projectRoleManager, IssueManager issueManager, AvatarManager avatarManager, UserManager userManager, ProjectCategoryStore projectCategoryStore, ApplicationProperties applicationProperties, ProjectKeyStore projectKeyStore, TransactionSupport transactionSupport, PropertiesManager propertiesManager, JsonEntityPropertyManager jsonEntityPropertyManager)
           
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.rest.v2.entity
 

Fields in com.atlassian.jira.rest.v2.entity declared as JsonEntityPropertyManager
protected  JsonEntityPropertyManager AbstractRemoteEntityLinkResource.jsonEntityPropertyManager
           
 

Constructors in com.atlassian.jira.rest.v2.entity with parameters of type JsonEntityPropertyManager
AbstractRemoteEntityLinkResource(I18nHelper i18n, JiraAuthenticationContext jiraAuthenticationContext, JsonEntityPropertyManager jsonEntityPropertyManager, ContextUriInfo contextUriInfo)
           
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.rest.v2.issue.version
 

Constructors in com.atlassian.jira.rest.v2.issue.version with parameters of type JsonEntityPropertyManager
RemoteVersionLinkResource(I18nHelper i18n, JiraAuthenticationContext jiraAuthenticationContext, RemoteVersionLinkService remoteVersionLinkService, JsonEntityPropertyManager jsonEntityPropertyManager, ContextUriInfo contextUriInfo)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.