1 package org.opencrx.kernel.base.cci; 14 15 public interface UriPropertyClass 16 extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 { 17 18 23 public UriProperty createUriProperty( 24 ); 25 26 34 public UriProperty getUriProperty( 35 Object object 36 ); 37 46 public UriProperty createUriProperty( 47 String name 48 , short accessLevelBrowse 49 , short accessLevelDelete 50 , short accessLevelUpdate 51 , String uriValue 52 ); 53 63 public UriProperty extendProperty( 64 org.opencrx.kernel.base.cci.Property _base 65 , String uriValue 66 ); 67 77 public UriProperty extendSecureObject( 78 org.opencrx.kernel.base.cci.SecureObject _base 79 , String name 80 , String uriValue 81 ); 82 92 public UriProperty extendBasicObject( 93 org.openmdx.base.cci.BasicObject _base 94 , String name 95 , short accessLevelBrowse 96 , short accessLevelDelete 97 , short accessLevelUpdate 98 , String uriValue 99 ); 100 110 public UriProperty extendContextCapable( 111 org.openmdx.base.cci.ContextCapable _base 112 , String name 113 , short accessLevelBrowse 114 , short accessLevelDelete 115 , short accessLevelUpdate 116 , String uriValue 117 ); 118 128 public UriProperty extendExtentCapable( 129 org.openmdx.base.cci.ExtentCapable _base 130 , String name 131 , short accessLevelBrowse 132 , short accessLevelDelete 133 , short accessLevelUpdate 134 , String uriValue 135 ); 136 146 public UriProperty extendViewCapable( 147 org.openmdx.compatibility.view1.cci.ViewCapable _base 148 , String name 149 , short accessLevelBrowse 150 , short accessLevelDelete 151 , short accessLevelUpdate 152 , String uriValue 153 ); 154 } 158 | Popular Tags |