Class EPMBaselineServiceEvent

java.lang.Object
wt.events.KeyedEvent
wt.router.RoutingEvent
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:
  • Field Details

  • Constructor Details

    • 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 Details

    • 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