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.scs.file
Interface ISCSFileAPI

All Superinterfaces:
ICommandAPI

public interface ISCSFileAPI
extends ICommandAPI

The command API implementation of the file commands. This implementation can be accessed directly via the ICommandFacade class, using the API name file, with the following syntax:

 ISCSFileAPI commandAPI =
       (ISCSFileAPI)m_commandFacade.getCommandAPI ("file", m_commandFacade.getCommandTypeForName ("active"));
 

Field Summary
static java.lang.String API_CATEGORY
          Category for this Command API

 

Method Summary
 ISCSConvertedDisplayInfo _createConvertedDisplayInfo()
          Create a new converted display info object
 ISCSConvertedFileInfo _createConvertedFileInfo()
          Create a new converted file info object
 ISCSFileInfo _createFileInfo()
          Create a new file info object.
 ISCSFileRetrievalInfo _createFileRetrievalInfo()
          Create a file retrieval object.
 ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext, ISCSContentID contentID)
          Get a dynamic conversion of a specific rendition of a file.
 ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext, ISCSContentID contentID, ISCSConvertedFileInfo convertedFileInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext, ISCSDocumentID documentID)
          Get a dynamic conversion of a specific rendition of a file.
 ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext, ISCSDocumentID documentID, ISCSConvertedFileInfo convertedFileInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContentID contentID)
          Get a dynamic conversion of a specific rendition of a file.
 ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContentID contentID, ISCSConvertedFileInfo convertedFileInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSDocumentID documentID)
          Get a dynamic conversion of a specific rendition of a file.
 ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSDocumentID documentID, ISCSConvertedFileInfo convertedFileInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSContext SCSContext, ISCSContentID contentID)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSContext SCSContext, ISCSContentID contentID, ISCSConvertedFileInfo convertedFileInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSContext SCSContext, ISCSContentID contentID, ISCSConvertedFileInfo convertedFileInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSContext SCSContext, ISCSDocumentID documentID)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSContext SCSContext, ISCSDocumentID documentID, ISCSConvertedFileInfo convertedFileInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSContext SCSContext, ISCSDocumentID documentID, ISCSConvertedFileInfo convertedFileInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContentID contentID)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContentID contentID, ISCSConvertedFileInfo convertedFileInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContentID contentID, ISCSConvertedFileInfo convertedFileInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSDocumentID documentID)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSDocumentID documentID, ISCSConvertedFileInfo convertedFileInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSDocumentID documentID, ISCSConvertedFileInfo convertedFileInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Get a dynamic conversion of a specific rendition of a file.
 ISCSDynamicConverterConfigResponse getDynamicConverterConfig(ISCSContext SCSContext)
          Retrieves the document configuration information (security groups, available doc types, etc.)
 ISCSDynamicConverterConfigResponse getDynamicConverterConfig(ISCSRequestModifier requestModifier, ISCSContext SCSContext)
          Retrieves the document configuration information (security groups, available doc types, etc.)
 ICISTransferStream getDynamicFile(ISCSContext SCSContext, java.lang.String file)
          Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
 ICISTransferStream getDynamicFile(ISCSContext SCSContext, java.lang.String file, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
 ICISTransferStream getDynamicFile(ISCSContext SCSContext, java.lang.String file, ISCSFileRetrievalInfo retrievalInfo)
          Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
 ICISTransferStream getDynamicFile(ISCSContext SCSContext, java.lang.String file, ISCSFileRetrievalInfo retrievalInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
 ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.lang.String file)
          Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
 ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.lang.String file, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
 ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.lang.String file, ISCSFileRetrievalInfo retrievalInfo)
          Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
 ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.lang.String file, ISCSFileRetrievalInfo retrievalInfo, ISCSConvertedDisplayInfo convertedDisplayInfo)
          Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
 ICISTransferStream getFile(ISCSContext SCSContext, ISCSContentID contentID)
          Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class.
 ICISTransferStream getFile(ISCSContext SCSContext, ISCSContentID contentID, ISCSFileInfo fileInfo)
          Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class.
 ICISTransferStream getFile(ISCSContext SCSContext, ISCSDocumentID documentID)
          Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class.
 ICISTransferStream getFile(ISCSContext SCSContext, ISCSDocumentID documentID, ISCSFileInfo fileInfo)
          Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class.
 ICISTransferStream getFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContentID contentID)
          Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class.
 ICISTransferStream getFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContentID contentID, ISCSFileInfo fileInfo)
          Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class.
 ICISTransferStream getFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSDocumentID documentID)
          Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class.
 ICISTransferStream getFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSDocumentID documentID, ISCSFileInfo fileInfo)
          Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class.
 ICISAPIObjectFactory getObjectFactory()
          Retrieve the object factory associated with this API

 

