KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > document1 > cci > MediaFilter


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

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

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

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

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

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

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

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

85   public void thereExistsContentLength (
86     short operator,
87     long[] filterValues
88   );
89
90   /**
91    * @param operator The operator for this filter.
92    * @see org.openmdx.compatibility.base.query.FilterOperators
93    */

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

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

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

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

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

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

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

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

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

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

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

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

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

220   public void forAllDescription (
221     short operator,
222     String JavaDoc[] filterValues
223   );
224
225   /**
226    * @param operator The operator for this filter.
227    * @see org.openmdx.compatibility.base.query.FilterOperators
228    */

229   public void thereExistsDescription (
230     short operator,
231     String JavaDoc[] filterValues
232   );
233
234   /**
235    * @param operator The operator for this filter.
236    * @see org.openmdx.compatibility.base.query.FilterOperators
237    */

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

247   public void thereExistsDescription (
248     short operator,
249     java.util.Collection JavaDoc filterValues
250   );
251
252   /**
253    * Specifies the sort order of all the instances that match the filter criteria.
254    * @param order The sort order for this filter.
255    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
256    */

257   public void orderByDescription (
258     short order
259   );
260        
261 // ----------------------------------------------------------------------------
262
// Filter/IntfEnd
263
// ----------------------------------------------------------------------------
264
}
265
Popular Tags