java.lang.Object | |
↳ | com.atlassian.jira.index.DefaultSearchExtractorRegistrationManager |
Default implementation of SearchExtractorRegistrationManager
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||
![]()
|
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. |