| de.danet.an.workflow.domain.DefaultAuditEvent de.danet.an.workflow.domain.DefaultAssignmentAuditEvent
DefaultAssignmentAuditEvent | public class DefaultAssignmentAuditEvent extends DefaultAuditEvent implements WfAssignmentAuditEvent(Code) | | A DefaultAssignmentAuditEvent implements 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.
|
DefaultAssignmentAuditEvent | public DefaultAssignmentAuditEvent(WfAuditEvent baseInfo, String oldResourceKey, String newResourceKey, String oldResourceName, String newResourceName)(Code) | | Creates a new DefaultAssignmentAuditEvent
assigning the given attributes.
Parameters: baseInfo - a WfAuditEvent containing furtherinformation for the event. Parameters: oldResourceKey - the attribute oldResourceKey . Parameters: newResourceKey - the attribute newResourceKey . Parameters: oldResourceName - the attribute oldResourceName . Parameters: newResourceName - the attribute newResourceName . |
newResourceKey | public String newResourceKey()(Code) | | Returns the current value of the attribute
newResourceKey .
the current value of the attribute. |
newResourceName | public String newResourceName()(Code) | | Returns the current value of the attribute
newResourceName .
the current value of the attribute. |
oldResourceKey | public String oldResourceKey()(Code) | | Returns the current value of the attribute
oldResourceKey .
the current value of the attribute. |
oldResourceName | public String oldResourceName()(Code) | | Returns the current value of the attribute
oldResourceName .
the current value of the attribute. |
replaceSource | public DefaultAuditEvent replaceSource(Object source)(Code) | | Return a new audit event object with the source attribute
replaced with the given object.
Parameters: source - the new source attribute. the new audit event. |
toString | public String toString()(Code) | | Returns a textual representation of the event.
the textual representation |
|
|