org.opencrx.kernel.base.cci
Interface NoteFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
ActivityFollowUpFilter, NoteFilter
All Known Implementing Classes:
ActivityFollowUpFilterImpl, NoteFilterImpl, NoteFilterImpl

public interface NoteFilter
extends RefFilter_1_0


Method Summary
 void forAllText(short operator, Collection filterValues)
           
 void forAllText(short operator, String[] filterValues)
           
 void forAllTitle(short operator, Collection filterValues)
           
 void forAllTitle(short operator, String[] filterValues)
           
 void orderByText(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByTitle(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsText(short operator, Collection filterValues)
           
 void thereExistsText(short operator, String[] filterValues)
           
 void thereExistsTitle(short operator, Collection filterValues)
           
 void thereExistsTitle(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

forAllText

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

thereExistsText

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

forAllText

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

thereExistsText

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

orderByText

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

forAllTitle

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

thereExistsTitle

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

forAllTitle

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

thereExistsTitle

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

orderByTitle

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