KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > home1 > cci > AlertFilter


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:38:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.home1.cci;
14
15 /**
16  */

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

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

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

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

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

67   public void orderByAlertState (
68     short order
69   );
70        
71 // ----------------------------------------------------------------------------
72
// Filter/IntfAttributeIsNotStruct
73
// ----------------------------------------------------------------------------
74
/**
75    * @param operator The operator for this filter.
76    * @see org.openmdx.compatibility.base.query.FilterOperators
77    */

78   public void forAllDescription (
79     short operator,
80     String JavaDoc[] filterValues
81   );
82
83   /**
84    * @param operator The operator for this filter.
85    * @see org.openmdx.compatibility.base.query.FilterOperators
86    */

87   public void thereExistsDescription (
88     short operator,
89     String JavaDoc[] filterValues
90   );
91
92   /**
93    * @param operator The operator for this filter.
94    * @see org.openmdx.compatibility.base.query.FilterOperators
95    */

96   public void forAllDescription (
97     short operator,
98     java.util.Collection JavaDoc filterValues
99   );
100
101   /**
102    * @param operator The operator for this filter.
103    * @see org.openmdx.compatibility.base.query.FilterOperators
104    */

105   public void thereExistsDescription (
106     short operator,
107     java.util.Collection JavaDoc filterValues
108   );
109
110   /**
111    * Specifies the sort order of all the instances that match the filter criteria.
112    * @param order The sort order for this filter.
113    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
114    */

115   public void orderByDescription (
116     short order
117   );
118        
119 // ----------------------------------------------------------------------------
120
// Filter/IntfAttributeIsNotStruct
121
// ----------------------------------------------------------------------------
122
/**
123    * @param operator The operator for this filter.
124    * @see org.openmdx.compatibility.base.query.FilterOperators
125    */

126   public void forAllImportance (
127     short operator,
128     short[] filterValues
129   );
130
131   /**
132    * @param operator The operator for this filter.
133    * @see org.openmdx.compatibility.base.query.FilterOperators
134    */

135   public void thereExistsImportance (
136     short operator,
137     short[] filterValues
138   );
139
140   /**
141    * @param operator The operator for this filter.
142    * @see org.openmdx.compatibility.base.query.FilterOperators
143    */

144   public void forAllImportance (
145     short operator,
146     java.util.Collection JavaDoc filterValues
147   );
148
149   /**
150    * @param operator The operator for this filter.
151    * @see org.openmdx.compatibility.base.query.FilterOperators
152    */

153   public void thereExistsImportance (
154     short operator,
155     java.util.Collection JavaDoc filterValues
156   );
157
158   /**
159    * Specifies the sort order of all the instances that match the filter criteria.
160    * @param order The sort order for this filter.
161    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
162    */

163   public void orderByImportance (
164     short order
165   );
166        
167 // ----------------------------------------------------------------------------
168
// Filter/IntfAttributeIsNotStruct
169
// ----------------------------------------------------------------------------
170
/**
171    * @param operator The operator for this filter.
172    * @see org.openmdx.compatibility.base.query.FilterOperators
173    */

174   public void forAllName (
175     short operator,
176     String JavaDoc[] filterValues
177   );
178
179   /**
180    * @param operator The operator for this filter.
181    * @see org.openmdx.compatibility.base.query.FilterOperators
182    */

183   public void thereExistsName (
184     short operator,
185     String JavaDoc[] filterValues
186   );
187
188   /**
189    * @param operator The operator for this filter.
190    * @see org.openmdx.compatibility.base.query.FilterOperators
191    */

192   public void forAllName (
193     short operator,
194     java.util.Collection JavaDoc filterValues
195   );
196
197   /**
198    * @param operator The operator for this filter.
199    * @see org.openmdx.compatibility.base.query.FilterOperators
200    */

201   public void thereExistsName (
202     short operator,
203     java.util.Collection JavaDoc filterValues
204   );
205
206   /**
207    * Specifies the sort order of all the instances that match the filter criteria.
208    * @param order The sort order for this filter.
209    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
210    */

211   public void orderByName (
212     short order
213   );
214        
215 // ----------------------------------------------------------------------------
216
// Filter/IntfReference
217
// ----------------------------------------------------------------------------
218
/**
219    * @param operator The operator for this filter.
220    * @see org.openmdx.compatibility.base.query.FilterOperators
221    */

222   public void forAllReference (
223     short operator,
224     org.openmdx.base.cci.BasicObject[] filterValues
225   );
226
227   /**
228    * @param operator The operator for this filter.
229    * @see org.openmdx.compatibility.base.query.FilterOperators
230    */

231   public void thereExistsReference (
232     short operator,
233     org.openmdx.base.cci.BasicObject[] filterValues
234   );
235
236   /**
237    * @param operator The operator for this filter.
238    * @see org.openmdx.compatibility.base.query.FilterOperators
239    */

240   public void forAllReference (
241     short operator,
242     java.util.Collection JavaDoc filterValues
243   );
244
245   /**
246    * @param operator The operator for this filter.
247    * @see org.openmdx.compatibility.base.query.FilterOperators
248    */

249   public void thereExistsReference (
250     short operator,
251     java.util.Collection JavaDoc filterValues
252   );
253        
254 // ----------------------------------------------------------------------------
255
// Filter/IntfEnd
256
// ----------------------------------------------------------------------------
257
}
258
Popular Tags