org.opencrx.kernel.document1.cci
Interface MediaFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, Serializable, ViewCapableFilter
All Known Subinterfaces:
MediaContentFilter, MediaFilter
All Known Implementing Classes:
MediaContentFilterImpl, MediaFilterImpl, MediaFilterImpl

public interface MediaFilter
extends BasicObjectFilter


Method Summary
 void forAllContent(short operator, byte[][] filterValues)
           
 void forAllContent(short operator, Collection filterValues)
           
 void forAllContentLength(short operator, Collection filterValues)
           
 void forAllContentLength(short operator, long[] filterValues)
           
 void forAllContentMimeType(short operator, Collection filterValues)
           
 void forAllContentMimeType(short operator, String[] filterValues)
           
 void forAllContentName(short operator, Collection filterValues)
           
 void forAllContentName(short operator, String[] filterValues)
           
 void forAllDescription(short operator, Collection filterValues)
           
 void forAllDescription(short operator, String[] filterValues)
           
 void orderByContent(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByContentLength(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByContentMimeType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByContentName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsContent(short operator, byte[][] filterValues)
           
 void thereExistsContent(short operator, Collection filterValues)
           
 void thereExistsContentLength(short operator, Collection filterValues)
           
 void thereExistsContentLength(short operator, long[] filterValues)
           
 void thereExistsContentMimeType(short operator, Collection filterValues)
           
 void thereExistsContentMimeType(short operator, String[] filterValues)
           
 void thereExistsContentName(short operator, Collection filterValues)
           
 void thereExistsContentName(short operator, String[] filterValues)
           
 void thereExistsDescription(short operator, Collection filterValues)
           
 void thereExistsDescription(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllContent

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

thereExistsContent

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

forAllContent

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

thereExistsContent

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

orderByContent

void orderByContent(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

forAllContentLength

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

thereExistsContentLength

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

forAllContentLength

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

thereExistsContentLength

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

orderByContentLength

void orderByContentLength(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

forAllContentMimeType

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

thereExistsContentMimeType

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

forAllContentMimeType

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

thereExistsContentMimeType

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

orderByContentMimeType

void orderByContentMimeType(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

forAllContentName

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

thereExistsContentName

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

forAllContentName

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

thereExistsContentName

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

orderByContentName

void orderByContentName(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

forAllDescription

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

thereExistsDescription

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

forAllDescription

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

thereExistsDescription

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

orderByDescription

void orderByDescription(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.