Package wt.graph.service
Class ObjectGraphServiceEvent
java.lang.Object
wt.events.KeyedEvent
wt.graph.service.ObjectGraphServiceEvent
- All Implemented Interfaces:
Serializable,wt.events.summary.SummarizedEvent
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Supported API: truestatic final String
Supported API: truestatic final String
Supported API: truestatic final String
Supported API: truestatic final String
Supported API: truestatic final String
Supported API: truestatic final String
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionwt.graph.ObjectGraph
Supported API: trueReturnsWTCollectionof ObjectGraph objects.Methods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
PRE_CREATE_GRAPH
Supported API: true- See Also:
-
POST_CREATE_GRAPH
Supported API: true- See Also:
-
POST_RETRIEVE_GRAPH
Supported API: true- See Also:
-
PRE_UPDATE_GRAPH
Supported API: true- See Also:
-
POST_UPDATE_GRAPH
Supported API: true- See Also:
-
PRE_DELETE_GRAPH
Supported API: true- See Also:
-
POST_DELETE_GRAPH
Supported API: true- See Also:
-
-
Method Details
-
getTarget
public wt.graph.ObjectGraph getTarget()
Supported API: true- Returns:
- ObjectGraph
-
getTargets
ReturnsWTCollectionof ObjectGraph objects. Use when this event is dispatched as multi object event.
Supported API: true- Returns:
- WTCollection
-