wt.epm.workspaces
Class EPMWorkspaceManagerEvent

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

public class EPMWorkspaceManagerEvent
extends KeyedEvent
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String CHECKOUT_TO_WORKSPACE
          This event is dispatched when a list of Workable objects are checked out to a workspace folder.
static String NEW_TO_WORKSPACE
          This event is dispatched when new Persistable objects are created in a workspace folder on the server.
static String POST_WORKSPACE_CHECKIN
          This event is dispatched when a list of Workable objects are checked in from a workspace.
static String PRE_WORKSPACE_CHECKIN
          This event is dispatched when a list of Workable objects are about to be checked in from a workspace.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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:
Constant Field Values

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:
Constant Field Values

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:
Constant Field Values

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:
Constant Field Values