1 package org.opencrx.kernel.home1.cci; 14 15 public interface WfActionLogEntryClass 16 extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 { 17 18 23 public WfActionLogEntry createWfActionLogEntry( 24 ); 25 26 34 public WfActionLogEntry getWfActionLogEntry( 35 Object object 36 ); 37 46 public WfActionLogEntry createWfActionLogEntry( 47 short accessLevelBrowse 48 , short accessLevelDelete 49 , short accessLevelUpdate 50 , String name 51 ); 52 62 public WfActionLogEntry extendSecureObject( 63 org.opencrx.kernel.base.cci.SecureObject _base 64 , String name 65 ); 66 76 public WfActionLogEntry extendBasicObject( 77 org.openmdx.base.cci.BasicObject _base 78 , short accessLevelBrowse 79 , short accessLevelDelete 80 , short accessLevelUpdate 81 , String name 82 ); 83 93 public WfActionLogEntry extendContextCapable( 94 org.openmdx.base.cci.ContextCapable _base 95 , short accessLevelBrowse 96 , short accessLevelDelete 97 , short accessLevelUpdate 98 , String name 99 ); 100 110 public WfActionLogEntry extendExtentCapable( 111 org.openmdx.base.cci.ExtentCapable _base 112 , short accessLevelBrowse 113 , short accessLevelDelete 114 , short accessLevelUpdate 115 , String name 116 ); 117 127 public WfActionLogEntry extendViewCapable( 128 org.openmdx.compatibility.view1.cci.ViewCapable _base 129 , short accessLevelBrowse 130 , short accessLevelDelete 131 , short accessLevelUpdate 132 , String name 133 ); 134 } 138 | Popular Tags |