|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssociationEndFilter
| Method Summary | |
|---|---|
void |
forAllAggregation(short operator,
Collection filterValues)
|
void |
forAllAggregation(short operator,
short[] filterValues)
|
void |
forAllIsChangeable(short operator,
boolean[] filterValues)
|
void |
forAllIsChangeable(short operator,
Collection filterValues)
|
void |
forAllIsNavigable(short operator,
boolean[] filterValues)
|
void |
forAllIsNavigable(short operator,
Collection filterValues)
|
void |
forAllMultiplicity(short operator,
Collection filterValues)
|
void |
forAllMultiplicity(short operator,
short[] filterValues)
|
void |
forAllQualifierName(short operator,
Collection filterValues)
|
void |
forAllQualifierName(short operator,
String[] filterValues)
|
void |
forAllQualifierType(short operator,
Classifier[] filterValues)
|
void |
forAllQualifierType(short operator,
Collection filterValues)
|
void |
forAllUpperBound(short operator,
Collection filterValues)
|
void |
forAllUpperBound(short operator,
int[] filterValues)
|
void |
orderByAggregation(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIsChangeable(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIsNavigable(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByMultiplicity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByQualifierName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByUpperBound(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsAggregation(short operator,
Collection filterValues)
|
void |
thereExistsAggregation(short operator,
short[] filterValues)
|
void |
thereExistsIsChangeable(short operator,
boolean[] filterValues)
|
void |
thereExistsIsChangeable(short operator,
Collection filterValues)
|
void |
thereExistsIsNavigable(short operator,
boolean[] filterValues)
|
void |
thereExistsIsNavigable(short operator,
Collection filterValues)
|
void |
thereExistsMultiplicity(short operator,
Collection filterValues)
|
void |
thereExistsMultiplicity(short operator,
short[] filterValues)
|
void |
thereExistsQualifierName(short operator,
Collection filterValues)
|
void |
thereExistsQualifierName(short operator,
String[] filterValues)
|
void |
thereExistsQualifierType(short operator,
Classifier[] filterValues)
|
void |
thereExistsQualifierType(short operator,
Collection filterValues)
|
void |
thereExistsUpperBound(short operator,
Collection filterValues)
|
void |
thereExistsUpperBound(short operator,
int[] filterValues)
|
| Methods inherited from interface org.opencrx.kernel.model1.cci.TypedElementFilter |
|---|
forAllType, forAllType, thereExistsType, thereExistsType |
| 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 forAllAggregation(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAggregation(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllAggregation(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAggregation(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByAggregation(short order)
order - The sort order for this filter.Directions
void forAllIsChangeable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsChangeable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIsChangeable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsChangeable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIsChangeable(short order)
order - The sort order for this filter.Directions
void forAllIsNavigable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsNavigable(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIsNavigable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsNavigable(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIsNavigable(short order)
order - The sort order for this filter.Directions
void forAllMultiplicity(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMultiplicity(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllMultiplicity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMultiplicity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByMultiplicity(short order)
order - The sort order for this filter.Directions
void forAllQualifierName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsQualifierName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllQualifierName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsQualifierName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByQualifierName(short order)
order - The sort order for this filter.Directions
void forAllQualifierType(short operator,
Classifier[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsQualifierType(short operator,
Classifier[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllQualifierType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsQualifierType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllUpperBound(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsUpperBound(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllUpperBound(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsUpperBound(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByUpperBound(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 | |||||||||