1 56 package org.opencrx.kernel.layer.application; 57 58 import java.util.Map ; 59 60 import org.openmdx.base.exception.ServiceException; 61 import org.openmdx.compatibility.base.dataprovider.cci.DataproviderObject_1_0; 62 import org.openmdx.compatibility.base.dataprovider.cci.RequestCollection; 63 import org.openmdx.compatibility.base.dataprovider.cci.ServiceHeader; 64 import org.openmdx.compatibility.base.naming.Path; 65 66 public interface SynchWorkflow_1_0 { 67 68 82 public void execute( 83 DataproviderObject_1_0 userHome, 84 Path targetObjectIdentity, 85 Map params, 86 Path wfProcessInstance, 87 ServiceHeader header, 88 RequestCollection delegation, 89 OpenCrxKernel_1 plugin 90 ) throws ServiceException; 91 92 93 } 94 95 | Popular Tags |