KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > code1 > cci > CodeValueContainerFilter


1 // ----------------------------------------------------------------------------
2
// Filter/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:39:06 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.code1.cci;
14
15 /**
16  */

17 public interface CodeValueContainerFilter
18   extends
19   org.opencrx.kernel.base.cci.ImporterFilter,
20   org.opencrx.kernel.base.cci.SecureObjectFilter,
21   org.opencrx.kernel.base.cci.XmlExporterFilter,
22   org.openmdx.base.cci.BasicObjectFilter {
23      
24 // ----------------------------------------------------------------------------
25
// Filter/IntfAttributeIsNotStruct
26
// ----------------------------------------------------------------------------
27
/**
28    * @param operator The operator for this filter.
29    * @see org.openmdx.compatibility.base.query.FilterOperators
30    */

31   public void forAllName (
32     short operator,
33     String JavaDoc[] filterValues
34   );
35
36   /**
37    * @param operator The operator for this filter.
38    * @see org.openmdx.compatibility.base.query.FilterOperators
39    */

40   public void thereExistsName (
41     short operator,
42     String JavaDoc[] filterValues
43   );
44
45   /**
46    * @param operator The operator for this filter.
47    * @see org.openmdx.compatibility.base.query.FilterOperators
48    */

49   public void forAllName (
50     short operator,
51     java.util.Collection JavaDoc filterValues
52   );
53
54   /**
55    * @param operator The operator for this filter.
56    * @see org.openmdx.compatibility.base.query.FilterOperators
57    */

58   public void thereExistsName (
59     short operator,
60     java.util.Collection JavaDoc filterValues
61   );
62
63   /**
64    * Specifies the sort order of all the instances that match the filter criteria.
65    * @param order The sort order for this filter.
66    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
67    */

68   public void orderByName (
69     short order
70   );
71        
72 // ----------------------------------------------------------------------------
73
// Filter/IntfEnd
74
// ----------------------------------------------------------------------------
75
}
76
Popular Tags