1 package org.opencrx.kernel.base.cci; 14 15 public interface Importer 16 extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0 17 { 18 22 public org.opencrx.kernel.base.cci.ImportResult importItem( 23 org.opencrx.kernel.base.cci.ImportParams params 24 ) throws javax.jmi.reflect.RefException ; 25 26 28 public org.opencrx.kernel.base.cci.ImportResult importItem( 29 byte[] item 30 , String itemMimeType 31 , String itemName 32 , short locale 33 ) throws javax.jmi.reflect.RefException ; 34 35 } 39 | Popular Tags |