|
|||||||||
| 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
public class EPMBaselineServiceEvent
The eventTarget for EPMBaselineEvents is the baseline just created.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
NEW_BASELINE
Supported API: true |
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NEW_BASELINE
| 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||