org.opencrx.kernel.generic.cci2
Interface PicturedQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
AbstractBuildingUnitQuery, AssetQuery, BuildingComplexQuery, BuildingQuery, BuildingUnitQuery, ContactQuery, FacilityQuery, PostalAddressableQuery, PostalAddressQuery, PostalAddressQuery, PostalAddressQuery, PostalAddressQuery, ProductQuery

public interface PicturedQuery
extends AnyTypePredicate


Method Summary
 MediaQuery forAllPicture()
          Adds a constraint for the feature picture to the predicate.
 AnyTypePredicate forAllPictureContent()
          Adds a constraint for the feature pictureContent to the predicate.
 StringTypePredicate forAllPictureContentMimeType()
          Adds a constraint for the feature pictureContentMimeType to the predicate.
 StringTypePredicate forAllPictureContentName()
          Adds a constraint for the feature pictureContentName to the predicate.
 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!
 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!
 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!
 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.
 MediaQuery thereExistsPicture()
          Adds a constraint for the feature picture to the predicate.
 AnyTypePredicate thereExistsPictureContent()
          Adds a constraint for the feature pictureContent to the predicate.
 StringTypePredicate thereExistsPictureContentMimeType()
          Adds a constraint for the feature pictureContentMimeType to the predicate.
 StringTypePredicate thereExistsPictureContentName()
          Adds a constraint for the feature pictureContentName to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

picture

OptionalFeaturePredicate picture()
Adds a constraint to the predicate for Pictured testing whether the value of the feature picture is null or not.


thereExistsPicture

MediaQuery thereExistsPicture()
Adds a constraint for the feature picture to the predicate. The predicate for Pictured evaluates true if its value of feature picture 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!


forAllPicture

MediaQuery forAllPicture()
Adds a constraint for the feature picture to the predicate. The predicate for Pictured evaluates true if its value of feature picture 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!


pictureContent

OptionalFeaturePredicate pictureContent()
Adds a constraint to the predicate for Pictured testing whether the value of the feature pictureContent is null or not.


thereExistsPictureContent

AnyTypePredicate thereExistsPictureContent()
Adds a constraint for the feature pictureContent to the predicate. The predicate for Pictured evaluates true if its value of feature pictureContent 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!


forAllPictureContent

AnyTypePredicate forAllPictureContent()
Adds a constraint for the feature pictureContent to the predicate. The predicate for Pictured evaluates true if its value of feature pictureContent 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!


orderByPictureContent

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!


pictureContentMimeType

OptionalFeaturePredicate pictureContentMimeType()
Adds a constraint to the predicate for Pictured testing whether the value of the feature pictureContentMimeType is null or not.


thereExistsPictureContentMimeType

StringTypePredicate thereExistsPictureContentMimeType()
Adds a constraint for the feature pictureContentMimeType to the predicate. The predicate for Pictured evaluates true if its value of feature pictureContentMimeType 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!


forAllPictureContentMimeType

StringTypePredicate forAllPictureContentMimeType()
Adds a constraint for the feature pictureContentMimeType to the predicate. The predicate for Pictured evaluates true if its value of feature pictureContentMimeType 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!


orderByPictureContentMimeType

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!


pictureContentName

OptionalFeaturePredicate pictureContentName()
Adds a constraint to the predicate for Pictured testing whether the value of the feature pictureContentName is null or not.


thereExistsPictureContentName

StringTypePredicate thereExistsPictureContentName()
Adds a constraint for the feature pictureContentName to the predicate. The predicate for Pictured evaluates true if its value of feature pictureContentName 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!


forAllPictureContentName

StringTypePredicate forAllPictureContentName()
Adds a constraint for the feature pictureContentName to the predicate. The predicate for Pictured evaluates true if its value of feature pictureContentName 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!


orderByPictureContentName

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!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.