|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildingUnitQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<Short> |
buildingUnitType()
|
BuildingUnitQuery |
forAllParent()
Adds a constraint for the feature parent to the predicate. |
SimpleTypeOrder |
orderByBuildingUnitType()
Allows to adds a sort instruction for BuildingUnit
depending the feature buildingUnitType
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
parent()
Adds a constraint to the predicate for BuildingUnit
testing whether the value of the feature parent is
null or not. |
BuildingUnitQuery |
thereExistsParent()
Adds a constraint for the feature parent to the predicate. |
| Methods inherited from interface org.opencrx.kernel.building1.cci2.AbstractBuildingUnitQuery |
|---|
depot, description, forAllDepot, forAllDescription, forAllSizeInCubicMeter, forAllSizeInSquareMeter, name, orderByDescription, orderByName, orderBySizeInCubicMeter, orderBySizeInSquareMeter, sizeInCubicMeter, sizeInSquareMeter, thereExistsDepot, thereExistsDescription, thereExistsSizeInCubicMeter, thereExistsSizeInSquareMeter |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.PicturedQuery |
|---|
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentName |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
ComparableTypePredicate<Short> buildingUnitType()
SimpleTypeOrder orderByBuildingUnitType()
BuildingUnit
depending the feature buildingUnitType
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate parent()
BuildingUnit
testing whether the value of the feature parent is
null or not.
BuildingUnitQuery thereExistsParent()
parent to the predicate.
The predicate for BuildingUnit evaluates true
if its value of feature parent 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!
BuildingUnitQuery forAllParent()
parent to the predicate.
The predicate for BuildingUnit evaluates true
if its value of feature parent 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!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||