|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityTrackerFilter
| Method Summary | |
|---|---|
void |
forAllEstimateEffortHours(short operator,
Collection filterValues)
|
void |
forAllEstimateEffortHours(short operator,
int[] filterValues)
|
void |
forAllEstimateEffortMinutes(short operator,
Collection filterValues)
|
void |
forAllEstimateEffortMinutes(short operator,
int[] filterValues)
|
void |
forAllEstimateMaxDeviation(short operator,
Collection filterValues)
|
void |
forAllEstimateMaxDeviation(short operator,
int[] filterValues)
|
void |
forAllSumEstimateEffortHours(short operator,
Collection filterValues)
|
void |
forAllSumEstimateEffortHours(short operator,
int[] filterValues)
|
void |
forAllSumEstimateEffortMinutes(short operator,
Collection filterValues)
|
void |
forAllSumEstimateEffortMinutes(short operator,
int[] filterValues)
|
void |
forAllWelcome(short operator,
Collection filterValues)
|
void |
forAllWelcome(short operator,
String[] filterValues)
|
void |
orderByEstimateEffortHours(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByEstimateEffortMinutes(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByEstimateMaxDeviation(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderBySumEstimateEffortHours(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderBySumEstimateEffortMinutes(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByWelcome(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsEstimateEffortHours(short operator,
Collection filterValues)
|
void |
thereExistsEstimateEffortHours(short operator,
int[] filterValues)
|
void |
thereExistsEstimateEffortMinutes(short operator,
Collection filterValues)
|
void |
thereExistsEstimateEffortMinutes(short operator,
int[] filterValues)
|
void |
thereExistsEstimateMaxDeviation(short operator,
Collection filterValues)
|
void |
thereExistsEstimateMaxDeviation(short operator,
int[] filterValues)
|
void |
thereExistsSumEstimateEffortHours(short operator,
Collection filterValues)
|
void |
thereExistsSumEstimateEffortHours(short operator,
int[] filterValues)
|
void |
thereExistsSumEstimateEffortMinutes(short operator,
Collection filterValues)
|
void |
thereExistsSumEstimateEffortMinutes(short operator,
int[] filterValues)
|
void |
thereExistsWelcome(short operator,
Collection filterValues)
|
void |
thereExistsWelcome(short operator,
String[] 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 forAllEstimateEffortHours(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimateEffortHours(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllEstimateEffortHours(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimateEffortHours(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByEstimateEffortHours(short order)
order - The sort order for this filter.Directions
void forAllEstimateEffortMinutes(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimateEffortMinutes(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllEstimateEffortMinutes(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimateEffortMinutes(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByEstimateEffortMinutes(short order)
order - The sort order for this filter.Directions
void forAllEstimateMaxDeviation(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimateMaxDeviation(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllEstimateMaxDeviation(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimateMaxDeviation(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByEstimateMaxDeviation(short order)
order - The sort order for this filter.Directions
void forAllSumEstimateEffortHours(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSumEstimateEffortHours(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllSumEstimateEffortHours(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSumEstimateEffortHours(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderBySumEstimateEffortHours(short order)
order - The sort order for this filter.Directions
void forAllSumEstimateEffortMinutes(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSumEstimateEffortMinutes(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllSumEstimateEffortMinutes(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSumEstimateEffortMinutes(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderBySumEstimateEffortMinutes(short order)
order - The sort order for this filter.Directions
void forAllWelcome(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWelcome(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllWelcome(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWelcome(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByWelcome(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 | |||||||||