Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.sis.document
Interface ISISDocumentAPI

All Superinterfaces:
ICommandAPI

Deprecated. Fixed API deprecated since 10gR3

public interface ISISDocumentAPI
extends ICommandAPI

The command API implementation of the document commands.


Field Summary
static java.lang.String API_CATEGORY
          Deprecated. 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

API_CATEGORY

static final java.lang.String API_CATEGORY
Deprecated. 
Category for this Command API
See Also:
Constant Field Values

Method Detail

getContentPages

java.util.List getContentPages(ISISContext SISContext,
                               ISISID identifier)
                               throws CommandException
Deprecated. 
Returns a list of available content pages for the specified identifier. ISISContentPage
Parameters:
SISContext - the context object representing the current user
identifier - The identifier for the piece of content to get pages from.
Throws:
CommandException

getContentPages

java.util.List getContentPages(ISISContext SISContext,
                               ISISID identifier,
                               int dpi,
                               int type,
                               java.lang.String namespace,
                               int scale,
                               boolean highestResolution)
                               throws CommandException
Deprecated. 
Returns a list of available content pages for the specified identifier. ISISContentPage
Parameters:
SISContext - the context object representing the current user
identifier - 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.
Throws:
CommandException

createDocument

ISISCreateDocumentResponse createDocument(ISISContext SISContext,
                                          ISISCreateDocumentRequest createDocumentRequest)
                                          throws CommandException
Deprecated. 
Creates a document in the Stellent Image Server system.
Parameters:
SISContext - the context object representing the current user
createDocumentRequest - The application type to get request for.
Throws:
CommandException

uploadStream

java.lang.String uploadStream(ISISContext SISContext,
                              ICISTransferStream stream)
                              throws CommandException
Deprecated. 
Uploads the specified stream to the Stellent Image Server, returns a ticket for use in further contribution related calls.
Parameters:
SISContext - the context object representing the current user
stream - The stream to upload.
Throws:
CommandException

getPageStream

ICISTransferStream getPageStream(ISISContext SISContext,
                                 ISISContentPage page)
                                 throws CommandException
Deprecated. 
Retrieves the stream for the page indicated. Returns an inputstream for the requested page.
Parameters:
SISContext - the context object representing the current user
page - The page to get the stream for.
Throws:
CommandException

getCreatableApplications

ISISApplicationResponse getCreatableApplications(ISISContext SISContext)
                                                 throws CommandException
Deprecated. 
Retrieves a list of application types that can be used to create new documents.
Parameters:
SISContext - the context object representing the current user
Throws:
CommandException

getCreateDocumentRequest

ISISCreateDocumentRequest getCreateDocumentRequest(ISISContext SISContext,
                                                   ISISApplication application)
                                                   throws CommandException
Deprecated. 
This allows the client to obtain a list of fields for the application specified. The fields will be returned in a format that is ready for a Create Document request.
Parameters:
SISContext - the context object representing the current user
application - The application type to get request for.
Throws:
CommandException

purgeCache

java.util.List purgeCache(ISISContext SISContext,
                          java.lang.String namespace)
                          throws CommandException
Deprecated. 
Removes previously exported documents from the server cache. Returns a list of page objects ISISContentPage that were purged.
Parameters:
SISContext - the context object representing the current user
namespace - The name of the session sub folder in which the documents will be purged.
Throws:
CommandException

_createID

ISISID _createID()
Deprecated. 

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.