|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.graph.service.ObjectGraphServiceEvent
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
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 |
private static String |
RESOURCE
|
private ObjectGraphService |
service
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
ObjectGraphServiceEvent(ObjectGraphService service,
String eventType,
ObjectGraph eventTarget)
Constructs an object graph service's event from the specified service and its event type and target. |
|
ObjectGraphServiceEvent(String eventType,
Object eventTarget)
Constructs single object graph service's event from the event type and collection target objects. |
|
ObjectGraphServiceEvent(String eventType,
WTCollection eventTarget)
Constructs multi object graph service's event from the event type and collection target objects. |
Method Summary | |
static String |
generateEventKey(String eventType)
Generates an event key from an event type. |
ObjectGraphService |
getService()
Gets the object for the association that plays role: service. |
ObjectGraph |
getTarget()
Supported API: true |
WTCollection |
getTargets()
Returns WTCollection of ObjectGraph objects. |
Methods inherited from class wt.events.KeyedEvent |
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toSingleObjectEvents, 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 PRE_CREATE_GRAPH
public static final String POST_CREATE_GRAPH
public static final String POST_RETRIEVE_GRAPH
public static final String PRE_UPDATE_GRAPH
public static final String POST_UPDATE_GRAPH
public static final String PRE_DELETE_GRAPH
public static final String POST_DELETE_GRAPH
private ObjectGraphService service
Constructor Detail |
public ObjectGraphServiceEvent(ObjectGraphService service, String eventType, ObjectGraph eventTarget) throws ObjectGraphServiceException, WTPropertyVetoException
service
- eventType
- eventTarget
-
ObjectGraphServiceException
WTPropertyVetoException
public ObjectGraphServiceEvent(String eventType, WTCollection eventTarget) throws ObjectGraphServiceException
eventType
- eventTarget
-
ObjectGraphServiceException
public ObjectGraphServiceEvent(String eventType, Object eventTarget) throws ObjectGraphServiceException
eventType
- eventTarget
-
ObjectGraphServiceException
Method Detail |
public ObjectGraphService getService()
public static String generateEventKey(String eventType)
eventType
-
public ObjectGraph getTarget()
public WTCollection getTargets()
WTCollection
of ObjectGraph objects. Use when
this event is dispatched as multi object event.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |