KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > ResourceAssignmentFilter


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

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

29   public void forAllCalendar (
30     short operator,
31     org.opencrx.kernel.activity1.cci.Calendar[] filterValues
32   );
33
34   /**
35    * @param operator The operator for this filter.
36    * @see org.openmdx.compatibility.base.query.FilterOperators
37    */

38   public void thereExistsCalendar (
39     short operator,
40     org.opencrx.kernel.activity1.cci.Calendar[] filterValues
41   );
42
43   /**
44    * @param operator The operator for this filter.
45    * @see org.openmdx.compatibility.base.query.FilterOperators
46    */

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

56   public void thereExistsCalendar (
57     short operator,
58     java.util.Collection JavaDoc filterValues
59   );
60        
61 // ----------------------------------------------------------------------------
62
// Filter/IntfAttributeIsNotStruct
63
// ----------------------------------------------------------------------------
64
/**
65    * @param operator The operator for this filter.
66    * @see org.openmdx.compatibility.base.query.FilterOperators
67    */

68   public void forAllDescription (
69     short operator,
70     String JavaDoc[] filterValues
71   );
72
73   /**
74    * @param operator The operator for this filter.
75    * @see org.openmdx.compatibility.base.query.FilterOperators
76    */

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

86   public void forAllDescription (
87     short operator,
88     java.util.Collection JavaDoc filterValues
89   );
90
91   /**
92    * @param operator The operator for this filter.
93    * @see org.openmdx.compatibility.base.query.FilterOperators
94    */

95   public void thereExistsDescription (
96     short operator,
97     java.util.Collection JavaDoc filterValues
98   );
99
100   /**
101    * Specifies the sort order of all the instances that match the filter criteria.
102    * @param order The sort order for this filter.
103    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
104    */

105   public void orderByDescription (
106     short order
107   );
108        
109 // ----------------------------------------------------------------------------
110
// Filter/IntfAttributeIsNotStruct
111
// ----------------------------------------------------------------------------
112
/**
113    * @param operator The operator for this filter.
114    * @see org.openmdx.compatibility.base.query.FilterOperators
115    */

116   public void forAllName (
117     short operator,
118     String JavaDoc[] filterValues
119   );
120
121   /**
122    * @param operator The operator for this filter.
123    * @see org.openmdx.compatibility.base.query.FilterOperators
124    */

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

134   public void forAllName (
135     short operator,
136     java.util.Collection JavaDoc filterValues
137   );
138
139   /**
140    * @param operator The operator for this filter.
141    * @see org.openmdx.compatibility.base.query.FilterOperators
142    */

143   public void thereExistsName (
144     short operator,
145     java.util.Collection JavaDoc filterValues
146   );
147
148   /**
149    * Specifies the sort order of all the instances that match the filter criteria.
150    * @param order The sort order for this filter.
151    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
152    */

153   public void orderByName (
154     short order
155   );
156        
157 // ----------------------------------------------------------------------------
158
// Filter/IntfReference
159
// ----------------------------------------------------------------------------
160
/**
161    * @param operator The operator for this filter.
162    * @see org.openmdx.compatibility.base.query.FilterOperators
163    */

164   public void forAllResource (
165     short operator,
166     org.opencrx.kernel.activity1.cci.Resource[] filterValues
167   );
168
169   /**
170    * @param operator The operator for this filter.
171    * @see org.openmdx.compatibility.base.query.FilterOperators
172    */

173   public void thereExistsResource (
174     short operator,
175     org.opencrx.kernel.activity1.cci.Resource[] filterValues
176   );
177
178   /**
179    * @param operator The operator for this filter.
180    * @see org.openmdx.compatibility.base.query.FilterOperators
181    */

182   public void forAllResource (
183     short operator,
184     java.util.Collection JavaDoc filterValues
185   );
186
187   /**
188    * @param operator The operator for this filter.
189    * @see org.openmdx.compatibility.base.query.FilterOperators
190    */

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

