|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentException | |
wt.clients.content | |
wt.content |
content package — Content Handling Service The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. |
Uses of ContentException in wt.clients.content |
Methods in wt.clients.content that throw ContentException | |
static HttpContentOperation |
UploadDownloadTaskLogic.downloadContents(AppletContext applet_context,
HttpContentOperation operation)
Method downloadContents downloads ApplicationData
items which are associated with a ContentHolder object. |
static HttpContentOperation |
UploadDownloadTaskLogic.uploadContents(ContentHolder content_holder,
AppletContext applet_context)
Method uploadContents uploads ApplicationData as
specified by the HttpContentOperation contained in the
given ContentHolder . |
static HttpContentOperation |
UploadDownloadTaskLogic.uploadContents(ContentHolder content_holder,
Vector files,
AppletContext applet_context)
Uploads the ApplicationData items in the given Vector . |
Uses of ContentException in wt.content |
Methods in wt.content that throw ContentException | |
HttpContentOperation |
StandardContentService.getHttpContentOperation(ObjectIdentifier opID)
Deprecated. |
HttpContentOperation |
StandardContentService.waitForStatus(HttpContentOperation op)
Deprecated. |
HttpOperationItem |
StandardContentService.waitForStatus(HttpOperationItem opItem)
Deprecated. |
HttpContentOperation |
ContentServiceSvr.getHttpContentOperation(ObjectIdentifier opID)
Deprecated. |
HttpContentOperation |
ContentServiceFwd.waitForStatus(HttpContentOperation op)
Deprecated. |
HttpOperationItem |
ContentServiceFwd.waitForStatus(HttpOperationItem opItem)
Deprecated. |
HttpContentOperation |
ContentService.waitForStatus(HttpContentOperation op)
Deprecated. |
HttpOperationItem |
ContentService.waitForStatus(HttpOperationItem opItem)
Deprecated. |
static void |
ContentHTTPStreamHelper.processContentStream(ContentHolder holder,
ContentHTTPStream cs)
Deprecated. Used to attach the content from the stream to a persisted ContentHolder. |
InputStream |
ContentHTTPStream.nextFileStream()
Deprecated. Supported API: true |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |