|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NewActivityParamsFilter
| Method Summary | |
|---|---|
void |
forAllDescription(short operator,
Collection filterValues)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllDetailedDescription(short operator,
Collection filterValues)
|
void |
forAllDetailedDescription(short operator,
String[] filterValues)
|
void |
forAllDueBy(short operator,
Collection filterValues)
|
void |
forAllDueBy(short operator,
Date[] filterValues)
|
void |
forAllName(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllPriority(short operator,
Collection filterValues)
|
void |
forAllPriority(short operator,
short[] filterValues)
|
void |
forAllReportingContact(short operator,
Collection filterValues)
|
void |
forAllReportingContact(short operator,
Contact[] filterValues)
|
void |
forAllScheduledEnd(short operator,
Collection filterValues)
|
void |
forAllScheduledEnd(short operator,
Date[] filterValues)
|
void |
forAllScheduledStart(short operator,
Collection filterValues)
|
void |
forAllScheduledStart(short operator,
Date[] filterValues)
|
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDetailedDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDueBy(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPriority(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByReportingContact(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByScheduledEnd(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByScheduledStart(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsDescription(short operator,
Collection filterValues)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsDetailedDescription(short operator,
Collection filterValues)
|
void |
thereExistsDetailedDescription(short operator,
String[] filterValues)
|
void |
thereExistsDueBy(short operator,
Collection filterValues)
|
void |
thereExistsDueBy(short operator,
Date[] filterValues)
|
void |
thereExistsName(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsPriority(short operator,
Collection filterValues)
|
void |
thereExistsPriority(short operator,
short[] filterValues)
|
void |
thereExistsReportingContact(short operator,
Collection filterValues)
|
void |
thereExistsReportingContact(short operator,
Contact[] filterValues)
|
void |
thereExistsScheduledEnd(short operator,
Collection filterValues)
|
void |
thereExistsScheduledEnd(short operator,
Date[] filterValues)
|
void |
thereExistsScheduledStart(short operator,
Collection filterValues)
|
void |
thereExistsScheduledStart(short operator,
Date[] filterValues)
|
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDescription(short order)
order - The sort order for this filter.Directions
void forAllDetailedDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDetailedDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDetailedDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDetailedDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDetailedDescription(short order)
order - The sort order for this filter.Directions
void forAllDueBy(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDueBy(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDueBy(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDueBy(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDueBy(short order)
order - The sort order for this filter.Directions
void forAllName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByName(short order)
order - The sort order for this filter.Directions
void forAllPriority(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPriority(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPriority(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPriority(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPriority(short order)
order - The sort order for this filter.Directions
void forAllReportingContact(short operator,
Contact[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsReportingContact(short operator,
Contact[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllReportingContact(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsReportingContact(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByReportingContact(short order)
order - The sort order for this filter.Directions
void forAllScheduledEnd(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsScheduledEnd(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllScheduledEnd(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsScheduledEnd(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByScheduledEnd(short order)
order - The sort order for this filter.Directions
void forAllScheduledStart(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsScheduledStart(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllScheduledStart(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsScheduledStart(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByScheduledStart(short order)
order - The sort order for this filter.Directions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||