203   public void forAllResourceOrder (
204     short operator,
205     short[] filterValues
206   );
207
208   /**
209    * @param operator The operator for this filter.
210    * @see org.openmdx.compatibility.base.query.FilterOperators
211    */

212   public void thereExistsResourceOrder (
213     short operator,
214     short[] filterValues
215   );
216
217   /**
218    * @param operator The operator for this filter.
219    * @see org.openmdx.compatibility.base.query.FilterOperators
220    */

221   public void forAllResourceOrder (
222     short operator,
223     java.util.Collection JavaDoc filterValues
224   );
225
226   /**
227    * @param operator The operator for this filter.
228    * @see org.openmdx.compatibility.base.query.FilterOperators
229    */

230   public void thereExistsResourceOrder (
231     short operator,
232     java.util.Collection JavaDoc filterValues
233   );
234
235   /**
236    * Specifies the sort order of all the instances that match the filter criteria.
237    * @param order The sort order for this filter.
238    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
239    */

240   public void orderByResourceOrder (
241     short order
242   );
243        
244 // ----------------------------------------------------------------------------
245
// Filter/IntfAttributeIsNotStruct
246
// ----------------------------------------------------------------------------
247
/**
248    * @param operator The operator for this filter.
249    * @see org.openmdx.compatibility.base.query.FilterOperators
250    */

251   public void forAllResourceRole (
252     short operator,
253     short[] filterValues
254   );
255
256   /**
257    * @param operator The operator for this filter.
258    * @see org.openmdx.compatibility.base.query.FilterOperators
259    */

260   public void thereExistsResourceRole (
261     short operator,
262     short[] filterValues
263   );
264
265   /**
266    * @param operator The operator for this filter.
267    * @see org.openmdx.compatibility.base.query.FilterOperators
268    */

269   public void forAllResourceRole (
270     short operator,
271     java.util.Collection JavaDoc filterValues
272   );
273
274   /**
275    * @param operator The operator for this filter.
276    * @see org.openmdx.compatibility.base.query.FilterOperators
277    */

278   public void thereExistsResourceRole (
279     short operator,
280     java.util.Collection JavaDoc filterValues
281   );
282
283   /**
284    * Specifies the sort order of all the instances that match the filter criteria.
285    * @param order The sort order for this filter.
286    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
287    */

288   public void orderByResourceRole (
289     short order
290   );
291        
292 // ----------------------------------------------------------------------------
293
// Filter/IntfAttributeIsNotStruct
294
// ----------------------------------------------------------------------------
295
/**
296    * @param operator The operator for this filter.
297    * @see org.openmdx.compatibility.base.query.FilterOperators
298    */

299   public void forAllWorkDurationPercentage (
300     short operator,
301     short[] filterValues
302   );
303
304   /**
305    * @param operator The operator for this filter.
306    * @see org.openmdx.compatibility.base.query.FilterOperators
307    */

308   public void thereExistsWorkDurationPercentage (
309     short operator,
310     short[] filterValues
311   );
312
313   /**
314    * @param operator The operator for this filter.
315    * @see org.openmdx.compatibility.base.query.FilterOperators
316    */

317   public void forAllWorkDurationPercentage (
318     short operator,
319     java.util.Collection JavaDoc filterValues
320   );
321
322   /**
323    * @param operator The operator for this filter.
324    * @see org.openmdx.compatibility.base.query.FilterOperators
325    */

326   public void thereExistsWorkDurationPercentage (
327     short operator,
328     java.util.Collection JavaDoc filterValues
329   );
330
331   /**
332    * Specifies the sort order of all the instances that match the filter criteria.
333    * @param order The sort order for this filter.
334    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
335    */

336   public void orderByWorkDurationPercentage (
337     short order
338   );
339        
340 // ----------------------------------------------------------------------------
341
// Filter/IntfEnd
342
// ----------------------------------------------------------------------------
343
}
344
Popular Tags