1 package org.enhydra.shark.api.client.wfmodel; 2 3 4 import org.enhydra.shark.api.client.wfbase.*; 5 6 import org.enhydra.shark.api.client.timebase.*; 7 import org.enhydra.shark.api.SharkTransaction; 8 9 30 public interface WfEventAudit extends BaseBusinessObject { 32 40 WfExecutionObject source () throws BaseException, SourceNotAvailable; 41 42 50 WfExecutionObject source (SharkTransaction t) throws BaseException, SourceNotAvailable; 51 52 56 UtcT time_stamp () throws BaseException; 57 58 73 String event_type () throws BaseException; 74 75 81 String activity_key () throws BaseException; 82 83 89 String activity_name () throws BaseException; 90 91 98 String process_key () throws BaseException; 99 100 107 String process_name () throws BaseException; 108 109 116 String process_mgr_name () throws BaseException; 117 118 125 String process_mgr_version () throws BaseException; 126 127 } | Popular Tags |