Field Detail

API_CATEGORY

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

Method Detail

getObjectFactory

ICISAPIObjectFactory getObjectFactory()
Retrieve the object factory associated with this API

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
                                        ISCSDocumentID documentID)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
documentID - the document ID
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
                                        ISCSContext SCSContext,
                                        ISCSDocumentID documentID)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
documentID - the document ID
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
                                        ISCSDocumentID documentID,
                                        ISCSConvertedFileInfo convertedFileInfo)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
documentID - the document ID
convertedFileInfo - the converted file information
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
                                        ISCSContext SCSContext,
                                        ISCSDocumentID documentID,
                                        ISCSConvertedFileInfo convertedFileInfo)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
documentID - the document ID
convertedFileInfo - the converted file information
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
                                        ISCSDocumentID documentID,
                                        ISCSConvertedFileInfo convertedFileInfo,
                                        ISCSConvertedDisplayInfo convertedDisplayInfo)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
documentID - the document ID
convertedFileInfo - the converted file information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
                                        ISCSContext SCSContext,
                                        ISCSDocumentID documentID,
                                        ISCSConvertedFileInfo convertedFileInfo,
                                        ISCSConvertedDisplayInfo convertedDisplayInfo)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
documentID - the document ID
convertedFileInfo - the converted file information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
                                        ISCSContentID contentID)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
contentID - the content ID
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
                                        ISCSContext SCSContext,
                                        ISCSContentID contentID)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
contentID - the content ID
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
                                        ISCSContentID contentID,
                                        ISCSConvertedFileInfo convertedFileInfo)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
contentID - the content ID
convertedFileInfo - the converted file information
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
                                        ISCSContext SCSContext,
                                        ISCSContentID contentID,
                                        ISCSConvertedFileInfo convertedFileInfo)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
contentID - the content ID
convertedFileInfo - the converted file information
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSContext SCSContext,
                                        ISCSContentID contentID,
                                        ISCSConvertedFileInfo convertedFileInfo,
                                        ISCSConvertedDisplayInfo convertedDisplayInfo)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
contentID - the content ID
convertedFileInfo - the converted file information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConversion

ICISTransferStream getDynamicConversion(ISCSRequestModifier requestModifier,
                                        ISCSContext SCSContext,
                                        ISCSContentID contentID,
                                        ISCSConvertedFileInfo convertedFileInfo,
                                        ISCSConvertedDisplayInfo convertedDisplayInfo)
                                        throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
contentID - the content ID
convertedFileInfo - the converted file information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

executeDynamicConversion

ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext,
                                                       ISCSDocumentID documentID)
                                                       throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
documentID - the document ID
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

executeDynamicConversion

ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier,
                                                       ISCSContext SCSContext,
                                                       ISCSDocumentID documentID)
                                                       throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
documentID - the document ID
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

executeDynamicConversion

ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext,
                                                       ISCSDocumentID documentID,
                                                       ISCSConvertedFileInfo convertedFileInfo,
                                                       ISCSConvertedDisplayInfo convertedDisplayInfo)
                                                       throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
documentID - the document ID
convertedFileInfo - the converted file information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

executeDynamicConversion

ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier,
                                                       ISCSContext SCSContext,
                                                       ISCSDocumentID documentID,
                                                       ISCSConvertedFileInfo convertedFileInfo,
                                                       ISCSConvertedDisplayInfo convertedDisplayInfo)
                                                       throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
documentID - the document ID
convertedFileInfo - the converted file information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

