org.enhydra.shark.api.client.wfmodel
Interface WFPropertiesEventAudit

All Superinterfaces:
BaseBusinessObject, java.io.Serializable, WfEventAudit
All Known Subinterfaces:
WfPropertiesEventAuditInternal

public interface WFPropertiesEventAudit
extends WfEventAudit


Method Summary
 java.lang.String deadline_exception_name()
           
 boolean deadline_is_synchronous()
           
 long deadline_time_limit()
           
 
Methods inherited from interface org.enhydra.shark.api.client.wfmodel.WfEventAudit
activity_key, activity_name, event_type, process_key, process_mgr_name, process_mgr_version, process_name, source, time_stamp
 

Method Detail

deadline_time_limit

long deadline_time_limit()
                         throws java.lang.Exception
Throws:
java.lang.Exception

deadline_exception_name

java.lang.String deadline_exception_name()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

deadline_is_synchronous

boolean deadline_is_synchronous()
                                throws java.lang.Exception
Throws:
java.lang.Exception