1 package org.opencrx.kernel.building1.cci; 14 15 public interface FacilityClass 16 extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 { 17 18 23 public Facility createFacility( 24 ); 25 26 34 public Facility getFacility( 35 Object object 36 ); 37 46 public Facility createFacility( 47 short accessLevelBrowse 48 , short accessLevelDelete 49 , short accessLevelUpdate 50 , short facilityType 51 , String name 52 , boolean disabled 53 ); 54 64 public Facility extendAuditee( 65 org.opencrx.kernel.base.cci.Auditee _base 66 , short accessLevelBrowse 67 , short accessLevelDelete 68 , short accessLevelUpdate 69 , short facilityType 70 , String name 71 , boolean disabled 72 ); 73 83 public Facility extendBookmarkable( 84 org.opencrx.kernel.base.cci.Bookmarkable _base 85 , short accessLevelBrowse 86 , short accessLevelDelete 87 , short accessLevelUpdate 88 , short facilityType 89 , String name 90 , boolean disabled 91 ); 92 102 public Facility extendCloneable( 103 org.opencrx.kernel.base.cci.Cloneable _base 104 , short accessLevelBrowse 105 , short accessLevelDelete 106 , short accessLevelUpdate 107 , short facilityType 108 , String name 109 , boolean disabled 110 ); 111 121 public Facility extendImporter( 122 org.opencrx.kernel.base.cci.Importer _base 123 , short accessLevelBrowse 124 , short accessLevelDelete 125 , short accessLevelUpdate 126 , short facilityType 127 , String name 128 , boolean disabled 129 ); 130 140 public Facility extendSecureObject( 141 org.opencrx.kernel.base.cci.SecureObject _base 142 , short facilityType 143 , String name 144 , boolean disabled 145 ); 146 156 public Facility extendSubscriptionTarget( 157 org.opencrx.kernel.base.cci.SubscriptionTarget _base 158 , short accessLevelBrowse 159 , short accessLevelDelete 160 , short accessLevelUpdate 161 , short facilityType 162 , String name 163 , boolean disabled 164 ); 165 175 public Facility extendXmlExporter( 176 org.opencrx.kernel.base.cci.XmlExporter _base 177 , short accessLevelBrowse 178 , short accessLevelDelete 179 , short accessLevelUpdate 180 , short facilityType 181 , String name 182 , boolean disabled 183 ); 184 194 public Facility extendCrxObject( 195 org.opencrx.kernel.generic.cci.CrxObject _base 196 , short facilityType 197 , String name 198 ); 199 209 public Facility extendPictured( 210 org.opencrx.kernel.generic.cci.Pictured _base 211 , short accessLevelBrowse 212 , short accessLevelDelete 213 , short accessLevelUpdate 214 , short facilityType 215 , String name 216 , boolean disabled 217 ); 218 228 public Facility extendBasicObject( 229 org.openmdx.base.cci.BasicObject _base 230 , short accessLevelBrowse 231 , short accessLevelDelete 232 , short accessLevelUpdate 233 , short facilityType 234 , String name 235 , boolean disabled 236 ); 237 247 public Facility extendContextCapable( 248 org.openmdx.base.cci.ContextCapable _base 249 , short accessLevelBrowse 250 , short accessLevelDelete 251 , short accessLevelUpdate 252 , short facilityType 253 , String name 254 , boolean disabled 255 ); 256 266 public Facility extendExtentCapable( 267 org.openmdx.base.cci.ExtentCapable _base 268 , short accessLevelBrowse 269 , short accessLevelDelete 270 , short accessLevelUpdate 271 , short facilityType 272 , String name 273 , boolean disabled 274 ); 275 285 public Facility extendViewCapable( 286 org.openmdx.compatibility.view1.cci.ViewCapable _base 287 , short accessLevelBrowse 288 , short accessLevelDelete 289 , short accessLevelUpdate 290 , short facilityType 291 , String name 292 , boolean disabled 293 ); 294 } 298 | Popular Tags |