|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefFilter_1
org.openmdx.base.accessor.jmi.spi.RefPredicate_1
org.opencrx.kernel.building1.cci.AbstractBuildingUnitFilterImpl
public class AbstractBuildingUnitFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
AbstractBuildingUnitFilterImpl(RefPackage_1_0 aPackage)
|
|
AbstractBuildingUnitFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
AbstractBuildingUnitFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
depot()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the
feature depot is null or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the
feature description is null or not. |
DepotQuery |
forAllDepot()
Adds a constraint for the feature depot to the predicate. |
void |
forAllDepot(short operator,
Collection values)
|
void |
forAllDepot(short operator,
Depot[] filterValues)
|
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
void |
forAllDescription(short operator,
Collection values)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllName(short operator,
Collection values)
|
void |
forAllName(short operator,
String[] filterValues)
|
MediaQuery |
forAllPicture()
Adds a constraint for the feature picture to the
predicate. |
void |
forAllPicture(short operator,
Collection values)
|
void |
forAllPicture(short operator,
Media[] filterValues)
|
AnyTypePredicate |
forAllPictureContent()
Adds a constraint for the feature pictureContent to the
predicate. |
void |
forAllPictureContent(short operator,
byte[][] filterValues)
|
void |
forAllPictureContent(short operator,
Collection values)
|
StringTypePredicate |
forAllPictureContentMimeType()
Adds a constraint for the feature pictureContentMimeType
to the predicate. |
void |
forAllPictureContentMimeType(short operator,
Collection values)
|
void |
forAllPictureContentMimeType(short operator,
String[] filterValues)
|
StringTypePredicate |
forAllPictureContentName()
Adds a constraint for the feature pictureContentName to
the predicate. |
void |
forAllPictureContentName(short operator,
Collection values)
|
void |
forAllPictureContentName(short operator,
String[] filterValues)
|
ComparableTypePredicate |
forAllSizeInCubicMeter()
Adds a constraint for the feature sizeInCubicMeter to the
predicate. |
void |
forAllSizeInCubicMeter(short operator,
BigDecimal[] filterValues)
|
void |
forAllSizeInCubicMeter(short operator,
Collection values)
|
ComparableTypePredicate |
forAllSizeInSquareMeter()
Adds a constraint for the feature sizeInSquareMeter to the
predicate. |
void |
forAllSizeInSquareMeter(short operator,
BigDecimal[] filterValues)
|
void |
forAllSizeInSquareMeter(short operator,
Collection values)
|
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for AbstractBuildingUnit
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for AbstractBuildingUnit
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByPictureContent()
Allows to adds a sort instruction for Pictured depending
the feature pictureContent
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPictureContent(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByPictureContentMimeType()
Allows to adds a sort instruction for Pictured depending
the feature pictureContentMimeType
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPictureContentMimeType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByPictureContentName()
Allows to adds a sort instruction for Pictured depending
the feature pictureContentName
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPictureContentName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderBySizeInCubicMeter()
Allows to adds a sort instruction for AbstractBuildingUnit
depending the feature sizeInCubicMeter
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderBySizeInCubicMeter(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderBySizeInSquareMeter()
Allows to adds a sort instruction for AbstractBuildingUnit
depending the feature sizeInSquareMeter
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderBySizeInSquareMeter(short order)
Specifies the sort order of all the instances that match the filter criteria. |
OptionalFeaturePredicate |
picture()
Adds a constraint to the predicate for Pictured testing
whether the value of the feature picture is
null or not. |
OptionalFeaturePredicate |
pictureContent()
Adds a constraint to the predicate for Pictured testing
whether the value of the feature pictureContent is
null or not. |
OptionalFeaturePredicate |
pictureContentMimeType()
Adds a constraint to the predicate for Pictured testing
whether the value of the feature pictureContentMimeType is
null or not. |
OptionalFeaturePredicate |
pictureContentName()
Adds a constraint to the predicate for Pictured testing
whether the value of the feature pictureContentName is
null or not. |
OptionalFeaturePredicate |
sizeInCubicMeter()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the
feature sizeInCubicMeter is null or not. |
OptionalFeaturePredicate |
sizeInSquareMeter()
Adds a constraint to the predicate for AbstractBuildingUnit testing whether the value of the
feature sizeInSquareMeter is null or not. |
DepotQuery |
thereExistsDepot()
Adds a constraint for the feature depot to the predicate. |
void |
thereExistsDepot(short operator,
Collection values)
|
void |
thereExistsDepot(short operator,
Depot[] filterValues)
|
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
void |
thereExistsDescription(short operator,
Collection values)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsName(short operator,
Collection values)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
MediaQuery |
thereExistsPicture()
Adds a constraint for the feature picture to the
predicate. |
void |
thereExistsPicture(short operator,
Collection values)
|
void |
thereExistsPicture(short operator,
Media[] filterValues)
|
AnyTypePredicate |
thereExistsPictureContent()
Adds a constraint for the feature pictureContent to the
predicate. |
void |
thereExistsPictureContent(short operator,
byte[][] filterValues)
|
void |
thereExistsPictureContent(short operator,
Collection values)
|
StringTypePredicate |
thereExistsPictureContentMimeType()
Adds a constraint for the feature pictureContentMimeType
to the predicate. |
void |
thereExistsPictureContentMimeType(short operator,
Collection values)
|
void |
thereExistsPictureContentMimeType(short operator,
String[] filterValues)
|
StringTypePredicate |
thereExistsPictureContentName()
Adds a constraint for the feature pictureContentName to
the predicate. |
void |
thereExistsPictureContentName(short operator,
Collection values)
|
void |
thereExistsPictureContentName(short operator,
String[] filterValues)
|
ComparableTypePredicate |
thereExistsSizeInCubicMeter()
Adds a constraint for the feature sizeInCubicMeter to the
predicate. |
void |
thereExistsSizeInCubicMeter(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsSizeInCubicMeter(short operator,
Collection values)
|
ComparableTypePredicate |
thereExistsSizeInSquareMeter()
Adds a constraint for the feature sizeInSquareMeter to the
predicate. |
void |
thereExistsSizeInSquareMeter(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsSizeInSquareMeter(short operator,
Collection values)
|
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue |
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1 |
|---|
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Constructor Detail |
|---|
public AbstractBuildingUnitFilterImpl(RefPackage_1_0 aPackage)
public AbstractBuildingUnitFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public AbstractBuildingUnitFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllDepot(short operator,
Depot[] filterValues)
forAllDepot in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDepot(short operator,
Depot[] filterValues)
thereExistsDepot in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void forAllDepot(short operator,
Collection values)
forAllDepot in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDepot(short operator,
Collection values)
thereExistsDepot in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperatorspublic OptionalFeaturePredicate depot()
AbstractBuildingUnitQueryAbstractBuildingUnit testing whether the value of the
feature depot is null or not.
depot in interface AbstractBuildingUnitQuerypublic DepotQuery thereExistsDepot()
AbstractBuildingUnitQuerydepot to the predicate.
The predicate for AbstractBuildingUnit evaluates
true if its value of feature depot satisfies
the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsDepot in interface AbstractBuildingUnitQuerypublic DepotQuery forAllDepot()
AbstractBuildingUnitQuerydepot to the predicate.
The predicate for AbstractBuildingUnit evaluates
true if its value of feature depot satisfies
the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllDepot in interface AbstractBuildingUnitQuery
public void forAllDescription(short operator,
Collection values)
forAllDescription in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
Collection values)
thereExistsDescription in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void forAllDescription(short operator,
String[] filterValues)
forAllDescription in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
String[] filterValues)
thereExistsDescription in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDescription(short order)
AbstractBuildingUnitFilter
orderByDescription in interface AbstractBuildingUnitFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate description()
AbstractBuildingUnitQueryAbstractBuildingUnit testing whether the value of the
feature description is null or not.
description in interface AbstractBuildingUnitQuerypublic StringTypePredicate thereExistsDescription()
AbstractBuildingUnitQuerydescription to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
description satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsDescription in interface AbstractBuildingUnitQuerypublic StringTypePredicate forAllDescription()
AbstractBuildingUnitQuerydescription to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
description satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllDescription in interface AbstractBuildingUnitQuerypublic SimpleTypeOrder orderByDescription()
AbstractBuildingUnitQueryAbstractBuildingUnit
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
orderByDescription in interface AbstractBuildingUnitQuery
public void forAllName(short operator,
Collection values)
forAllName in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
Collection values)
thereExistsName in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void forAllName(short operator,
String[] filterValues)
forAllName in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
String[] filterValues)
thereExistsName in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperatorspublic void orderByName(short order)
AbstractBuildingUnitFilter
orderByName in interface AbstractBuildingUnitFilterorder - The sort order for this filter.Directionspublic StringTypePredicate name()
name in interface AbstractBuildingUnitQuerypublic SimpleTypeOrder orderByName()
AbstractBuildingUnitQueryAbstractBuildingUnit
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
orderByName in interface AbstractBuildingUnitQuery
public void forAllSizeInCubicMeter(short operator,
Collection values)
forAllSizeInCubicMeter in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsSizeInCubicMeter(short operator,
Collection values)
thereExistsSizeInCubicMeter in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void forAllSizeInCubicMeter(short operator,
BigDecimal[] filterValues)
forAllSizeInCubicMeter in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsSizeInCubicMeter(short operator,
BigDecimal[] filterValues)
thereExistsSizeInCubicMeter in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperatorspublic void orderBySizeInCubicMeter(short order)
AbstractBuildingUnitFilter
orderBySizeInCubicMeter in interface AbstractBuildingUnitFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate sizeInCubicMeter()
AbstractBuildingUnitQueryAbstractBuildingUnit testing whether the value of the
feature sizeInCubicMeter is null or not.
sizeInCubicMeter in interface AbstractBuildingUnitQuerypublic ComparableTypePredicate thereExistsSizeInCubicMeter()
AbstractBuildingUnitQuerysizeInCubicMeter to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
sizeInCubicMeter satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsSizeInCubicMeter in interface AbstractBuildingUnitQuerypublic ComparableTypePredicate forAllSizeInCubicMeter()
AbstractBuildingUnitQuerysizeInCubicMeter to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
sizeInCubicMeter satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllSizeInCubicMeter in interface AbstractBuildingUnitQuerypublic SimpleTypeOrder orderBySizeInCubicMeter()
AbstractBuildingUnitQueryAbstractBuildingUnit
depending the feature sizeInCubicMeter
Note: The order in which orderBy…
instructions are given is relevant!
orderBySizeInCubicMeter in interface AbstractBuildingUnitQuery
public void forAllSizeInSquareMeter(short operator,
Collection values)
forAllSizeInSquareMeter in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsSizeInSquareMeter(short operator,
Collection values)
thereExistsSizeInSquareMeter in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void forAllSizeInSquareMeter(short operator,
BigDecimal[] filterValues)
forAllSizeInSquareMeter in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperators
public void thereExistsSizeInSquareMeter(short operator,
BigDecimal[] filterValues)
thereExistsSizeInSquareMeter in interface AbstractBuildingUnitFilteroperator - The operator for this filter.FilterOperatorspublic void orderBySizeInSquareMeter(short order)
AbstractBuildingUnitFilter
orderBySizeInSquareMeter in interface AbstractBuildingUnitFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate sizeInSquareMeter()
AbstractBuildingUnitQueryAbstractBuildingUnit testing whether the value of the
feature sizeInSquareMeter is null or not.
sizeInSquareMeter in interface AbstractBuildingUnitQuerypublic ComparableTypePredicate thereExistsSizeInSquareMeter()
AbstractBuildingUnitQuerysizeInSquareMeter to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
sizeInSquareMeter satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsSizeInSquareMeter in interface AbstractBuildingUnitQuerypublic ComparableTypePredicate forAllSizeInSquareMeter()
AbstractBuildingUnitQuerysizeInSquareMeter to the
predicate. The predicate for AbstractBuildingUnit
evaluates true if its value of feature
sizeInSquareMeter satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllSizeInSquareMeter in interface AbstractBuildingUnitQuerypublic SimpleTypeOrder orderBySizeInSquareMeter()
AbstractBuildingUnitQueryAbstractBuildingUnit
depending the feature sizeInSquareMeter
Note: The order in which orderBy…
instructions are given is relevant!
orderBySizeInSquareMeter in interface AbstractBuildingUnitQuery
public void forAllPicture(short operator,
Media[] filterValues)
forAllPicture in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPicture(short operator,
Media[] filterValues)
thereExistsPicture in interface PicturedFilteroperator - The operator for this filter.FilterOperators
public void forAllPicture(short operator,