wt.graph.service
Class ObjectGraphServiceEvent

java.lang.Object
  extended by wt.events.KeyedEvent
      extended by wt.graph.service.ObjectGraphServiceEvent
All Implemented Interfaces:
Serializable, wt.events.summary.SummarizedEvent

public class ObjectGraphServiceEvent
extends KeyedEvent
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String POST_CREATE_GRAPH
          

Supported API: true
static String POST_DELETE_GRAPH
          

Supported API: true
static String POST_RETRIEVE_GRAPH
          

Supported API: true
static String POST_UPDATE_GRAPH
          

Supported API: true
static String PRE_CREATE_GRAPH
          

Supported API: true
static String PRE_DELETE_GRAPH
          

Supported API: true
static String PRE_UPDATE_GRAPH
          

Supported API: true
 
Method Summary
 wt.graph.ObjectGraph getTarget()
          

Supported API: true
 WTCollection getTargets()
          Returns WTCollection of ObjectGraph objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRE_CREATE_GRAPH

public static final String PRE_CREATE_GRAPH


Supported API: true

See Also:
Constant Field Values

POST_CREATE_GRAPH

public static final String POST_CREATE_GRAPH


Supported API: true

See Also:
Constant Field Values

POST_RETRIEVE_GRAPH

public static final String POST_RETRIEVE_GRAPH


Supported API: true

See Also:
Constant Field Values

PRE_UPDATE_GRAPH

public static final String PRE_UPDATE_GRAPH


Supported API: true

See Also:
Constant Field Values

POST_UPDATE_GRAPH

public static final String POST_UPDATE_GRAPH


Supported API: true

See Also:
Constant Field Values

PRE_DELETE_GRAPH

public static final String PRE_DELETE_GRAPH


Supported API: true

See Also:
Constant Field Values

POST_DELETE_GRAPH

public static final String POST_DELETE_GRAPH


Supported API: true

See Also:
Constant Field Values
Method Detail

getTarget

public wt.graph.ObjectGraph getTarget()


Supported API: true

Returns:
ObjectGraph

getTargets

public WTCollection getTargets()
Returns WTCollection of ObjectGraph objects. Use when this event is dispatched as multi object event.

Supported API: true

Returns:
WTCollection