|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.fc.archive.RestoreServiceEvent
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
POST_RESTORE
Supported API: false |
private static String |
RESOURCE
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
RestoreServiceEvent(Persistable eventTarget)
Construct a Keyed Event. |
|
RestoreServiceEvent(WTCollection eventTarget)
Construct a Keyed Event. |
Method Summary | |
static String |
generateEventKey(String eventType)
Generate a prototype key based on the class of the concrete event class and a user defined type. |
KeyedEvent[] |
toSingleObjectEvents()
Supported API: false |
Methods inherited from class wt.events.KeyedEvent |
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, 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 POST_RESTORE
Constructor Detail |
public RestoreServiceEvent(WTCollection eventTarget)
eventTarget
- The Primary target of the event, may be nullpublic RestoreServiceEvent(Persistable eventTarget)
eventTarget
- The Primary target of the event, may be nullMethod Detail |
public KeyedEvent[] toSingleObjectEvents() throws WTException
toSingleObjectEvents
in class KeyedEvent
WTException
public static String generateEventKey(String eventType)
eventType
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |