Package org.bedework.calfacade.filter
Class BwPrincipalHrefFilter
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.BwPrincipalHrefFilter
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BwCreatorFilter
A filter that selects events that have a certain user href
- 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
ConstructorsConstructorDescriptionBwPrincipalHrefFilter(String name, org.bedework.util.calendar.PropertyIndex.PropertyInfoIndex propertyIndex) Match on a user. -
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
-
BwPrincipalHrefFilter
public BwPrincipalHrefFilter(String name, org.bedework.util.calendar.PropertyIndex.PropertyInfoIndex propertyIndex) Match on a user.- Parameters:
name- - null one will be createdpropertyIndex-
-