org.opencrx.kernel.generic.cci
Interface PicturedFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
AbstractBuildingUnitFilter, AssetFilter, BuildingComplexFilter, BuildingFilter, BuildingUnitFilter, ContactFilter, FacilityFilter, PostalAddressableFilter, PostalAddressFilter, PostalAddressFilter, PostalAddressFilter, PostalAddressFilter, ProductFilter
All Known Implementing Classes:
AbstractBuildingUnitFilterImpl, AssetFilterImpl, BuildingComplexFilterImpl, BuildingFilterImpl, BuildingUnitFilterImpl, ContactFilterImpl, FacilityFilterImpl, PicturedFilterImpl, PostalAddressableFilterImpl, PostalAddressFilterImpl, PostalAddressFilterImpl, PostalAddressFilterImpl, PostalAddressFilterImpl, ProductFilterImpl

public interface PicturedFilter
extends RefFilter_1_0


Method Summary
 void forAllPicture(short operator, Collection filterValues)
           
 void forAllPicture(short operator, Media[] filterValues)
           
 void forAllPictureContent(short operator, byte[][] filterValues)
           
 void forAllPictureContent(short operator, Collection filterValues)
           
 void forAllPictureContentMimeType(short operator, Collection filterValues)
           
 void forAllPictureContentMimeType(short operator, String[] filterValues)
           
 void forAllPictureContentName(short operator, Collection filterValues)
           
 void forAllPictureContentName(short operator, String[] filterValues)
           
 void orderByPictureContent(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPictureContentMimeType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPictureContentName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsPicture(short operator, Collection filterValues)
           
 void thereExistsPicture(short operator, Media[] filterValues)
           
 void thereExistsPictureContent(short operator, byte[][] filterValues)
           
 void thereExistsPictureContent(short operator, Collection filterValues)
           
 void thereExistsPictureContentMimeType(short operator, Collection filterValues)
           
 void thereExistsPictureContentMimeType(short operator, String[] filterValues)
           
 void thereExistsPictureContentName(short operator, Collection filterValues)
           
 void thereExistsPictureContentName(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllPicture

void forAllPicture(short operator,
                   Media[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPicture

void thereExistsPicture(short operator,
                        Media[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPicture

void forAllPicture(short operator,
                   Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPicture

void thereExistsPicture(short operator,
                        Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPictureContent

void forAllPictureContent(short operator,
                          byte[][] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContent

void thereExistsPictureContent(short operator,
                               byte[][] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPictureContent

void forAllPictureContent(short operator,
                          Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContent

void thereExistsPictureContent(short operator,
                               Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByPictureContent

void orderByPictureContent(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllPictureContentMimeType

void forAllPictureContentMimeType(short operator,
                                  String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContentMimeType

void thereExistsPictureContentMimeType(short operator,
                                       String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPictureContentMimeType

void forAllPictureContentMimeType(short operator,
                                  Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContentMimeType

void thereExistsPictureContentMimeType(short operator,
                                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByPictureContentMimeType

void orderByPictureContentMimeType(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllPictureContentName

void forAllPictureContentName(short operator,
                              String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContentName

void thereExistsPictureContentName(short operator,
                                   String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPictureContentName

void forAllPictureContentName(short operator,
                              Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPictureContentName

void thereExistsPictureContentName(short operator,
                                   Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByPictureContentName

void orderByPictureContentName(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions


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