Uses of Interface
com.atlassian.jira.rest.v2.issue.context.ContextI18n

Packages that use ContextI18n
com.atlassian.jira.rest.auth   
com.atlassian.jira.rest.exception   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.customfield   
com.atlassian.jira.rest.v2.issue.scope   
com.atlassian.jira.rest.v2.issue.worklog   
 

Uses of ContextI18n in com.atlassian.jira.rest.auth
 

Constructors in com.atlassian.jira.rest.auth with parameters of type ContextI18n
Login(LoginService loginService, JiraAuthenticationContext jiraAuthenticationContext, VelocityRequestContextFactory velocityRequestContextFactory, ContextI18n i18n)
           
 

Uses of ContextI18n in com.atlassian.jira.rest.exception
 

Constructors in com.atlassian.jira.rest.exception with parameters of type ContextI18n
ExceptionInterceptor(ContextI18n i18n)
          Creates a new ExceptionInterceptor.
 

Uses of ContextI18n in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type ContextI18n
AttachmentResource(AttachmentService attachmentService, AttachmentManager attachmentManager, PermissionManager permissionManager, JiraAuthenticationContext authContext, BeanBuilderFactory beanBuilderFactory, ContextI18n i18n, ContextUriInfo uriInfo)
           
CommentResource(CommentService commentService, JiraAuthenticationContext authContext, ContextI18n i18n, ProjectRoleManager projectRoleManager, JiraBaseUrls jiraBaseUrls, IssueFinder issueFinder)
           
ComponentResource(ProjectComponentService projectComponentService, ProjectService projectService, UserManager userManager, AvatarService avatarService, IssueManager issueManager, ComponentIssueCountsBeanFactory componentIssueCountsBeanFactory, JiraAuthenticationContext authContext, ContextI18n i18n, PermissionManager permissionManager, ProjectManager projectManager)
           
FieldResource(ContextI18n i18n, JiraBaseUrls baseUrls, FieldManager fieldManager, JiraAuthenticationContext authenticationContext)
           
IssueAttachmentsResource(JiraAuthenticationContext authContext, IssueManager issueManager, AttachmentService attachmentService, AttachmentManager attachmentManager, IssueUpdater issueUpdater, ContextI18n i18n, IssueFinder issueFinder, JiraBaseUrls jiraBaseUrls, ThumbnailManager thumbnailManager)
           
IssueLinkTypeResource(IssueLinkTypeManager issueLinkTypeManager, ApplicationProperties applicationProperties, ContextI18n i18n, ContextUriInfo contextUriInfo, com.atlassian.plugins.rest.common.util.RestUrlBuilder restUrlBuilder)
           
IssueResource(JiraAuthenticationContext authContext, UserManager userManager, VoteService voteService, ContextI18n i18n, WatcherOps watcherOps, WatcherService watcherService, BeanBuilderFactory beanBuilderFactory, ContextUriInfo contextUriInfo, IssueFinder issueFinder, CreateIssueResource createIssueResource, UpdateIssueResource updateIssueResource, DeleteIssueResource deleteIssueResource, RemoteIssueLinkResource remoteIssueLinkResource, WorklogResource worklogResource, CommentResource commentResource, IssueWorkflowManager issueWorkflowManager, AssignIssueResource assignIssueResource)
           
IssueSecurityLevelResource(IssueSecurityLevelManager issueSecurityLevelManager, JiraBaseUrls jiraBaseUrls, ContextI18n i18n)
           
LinkIssueResource(ApplicationProperties applicationProperties, ContextI18n i18n, JiraAuthenticationContext authContext, PermissionManager permissionManager, IssueLinkManager issueLinkManager, CommentService commentService, ProjectRoleManager projectRoleManager, IssueLinkTypeFinder issueLinkTypeFinder, IssueFinder issueFinder, IssueLinkService issueLinkService, JiraBaseUrls jiraBaseUrls, IssueService issueService)
           
PriorityResource(ConstantsManager constantsManager, ContextI18n i18n, JiraBaseUrls baseUrls)
           
RemoteIssueLinkResource(RemoteIssueLinkService remoteIssueLinkService, BeanBuilderFactory beanBuilderFactory, ContextI18n i18n, JiraAuthenticationContext jiraAuthenticationContext)
           
ResolutionResource(ConstantsManager constantsManager, ContextI18n i18n, JiraBaseUrls baseUrls)
           
UserResource(UserUtil userUtil, ContextI18n i18n, EmailFormatter emailFormatter, JiraAuthenticationContext authContext, TimeZoneManager timeZoneManager, AvatarPickerHelper avatarPickerHelper, AvatarManager avatarManager, AvatarService avatarService, AttachmentHelper attachmentHelper, UserPropertyManager userPropertyManager, UserPickerSearchService userPickerSearchService, PermissionManager permissionManager, ProjectService projectService, IssueService issueService, ProjectManager projectManager)
           
 

Uses of ContextI18n in com.atlassian.jira.rest.v2.issue.customfield
 

Constructors in com.atlassian.jira.rest.v2.issue.customfield with parameters of type ContextI18n
CustomFieldOptionResource(JiraAuthenticationContext authContext, OptionsManager optionsManager, VelocityRequestContextFactory velocityRequestContextFactory, ContextI18n i18n, ContextUriInfo contextUriInfo)
           
 

Uses of ContextI18n in com.atlassian.jira.rest.v2.issue.scope
 

Methods in com.atlassian.jira.rest.v2.issue.scope that return ContextI18n
protected  ContextI18n ContextI18nFactoryBean.createInstance()
          Creates a new ContextI18n instance that delegates to the I18nHelper obtained from the JiraAuthenticationContext.
 

Methods in com.atlassian.jira.rest.v2.issue.scope that return types with arguments of type ContextI18n
 Class<ContextI18n> ContextI18nFactoryBean.getObjectType()
          Returns ContextI18n.class
 

Uses of ContextI18n in com.atlassian.jira.rest.v2.issue.worklog
 

Constructors in com.atlassian.jira.rest.v2.issue.worklog with parameters of type ContextI18n
WorklogResource(WorklogService worklogService, JiraAuthenticationContext authenticationContext, UserManager userManager, ContextI18n i18n, TimeTrackingConfiguration timeTrackingConfiguration, JiraBaseUrls jiraBaseUrls)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.