de.danet.an.workflow.omgcore
Interface WfAssignmentAuditEvent

All Superinterfaces:
WfAuditEvent

public interface WfAssignmentAuditEvent
extends WfAuditEvent

A WfAssignmentAuditEvent provides an audit record of assignment change information for either the status of an assignment change for a WfActivity or when an exisiting assignment is reassigned to another resource.


Field Summary
 
Fields inherited from interface de.danet.an.workflow.omgcore.WfAuditEvent
ACTIVITY_ASSIGNMENT_CHANGED, ACTIVITY_CONTEXT_CHANGED, ACTIVITY_RESULT_CHANGED, ACTIVITY_STATE_CHANGED, PROCESS_CONTEXT_CHANGED, PROCESS_CREATED, PROCESS_STATE_CHANGED
 
Method Summary
 java.lang.String newResourceKey()
          Returns the current value of the attribute newResourceKey.
 java.lang.String newResourceName()
          Returns the current value of the attribute newResourceName.
 java.lang.String oldResourceKey()
          Returns the current value of the attribute oldResourceKey.
 java.lang.String oldResourceName()
          Returns the current value of the attribute oldResourceName.
 
Methods inherited from interface de.danet.an.workflow.omgcore.WfAuditEvent
activityKey, activityName, eventType, processKey, processMgrName, processMgrVersion, processName, source, timeStamp
 

Method Detail

oldResourceKey

public java.lang.String oldResourceKey()
Returns the current value of the attribute oldResourceKey.

Returns:
the current value of the attribute.

newResourceKey

public java.lang.String newResourceKey()
Returns the current value of the attribute newResourceKey.

Returns:
the current value of the attribute.

oldResourceName

public java.lang.String oldResourceName()
Returns the current value of the attribute oldResourceName.

Returns:
the current value of the attribute.

newResourceName

public java.lang.String newResourceName()
Returns the current value of the attribute newResourceName.

Returns:
the current value of the attribute.