KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

50   public void forAllActivity (
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 thereExistsActivity (
60     short operator,
61     java.util.Collection JavaDoc filterValues
62   );
63        
64 // ----------------------------------------------------------------------------
65
// Filter/IntfReference
66
// ----------------------------------------------------------------------------
67
/**
68    * @param operator The operator for this filter.
69    * @see org.openmdx.compatibility.base.query.FilterOperators
70    */

71   public void forAllAssignedTo (
72     short operator,
73     org.opencrx.kernel.account1.cci.Contact[] filterValues
74   );
75
76   /**
77    * @param operator The operator for this filter.
78    * @see org.openmdx.compatibility.base.query.FilterOperators
79    */

80   public void thereExistsAssignedTo (
81     short operator,
82     org.opencrx.kernel.account1.cci.Contact[] filterValues
83   );
84
85   /**
86    * @param operator The operator for this filter.
87    * @see org.openmdx.compatibility.base.query.FilterOperators
88    */

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

98   public void thereExistsAssignedTo (
99     short operator,
100     java.util.Collection JavaDoc filterValues
101   );
102        
103 // ----------------------------------------------------------------------------
104
// Filter/IntfReference
105
// ----------------------------------------------------------------------------
106
/**
107    * @param operator The operator for this filter.
108    * @see org.openmdx.compatibility.base.query.FilterOperators
109    */

110   public void forAllTransition (
111     short operator,
112     org.opencrx.kernel.activity1.cci.ActivityProcessTransition[] filterValues
113   );
114
115   /**
116    * @param operator The operator for this filter.
117    * @see org.openmdx.compatibility.base.query.FilterOperators
118    */

119   public void thereExistsTransition (
120     short operator,
121     org.opencrx.kernel.activity1.cci.ActivityProcessTransition[] filterValues
122   );
123
124   /**
125    * @param operator The operator for this filter.
126    * @see org.openmdx.compatibility.base.query.FilterOperators
127    */

128   public void forAllTransition (
129     short operator,
130     java.util.Collection JavaDoc filterValues
131   );
132
133   /**
134    * @param operator The operator for this filter.
135    * @see org.openmdx.compatibility.base.query.FilterOperators
136    */

137   public void thereExistsTransition (
138     short operator,
139     java.util.Collection JavaDoc filterValues
140   );
141        
142 // ----------------------------------------------------------------------------
143
// Filter/IntfEnd
144
// ----------------------------------------------------------------------------
145
}
146
Popular Tags