1 package org.opencrx.kernel.workflow1.cci; 14 15 public class workflow1PackageImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefPackage_1 17 implements workflow1Package { 18 19 public workflow1PackageImpl( 20 javax.jmi.reflect.RefPackage outermostPackage, 21 javax.jmi.reflect.RefPackage immediatePackage 22 ) { 23 super(outermostPackage, immediatePackage); 24 } 25 26 public org.opencrx.kernel.workflow1.cci.ExternalTaskClass getExternalTaskClass( 30 ) { 31 return (org.opencrx.kernel.workflow1.cci.ExternalTaskClass)refClass( 32 "org:opencrx:kernel:workflow1:ExternalTask" 33 ); 34 } 35 36 public org.opencrx.kernel.workflow1.cci.ExternalTaskFilter createExternalTaskFilter( 40 ) { 41 return (org.opencrx.kernel.workflow1.cci.ExternalTaskFilter)this.refCreateFilter( 42 "org:opencrx:kernel:workflow1:ExternalTask", 43 null, 44 null 45 ); 46 } 47 48 public org.opencrx.kernel.workflow1.cci.ExternalTaskFilter createExternalTaskFilter( 49 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 50 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 51 ) { 52 return (org.opencrx.kernel.workflow1.cci.ExternalTaskFilter)this.refCreateFilter( 53 "org:opencrx:kernel:workflow1:ExternalTask", 54 filterProperties, 55 attributeSpecifiers 56 ); 57 } 58 59 public org.opencrx.kernel.workflow1.cci.SegmentClass getSegmentClass( 63 ) { 64 return (org.opencrx.kernel.workflow1.cci.SegmentClass)refClass( 65 "org:opencrx:kernel:workflow1:Segment" 66 ); 67 } 68 69 public org.opencrx.kernel.workflow1.cci.SegmentFilter createSegmentFilter( 73 ) { 74 return (org.opencrx.kernel.workflow1.cci.SegmentFilter)this.refCreateFilter( 75 "org:opencrx:kernel:workflow1:Segment", 76 null, 77 null 78 ); 79 } 80 81 public org.opencrx.kernel.workflow1.cci.SegmentFilter createSegmentFilter( 82 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 83 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 84 ) { 85 return (org.opencrx.kernel.workflow1.cci.SegmentFilter)this.refCreateFilter( 86 "org:opencrx:kernel:workflow1:Segment", 87 filterProperties, 88 attributeSpecifiers 89 ); 90 } 91 92 public org.opencrx.kernel.workflow1.cci.TopicClass getTopicClass( 96 ) { 97 return (org.opencrx.kernel.workflow1.cci.TopicClass)refClass( 98 "org:opencrx:kernel:workflow1:Topic" 99 ); 100 } 101 102 public org.opencrx.kernel.workflow1.cci.TopicFilter createTopicFilter( 106 ) { 107 return (org.opencrx.kernel.workflow1.cci.TopicFilter)this.refCreateFilter( 108 "org:opencrx:kernel:workflow1:Topic", 109 null, 110 null 111 ); 112 } 113 114 public org.opencrx.kernel.workflow1.cci.TopicFilter createTopicFilter( 115 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 116 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 117 ) { 118 return (org.opencrx.kernel.workflow1.cci.TopicFilter)this.refCreateFilter( 119 "org:opencrx:kernel:workflow1:Topic", 120 filterProperties, 121 attributeSpecifiers 122 ); 123 } 124 125 public org.opencrx.kernel.workflow1.cci.AbstractTaskFilter createAbstractTaskFilter( 129 ) { 130 return (org.opencrx.kernel.workflow1.cci.AbstractTaskFilter)this.refCreateFilter( 131 "org:opencrx:kernel:workflow1:AbstractTask", 132 null, 133 null 134 ); 135 } 136 137 public org.opencrx.kernel.workflow1.cci.AbstractTaskFilter createAbstractTaskFilter( 138 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 139 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 140 ) { 141 return (org.opencrx.kernel.workflow1.cci.AbstractTaskFilter)this.refCreateFilter( 142 "org:opencrx:kernel:workflow1:AbstractTask", 143 filterProperties, 144 attributeSpecifiers 145 ); 146 } 147 148 public org.opencrx.kernel.workflow1.cci.WfProcessClass getWfProcessClass( 152 ) { 153 return (org.opencrx.kernel.workflow1.cci.WfProcessClass)refClass( 154 "org:opencrx:kernel:workflow1:WfProcess" 155 ); 156 } 157 158 public org.opencrx.kernel.workflow1.cci.WfProcessFilter createWfProcessFilter( 162 ) { 163 return (org.opencrx.kernel.workflow1.cci.WfProcessFilter)this.refCreateFilter( 164 "org:opencrx:kernel:workflow1:WfProcess", 165 null, 166 null 167 ); 168 } 169 170 public org.opencrx.kernel.workflow1.cci.WfProcessFilter createWfProcessFilter( 171 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 172 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 173 ) { 174 return (org.opencrx.kernel.workflow1.cci.WfProcessFilter)this.refCreateFilter( 175 "org:opencrx:kernel:workflow1:WfProcess", 176 filterProperties, 177 attributeSpecifiers 178 ); 179 } 180 181 185 public String refMofId( 186 ) { 187 return "org:opencrx:kernel:workflow1:workflow1"; 188 } 189 190 } 191 | Popular Tags |