| |
|
| de.danet.an.workflow.domain.DefaultAuditEvent de.danet.an.workflow.domain.ImplCompleteAuditEvent
ImplCompleteAuditEvent | public class ImplCompleteAuditEvent extends DefaultAuditEvent (Code) | | This class provides provides an internal event that is fired
when a tool has completed its work on a activity.
author: Michael N. Lipp version: $Revision: 1.2 $ |
Method Summary | |
public int | completedTool() Returns the current value of the attribute
completedTool . | public DefaultAuditEvent | replaceSource(Object source) Return a new audit event object with the source attribute
replaced with the given object.
Parameters: source - the new source attribute. | public String | toString() Returns a textual representation of the event. |
TOOL_COMPLETE | final public static String TOOL_COMPLETE(Code) | | Event type tool completed.
|
ImplCompleteAuditEvent | public ImplCompleteAuditEvent(WfAuditEvent baseInfo, int toolIdx) throws IllegalArgumentException(Code) | | Creates a new ImplCompleteAuditEvent assigning the
given attributes.
Parameters: baseInfo - a WfAuditEvent containing furtherinformation for the event. Parameters: toolIdx - index of the tool that has completed. throws: IllegalArgumentException - in case of an illegal event type in baseInfo . |
completedTool | public int completedTool()(Code) | | Returns the current value of the attribute
completedTool .
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 |
|
|
|