1 package org.enhydra.shark.api.client.wfmodel; 2 3 4 import org.enhydra.shark.api.client.wfbase.*; 5 6 7 15 public interface WfCreateProcessEventAudit extends WfEventAudit { 16 17 21 String p_activity_key () throws BaseException; 22 23 24 28 String p_process_key () throws BaseException; 29 30 34 String p_process_name () throws BaseException; 35 36 40 String p_process_mgr_name () throws BaseException; 41 42 46 String p_process_mgr_version () throws BaseException; 47 } | Popular Tags |