Package wt.content
Class ContentServiceEvent
java.lang.Object
wt.events.KeyedEvent
wt.content.ContentServiceEvent
- All Implemented Interfaces:
Serializable,wt.events.summary.SummarizedEvent
Events dispatched by the ContentService. All events have a ContentHolder
and an ApplicationData attached. Note that the target object of the
PRE_UPLOAD is dispatched right before an upload is started.
POST_UPLOAD is dispatched right after an upload is complete.
PRE_DOWNLOAD is dispatched right before an download is started.
POST_DOWNLOAD is dispatched right after an download is complete.
WARNING- if the sytem running has content replication enabled,
the download events MAY NOT be dispatched to the correct server for processing.
Do not depend on the dispatch of these events if you are using content
replication.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class wt.events.KeyedEvent
generateEventKey, generateEventKey, getAllEventNotificationDelegates, getConceptualClassname, getEventKey, getEventNotificationDelegate, getEventNotificationDelegate, getEventNotificationDelegate, getEventNotificationDelegateData, getEventNotificationDelegates, getEventTarget, getEventType, getTargetIDs, putEventNotificationDelegateData, toString
-
Field Details
-
PRE_UPLOAD
Supported API: true- See Also:
-
POST_UPLOAD
Supported API: true- See Also:
-
PRE_DOWNLOAD
Supported API: true- See Also:
-
POST_DOWNLOAD
Supported API: true- See Also:
-
CONTENT_COPY_FORWARD
Supported API: true- See Also:
-
READ_CONTENT
Supported API: true- See Also:
-