|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildingQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
buildingComplex()
Adds a constraint to the predicate for Building testing whether the value of the feature buildingComplex is null or not. |
MultivaluedFeaturePredicate |
buildingUnit()
Adds a constraint to the predicate for Building testing whether the feature buildingUnit has values or not. |
BuildingComplexQuery |
forAllBuildingComplex()
Adds a condition for the feature buildingComplex to the predicate for Building, which evaluates to false unless the value of the feature buildingComplex satisfies the given condition. |
BuildingUnitQuery |
forAllBuildingUnit()
Adds a condition for the feature buildingUnit to the predicate for Building, which evaluates to false unless the value of the feature buildingUnit satisfies the given condition. |
BuildingComplexQuery |
thereExistsBuildingComplex()
Adds a condition for the feature buildingComplex to the predicate for Building, which evaluates to false unless the value of the feature buildingComplex satisfies the given condition. |
BuildingUnitQuery |
thereExistsBuildingUnit()
Adds a condition for the feature buildingUnit to the predicate for Building, which evaluates to false unless the value of the feature buildingUnit satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.building1.cci2.AbstractBuildingUnitQuery |
|---|
assignedAddress, depot, description, facility, forAllAssignedAddress, forAllDepot, forAllDescription, forAllFacility, forAllSizeInCubicMeter, forAllSizeInSquareMeter, name, orderByDescription, orderByName, orderBySizeInCubicMeter, orderBySizeInSquareMeter, sizeInCubicMeter, sizeInSquareMeter, thereExistsAssignedAddress, thereExistsDepot, thereExistsDescription, thereExistsFacility, 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.AuditeeQuery |
|---|
audit, forAllAudit, thereExistsAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery |
|---|
forAllIndexEntry, indexEntry, thereExistsIndexEntry |
| 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.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate buildingComplex()
Building testing whether the value of the feature buildingComplex is null or not.
BuildingComplexQuery thereExistsBuildingComplex()
buildingComplex to the predicate for Building, which evaluates to false unless the value of the feature buildingComplex satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BuildingComplexQuery forAllBuildingComplex()
buildingComplex to the predicate for Building, which evaluates to false unless the value of the feature buildingComplex satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate buildingUnit()
Building testing whether the feature buildingUnit has values or not.
BuildingUnitQuery thereExistsBuildingUnit()
buildingUnit to the predicate for Building, which evaluates to false unless the value of the feature buildingUnit satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BuildingUnitQuery forAllBuildingUnit()
buildingUnit to the predicate for Building, which evaluates to false unless the value of the feature buildingUnit satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||