Package com.axemble.vdoc.sdk.modules
Interface IBaseIndexationModule
- All Known Subinterfaces:
- IIndexationModule
- All Known Implementing Classes:
- IndexationModuleImpl
The base indexation module interface.
- 
Method SummaryModifier and TypeMethodDescriptionRetrieve a text extractor processorsanitizeContent(String content) Sanitize contentMethods inherited from interface com.axemble.vdoc.sdk.modules.IModulebeginTransaction, beginTransaction, commitTransaction, commitTransaction, convertId, findNativeClass, generateSystemName, getAnonymous, getAnonymousContext, getContext, getContext, getContextByLogin, getElementFromExternalElement, getExternalElement, getExternalElement, getLoggedOnUser, getLoggedOnUserContext, getLoggedOnUserLanguage, getProtocolPath, getProtocolPath, getProtocolURI, getProtocolURI, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysadmin, getSysadminContext, getTranslation, getTranslationForLanguage, getTranslationKey, initialize, isTransactionActive, rollbackTransaction, rollbackTransaction, setTransactionTimeout, unInitialize
- 
Method Details- 
retrieveTextExtractorProcessorITextExtractorProcessor retrieveTextExtractorProcessor()Retrieve a text extractor processor- Returns:
- the ITextExtractorProcessor
 
- 
sanitizeContentSanitize content- Parameters:
- content- the content
- Returns:
- a string with JavaScript and DOM elements sanitized
 
 
-