org.olat.search.service.indexer
Class FolderIndexerFullAccess

java.lang.Object
  extended by org.olat.search.service.indexer.FolderIndexerFullAccess
All Implemented Interfaces:
FolderIndexerAccess

public class FolderIndexerFullAccess
extends java.lang.Object
implements FolderIndexerAccess

Description:
Dummy implementation with full access

Initial Date: 11 dec. 2009

Author:
srosse, stephane.rosse@frentix.com

Field Summary
 
Fields inherited from interface org.olat.search.service.indexer.FolderIndexerAccess
FULL_ACCESS
 
Constructor Summary
FolderIndexerFullAccess()
           
 
Method Summary
 boolean allowed(VFSItem item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderIndexerFullAccess

public FolderIndexerFullAccess()
Method Detail

allowed

public boolean allowed(VFSItem item)
Specified by:
allowed in interface FolderIndexerAccess