|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.router.RoutingEvent
wt.epm.workspaces.EPMBaselineServiceEvent
The eventTarget for EPMBaselineEvents is the baseline just created.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
NEW_BASELINE
Supported API: true |
private Vector |
objects
|
private static String |
RESOURCE
|
private EPMWorkspace |
workspace
|
Fields inherited from class wt.router.RoutingEvent |
|
Fields inherited from class wt.events.KeyedEvent |
|
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. |
KeyedEvent |
toMultiObjectEvent()
Supported API: false |
KeyedEvent[] |
toSingleObjectEvents()
Supported API: false |
Methods inherited from class wt.router.RoutingEvent |
getMethodArgs, getTargets, initialize, setMethodArgs |
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_BASELINE
private EPMWorkspace workspace
private Vector objects
Constructor Detail |
public EPMBaselineServiceEvent(String eventType, Object eventTarget, Vector objects, EPMWorkspace workspace)
eventType
- eventTarget
- objects
- workspace
- public EPMBaselineServiceEvent(String eventType, Object eventTarget)
eventType
- eventTarget
- public EPMBaselineServiceEvent(String eventType)
eventType
- Method Detail |
public EPMWorkspace getWorkspace()
public Vector getObjects()
public void setObjects(Vector a_Objects) throws WTPropertyVetoException
a_Objects
-
WTPropertyVetoException
public KeyedEvent[] toSingleObjectEvents() throws WTException
toSingleObjectEvents
in class RoutingEvent
WTException
public KeyedEvent toMultiObjectEvent()
toMultiObjectEvent
in class RoutingEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |