|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.CmsAliasFilter
public class CmsAliasFilter
This class is used for filtering aliases in database operations.
| Constructor Summary | |
|---|---|
CmsAliasFilter(java.lang.String siteRoot,
java.lang.String aliasPath,
CmsUUID structureId)
Creates a new alias filter. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPath()
Gets the alias path to filter. |
java.lang.String |
getSiteRoot()
Gets the site root to filter. |
CmsUUID |
getStructureId()
Gets the structure id to filter. |
boolean |
isNullFilter()
Checks whether this filter is trivial, i.e. would match all aliases. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsAliasFilter(java.lang.String siteRoot,
java.lang.String aliasPath,
CmsUUID structureId)
Any parameter which is null will not be used for filtering.
siteRoot - the site root to filteraliasPath - the alias path to filterstructureId - the structure id to filter| Method Detail |
|---|
public java.lang.String getPath()
public java.lang.String getSiteRoot()
public CmsUUID getStructureId()
public boolean isNullFilter()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||