KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > security > authentication1 > cci > CredentialResetParamsFilter


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.openmdx.security.authentication1.cci;
14
15 /**
16  */

17 public interface CredentialResetParamsFilter
18   extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 {
19      
20 // ----------------------------------------------------------------------------
21
// Filter/IntfStructureFieldIsNotStruct
22
// ----------------------------------------------------------------------------
23
/**
24    * @param operator The operator for this filter.
25    * @see org.openmdx.compatibility.base.query.FilterOperators
26    */

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

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

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

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

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

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

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

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

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

112   public void orderByValue (
113     short order
114   );
115     
116 // ----------------------------------------------------------------------------
117
// Filter/IntfEnd
118
// ----------------------------------------------------------------------------
119
}
120
Popular Tags