|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.repository.A_CmsRepositorySession
public abstract class A_CmsRepositorySession
Abstract implementation of the interface I_CmsRepositorySession
to provide
the functionality of filtering items.
Constructor Summary | |
---|---|
A_CmsRepositorySession()
|
Method Summary | |
---|---|
CmsRepositoryFilter |
getFilter()
Returns the filter. |
protected boolean |
isFiltered(java.lang.String path)
Checks if a path is filtered out of the filter or not. |
void |
setFilter(CmsRepositoryFilter filter)
Sets the filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opencms.repository.I_CmsRepositorySession |
---|
copy, create, delete, exists, getItem, getLock, list, lock, move, save, unlock |
Constructor Detail |
---|
public A_CmsRepositorySession()
Method Detail |
---|
public CmsRepositoryFilter getFilter()
public void setFilter(CmsRepositoryFilter filter)
filter
- the filter to setprotected boolean isFiltered(java.lang.String path)
path
- the path of a resource to check
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |