KickJava   Java API By Example, From Geeks To Geeks.

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


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 WfProcessInstanceFilter
18   extends
19   org.opencrx.kernel.base.cci.PropertySetFilter,
20   org.opencrx.kernel.base.cci.SecureObjectFilter,
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 forAllLastActivityOn (
31     short operator,
32     java.util.Date JavaDoc[] filterValues
33   );
34
35   /**
36    * @param operator The operator for this filter.
37    * @see org.openmdx.compatibility.base.query.FilterOperators
38    */

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

48   public void forAllLastActivityOn (
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 thereExistsLastActivityOn (
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 orderByLastActivityOn (
68     short order
69   );
70        
71 // ----------------------------------------------------------------------------
72
// Filter/IntfReference
73
// ----------------------------------------------------------------------------
74
/**
75    * @param operator The operator for this filter.
76    * @see org.openmdx.compatibility.base.query.FilterOperators
77    */

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

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

96   public void forAllParent (
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 thereExistsParent (
106     short operator,
107     java.util.Collection JavaDoc filterValues
108   );
109        
110 // ----------------------------------------------------------------------------
111
// Filter/IntfReference
112
// ----------------------------------------------------------------------------
113
/**
114    * @param operator The operator for this filter.
115    * @see org.openmdx.compatibility.base.query.FilterOperators
116    */

117   public void forAllProcess (
118     short operator,
119     org.opencrx.kernel.workflow1.cci.WfProcess[] filterValues
120   );
121
122   /**
123    * @param operator The operator for this filter.
124    * @see org.openmdx.compatibility.base.query.FilterOperators
125    */

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

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

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

156   public void forAllStartedOn (
157     short operator,
158     java.util.Date JavaDoc[] filterValues
159   );
160
161   /**
162    * @param operator The operator for this filter.
163    * @see org.openmdx.compatibility.base.query.FilterOperators
164    */

165   public void thereExistsStartedOn (
166     short operator,
167     java.util.Date JavaDoc[] filterValues
168   );
169
170   /**
171    * @param operator The operator for this filter.
172    * @see org.openmdx.compatibility.base.query.FilterOperators
173    */

174   public void forAllStartedOn (
175     short operator,
176     java.util.Collection 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 thereExistsStartedOn (
184     short operator,
185     java.util.Collection JavaDoc filterValues
186   );
187
188   /**
189    * Specifies the sort order of all the instances that match the filter criteria.
190    * @param order The sort order for this filter.
191    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
192    */

193   public void orderByStartedOn (
194     short order
195   );
196        
197 // ----------------------------------------------------------------------------
198
// Filter/IntfAttributeIsNotStruct
199
// ----------------------------------------------------------------------------
200
/**
201    * @param operator The operator for this filter.
202    * @see org.openmdx.compatibility.base.query.FilterOperators
203    */

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

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

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

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

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

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

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

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

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

289   public void orderByTargetObject (
290     short order
291   );
292        
293 // ----------------------------------------------------------------------------
294
// Filter/IntfEnd
295
// ----------------------------------------------------------------------------
296
}
297
Popular Tags