Package wt.epm.workspaces
Class EPMBaselineServiceEvent
java.lang.Object
wt.events.KeyedEvent
wt.router.RoutingEvent
wt.epm.workspaces.EPMBaselineServiceEvent
- All Implemented Interfaces:
Serializable,wt.events.summary.SummarizedEvent
The eventTarget for EPMBaselineEvents is the baseline just created.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEPMBaselineServiceEvent(String eventType)
Supported API: trueEPMBaselineServiceEvent(String eventType, Object eventTarget)
Supported API: trueEPMBaselineServiceEvent(String eventType, Object eventTarget, Vector objects, EPMWorkspace workspace)
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: objects; The set of objects whose checkin triggered the baseline creation.Gets the value of the attribute: workspace; The workspace for which the event is emitted.voidsetObjects(Vector a_Objects) Sets the value of the attribute: objects; The set of objects whose checkin triggered the baseline creation.Methods inherited from class wt.router.RoutingEvent
getMethodArgs, getTargets, initialize, setMethodArgsMethods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getAllEventNotificationDelegates, getConceptualClassname, getEventKey, getEventNotificationDelegate, getEventNotificationDelegate, getEventNotificationDelegate, getEventNotificationDelegateData, getEventNotificationDelegates, getEventTarget, getEventType, getTargetIDs, putEventNotificationDelegateData, toString
-
Field Details
-
NEW_BASELINE
Supported API: true- See Also:
-
-
Constructor Details
-
EPMBaselineServiceEvent
public EPMBaselineServiceEvent(String eventType, Object eventTarget, Vector objects, EPMWorkspace workspace)
Supported API: true- Parameters:
eventType-eventTarget-objects-workspace-
-
EPMBaselineServiceEvent
Supported API: true- Parameters:
eventType-eventTarget-
-
EPMBaselineServiceEvent
Supported API: true- Parameters:
eventType-
-
-
Method Details
-
getWorkspace
Gets the value of the attribute: workspace; The workspace for which the event is emitted.
Supported API: true- Returns:
- EPMWorkspace
-
getObjects
Gets the value of the attribute: objects; The set of objects whose checkin triggered the baseline creation.
Supported API: true- Returns:
- Vector
-
setObjects
Sets the value of the attribute: objects; The set of objects whose checkin triggered the baseline creation.
Supported API: true- Parameters:
a_Objects-- Throws:
WTPropertyVetoException
-