executeDynamicConversion

ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext,
                                                       ISCSContentID contentID)
                                                       throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
contentID - the content ID
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

executeDynamicConversion

ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier,
                                                       ISCSContext SCSContext,
                                                       ISCSContentID contentID)
                                                       throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
contentID - the content ID
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

executeDynamicConversion

ISCSDynamicConversionResponse executeDynamicConversion(ISCSContext SCSContext,
                                                       ISCSContentID contentID,
                                                       ISCSConvertedFileInfo convertedFileInfo,
                                                       ISCSConvertedDisplayInfo convertedDisplayInfo)
                                                       throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
SCSContext - the context object representing the current user
contentID - the content ID
convertedFileInfo - the converted file information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

executeDynamicConversion

ISCSDynamicConversionResponse executeDynamicConversion(ISCSRequestModifier requestModifier,
                                                       ISCSContext SCSContext,
                                                       ISCSContentID contentID,
                                                       ISCSConvertedFileInfo convertedFileInfo,
                                                       ISCSConvertedDisplayInfo convertedDisplayInfo)
                                                       throws CommandException
Get a dynamic conversion of a specific rendition of a file. Must have dynamic converter component installed on the content server for this command to succeed.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
contentID - the content ID
convertedFileInfo - the converted file information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_GET_DYNAMIC_CONVERSION"

getDynamicConverterConfig

ISCSDynamicConverterConfigResponse getDynamicConverterConfig(ISCSContext SCSContext)
                                                             throws CommandException
Retrieves the document configuration information (security groups, available doc types, etc.)
Parameters:
SCSContext - the context object representing the current user
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_DC_CONFIG"

getDynamicConverterConfig

ISCSDynamicConverterConfigResponse getDynamicConverterConfig(ISCSRequestModifier requestModifier,
                                                             ISCSContext SCSContext)
                                                             throws CommandException
Retrieves the document configuration information (security groups, available doc types, etc.)
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_DC_CONFIG"

getDynamicFile

ICISTransferStream getDynamicFile(ISCSContext SCSContext,
                                  java.lang.String file)
                                  throws CommandException
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
Parameters:
SCSContext - the context object representing the current user
file - the path to the file to retrieve
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_STREAM_DYNAMIC_URL"

getDynamicFile

ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier,
                                  ISCSContext SCSContext,
                                  java.lang.String file)
                                  throws CommandException
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
file - the path to the file to retrieve
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_STREAM_DYNAMIC_URL"

getDynamicFile

ICISTransferStream getDynamicFile(ISCSContext SCSContext,
                                  java.lang.String file,
                                  ISCSFileRetrievalInfo retrievalInfo)
                                  throws CommandException
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
Parameters:
SCSContext - the context object representing the current user
file - the path to the file to retrieve
retrievalInfo - retrieval information
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_STREAM_DYNAMIC_URL"

getDynamicFile

ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier,
                                  ISCSContext SCSContext,
                                  java.lang.String file,
                                  ISCSFileRetrievalInfo retrievalInfo)
                                  throws CommandException
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
file - the path to the file to retrieve
retrievalInfo - retrieval information
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_STREAM_DYNAMIC_URL"

getDynamicFile

ICISTransferStream getDynamicFile(ISCSContext SCSContext,
                                  java.lang.String file,
                                  ISCSConvertedDisplayInfo convertedDisplayInfo)
                                  throws CommandException
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
Parameters:
SCSContext - the context object representing the current user
file - the path to the file to retrieve
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_STREAM_DYNAMIC_URL"

getDynamicFile

ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier,
                                  ISCSContext SCSContext,
                                  java.lang.String file,
                                  ISCSConvertedDisplayInfo convertedDisplayInfo)
                                  throws CommandException
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
file - the path to the file to retrieve
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_STREAM_DYNAMIC_URL"

getDynamicFile

ICISTransferStream getDynamicFile(ISCSContext SCSContext,
                                  java.lang.String file,
                                  ISCSFileRetrievalInfo retrievalInfo,
                                  ISCSConvertedDisplayInfo convertedDisplayInfo)
                                  throws CommandException
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
Parameters:
SCSContext - the context object representing the current user
file - the path to the file to retrieve
retrievalInfo - retrieval information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_STREAM_DYNAMIC_URL"

