org.yawlfoundation.yawl.worklet.support
Class WorkletEvent
java.lang.Object
org.yawlfoundation.yawl.worklet.support.WorkletEvent
public class WorkletEvent
- extends Object
The sole purpose of this class is to generate an event log record via Persistence.
An instance is created via the constructor (from the EventLogger class), then the
object is persisted to create one event log record.
- Author:
- Michael Adams
v0.8, 04-09/2006
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkletEvent
public WorkletEvent(String event,
String caseId,
YSpecificationID specId,
String taskId,
String parentCaseId,
int xType)
- the one and only constructor
Copyright © 2004-2012 The YAWL Foundation.