org.opencrx.kernel.generic.cci2
Interface PicturedQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
AbstractBuildingUnitQuery, AbstractGroupQuery, AccountQuery, AssetQuery, BuildingComplexQuery, BuildingQuery, BuildingUnitQuery, ContactQuery, FacilityQuery, GroupQuery, LegalEntityQuery, PostalAddressableQuery, PostalAddressQuery, PostalAddressQuery, PostalAddressQuery, PostalAddressQuery, ProductQuery, UnspecifiedAccountQuery

public interface PicturedQuery
extends AnyTypePredicate


Method Summary
 MediaQuery forAllPicture()
          Adds a condition for the feature picture to the predicate for Pictured, which evaluates to false unless the value of the feature picture satisfies the given condition.
 AnyTypePredicate forAllPictureContent()
          Adds a condition for the feature pictureContent to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContent satisfies the given condition.
 StringTypePredicate forAllPictureContentMimeType()
          Adds a condition for the feature pictureContentMimeType to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentMimeType satisfies the given condition.
 StringTypePredicate forAllPictureContentName()
          Adds a condition for the feature pictureContentName to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentName satisfies the given condition.
 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 condition for the feature picture to the predicate for Pictured, which evaluates to false unless the value of the feature picture satisfies the given condition.
 AnyTypePredicate thereExistsPictureContent()
          Adds a condition for the feature pictureContent to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContent satisfies the given condition.
 StringTypePredicate thereExistsPictureContentMimeType()
          Adds a condition for the feature pictureContentMimeType to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentMimeType satisfies the given condition.
 StringTypePredicate thereExistsPictureContentName()
          Adds a condition for the feature pictureContentName to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentName satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, 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 condition for the feature picture to the predicate for Pictured, which evaluates to false unless the value of the feature picture satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllPicture

MediaQuery forAllPicture()
Adds a condition for the feature picture to the predicate for Pictured, which evaluates to false unless the value of the feature picture satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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 condition for the feature pictureContent to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContent satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllPictureContent

AnyTypePredicate forAllPictureContent()
Adds a condition for the feature pictureContent to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContent satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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 condition for the feature pictureContentMimeType to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentMimeType satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllPictureContentMimeType

StringTypePredicate forAllPictureContentMimeType()
Adds a condition for the feature pictureContentMimeType to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentMimeType satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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 condition for the feature pictureContentName to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentName satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllPictureContentName

StringTypePredicate forAllPictureContentName()
Adds a condition for the feature pictureContentName to the predicate for Pictured, which evaluates to false unless the value of the feature pictureContentName satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.