| de.danet.an.workflow.domain.DefaultAuditEvent de.danet.an.workflow.domain.DefaultCreateProcessAuditEvent
DefaultCreateProcessAuditEvent | public class DefaultCreateProcessAuditEvent extends DefaultAuditEvent implements WfCreateProcessAuditEvent(Code) | | A DefaultCreateProcessAuditEvent implements an audit
record with information related to the creation of a process. If
the process is created as a sub-process of another process that is
synchronized with the main process via a WfActivity
requester, information on the requester is recorded.
|
DefaultCreateProcessAuditEvent | public DefaultCreateProcessAuditEvent(WfAuditEvent baseInfo, WfAuditEvent reqActData)(Code) | | Creates a new DefaultCreateProcessAuditEvent
assigning the given attributes.
Parameters: baseInfo - a WfAuditEvent containing baseinformation for the event. Parameters: reqActData - data from the requesting activity (ifthe requester is an activity, else null ). |
DefaultCreateProcessAuditEvent | public DefaultCreateProcessAuditEvent(WfAuditEvent baseInfo, String actKey, String procKey, String procName, String procMgrName, String procMgrVersion)(Code) | | Creates a new DefaultCreateProcessAuditEvent
assigning the given attributes.
Parameters: baseInfo - a WfAuditEvent containing baseinformation for the event. Parameters: actKey - the value for the attribute pActivityKey Parameters: procKey - the value for the attribute pProcessKey Parameters: procName - the value for the attribute pProcessName Parameters: procMgrName - the value for the attribute pProcessMgrName Parameters: procMgrVersion - the value for the attribute pProcessMgrVersion |
pActivityKey | public String pActivityKey()(Code) | | Returns the current value of the attribute pActivityKey .
the current value of the attribute. |
pProcessKey | public String pProcessKey()(Code) | | Returns the current value of the attribute pProcessKey .
the current value of the attribute. |
pProcessMgrName | public String pProcessMgrName()(Code) | | Returns the current value of the attribute
pProcessMgrName .
the current value of the attribute. |
pProcessMgrVersion | public String pProcessMgrVersion()(Code) | | Returns the current value of the attribute
pProcessMgrVersion .
the current value of the attribute. |
pProcessName | public String pProcessName()(Code) | | Returns the current value of the attribute pProcessName .
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 |
|
|