Class EPMWorkspaceManagerEvent

java.lang.Object
wt.events.KeyedEvent
wt.epm.workspaces.EPMWorkspaceManagerEvent
All Implemented Interfaces:
wt.events.summary.SummarizedEvent

public class EPMWorkspaceManagerEvent extends KeyedEvent


Supported API: true

Extendable: false
  • Field Details

    • NEW_TO_WORKSPACE

      public static final String NEW_TO_WORKSPACE
      This event is dispatched when new Persistable objects are created in a workspace folder on the server.

      Supported API: true
      See Also:
    • PRE_WORKSPACE_CHECKIN

      public static final String PRE_WORKSPACE_CHECKIN
      This event is dispatched when a list of Workable objects are about to be checked in from a workspace. Target of this event is a map whose keys are working copy objects and values are original objects. For Workables that are getting checked-in for the first time, original is null.

      Supported API: true
      See Also:
    • POST_WORKSPACE_CHECKIN

      public static final String POST_WORKSPACE_CHECKIN
      This event is dispatched when a list of Workable objects are checked in from a workspace. Target of this event is a map whose keys are working copy objects and values are original objects. For Workables that are getting checked-in for the first time, original is null.

      Supported API: true
      See Also:
    • CHECKOUT_TO_WORKSPACE

      public static final String CHECKOUT_TO_WORKSPACE
      This event is dispatched when a list of Workable objects are checked out to a workspace folder. Target of this event is a map whose keys are original objects and values are working copy objects.

      Supported API: true
      See Also:
  • Method Details

    • getWorkspace

      public EPMWorkspace getWorkspace()
      Gets the value of the attribute: workspace; The EPM workspace related to this event

      Supported API: true
      Returns:
      EPMWorkspace
    • getWorkspaceObjects

      public WTCollection getWorkspaceObjects()
      Returns a collection of workspace objects related to this event. Use this method with NEW_TO_WORKSPACE event.

      Supported API: true
      Returns:
      WTCollection
    • getWIPMap

      public WTKeyedMap getWIPMap()
      Returns a Map associated with PRE_WORKSPACE_CHECKIN, POST_WORKSPACE_CHECKOUT, CHECKOUT_TO_WORKSPACE events. For checkin events, map has key as a working copy object and value as original object. For checkout event, map has key as original object and value as working copy.

      Supported API: true
      Returns:
      WTKeyedMap