|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.epm.workspaces.EPMWorkspaceManagerEvent
Supported API: true
Extendable: false
Field Summary | |
static String |
CHECKOUT_TO_WORKSPACE
This event is dispatched when a list of Workable objects are checked out to a workspace folder. |
private static String |
CLASSNAME
|
static String |
NEW_TO_WORKSPACE
This event is dispatched when new Persistable objects are created in a workspace folder. |
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. |
private static String |
RESOURCE
|
private EPMWorkspace |
workspace
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
|
EPMWorkspaceManagerEvent(String eventType,
EPMWorkspace workspace,
WTCollection workspaceObjects)
Supported API: false |
protected |
EPMWorkspaceManagerEvent(String eventType,
EPMWorkspace workspace,
WTKeyedMap wipMap)
Creates WorkspaceManager event for Checkin and Checkout. |
Method Summary | |
static String |
generateEventKey(String eventType)
Generates an event key from an event type. |
WTKeyedMap |
getWIPMap()
Returns a Map associated with PRE_WORKSPACE_CHECKIN, POST_WORKSPACE_CHECKOUT, CHECKOUT_TO_WORKSPACE events. |
EPMWorkspace |
getWorkspace()
Gets the value of the attribute: workspace; The EPM workspace related to this event Supported API: false |
WTCollection |
getWorkspaceObjects()
Returns a collection of workspace objects related to this event. |
KeyedEvent |
toMultiObjectEvent()
Supported API: false |
KeyedEvent[] |
toSingleObjectEvents()
Supported API: false |
Methods inherited from class wt.events.KeyedEvent |
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String NEW_TO_WORKSPACE
public static final String PRE_WORKSPACE_CHECKIN
public static final String POST_WORKSPACE_CHECKIN
public static final String CHECKOUT_TO_WORKSPACE
private EPMWorkspace workspace
Constructor Detail |
public EPMWorkspaceManagerEvent(String eventType, EPMWorkspace workspace, WTCollection workspaceObjects) throws WTException
eventType
- Type of the eventworkspace
- workspaceObjects
- A collection of objects applicable to this event.
WTException
protected EPMWorkspaceManagerEvent(String eventType, EPMWorkspace workspace, WTKeyedMap wipMap) throws WTException
eventType
- Type of the eventworkspace
- wipMap
- Map for checkout or checkin events.
WTException
Method Detail |
public EPMWorkspace getWorkspace()
public WTCollection getWorkspaceObjects()
public static String generateEventKey(String eventType)
eventType
-
public KeyedEvent[] toSingleObjectEvents() throws WTException
toSingleObjectEvents
in class KeyedEvent
WTException
public KeyedEvent toMultiObjectEvent()
toMultiObjectEvent
in class KeyedEvent
public WTKeyedMap getWIPMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |