Uses of Class
wt.projmgmt.monitor.ProjMgmtEvent

Packages that use ProjMgmtEvent
wt.projmgmt.monitor   
 

Uses of ProjMgmtEvent in wt.projmgmt.monitor
 

Subclasses of ProjMgmtEvent in wt.projmgmt.monitor
 class DeadlineChangeEvent
          The DeadlineChangeEvent class represents persistently the event of changing a deadline of an object when the project is executing.
 class DeadlineEvent
          This class represents deadline events persistently.
 class ObjectDeletionEvent
          ObjectDeletionEvent represents persistently the disabling of an activity or deliverable.
 class OwnerChangeEvent
          OwnerChangeEvent represents persistently when an activity or deliverable changed owner.
 class StateChangeEvent
          This class represents persistently change of state events.
 class StatusChangeEvent
          This class represents persistently change of information that are related to completion of the object.
 

Methods in wt.projmgmt.monitor that return ProjMgmtEvent
static ProjMgmtEvent ProjMgmtEvent.createProjMgmtEvent(ProjectEventType event_type, ExecutionObject source, Timestamp event_time, Object old_val)
          Project management event factory.
 ProjMgmtEvent ProjectHistoryLink.getEvent()
          Gets the object for the association that plays role: EVENT_ROLE.
 

Methods in wt.projmgmt.monitor with parameters of type ProjMgmtEvent
protected  boolean ProjMgmtEvent.readVersion(ProjMgmtEvent thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void ProjectHistoryLink.setEvent(ProjMgmtEvent event)
          Sets the object for the association that plays role: EVENT_ROLE.
static ProjectHistoryLink ProjectHistoryLink.newProjectHistoryLink(ExecutionObject source, ProjMgmtEvent event)
          Default factory for the class.