org.openmdx.ui1.cci
Interface OperationTabFilter

All Superinterfaces:
BasicObjectFilter, ContainerFilter, ContextCapableFilter, ElementFilter, ElementLayoutDefinitionFilter, ExtentCapableFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable, TabFilter, ViewCapableFilter
All Known Implementing Classes:
OperationTabFilterImpl

public interface OperationTabFilter
extends TabFilter


Method Summary
 void forAllIsQuery(short operator, boolean[] filterValues)
           
 void forAllIsQuery(short operator, Collection filterValues)
           
 void forAllOperationName(short operator, Collection filterValues)
           
 void forAllOperationName(short operator, String[] filterValues)
           
 void orderByIsQuery(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByOperationName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsIsQuery(short operator, boolean[] filterValues)
           
 void thereExistsIsQuery(short operator, Collection filterValues)
           
 void thereExistsOperationName(short operator, Collection filterValues)
           
 void thereExistsOperationName(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.ui1.cci.TabFilter
forAllTitle, forAllTitle, orderByTitle, thereExistsTitle, thereExistsTitle
 
Methods inherited from interface org.openmdx.ui1.cci.ContainerFilter
forAllMember, forAllMember, thereExistsMember, thereExistsMember
 
Methods inherited from interface org.openmdx.ui1.cci.ElementFilter
forAllAutoGenerated, forAllAutoGenerated, forAllChangeable, forAllChangeable, forAllIconKey, forAllIconKey, forAllMimeType, forAllMimeType, forAllToolTip, forAllToolTip, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsAutoGenerated, thereExistsAutoGenerated, thereExistsChangeable, thereExistsChangeable, thereExistsIconKey, thereExistsIconKey, thereExistsMimeType, thereExistsMimeType, thereExistsToolTip, thereExistsToolTip
 
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
 
Methods inherited from interface org.openmdx.ui1.cci.ElementLayoutDefinitionFilter
forAllColumnBreakAtElement, forAllColumnBreakAtElement, forAllColumnSizeMax, forAllColumnSizeMax, forAllColumnSizeMin, forAllColumnSizeMin, forAllVerticalFill, forAllVerticalFill, orderByColumnBreakAtElement, orderByColumnSizeMax, orderByColumnSizeMin, orderByVerticalFill, thereExistsColumnBreakAtElement, thereExistsColumnBreakAtElement, thereExistsColumnSizeMax, thereExistsColumnSizeMax, thereExistsColumnSizeMin, thereExistsColumnSizeMin, thereExistsVerticalFill, thereExistsVerticalFill
 

Method Detail

forAllIsQuery

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

thereExistsIsQuery

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

forAllIsQuery

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

thereExistsIsQuery

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

orderByIsQuery

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

forAllOperationName

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

thereExistsOperationName

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

forAllOperationName

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

thereExistsOperationName

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

orderByOperationName

void orderByOperationName(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 © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.