Uses of Interface
com.atlassian.jira.issue.util.TextAnalyzer

Packages that use TextAnalyzer
com.atlassian.jira   
com.atlassian.jira.action.issue   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.util   
com.atlassian.jira.issue.worklog   
com.atlassian.jira.trackback   
 

Uses of TextAnalyzer in com.atlassian.jira
 

Methods in com.atlassian.jira that return TextAnalyzer
 TextAnalyzer ComponentManager.getTextAnalyzer()
          Retrieves and returns the text analyzer instance
 

Uses of TextAnalyzer in com.atlassian.jira.action.issue
 

Fields in com.atlassian.jira.action.issue declared as TextAnalyzer
protected  TextAnalyzer AbstractIssueUpdateAction.textAnalyzer
           
 

Constructors in com.atlassian.jira.action.issue with parameters of type TextAnalyzer
AbstractIssueUpdateAction(IssueUpdater issueUpdater, TextAnalyzer textAnalyzer)
           
IssueUpdate(IssueUpdater issueUpdater, TextAnalyzer textAnalyzer, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager)
           
 

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

Constructors in com.atlassian.jira.issue.comments with parameters of type TextAnalyzer
DefaultCommentManager(IssueManager issueManager, TextAnalyzer textAnalyzer, CacheManager cacheManager, ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager, OfBizDelegator delegator, JiraAuthenticationContext jiraAuthenticationContext)
           
 

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

Constructors in com.atlassian.jira.issue.managers with parameters of type TextAnalyzer
DefaultIssueManager(WorkflowManager workflowManager, com.atlassian.core.ofbiz.association.AssociationManager associationManager, TextAnalyzer textAnalyzer)
           
 

Uses of TextAnalyzer in com.atlassian.jira.issue.util
 

Classes in com.atlassian.jira.issue.util that implement TextAnalyzer
 class DisabledTextAnalyzer
           
 

Uses of TextAnalyzer in com.atlassian.jira.issue.worklog
 

Constructors in com.atlassian.jira.issue.worklog with parameters of type TextAnalyzer
DefaultWorklogManager(TextAnalyzer textAnalyzer, ProjectRoleManager projectRoleManager, WorklogStore worklogStore, TimeTrackingIssueUpdater timeTrackingIssueUpdater)
           
 

Uses of TextAnalyzer in com.atlassian.jira.trackback
 

Classes in com.atlassian.jira.trackback that implement TextAnalyzer
 class TrackbackTextAnalyzer
          Sends trackback pings to URLs mentioned in JIRA text.
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.