wt.epm.workspaces
Class EPMBaselineServiceEvent

java.lang.Object
  extended by wt.events.KeyedEvent
      extended by wt.router.RoutingEvent
          extended by wt.epm.workspaces.EPMBaselineServiceEvent
All Implemented Interfaces:
Serializable, wt.events.summary.SummarizedEvent

public class EPMBaselineServiceEvent
extends wt.router.RoutingEvent
implements Serializable

The eventTarget for EPMBaselineEvents is the baseline just created.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String NEW_BASELINE
          

Supported API: true
 
Constructor Summary
EPMBaselineServiceEvent(String eventType)
          

Supported API: true
EPMBaselineServiceEvent(String eventType, Object eventTarget)
          

Supported API: true
EPMBaselineServiceEvent(String eventType, Object eventTarget, Vector objects, EPMWorkspace workspace)
          

Supported API: true
 
Method Summary
 Vector getObjects()
          Gets the value of the attribute: objects; The set of objects whose checkin triggered the baseline creation.
 EPMWorkspace getWorkspace()
          Gets the value of the attribute: workspace; The workspace for which the event is emitted.
 void setObjects(Vector a_Objects)
          Sets the value of the attribute: objects; The set of objects whose checkin triggered the baseline creation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEW_BASELINE

public static final String NEW_BASELINE


Supported API: true

See Also:
Constant Field Values
Constructor Detail

EPMBaselineServiceEvent

public EPMBaselineServiceEvent(String eventType,
                               Object eventTarget,
                               Vector objects,
                               EPMWorkspace workspace)


Supported API: true

Parameters:
eventType -
eventTarget -
objects -
workspace -

EPMBaselineServiceEvent

public EPMBaselineServiceEvent(String eventType,
                               Object eventTarget)


Supported API: true

Parameters:
eventType -
eventTarget -

EPMBaselineServiceEvent

public EPMBaselineServiceEvent(String eventType)


Supported API: true

Parameters:
eventType -
Method Detail

getWorkspace

public EPMWorkspace getWorkspace()
Gets the value of the attribute: workspace; The workspace for which the event is emitted.

Supported API: true

Returns:
EPMWorkspace

getObjects

public Vector getObjects()
Gets the value of the attribute: objects; The set of objects whose checkin triggered the baseline creation.

Supported API: true

Returns:
Vector

setObjects

public void setObjects(Vector a_Objects)
                throws WTPropertyVetoException
Sets the value of the attribute: objects; The set of objects whose checkin triggered the baseline creation.

Supported API: true

Parameters:
a_Objects -
Throws:
WTPropertyVetoException