getDynamicFile

ICISTransferStream getDynamicFile(ISCSRequestModifier requestModifier,
                                  ISCSContext SCSContext,
                                  java.lang.String file,
                                  ISCSFileRetrievalInfo retrievalInfo,
                                  ISCSConvertedDisplayInfo convertedDisplayInfo)
                                  throws CommandException
Retrieve a dynamic file, such as of type hcst, hcsp and hcsf from the content server.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
file - the path to the file to retrieve
retrievalInfo - retrieval information
convertedDisplayInfo - bean describing if and how to rewrite the converted URLs
Throws:
CommandException
See Also:
"Content Server Documentation for: CIS_STREAM_DYNAMIC_URL"

getFile

ICISTransferStream getFile(ISCSContext SCSContext,
                           ISCSDocumentID documentID)
                           throws CommandException
Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
Parameters:
SCSContext - the context object representing the current user
documentID - the active document ID
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_FILE"

getFile

ICISTransferStream getFile(ISCSRequestModifier requestModifier,
                           ISCSContext SCSContext,
                           ISCSDocumentID documentID)
                           throws CommandException
Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
documentID - the active document ID
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_FILE"

getFile

ICISTransferStream getFile(ISCSContext SCSContext,
                           ISCSDocumentID documentID,
                           ISCSFileInfo fileInfo)
                           throws CommandException
Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
Parameters:
SCSContext - the context object representing the current user
documentID - the active document ID
fileInfo - the file information for the checkin
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_FILE"

getFile

ICISTransferStream getFile(ISCSRequestModifier requestModifier,
                           ISCSContext SCSContext,
                           ISCSDocumentID documentID,
                           ISCSFileInfo fileInfo)
                           throws CommandException
Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
documentID - the active document ID
fileInfo - the file information for the checkin
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_FILE"

getFile

ICISTransferStream getFile(ISCSContext SCSContext,
                           ISCSContentID contentID)
                           throws CommandException
Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
Parameters:
SCSContext - the context object representing the current user
contentID - the active content ID
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_FILE"

getFile

ICISTransferStream getFile(ISCSRequestModifier requestModifier,
                           ISCSContext SCSContext,
                           ISCSContentID contentID)
                           throws CommandException
Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
contentID - the active content ID
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_FILE"

getFile

ICISTransferStream getFile(ISCSContext SCSContext,
                           ISCSContentID contentID,
                           ISCSFileInfo fileInfo)
                           throws CommandException
Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
Parameters:
SCSContext - the context object representing the current user
contentID - the active content ID
fileInfo - the file information for the checkin
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_FILE"

getFile

ICISTransferStream getFile(ISCSRequestModifier requestModifier,
                           ISCSContext SCSContext,
                           ISCSContentID contentID,
                           ISCSFileInfo fileInfo)
                           throws CommandException
Use the GET_FILE command to retrieve a stream of content from the content server.
Will tranfer the files via the ICISTransferStream InputStream class. This class provides a mechanism for serializing the bytes between EJBs and client via the SCSFileTransferServlet. For local clients, no serialization is required and the stream is returned directly to the client from the content server.
Parameters:
requestModifier - modify the request
SCSContext - the context object representing the current user
contentID - the active content ID
fileInfo - the file information for the checkin
Throws:
CommandException
See Also:
"Content Server Documentation for: GET_FILE"

_createFileInfo

ISCSFileInfo _createFileInfo()
Create a new file info object.
Returns:
a new file info object

_createFileRetrievalInfo

ISCSFileRetrievalInfo _createFileRetrievalInfo()
Create a file retrieval object.
Returns:
a new file retrieval object

_createConvertedFileInfo

ISCSConvertedFileInfo _createConvertedFileInfo()
Create a new converted file info object
Returns:
a new converted file info object

_createConvertedDisplayInfo

ISCSConvertedDisplayInfo _createConvertedDisplayInfo()
Create a new converted display info object
Returns:
a new converted url info object

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.