org.opencrx.kernel.generic.cci
Class PicturedFilterImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefFilter_1
      extended by org.openmdx.base.accessor.jmi.spi.RefPredicate_1
          extended by org.opencrx.kernel.generic.cci.PicturedFilterImpl
All Implemented Interfaces:
Serializable, PicturedFilter, PicturedQuery, RefFilter_1_0, RefFilter_1_1, AnyTypePredicate

public class PicturedFilterImpl
extends RefPredicate_1
implements PicturedFilter, PicturedQuery

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
filter, name, quantor
 
Constructor Summary
PicturedFilterImpl(RefPackage_1_0 aPackage)
           
PicturedFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers)
           
PicturedFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers, RefFilter_1_0 delegateFilter, Short delegateQuantor, String delegateName)
           
 
Method Summary
 MediaQuery forAllPicture()
          Adds a constraint for the feature picture to the predicate.
 void forAllPicture(short operator, Collection values)
           
 void forAllPicture(short operator, Media[] filterValues)
           
 AnyTypePredicate forAllPictureContent()
          Adds a constraint for the feature pictureContent to the predicate.
 void forAllPictureContent(short operator, byte[][] filterValues)
           
 void forAllPictureContent(short operator, Collection values)
           
 StringTypePredicate forAllPictureContentMimeType()
          Adds a constraint for the feature pictureContentMimeType to the predicate.
 void forAllPictureContentMimeType(short operator, Collection values)
           
 void forAllPictureContentMimeType(short operator, String[] filterValues)
           
 StringTypePredicate forAllPictureContentName()
          Adds a constraint for the feature pictureContentName to the predicate.
 void forAllPictureContentName(short operator, Collection values)
           
 void forAllPictureContentName(short operator, String[] filterValues)
           
 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!
 void orderByPictureContent(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 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!
 void orderByPictureContentMimeType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 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!
 void orderByPictureContentName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 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.
 void thereExistsPicture(short operator, Collection values)
           
 void thereExistsPicture(short operator, Media[] filterValues)
           
 AnyTypePredicate thereExistsPictureContent()
          Adds a constraint for the feature pictureContent to the predicate.
 void thereExistsPictureContent(short operator, byte[][] filterValues)
           
 void thereExistsPictureContent(short operator, Collection values)
           
 StringTypePredicate thereExistsPictureContentMimeType()
          Adds a constraint for the feature pictureContentMimeType to the predicate.
 void thereExistsPictureContentMimeType(short operator, Collection values)
           
 void thereExistsPictureContentMimeType(short operator, String[] filterValues)
           
 StringTypePredicate thereExistsPictureContentName()
          Adds a constraint for the feature pictureContentName to the predicate.
 void thereExistsPictureContentName(short operator, Collection values)
           
 void thereExistsPictureContentName(short operator, String[] filterValues)
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Constructor Detail

PicturedFilterImpl

public PicturedFilterImpl(RefPackage_1_0 aPackage)

PicturedFilterImpl

public PicturedFilterImpl(RefPackage_1_0 aPackage,
                          FilterProperty[] filterProperties,
                          AttributeSpecifier[] attributeSpecifiers)

PicturedFilterImpl

public PicturedFilterImpl(RefPackage_1_0 aPackage,
                          FilterProperty[] filterProperties,
                          AttributeSpecifier[] attributeSpecifiers,
                          RefFilter_1_0 delegateFilter,
                          Short delegateQuantor,
                          String delegateName)
Method Detail

forAllPicture

public void forAllPicture(short operator,
                          Media[] filterValues)
Specified by:
forAllPicture in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPicture

public void thereExistsPicture(short operator,
                               Media[] filterValues)
Specified by:
thereExistsPicture in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPicture

public void forAllPicture(short operator,
                          Collection values)
Specified by:
forAllPicture in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPicture

public void thereExistsPicture(short operator,
                               Collection values)
Specified by:
thereExistsPicture in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

picture

public OptionalFeaturePredicate picture()
Description copied from interface: PicturedQuery
Adds a constraint to the predicate for Pictured testing whether the value of the feature picture is null or not.

Specified by:
picture in interface PicturedQuery

thereExistsPicture

public MediaQuery thereExistsPicture()
Description copied from interface: PicturedQuery
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!

Specified by:
thereExistsPicture in interface PicturedQuery

forAllPicture

public MediaQuery forAllPicture()
Description copied from interface: PicturedQuery
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!

Specified by:
forAllPicture in interface PicturedQuery

forAllPictureContent

public void forAllPictureContent(short operator,
                                 Collection values)
Specified by:
forAllPictureContent in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContent

public void thereExistsPictureContent(short operator,
                                      Collection values)
Specified by:
thereExistsPictureContent in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPictureContent

public void forAllPictureContent(short operator,
                                 byte[][] filterValues)
Specified by:
forAllPictureContent in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContent

public void thereExistsPictureContent(short operator,
                                      byte[][] filterValues)
Specified by:
thereExistsPictureContent in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByPictureContent

public void orderByPictureContent(short order)
Description copied from interface: PicturedFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByPictureContent in interface PicturedFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

pictureContent

public OptionalFeaturePredicate pictureContent()
Description copied from interface: PicturedQuery
Adds a constraint to the predicate for Pictured testing whether the value of the feature pictureContent is null or not.

Specified by:
pictureContent in interface PicturedQuery

thereExistsPictureContent

public AnyTypePredicate thereExistsPictureContent()
Description copied from interface: PicturedQuery
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!

Specified by:
thereExistsPictureContent in interface PicturedQuery

forAllPictureContent

public AnyTypePredicate forAllPictureContent()
Description copied from interface: PicturedQuery
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!

Specified by:
forAllPictureContent in interface PicturedQuery

orderByPictureContent

public SimpleTypeOrder orderByPictureContent()
Description copied from interface: PicturedQuery
Allows to adds a sort instruction for Pictured depending the feature pictureContent Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByPictureContent in interface PicturedQuery

forAllPictureContentMimeType

public void forAllPictureContentMimeType(short operator,
                                         Collection values)
Specified by:
forAllPictureContentMimeType in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContentMimeType

public void thereExistsPictureContentMimeType(short operator,
                                              Collection values)
Specified by:
thereExistsPictureContentMimeType in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPictureContentMimeType

public void forAllPictureContentMimeType(short operator,
                                         String[] filterValues)
Specified by:
forAllPictureContentMimeType in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContentMimeType

public void thereExistsPictureContentMimeType(short operator,
                                              String[] filterValues)
Specified by:
thereExistsPictureContentMimeType in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByPictureContentMimeType

public void orderByPictureContentMimeType(short order)
Description copied from interface: PicturedFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByPictureContentMimeType in interface PicturedFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

pictureContentMimeType

public OptionalFeaturePredicate pictureContentMimeType()
Description copied from interface: PicturedQuery
Adds a constraint to the predicate for Pictured testing whether the value of the feature pictureContentMimeType is null or not.

Specified by:
pictureContentMimeType in interface PicturedQuery

thereExistsPictureContentMimeType

public StringTypePredicate thereExistsPictureContentMimeType()
Description copied from interface: PicturedQuery
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!

Specified by:
thereExistsPictureContentMimeType in interface PicturedQuery

forAllPictureContentMimeType

public StringTypePredicate forAllPictureContentMimeType()
Description copied from interface: PicturedQuery
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!

Specified by:
forAllPictureContentMimeType in interface PicturedQuery

orderByPictureContentMimeType

public SimpleTypeOrder orderByPictureContentMimeType()
Description copied from interface: PicturedQuery
Allows to adds a sort instruction for Pictured depending the feature pictureContentMimeType Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByPictureContentMimeType in interface PicturedQuery

forAllPictureContentName

public void forAllPictureContentName(short operator,
                                     Collection values)
Specified by:
forAllPictureContentName in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContentName

public void thereExistsPictureContentName(short operator,
                                          Collection values)
Specified by:
thereExistsPictureContentName in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPictureContentName

public void forAllPictureContentName(short operator,
                                     String[] filterValues)
Specified by:
forAllPictureContentName in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContentName

public void thereExistsPictureContentName(short operator,
                                          String[] filterValues)
Specified by:
thereExistsPictureContentName in interface PicturedFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByPictureContentName

public void orderByPictureContentName(short order)
Description copied from interface: PicturedFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByPictureContentName in interface PicturedFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

pictureContentName

public OptionalFeaturePredicate pictureContentName()
Description copied from interface: PicturedQuery
Adds a constraint to the predicate for Pictured testing whether the value of the feature pictureContentName is null or not.

Specified by:
pictureContentName in interface PicturedQuery

thereExistsPictureContentName

public StringTypePredicate thereExistsPictureContentName()
Description copied from interface: PicturedQuery
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!

Specified by:
thereExistsPictureContentName in interface PicturedQuery

forAllPictureContentName

public StringTypePredicate forAllPictureContentName()
Description copied from interface: PicturedQuery
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!

Specified by:
forAllPictureContentName in interface PicturedQuery

orderByPictureContentName

public SimpleTypeOrder orderByPictureContentName()
Description copied from interface: PicturedQuery
Allows to adds a sort instruction for Pictured depending the feature pictureContentName Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByPictureContentName in interface PicturedQuery


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