org.opencrx.kernel.generic.cci
Interface PropertySetEntryFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, SecureObjectFilter, Serializable, ViewCapableFilter
All Known Subinterfaces:
BooleanPropertySetEntryFilter, DatePropertySetEntryFilter, DateTimePropertySetEntryFilter, DecimalPropertySetEntryFilter, IntegerPropertySetEntryFilter, ReferencePropertySetEntryFilter, StringPropertySetEntryFilter, UriPropertySetEntryFilter
All Known Implementing Classes:
BooleanPropertySetEntryFilterImpl, DatePropertySetEntryFilterImpl, DateTimePropertySetEntryFilterImpl, DecimalPropertySetEntryFilterImpl, IntegerPropertySetEntryFilterImpl, PropertySetEntryFilterImpl, ReferencePropertySetEntryFilterImpl, StringPropertySetEntryFilterImpl, UriPropertySetEntryFilterImpl

public interface PropertySetEntryFilter
extends SecureObjectFilter, BasicObjectFilter


Method Summary
 void forAllProperty(short operator, Collection filterValues)
           
 void forAllProperty(short operator, Property[] filterValues)
           
 void forAllPropertyDescription(short operator, Collection filterValues)
           
 void forAllPropertyDescription(short operator, String[] filterValues)
           
 void forAllPropertyName(short operator, Collection filterValues)
           
 void forAllPropertyName(short operator, String[] filterValues)
           
 void forAllPropertySetDescription(short operator, Collection filterValues)
           
 void forAllPropertySetDescription(short operator, String[] filterValues)
           
 void forAllPropertySetName(short operator, Collection filterValues)
           
 void forAllPropertySetName(short operator, String[] filterValues)
           
 void forAllStringifiedValue(short operator, Collection filterValues)
           
 void forAllStringifiedValue(short operator, String[] filterValues)
           
 void orderByPropertyDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPropertyName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPropertySetDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPropertySetName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByStringifiedValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsProperty(short operator, Collection filterValues)
           
 void thereExistsProperty(short operator, Property[] filterValues)
           
 void thereExistsPropertyDescription(short operator, Collection filterValues)
           
 void thereExistsPropertyDescription(short operator, String[] filterValues)
           
 void thereExistsPropertyName(short operator, Collection filterValues)
           
 void thereExistsPropertyName(short operator, String[] filterValues)
           
 void thereExistsPropertySetDescription(short operator, Collection filterValues)
           
 void thereExistsPropertySetDescription(short operator, String[] filterValues)
           
 void thereExistsPropertySetName(short operator, Collection filterValues)
           
 void thereExistsPropertySetName(short operator, String[] filterValues)
           
 void thereExistsStringifiedValue(short operator, Collection filterValues)
           
 void thereExistsStringifiedValue(short operator, String[] filterValues)
           
 
Methods inherited from interface org.opencrx.kernel.base.cci.SecureObjectFilter
forAllAccessGrantedByParent, forAllAccessGrantedByParent, forAllAccessLevelBrowse, forAllAccessLevelBrowse, forAllAccessLevelDelete, forAllAccessLevelDelete, forAllAccessLevelUpdate, forAllAccessLevelUpdate, forAllOwner, forAllOwner, forAllOwningGroup, forAllOwningGroup, forAllOwningUser, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, thereExistsAccessGrantedByParent, thereExistsAccessGrantedByParent, thereExistsAccessLevelBrowse, thereExistsAccessLevelBrowse, thereExistsAccessLevelDelete, thereExistsAccessLevelDelete, thereExistsAccessLevelUpdate, thereExistsAccessLevelUpdate, thereExistsOwner, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningGroup, thereExistsOwningUser, thereExistsOwningUser
 
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

forAllProperty

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

thereExistsProperty

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

forAllProperty

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

thereExistsProperty

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

forAllPropertyDescription

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

thereExistsPropertyDescription

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

forAllPropertyDescription

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

thereExistsPropertyDescription

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

orderByPropertyDescription

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

forAllPropertyName

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

thereExistsPropertyName

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

forAllPropertyName

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

thereExistsPropertyName

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

orderByPropertyName

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

forAllPropertySetDescription

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

thereExistsPropertySetDescription

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

forAllPropertySetDescription

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

thereExistsPropertySetDescription

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

orderByPropertySetDescription

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

forAllPropertySetName

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

thereExistsPropertySetName

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

forAllPropertySetName

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

thereExistsPropertySetName

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

orderByPropertySetName

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

forAllStringifiedValue

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

thereExistsStringifiedValue

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

forAllStringifiedValue

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

thereExistsStringifiedValue

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

orderByStringifiedValue

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