1 package org.opencrx.kernel.model1.cci; 14 15 public interface AssociationClass 16 extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 { 17 18 23 public Association createAssociation( 24 ); 25 26 34 public Association getAssociation( 35 Object object 36 ); 37 46 public Association createAssociation( 47 short accessLevelBrowse 48 , short accessLevelDelete 49 , short accessLevelUpdate 50 , boolean disabled 51 , boolean isDerived 52 , String name 53 , String qualifiedName 54 , boolean isAbstract 55 , short visibility 56 ); 57 67 public Association extendAuditee( 68 org.opencrx.kernel.base.cci.Auditee _base 69 , short accessLevelBrowse 70 , short accessLevelDelete 71 , short accessLevelUpdate 72 , boolean disabled 73 , boolean isDerived 74 , String name 75 , String qualifiedName 76 , boolean isAbstract 77 , short visibility 78 ); 79 89 public Association extendBookmarkable( 90 org.opencrx.kernel.base.cci.Bookmarkable _base 91 , short accessLevelBrowse 92 , short accessLevelDelete 93 , short accessLevelUpdate 94 , boolean disabled 95 , boolean isDerived 96 , String name 97 , String qualifiedName 98 , boolean isAbstract 99 , short visibility 100 ); 101 111 public Association extendCloneable( 112 org.opencrx.kernel.base.cci.Cloneable _base 113 , short accessLevelBrowse 114 , short accessLevelDelete 115 , short accessLevelUpdate 116 , boolean disabled 117 , boolean isDerived 118 , String name 119 , String qualifiedName 120 , boolean isAbstract 121 , short visibility 122 ); 123 133 public Association extendImporter( 134 org.opencrx.kernel.base.cci.Importer _base 135 , short accessLevelBrowse 136 , short accessLevelDelete 137 , short accessLevelUpdate 138 , boolean disabled 139 , boolean isDerived 140 , String name 141 , String qualifiedName 142 , boolean isAbstract 143 , short visibility 144 ); 145 155 public Association extendSecureObject( 156 org.opencrx.kernel.base.cci.SecureObject _base 157 , boolean disabled 158 , boolean isDerived 159 , String name 160 , String qualifiedName 161 , boolean isAbstract 162 , short visibility 163 ); 164 174 public Association extendSubscriptionTarget( 175 org.opencrx.kernel.base.cci.SubscriptionTarget _base 176 , short accessLevelBrowse 177 , short accessLevelDelete 178 , short accessLevelUpdate 179 , boolean disabled 180 , boolean isDerived 181 , String name 182 , String qualifiedName 183 , boolean isAbstract 184 , short visibility 185 ); 186 196 public Association extendXmlExporter( 197 org.opencrx.kernel.base.cci.XmlExporter _base 198 , short accessLevelBrowse 199 , short accessLevelDelete 200 , short accessLevelUpdate 201 , boolean disabled 202 , boolean isDerived 203 , String name 204 , String qualifiedName 205 , boolean isAbstract 206 , short visibility 207 ); 208 218 public Association extendCrxObject( 219 org.opencrx.kernel.generic.cci.CrxObject _base 220 , boolean isDerived 221 , String name 222 , String qualifiedName 223 , boolean isAbstract 224 , short visibility 225 ); 226 236 public Association extendClassifier( 237 org.opencrx.kernel.model1.cci.Classifier _base 238 , boolean isDerived 239 ); 240 250 public Association extendElement( 251 org.opencrx.kernel.model1.cci.Element _base 252 , boolean isDerived 253 , boolean isAbstract 254 , short visibility 255 ); 256 266 public Association extendGeneralizableElement( 267 org.opencrx.kernel.model1.cci.GeneralizableElement _base 268 , boolean isDerived 269 ); 270 280 public Association extendNamespace( 281 org.opencrx.kernel.model1.cci.Namespace _base 282 , boolean isDerived 283 , boolean isAbstract 284 , short visibility 285 ); 286 296 public Association extendBasicObject( 297 org.openmdx.base.cci.BasicObject _base 298 , short accessLevelBrowse 299 , short accessLevelDelete 300 , short accessLevelUpdate 301 , boolean disabled 302 , boolean isDerived 303 , String name 304 , String qualifiedName 305 , boolean isAbstract 306 , short visibility 307 ); 308 318 public Association extendContextCapable( 319 org.openmdx.base.cci.ContextCapable _base 320 , short accessLevelBrowse 321 , short accessLevelDelete 322 , short accessLevelUpdate 323 , boolean disabled 324 , boolean isDerived 325 , String name 326 , String qualifiedName 327 , boolean isAbstract 328 , short visibility 329 ); 330 340 public Association extendExtentCapable( 341 org.openmdx.base.cci.ExtentCapable _base 342 , short accessLevelBrowse 343 , short accessLevelDelete 344 , short accessLevelUpdate 345 , boolean disabled 346 , boolean isDerived 347 , String name 348 , String qualifiedName 349 , boolean isAbstract 350 , short visibility 351 ); 352 362 public Association extendViewCapable( 363 org.openmdx.compatibility.view1.cci.ViewCapable _base 364 , short accessLevelBrowse 365 , short accessLevelDelete 366 , short accessLevelUpdate 367 , boolean disabled 368 , boolean isDerived 369 , String name 370 , String qualifiedName 371 , boolean isAbstract 372 , short visibility 373 ); 374 } 378 | Popular Tags |