org.enhydra.shark
Class WfDeleteProcessEventAuditWrapper

java.lang.Object
  extended by org.enhydra.shark.WfEventAuditWrapper
      extended by org.enhydra.shark.WfDeleteProcessEventAuditWrapper
All Implemented Interfaces:
java.io.Serializable, BaseBusinessObject, WfDeleteProcessEventAudit, WfEventAudit, PersistenceInterface, WfDeleteProcessEventAuditInternal, WfEventAuditInternal

public class WfDeleteProcessEventAuditWrapper
extends WfEventAuditWrapper
implements WfDeleteProcessEventAuditInternal

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.enhydra.shark.WfEventAuditWrapper
activityDefinitionId, activityDefinitionName, activityDefinitionType, activityDescription, activityId, activityLimit, activityName, activityPriority, eventType, packageId, processDefinitionId, processDefinitionName, processDescription, processId, processLimit, processMgrName, processMgrVersion, processName, processPriority, shandle, timeStamp, username, version
 
Constructor Summary
protected WfDeleteProcessEventAuditWrapper(WMSessionHandle shandle, DeleteProcessEventAuditPersistenceObject po)
           
protected WfDeleteProcessEventAuditWrapper(WMSessionHandle shandle, WfExecutionObjectInternal object, java.lang.String eventType)
           
 
Method Summary
 void delete(WMSessionHandle shandle)
           
protected  void fillPersistentObject(EventAuditPersistenceInterface po)
           
 void persist(WMSessionHandle shandle)
           
protected  void restore(EventAuditPersistenceInterface po)
           
 
Methods inherited from class org.enhydra.shark.WfEventAuditWrapper
activity_definition_id, activity_definition_name, activity_definition_type, activity_description, activity_key, activity_limit, activity_name, activity_priority, checkSecurity, event_type, initEventObject, package_id, process_definition_id, process_definition_name, process_description, process_key, process_limit, process_mgr_name, process_mgr_version, process_name, process_priority, source, time_stamp, username
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.enhydra.shark.api.internal.working.WfEventAuditInternal
activity_definition_id, activity_definition_name, activity_definition_type, activity_description, activity_limit, activity_priority, package_id, process_definition_id, process_definition_name, process_description, process_limit, process_priority, username
 
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
 

Constructor Detail

WfDeleteProcessEventAuditWrapper

protected WfDeleteProcessEventAuditWrapper(WMSessionHandle shandle,
                                           WfExecutionObjectInternal object,
                                           java.lang.String eventType)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

WfDeleteProcessEventAuditWrapper

protected WfDeleteProcessEventAuditWrapper(WMSessionHandle shandle,
                                           DeleteProcessEventAuditPersistenceObject po)
Method Detail

delete

public void delete(WMSessionHandle shandle)
            throws java.lang.Exception
Specified by:
delete in interface PersistenceInterface
Throws:
java.lang.Exception

fillPersistentObject

protected void fillPersistentObject(EventAuditPersistenceInterface po)
Overrides:
fillPersistentObject in class WfEventAuditWrapper

persist

public void persist(WMSessionHandle shandle)
             throws java.lang.Exception
Specified by:
persist in interface PersistenceInterface
Throws:
java.lang.Exception

restore

protected void restore(EventAuditPersistenceInterface po)
Overrides:
restore in class WfEventAuditWrapper