|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompoundBookingFilter
| Method Summary | |
|---|---|
void |
forAllAcceptedBy(short operator,
Collection filterValues)
|
void |
forAllAcceptedBy(short operator,
String[] filterValues)
|
void |
forAllBookingDate(short operator,
Collection filterValues)
|
void |
forAllBookingDate(short operator,
Date[] filterValues)
|
void |
forAllBookingStatus(short operator,
Collection filterValues)
|
void |
forAllBookingStatus(short operator,
short[] filterValues)
|
void |
forAllBookingType(short operator,
Collection filterValues)
|
void |
forAllBookingType(short operator,
short[] filterValues)
|
void |
forAllDescription(short operator,
Collection filterValues)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllIsLocked(short operator,
boolean[] filterValues)
|
void |
forAllIsLocked(short operator,
Collection filterValues)
|
void |
forAllLockingReason(short operator,
Collection filterValues)
|
void |
forAllLockingReason(short operator,
short[] filterValues)
|
void |
forAllLockModifiedAt(short operator,
Collection filterValues)
|
void |
forAllLockModifiedAt(short operator,
Date[] filterValues)
|
void |
forAllName(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllReversalOf(short operator,
Collection filterValues)
|
void |
forAllReversalOf(short operator,
CompoundBooking[] filterValues)
|
void |
forAllWfProcess(short operator,
Collection filterValues)
|
void |
forAllWfProcess(short operator,
WfProcessInstance[] filterValues)
|
void |
orderByAcceptedBy(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByBookingDate(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByBookingStatus(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByBookingType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIsLocked(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByLockingReason(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByLockModifiedAt(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 |
thereExistsAcceptedBy(short operator,
Collection filterValues)
|
void |
thereExistsAcceptedBy(short operator,
String[] filterValues)
|
void |
thereExistsBookingDate(short operator,
Collection filterValues)
|
void |
thereExistsBookingDate(short operator,
Date[] filterValues)
|
void |
thereExistsBookingStatus(short operator,
Collection filterValues)
|
void |
thereExistsBookingStatus(short operator,
short[] filterValues)
|
void |
thereExistsBookingType(short operator,
Collection filterValues)
|
void |
thereExistsBookingType(short operator,
short[] filterValues)
|
void |
thereExistsDescription(short operator,
Collection filterValues)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsIsLocked(short operator,
boolean[] filterValues)
|
void |
thereExistsIsLocked(short operator,
Collection filterValues)
|
void |
thereExistsLockingReason(short operator,
Collection filterValues)
|
void |
thereExistsLockingReason(short operator,
short[] filterValues)
|
void |
thereExistsLockModifiedAt(short operator,
Collection filterValues)
|
void |
thereExistsLockModifiedAt(short operator,
Date[] filterValues)
|
void |
thereExistsName(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsReversalOf(short operator,
Collection filterValues)
|
void |
thereExistsReversalOf(short operator,
CompoundBooking[] filterValues)
|
void |
thereExistsWfProcess(short operator,
Collection filterValues)
|
void |
thereExistsWfProcess(short operator,
WfProcessInstance[] filterValues)
|
| Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter |
|---|
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter |
|---|
forAllContext, forAllContext, thereExistsContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter |
|---|
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllAcceptedBy(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAcceptedBy(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllAcceptedBy(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAcceptedBy(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByAcceptedBy(short order)
order - The sort order for this filter.Directions
void forAllBookingDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllBookingDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByBookingDate(short order)
order - The sort order for this filter.Directions
void forAllBookingStatus(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingStatus(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllBookingStatus(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingStatus(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByBookingStatus(short order)
order - The sort order for this filter.Directions
void forAllBookingType(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingType(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllBookingType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsBookingType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByBookingType(short order)
order - The sort order for this filter.Directions
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 forAllIsLocked(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsLocked(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIsLocked(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsLocked(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIsLocked(short order)
order - The sort order for this filter.Directions
void forAllLockModifiedAt(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLockModifiedAt(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLockModifiedAt(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLockModifiedAt(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLockModifiedAt(short order)
order - The sort order for this filter.Directions
void forAllLockingReason(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLockingReason(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLockingReason(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLockingReason(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLockingReason(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 forAllReversalOf(short operator,
CompoundBooking[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsReversalOf(short operator,
CompoundBooking[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllReversalOf(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsReversalOf(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllWfProcess(short operator,
WfProcessInstance[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWfProcess(short operator,
WfProcessInstance[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllWfProcess(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWfProcess(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||