org.olat.search.service.indexer
Class MainIndexer
java.lang.Object
org.olat.search.service.indexer.AbstractIndexer
org.olat.search.service.indexer.MainIndexer
- All Implemented Interfaces:
- Indexer
public class MainIndexer
- extends AbstractIndexer
Top class of indexer tree.
- Author:
- Christian Guretzki
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static final MainIndexer getInstance()
- Returns:
- Instance of MainIndexer
getSupportedTypeName
public java.lang.String getSupportedTypeName()
- Returns:
- The indexer supports this type name. E.g. ORES_TOOLFOLDER.getResourceableTypeName()
checkAccess
public boolean checkAccess(ContextEntry contextEntry,
BusinessControl businessControl,
Identity identity,
Roles roles)
- Description copied from interface:
Indexer
- Check access for certain business-control (resourceUrl) and user with roles.
- Returns: