|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.inf.container.WTContainerServiceEvent
wt.inf.container.WTContainerMoveEvent
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private WTValuedMap |
containedToDestinations
A mapping between WTContained objects and their destination WTContainers |
private WTValuedMap |
containedToSources
A mapping between WTContained objects and their source WTContainers |
private WTKeyedMap |
destinationsToContained
A mapping of source WTContainers to WTSets of WTContained objects that are being moved to the containers. |
static String |
POST_MOVE
Supported API: false |
static String |
PRE_MOVE
Supported API: false |
private static String |
RESOURCE
|
private WTKeyedMap |
sourcesToContained
A mapping of source WTContainers to WTSets of WTContained objects that are being moved from the containers. |
Fields inherited from class wt.inf.container.WTContainerServiceEvent |
POST_CREATE, PRE_CREATE |
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
(package private) |
WTContainerMoveEvent(String event_type,
WTValuedMap contained_to_destinations,
WTValuedMap contained_to_sources,
WTKeyedMap destinations_to_contained,
WTKeyedMap sources_to_contained)
Construct a FolderServiceEvent |
Method Summary | |
static String |
generateEventKey(String eventType)
Generate a key based on the class of the event and a user defined type. |
WTValuedMap |
getContainedToDestinations()
Valid for use with multi-object FolderServiceEvents. |
WTValuedMap |
getContainedToSources()
Valid for use with multi-object FolderServiceEvents. |
WTKeyedMap |
getDestinationsToContained()
Valid for use with multi-object FolderServiceEvents. |
WTKeyedMap |
getSourcesToContained()
Valid for use with multi-object FolderServiceEvents. |
Methods inherited from class wt.inf.container.WTContainerServiceEvent |
getTarget, getTargets, toMultiObjectEvent, toSingleObjectEvents |
Methods inherited from class wt.events.KeyedEvent |
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, 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_MOVE
public static final String POST_MOVE
private final WTValuedMap containedToDestinations
private final WTValuedMap containedToSources
private WTKeyedMap sourcesToContained
private WTKeyedMap destinationsToContained
Constructor Detail |
WTContainerMoveEvent(String event_type, WTValuedMap contained_to_destinations, WTValuedMap contained_to_sources, WTKeyedMap destinations_to_contained, WTKeyedMap sources_to_contained)
event_type
- contained_to_destinations
- A mapping of WTContained objects to destination WTContainerscontained_to_sources
- A mapping of WTContained objects to source WTContainersdestinations_to_contained
- A mapping of destination WTContainers to WTSets of target WTContained objectssources_to_contained
- A mapping of source WTContainers to WTSets of target WTContained objectsMethod Detail |
public static String generateEventKey(String eventType)
eventType
- the type of the event
public WTValuedMap getContainedToDestinations()
public WTValuedMap getContainedToSources()
public WTKeyedMap getSourcesToContained()
public WTKeyedMap getDestinationsToContained()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |