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

Packages that use JsonEntityPropertyManager
com.atlassian.jira.bc.issue.changehistory.properties   
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.property   
com.atlassian.jira.entity.remotelink   
com.atlassian.jira.index.property   
com.atlassian.jira.issue.changehistory   
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.issue.version   
 

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

Constructors in com.atlassian.jira.bc.issue.changehistory.properties with parameters of type JsonEntityPropertyManager
DefaultChangeHistoryPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, ChangeHistoryPropertyHelper entityPropertyHelper)
           
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.bc.issue.comment.property
 

Constructors in com.atlassian.jira.bc.issue.comment.property with parameters of type JsonEntityPropertyManager
DefaultCommentPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, CommentPropertyHelper entityPropertyHelper)
           
 

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.index.property
 

Constructors in com.atlassian.jira.index.property with parameters of type JsonEntityPropertyManager
OfBizPluginIndexConfigurationManager(EntityEngine entityEngine, IndexDocumentConfigurationFactory indexDocumentConfigurationFactory, ReindexMessageManager reindexMessageManager, JsonEntityPropertyManager jsonEntityPropertyManager)
           
 

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

Constructors in com.atlassian.jira.issue.changehistory with parameters of type JsonEntityPropertyManager
DefaultChangeHistoryManager(IssueManager issueManager, OfBizDelegator ofBizDelegator, PermissionManager permissionManager, ComponentLocator componentLocator, UserManager userManager, JsonEntityPropertyManager jsonEntityPropertyManager)
           
 

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

Constructors in com.atlassian.jira.issue.comments with parameters of type JsonEntityPropertyManager
DefaultCommentManager(IssueManager issueManager, ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager, OfBizDelegator delegator, JiraAuthenticationContext jiraAuthenticationContext, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator, UserManager userManager, JsonEntityPropertyManager jsonEntityPropertyManager, CommentPropertyHelper commentPropertyHelper, CommentSearchManager commentSearchManager)
           
 

Uses of JsonEntityPropertyManager in com.atlassian.jira.issue.index.indexers.impl
 

Constructors in com.atlassian.jira.issue.index.indexers.impl with parameters of type JsonEntityPropertyManager
IssuePropertySearchExtractor(JsonEntityPropertyManager jsonEntityPropertyManager, PluginIndexConfigurationManager entityPropertyIndexDocumentManager, DateTimeFormatterFactory dateTimeFormatterFactory, SearchExtractorRegistrationManager searchExtractorRegistrationManager, DoubleConverter doubleConverter)
           
 

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, IssueManager issueManager, NodeAssociationStore nodeAssociationStore, WorkflowManager workflowManager, ChangeHistoryManager changeHistoryManager, IssueEventManager issueEventManager, UserAssociationStore userAssociationStore, com.atlassian.event.api.EventPublisher eventPublisher, MovedIssueKeyStore movedIssueKeyStore, JsonEntityPropertyManager jsonEntityPropertyManager, CommentManager commentManager, IssueAttachmentDeleteHelper attachmentDeleteHelper)
           
 

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, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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.