org.enhydra.shark
Class WfAssignmentEventAuditWrapper
java.lang.Object
org.enhydra.shark.WfEventAuditWrapper
org.enhydra.shark.WfAssignmentEventAuditWrapper
- All Implemented Interfaces:
- BaseBusinessObject, PersistenceInterface, java.io.Serializable, WfAssignmentEventAudit, WfAssignmentEventAuditInternal, WfEventAudit, WfEventAuditInternal
- public class WfAssignmentEventAuditWrapper
- extends WfEventAuditWrapper
- implements WfAssignmentEventAuditInternal
WfEventAuditImpl - Workflow Event Audit implementation
- Author:
- Sasa Bojanic
- See Also:
- Serialized Form
Fields inherited from class org.enhydra.shark.WfEventAuditWrapper |
activityDefinitionId, activityDefinitionName, activityDefinitionType, activityId, activityName, eventType, packageId, processDefinitionId, processDefinitionName, processId, processMgrName, processMgrVersion, processName, shandle, timeStamp, username |
Methods inherited from class org.enhydra.shark.WfEventAuditWrapper |
activity_definition_id, activity_definition_name, activity_definition_type, activity_key, activity_name, checkSecurity, event_type, initEventObject, package_id, process_definition_id, process_definition_name, process_key, process_mgr_name, process_mgr_version, process_name, source, time_stamp, username |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oldResourceKey
protected java.lang.String oldResourceKey
oldResourceName
protected java.lang.String oldResourceName
newResourceKey
protected java.lang.String newResourceKey
newResourceName
protected java.lang.String newResourceName
isAccepted
protected boolean isAccepted
WfAssignmentEventAuditWrapper
protected WfAssignmentEventAuditWrapper(WMSessionHandle shandle,
WfActivityInternal activity,
WfResourceInternal oldRes,
WfResourceInternal newRes,
boolean isAccepted)
throws java.lang.Exception
WfAssignmentEventAuditWrapper
protected WfAssignmentEventAuditWrapper(WMSessionHandle shandle,
AssignmentEventAuditPersistenceObject po)
- Used to create object when restoring it from database.
old_resource_key
public java.lang.String old_resource_key()
throws java.lang.Exception
- Specified by:
old_resource_key
in interface WfAssignmentEventAudit
- Throws:
java.lang.Exception
old_resource_name
public java.lang.String old_resource_name()
throws java.lang.Exception
- Specified by:
old_resource_name
in interface WfAssignmentEventAudit
- Throws:
java.lang.Exception
new_resource_key
public java.lang.String new_resource_key()
throws java.lang.Exception
- Specified by:
new_resource_key
in interface WfAssignmentEventAudit
- Throws:
java.lang.Exception
new_resource_name
public java.lang.String new_resource_name()
throws java.lang.Exception
- Specified by:
new_resource_name
in interface WfAssignmentEventAudit
- Throws:
java.lang.Exception
is_accepted
public boolean is_accepted()
throws java.lang.Exception
- Specified by:
is_accepted
in interface WfAssignmentEventAudit
- Throws:
java.lang.Exception
persist
public void persist(WMSessionHandle sh)
throws java.lang.Exception
- Specified by:
persist
in interface PersistenceInterface
- Throws:
java.lang.Exception
refresh
public void refresh()
delete
public void delete(WMSessionHandle sh)
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
restore
protected void restore(EventAuditPersistenceInterface po)
- Overrides:
restore
in class WfEventAuditWrapper