KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > contract1 > cci > SegmentFilter


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

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

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

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

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

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

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