|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.AbstractFilter
com.compoze.domino.TaskFilter
This class represents a task filter. A task filter is used to search for tasks.
Documents.serverGetTasks(int,int,PropertyKey[],SortProperty,TaskFilter)
,
Serialized FormField Summary |
Fields inherited from class com.compoze.domino.AbstractFilter |
m_filters, m_rules |
Constructor Summary | |
TaskFilter()
Constructor. |
Method Summary | |
void |
appendFilter(TaskFilter filter,
boolean bOr)
Appends the specified filter to this filter. |
java.util.List |
getFilters()
Gets a list of filters appended to this filter. |
protected com.compoze.domino.filter.IFilterRule |
getFormRule()
Gets the form rule for this filter. |
static void |
main(java.lang.String[] args)
Main. |
void |
removeFilter(TaskFilter filter)
Removes the specified filter from this filter. |
void |
setDueState(TaskDueState state)
Sets the filtering by due state. |
void |
setNotDueState(TaskDueState state)
Sets the filtering by 'not' due state. |
void |
setSubject(java.lang.String sValue)
Sets the filtering by subject. |
void |
setSubject(java.lang.String sValue,
boolean bExact)
Sets the filtering by subject. |
void |
unsetDueState()
Unsets the filtering by due state. |
void |
unsetNotDueState()
Unsets the filtering by 'not' due state. |
void |
unsetSubject()
Unsets the filtering by subject. |
Methods inherited from class com.compoze.domino.AbstractFilter |
getBaseRule, getFilterRule, getFilterRule, getOr, setBeginsStringRule, setDateRule, setNotRule, setOr, setRule, setRule, setRule, toRule, toString, unsetBeginsStringRule, unsetNotRule |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TaskFilter()
Method Detail |
public void setSubject(java.lang.String sValue)
sValue
- the value to testsetSubject(String, boolean)
public void setSubject(java.lang.String sValue, boolean bExact)
sValue
- the value to testbExact
- true
for an exact match of the string value; false
to match as substring valuepublic void unsetSubject()
public void setDueState(TaskDueState state)
state
- the due state to testpublic void unsetDueState()
public void setNotDueState(TaskDueState state)
state
- the due state to testpublic void unsetNotDueState()
public void appendFilter(TaskFilter filter, boolean bOr)
filter
- the filter to appendbOr
- true
to append this filter with an 'or'; false
to use 'and'public void removeFilter(TaskFilter filter)
filter
- the filter to removepublic java.util.List getFilters()
TaskFilter
objects (unmodifiable)protected com.compoze.domino.filter.IFilterRule getFormRule()
AbstractFilter
getFormRule
in class AbstractFilter
public static void main(java.lang.String[] args)
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |