KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > workflow1 > cci > workflow1Package


1 // ----------------------------------------------------------------------------
2
// Package/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:05 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.workflow1.cci;
14
15 public interface workflow1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfClassAccessor
21
// ----------------------------------------------------------------------------
22
public org.opencrx.kernel.workflow1.cci.ExternalTaskClass getExternalTaskClass();
23
24 // ----------------------------------------------------------------------------
25
// Package/IntfFilterCreator
26
// ----------------------------------------------------------------------------
27
public org.opencrx.kernel.workflow1.cci.ExternalTaskFilter createExternalTaskFilter(
28   );
29
30   public org.opencrx.kernel.workflow1.cci.ExternalTaskFilter createExternalTaskFilter(
31     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
32     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
33   );
34
35 // ----------------------------------------------------------------------------
36
// Package/IntfClassAccessor
37
// ----------------------------------------------------------------------------
38
public org.opencrx.kernel.workflow1.cci.SegmentClass getSegmentClass();
39
40 // ----------------------------------------------------------------------------
41
// Package/IntfFilterCreator
42
// ----------------------------------------------------------------------------
43
public org.opencrx.kernel.workflow1.cci.SegmentFilter createSegmentFilter(
44   );
45
46   public org.opencrx.kernel.workflow1.cci.SegmentFilter createSegmentFilter(
47     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
48     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
49   );
50
51 // ----------------------------------------------------------------------------
52
// Package/IntfClassAccessor
53
// ----------------------------------------------------------------------------
54
public org.opencrx.kernel.workflow1.cci.TopicClass getTopicClass();
55
56 // ----------------------------------------------------------------------------
57
// Package/IntfFilterCreator
58
// ----------------------------------------------------------------------------
59
public org.opencrx.kernel.workflow1.cci.TopicFilter createTopicFilter(
60   );
61
62   public org.opencrx.kernel.workflow1.cci.TopicFilter createTopicFilter(
63     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
64     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
65   );
66
67 // ----------------------------------------------------------------------------
68
// Package/IntfFilterCreator
69
// ----------------------------------------------------------------------------
70
public org.opencrx.kernel.workflow1.cci.AbstractTaskFilter createAbstractTaskFilter(
71   );
72
73   public org.opencrx.kernel.workflow1.cci.AbstractTaskFilter createAbstractTaskFilter(
74     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
75     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
76   );
77
78 // ----------------------------------------------------------------------------
79
// Package/IntfClassAccessor
80
// ----------------------------------------------------------------------------
81
public org.opencrx.kernel.workflow1.cci.WfProcessClass getWfProcessClass();
82
83 // ----------------------------------------------------------------------------
84
// Package/IntfFilterCreator
85
// ----------------------------------------------------------------------------
86
public org.opencrx.kernel.workflow1.cci.WfProcessFilter createWfProcessFilter(
87   );
88
89   public org.opencrx.kernel.workflow1.cci.WfProcessFilter createWfProcessFilter(
90     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
91     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
92   );
93
94 // ----------------------------------------------------------------------------
95
// Package/IntfEnd.vm
96
// ----------------------------------------------------------------------------
97
}
98
Popular Tags