Package org.bedework.calfacade.filter
Class BwCollectionFilter
java.lang.Object
org.bedework.caldav.util.filter.FilterBase
org.bedework.caldav.util.filter.PropertyFilter
org.bedework.caldav.util.filter.ObjectFilter<String>
org.bedework.calfacade.filter.BwCollectionFilter
- All Implemented Interfaces:
Serializable
A filter that selects entities in a certain collection
- Version:
- 1.0
- Author:
- Mike Douglass
- See Also:
-
Field Summary
Fields inherited from class org.bedework.caldav.util.filter.FilterBase
cache, children, description, name, not, parent -
Constructor Summary
ConstructorsConstructorDescriptionBwCollectionFilter(String name) Match on a collection.BwCollectionFilter(String name, String path) Match on a path.BwCollectionFilter(String name, BwCalendar col) Match on a collection. -
Method Summary
Methods inherited from class org.bedework.caldav.util.filter.ObjectFilter
getCaseless, getEntity, getExact, getPrefixMatch, makeFilter, makeFilter, makeFilter, setCaseless, setEntity, setExact, setPrefixMatch, toStringMethods inherited from class org.bedework.caldav.util.filter.PropertyFilter
getIntKey, getParentPropertyIndex, getPropertyIndex, getPropertyIndexes, getStrKey, setParentPropertyIndex, setPropertyIndex, toStringSegmentMethods inherited from class org.bedework.caldav.util.filter.FilterBase
addAndChild, addChild, addOrChild, getCache, getChildren, getDescription, getName, getNot, getNumChildren, getParent, match, setCache, setChildren, setDescription, setName, setNot, setParent, stringOper
-
Constructor Details
-
BwCollectionFilter
Match on a collection.- Parameters:
name- - null one will be created
-
BwCollectionFilter
Match on a collection.- Parameters:
name- - null one will be createdcol- - for path
-
BwCollectionFilter
Match on a path.- Parameters:
name- - null one will be createdpath- of collection
-
-
Method Details
-
getPath
-