|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Deprecated. Fixed API deprecated since 10gR3
public interface ISISDocumentAPI
The command API implementation of the document commands.
| Field Summary | |
|---|---|
static java.lang.String |
API_CATEGORYDeprecated. Category for this Command API |
| Method Summary | |
|---|---|
ISISID |
_createID()Deprecated. |
ISISCreateDocumentResponse |
createDocument(ISISContext SISContext, ISISCreateDocumentRequest createDocumentRequest)Deprecated. Creates a document in the Stellent Image Server system. |
java.util.List |
getContentPages(ISISContext SISContext, ISISID identifier)Deprecated. Returns a list of available content pages for the specified identifier. |
java.util.List |
getContentPages(ISISContext SISContext, ISISID identifier, int dpi, int type, java.lang.String namespace, int scale, boolean highestResolution)Deprecated. Returns a list of available content pages for the specified identifier. |
ISISApplicationResponse |
getCreatableApplications(ISISContext SISContext)Deprecated. Retrieves a list of application types that can be used to create new documents. |
ISISCreateDocumentRequest |
getCreateDocumentRequest(ISISContext SISContext, ISISApplication application)Deprecated. This allows the client to obtain a list of fields for the application specified. |
ICISTransferStream |
getPageStream(ISISContext SISContext, ISISContentPage page)Deprecated. Retrieves the stream for the page indicated. |
java.util.List |
purgeCache(ISISContext SISContext, java.lang.String namespace)Deprecated. Removes previously exported documents from the server cache. |
java.lang.String |
uploadStream(ISISContext SISContext, ICISTransferStream stream)Deprecated. Uploads the specified stream to the Stellent Image Server, returns a ticket for use in further contribution related calls. |
| Field Detail |
|---|
static final java.lang.String API_CATEGORY
| Method Detail |
|---|
java.util.List getContentPages(ISISContext SISContext,
ISISID identifier)
throws CommandException
ISISContentPageSISContext - the context object representing the current useridentifier - The identifier for the piece of content to get pages from.CommandException
java.util.List getContentPages(ISISContext SISContext,
ISISID identifier,
int dpi,
int type,
java.lang.String namespace,
int scale,
boolean highestResolution)
throws CommandException
ISISContentPageSISContext - the context object representing the current useridentifier - The identifier for the piece of content to get pages from.dpi - An integer stating the DPI setting of the exported document. Default is 96.type - An integer that represents the format of the exported document. (3 = Image, 5 = Optika, 9 = Native, 8 = PDF) Default is 3.namespace - The name of the session sub folder in which the documents will be exported. Default is "AcordeContextExport".scale - An integer stating the zoom percent of the exported document. Default is 140.highestResolution - Default is false.CommandException
ISISCreateDocumentResponse createDocument(ISISContext SISContext,
ISISCreateDocumentRequest createDocumentRequest)
throws CommandException
SISContext - the context object representing the current usercreateDocumentRequest - The application type to get request for.CommandException
java.lang.String uploadStream(ISISContext SISContext,
ICISTransferStream stream)
throws CommandException
SISContext - the context object representing the current userstream - The stream to upload.CommandException
ICISTransferStream getPageStream(ISISContext SISContext,
ISISContentPage page)
throws CommandException
SISContext - the context object representing the current userpage - The page to get the stream for.CommandException
ISISApplicationResponse getCreatableApplications(ISISContext SISContext)
throws CommandException
SISContext - the context object representing the current userCommandException
ISISCreateDocumentRequest getCreateDocumentRequest(ISISContext SISContext,
ISISApplication application)
throws CommandException
SISContext - the context object representing the current userapplication - The application type to get request for.CommandException
java.util.List purgeCache(ISISContext SISContext,
java.lang.String namespace)
throws CommandException
ISISContentPage that were purged.SISContext - the context object representing the current usernamespace - The name of the session sub folder in which the documents will be purged.CommandExceptionISISID _createID()
|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||