1 package org.enhydra.shark.api.internal.working; 2 3 4 import org.enhydra.shark.api.client.wfbase.BaseException; 5 import org.enhydra.shark.api.client.wfmodel.WfCreateProcessEventAudit; 6 7 10 public interface WfCreateProcessEventAuditInternal extends WfEventAuditInternal, WfCreateProcessEventAudit { 11 12 String p_activity_definition_id () throws BaseException; 13 String p_activity_set_definition_id () throws BaseException; 14 String p_process_definition_id () throws BaseException; 15 String p_package_id () throws BaseException; 16 17 } 18 19 | Popular Tags |