|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SegmentQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
building()
Adds a constraint to the predicate for Segment testing whether the feature building has values or not. |
MultivaluedFeaturePredicate |
buildingComplex()
Adds a constraint to the predicate for Segment testing whether the feature buildingComplex has values or not. |
MultivaluedFeaturePredicate |
buildingUnit()
Adds a constraint to the predicate for Segment testing whether the feature buildingUnit has values or not. |
MultivaluedFeaturePredicate |
facility()
Adds a constraint to the predicate for Segment testing whether the feature facility has values or not. |
BuildingQuery |
forAllBuilding()
Adds a condition for the feature building to the predicate for Segment, which evaluates to false unless the value of the feature building satisfies the given condition. |
BuildingComplexQuery |
forAllBuildingComplex()
Adds a condition for the feature buildingComplex to the predicate for Segment, which evaluates to false unless the value of the feature buildingComplex satisfies the given condition. |
AbstractBuildingUnitQuery |
forAllBuildingUnit()
Adds a condition for the feature buildingUnit to the predicate for Segment, which evaluates to false unless the value of the feature buildingUnit satisfies the given condition. |
FacilityQuery |
forAllFacility()
Adds a condition for the feature facility to the predicate for Segment, which evaluates to false unless the value of the feature facility satisfies the given condition. |
InventoryItemQuery |
forAllInventoryItem()
Adds a condition for the feature inventoryItem to the predicate for Segment, which evaluates to false unless the value of the feature inventoryItem satisfies the given condition. |
MultivaluedFeaturePredicate |
inventoryItem()
Adds a constraint to the predicate for Segment testing whether the feature inventoryItem has values or not. |
BuildingQuery |
thereExistsBuilding()
Adds a condition for the feature building to the predicate for Segment, which evaluates to false unless the value of the feature building satisfies the given condition. |
BuildingComplexQuery |
thereExistsBuildingComplex()
Adds a condition for the feature buildingComplex to the predicate for Segment, which evaluates to false unless the value of the feature buildingComplex satisfies the given condition. |
AbstractBuildingUnitQuery |
thereExistsBuildingUnit()
Adds a condition for the feature buildingUnit to the predicate for Segment, which evaluates to false unless the value of the feature buildingUnit satisfies the given condition. |
FacilityQuery |
thereExistsFacility()
Adds a condition for the feature facility to the predicate for Segment, which evaluates to false unless the value of the feature facility satisfies the given condition. |
InventoryItemQuery |
thereExistsInventoryItem()
Adds a condition for the feature inventoryItem to the predicate for Segment, which evaluates to false unless the value of the feature inventoryItem satisfies the given condition. |
| Methods inherited from interface org.openmdx.base.cci2.SegmentQuery |
|---|
description, extent, forAllDescription, forAllExtent, orderByDescription, provider, thereExistsDescription, thereExistsExtent |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| 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 |
| Method Detail |
|---|
MultivaluedFeaturePredicate building()
Segment testing whether the feature building has values or not.
BuildingQuery thereExistsBuilding()
building to the predicate for Segment, which evaluates to false unless the value of the feature building satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BuildingQuery forAllBuilding()
building to the predicate for Segment, which evaluates to false unless the value of the feature building satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate buildingComplex()
Segment testing whether the feature buildingComplex has values or not.
BuildingComplexQuery thereExistsBuildingComplex()
buildingComplex to the predicate for Segment, 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 Segment, 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()
Segment testing whether the feature buildingUnit has values or not.
AbstractBuildingUnitQuery thereExistsBuildingUnit()
buildingUnit to the predicate for Segment, 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
AbstractBuildingUnitQuery forAllBuildingUnit()
buildingUnit to the predicate for Segment, 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
MultivaluedFeaturePredicate facility()
Segment testing whether the feature facility has values or not.
FacilityQuery thereExistsFacility()
facility to the predicate for Segment, which evaluates to false unless the value of the feature facility satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
FacilityQuery forAllFacility()
facility to the predicate for Segment, which evaluates to false unless the value of the feature facility satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate inventoryItem()
Segment testing whether the feature inventoryItem has values or not.
InventoryItemQuery thereExistsInventoryItem()
inventoryItem to the predicate for Segment, which evaluates to false unless the value of the feature inventoryItem satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
InventoryItemQuery forAllInventoryItem()
inventoryItem to the predicate for Segment, which evaluates to false unless the value of the feature inventoryItem 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 | |||||||||