| com.atlassian.jira.index.SearchExtractorRegistrationManager |
Known Indirect Subclasses
|
Manages search extractors
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return all extractors that can be applied for specified class no subclasses are taken into account
| |||||||||||
Registers extractor as capable o processing documents of specified class
| |||||||||||
Remove this extractor (identified by equals method) from processing all registered classes.
| |||||||||||
Return all extractors that can be applied for specified class no subclasses are taken into account
| entityClass | class object to search for extractors |
|---|
Registers extractor as capable o processing documents of specified class
| extractor | the extractor that will be registered for processing entities of entityClass |
|---|---|
| entityClass | class that is process by this extractor |
Remove this extractor (identified by equals method) from processing all registered classes.
| extractor | instance of extractor to be unregistered |
|---|---|
| entityClass | class that this extractor should be unregistered from. |

