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

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

Uses of TextAnalyzer in com.atlassian.jira
 

Methods in com.atlassian.jira that return TextAnalyzer
 TextAnalyzer ComponentManager.getTextAnalyzer()
           
 

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

Constructors in com.atlassian.jira.action.action with parameters of type TextAnalyzer
WorklogCreate(IssueUpdater issueUpdater, TextAnalyzer textAnalyzer, PermissionManager permissionManager, CacheManager cacheManager)
           
ActionCreate(IssueUpdater issueUpdater, TextAnalyzer textAnalyzer, PermissionManager permissionManager, CacheManager cacheManager)
           
 

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
IssueUpdate(IssueUpdater issueUpdater, TextAnalyzer textAnalyzer, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager)
           
AbstractIssueUpdateAction(IssueUpdater issueUpdater, TextAnalyzer textAnalyzer)
           
 

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.trackback
 

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



Copyright © 2002-2006 Atlassian. All Rights Reserved.