A B C D E G H I J K L M N O P R S T U V W X

A

acquireConnection() - Method in interface oracle.stellent.ridc.protocol.ConnectionPool
 
acquireConnection() - Method in class oracle.stellent.ridc.protocol.impl.BlockingQueueConnectionPool
 
acquireConnection() - Method in class oracle.stellent.ridc.protocol.impl.SimpleConnectionPool
 
addClient(String, IdcClient) - Method in class oracle.stellent.ridc.IdcClientManager
Register a client with a given name
addField(DataResultSet.Field, String) - Method in interface oracle.stellent.ridc.model.DataResultSet
Add a field to the list of fields.
addField(DataResultSet.Field, String) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Add a field to the list of fields.
addFile(String, File) - Method in interface oracle.stellent.ridc.model.DataBinder
Add a file to this data binder.
addFile(String, TransferFile) - Method in interface oracle.stellent.ridc.model.DataBinder
Add a file to this data binder
addFile(String, File) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Add a file to this data binder.
addFile(String, TransferFile) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Add a file to this data binder
addLocaleInfo(DataBinder) - Static method in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
Add the localization information into the databinder
addOptionList(String, List<String>) - Method in interface oracle.stellent.ridc.model.DataBinder
Add an option list with the given names
addOptionList(String, List<String>) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Add an option list with the given names
addRequestHeaders(DataBinder, HttpMethod) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Set the request headers into the HTTP method.
addResultSet(String, DataResultSet) - Method in interface oracle.stellent.ridc.model.DataBinder
Add a result set with the given name
addResultSet(String, DataResultSet) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Add a result set with the given name
addRow(DataObject) - Method in interface oracle.stellent.ridc.model.DataResultSet
Add a row of data to this result set.
addRow(List<String>) - Method in interface oracle.stellent.ridc.model.DataResultSet
Add a row as an array of string values
addRow(List<String>) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Add a row as an array of string values
addRow(DataObject) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Add a row of data to this result set.
addStringToBinder(String, String, DataBinder) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
appendHeaderParameter(StringBuffer, String, String) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Append a header parameter onto the given buffer of parameters
appendReplacement(Matcher, StringBuffer) - Method in interface oracle.stellent.ridc.common.util.StringTools.RegexAppendCallback
Called during evaluation when a match is made

B

BasicCredentials - Class in oracle.stellent.ridc.auth.impl
Credentials to use for Basic Auth requests.
BasicCredentials(String, String) - Constructor for class oracle.stellent.ridc.auth.impl.BasicCredentials
The constructor with the username and password arguments.
BasicIdentity - Class in oracle.stellent.ridc.auth.impl
A simple identity that associates a username with some web credentials
BasicIdentity(String) - Constructor for class oracle.stellent.ridc.auth.impl.BasicIdentity
Build identity with no associated credentials
BasicIdentity(Credentials.BasicCredentials) - Constructor for class oracle.stellent.ridc.auth.impl.BasicIdentity
Build an identity using only basic credentials.
BasicIdentity(String, Credentials) - Constructor for class oracle.stellent.ridc.auth.impl.BasicIdentity
Associate a user with some credentials
BasicIdentity(String, String) - Constructor for class oracle.stellent.ridc.auth.impl.BasicIdentity
Associate a user ID with a basic password credential
BEGIN_HDA - Static variable in class oracle.stellent.ridc.model.serialize.HdaSerializerUtils
 
BEGIN_HDA - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
BEGIN_HDA_NO_HEADER - Static variable in class oracle.stellent.ridc.model.serialize.HdaSerializerUtils
 
BEGIN_HDA_NO_HEADER - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
BlockingQueueConnectionPool<TConnection extends Connection> - Class in oracle.stellent.ridc.protocol.impl
Threading model that uses a BlockingQueue to handle multiple Content Server connections.
BlockingQueueConnectionPool() - Constructor for class oracle.stellent.ridc.protocol.impl.BlockingQueueConnectionPool
 
BOOLEAN_FALSE - Static variable in class oracle.stellent.ridc.common.util.StringTools
Boolean string "false"
BOOLEAN_NO - Static variable in class oracle.stellent.ridc.common.util.StringTools
Boolean string "no" - analog for "false"
BOOLEAN_OFF - Static variable in class oracle.stellent.ridc.common.util.StringTools
Boolean string "off" - analog for "false"
BOOLEAN_ON - Static variable in class oracle.stellent.ridc.common.util.StringTools
Boolean string "on" - analog for "true"
BOOLEAN_TRUE - Static variable in class oracle.stellent.ridc.common.util.StringTools
Boolean string "true"
BOOLEAN_YES - Static variable in class oracle.stellent.ridc.common.util.StringTools
Boolean string "yes" - analog for "true"

C

change(String, String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Replaces the specified substring with the new substring in the given input.
chooseClientAlias(String[], Principal[], Socket) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.IntradocX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.IntradocX509KeyManager
 
CHR_BACK_SLASH - Static variable in class oracle.stellent.ridc.common.util.StringTools
Character for "\"
CHR_DOT - Static variable in class oracle.stellent.ridc.common.util.StringTools
Character for "."
CHR_FORWARD_SLASH - Static variable in class oracle.stellent.ridc.common.util.StringTools
Character for "/"
CHR_TAB - Static variable in class oracle.stellent.ridc.common.util.StringTools
Tab character
cleanupConnection(TConnection) - Method in interface oracle.stellent.ridc.protocol.ConnectionManager
Cleanup the connection on this service request
cleanupConnection(IdcHttpClientConnection) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpConnectionManager
Cleanup the connection on this service request
cleanupConnection(SocketConnection) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager
Cleanup the connection on this service request
clear() - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
close() - Method in class oracle.stellent.ridc.common.io.CloseNotifyInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in interface oracle.stellent.ridc.common.io.CloseNotifyInputStream.CloseMethod
Called when the stream closes
close() - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
close() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
Close this socket connection
close() - Method in class oracle.stellent.ridc.protocol.ServiceResponse
Close this response.
CloseNotifyInputStream - Class in oracle.stellent.ridc.common.io
Inputstream that will only read up to a given content length
CloseNotifyInputStream(InputStream, CloseNotifyInputStream.CloseMethod) - Constructor for class oracle.stellent.ridc.common.io.CloseNotifyInputStream
 
CloseNotifyInputStream.CloseMethod - Interface in oracle.stellent.ridc.common.io
Allow notifications of the close method
closeReader(Reader) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Close a reader, ignoring any exceptions that occur during the close
closeStream(InputStream) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Close a stream, ignoring any exceptions that occur during the close
closeStream(OutputStream) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Close a stream, ignoring any exceptions that occur during the close
closeWriter(Writer) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Close a writer, ignoring any exceptions that occur during the close
compileXPathExpression(String) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
concat(String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Fast 2 string concatenation using StringBuffer.
ConfigurationException - Exception in oracle.stellent.ridc.config
Errors while reading or writing the serialized configuration information.
ConfigurationException() - Constructor for exception oracle.stellent.ridc.config.ConfigurationException
 
ConfigurationException(String) - Constructor for exception oracle.stellent.ridc.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception oracle.stellent.ridc.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception oracle.stellent.ridc.config.ConfigurationException
 
ConfigurationSerializer<T extends IdcClientConfig> - Interface in oracle.stellent.ridc.config
Serialize the configuration of the clients in the given IdcClientManager objects.
connect() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
Connect this socket to the configured destination
Connection - Class in oracle.stellent.ridc.protocol
A connection to the Content Server for the given protocol.
Connection() - Constructor for class oracle.stellent.ridc.protocol.Connection
 
ConnectionManager<TConnection extends Connection,TClientConfig extends IdcClientConfig> - Interface in oracle.stellent.ridc.protocol
Manages connection lifecycle for a given IdcClient.
ConnectionPool<TConnection extends Connection> - Interface in oracle.stellent.ridc.protocol
The connection pool model to use to handle multiple connections to the Content Server.
ConnectionPoolManager - Class in oracle.stellent.ridc.protocol
Manages the available threading models
ConnectionPoolManager() - Constructor for class oracle.stellent.ridc.protocol.ConnectionPoolManager
 
containsFiles() - Method in interface oracle.stellent.ridc.model.DataBinder
 
containsFiles() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
containsKey(Object) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
containsValue(Object) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
CONTENT_LENGTH - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
copyReader(Reader, Writer, boolean, boolean) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Copy the contents of the Reader to the Writer
copyStream(InputStream, OutputStream, boolean, boolean) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Copy the contents of the inputstream to the outputstream
countBytes() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
 
createBinder() - Method in class oracle.stellent.ridc.IdcClient
 
createBinder() - Method in interface oracle.stellent.ridc.model.DataFactory
Create a new empty binder
createBinder() - Method in class oracle.stellent.ridc.model.impl.DataFactoryImpl
Create a new empty binder
createClient(String) - Method in class oracle.stellent.ridc.IdcClientManager
Create a new client instance based on the given URL.
createClient(IdcClientManager, String) - Method in interface oracle.stellent.ridc.IdcClientProvider
Create a new IDC client using the given URL
createClient(IdcClientManager, String) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientProvider
Create a new IDC client using the given URL
createClient(IdcClientManager, String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientProvider
Create a new IDC client using the given URL
createConnection(TClientConfig) - Method in interface oracle.stellent.ridc.protocol.ConnectionManager
Create a new connection.
createConnection(IdcHttpClientConfig) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpConnectionManager
Create a new connection.
createConnection(IntradocClientConfig) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager
Create a new connection.
createConnection(IntradocClientConfig) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SSLSocketConnectionManager
Create a new socket connection based on the given client configuration.
createConnectionManager() - Method in class oracle.stellent.ridc.IdcClient
Create the connection manager
createConnectionManager() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClient
Create the connection manager
createConnectionManager() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClient
Create the connection manager
createConnectionPool() - Method in class oracle.stellent.ridc.IdcClient
 
createConnectionPool(String, IdcClientConfig, ConnectionManager<TCon, IdcClientConfig>) - Method in class oracle.stellent.ridc.protocol.ConnectionPoolManager
Create a new connection pool
createDataObject() - Method in interface oracle.stellent.ridc.model.DataFactory
 
createDataObject() - Method in class oracle.stellent.ridc.model.impl.DataFactoryImpl
 
createFilePostInfo() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Add the file post header information to the map
createFilePostInfo(String, TransferFile) - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Create the post header for the file bytes send along in a multipart post
createHttpClient(boolean) - Static method in class oracle.stellent.ridc.protocol.http.HttpClientUtils
 
createInputStream() - Method in class oracle.stellent.ridc.protocol.http.obj.HdaFilePart.TransferFilePartSource
Gets a new InputStream for reading this source.
createParametersFromQuery(String) - Static method in class oracle.stellent.ridc.common.util.HttpUtils
Build a map of query name to value from a HTTP query string
createPostStr() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Package together the local data in a multipost manner
createProtocol(ServiceRequest<TConnection>) - Method in class oracle.stellent.ridc.IdcClient
Create the protocol to handle the request
createProtocol(ServiceRequest<IdcHttpClientConnection>) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClient
Create the protocol to handle the request
createProtocol(ServiceRequest<SocketConnection>) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClient
Create the protocol to handle the request
createQueryFromParameters(Map<String, String>) - Static method in class oracle.stellent.ridc.common.util.HttpUtils
Create the query string from the parameters.
createRequest(IdcContext, DataBinder, TConnection) - Method in class oracle.stellent.ridc.IdcClient
Create the service request object
createRequest(IdcContext, DataBinder, IdcHttpClientConnection) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClient
Create the service request object
createResponse(ServiceRequest<TConnection>, Protocol, ServiceResponse) - Method in class oracle.stellent.ridc.IdcClient
Analyze the response from the protocol and return
createResultSet() - Method in interface oracle.stellent.ridc.model.DataFactory
Create a new empty result set
createResultSet() - Method in class oracle.stellent.ridc.model.impl.DataFactoryImpl
Create a new empty result set
createSocket() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
Create the socket to the configured host
createSocket() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SSLSocketConnection
Create the socket to the configured host
Credentials - Interface in oracle.stellent.ridc.auth
Credentials used to visit URLs against the target Content Server.
Credentials.BasicCredentials - Interface in oracle.stellent.ridc.auth
Stores crendentials used for a Basic Auth SiteRequest
Credentials.HeaderCredentials - Interface in oracle.stellent.ridc.auth
Writes an HTTP Header to the request
Credentials.HttpClientCredentials - Interface in oracle.stellent.ridc.auth
HttpClient credentials

D

DATA_TYPES - Static variable in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Internally used data types that are supported in the HDA format that the databinder writes to, and reads from.
DataBinder - Interface in oracle.stellent.ridc.model
A DataBinder is the Data Model Object used for Content Server communication.
DataBinderImpl - Class in oracle.stellent.ridc.model.impl
Default databinder implementation.
DataBinderImpl() - Constructor for class oracle.stellent.ridc.model.impl.DataBinderImpl
 
DataFactory - Interface in oracle.stellent.ridc.model
Create objects in the data model
DataFactory.Direction - Enum in oracle.stellent.ridc.model
 
DataFactoryImpl - Class in oracle.stellent.ridc.model.impl
Datafactory for the standard IDC versions of the data objects.
DataFactoryImpl() - Constructor for class oracle.stellent.ridc.model.impl.DataFactoryImpl
 
DataObject - Interface in oracle.stellent.ridc.model
Generic data object that holds name/value pairs.
DataObjectEncodingUtils - Class in oracle.stellent.ridc.model.impl
Data encoding utilities
DataObjectEncodingUtils() - Constructor for class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
 
DataObjectImpl - Class in oracle.stellent.ridc.model.impl
A mapping of name/value pairs
DataObjectImpl() - Constructor for class oracle.stellent.ridc.model.impl.DataObjectImpl
 
DataResultSet - Interface in oracle.stellent.ridc.model
Result set in a data binder.
DataResultSet.Field - Class in oracle.stellent.ridc.model
 
DataResultSet.Field(String) - Constructor for class oracle.stellent.ridc.model.DataResultSet.Field
Construct a field with the given name
DataResultSet.Field.Type - Enum in oracle.stellent.ridc.model
 
DataResultSetImpl - Class in oracle.stellent.ridc.model.impl
A result set of content from the Content Server.
DataResultSetImpl() - Constructor for class oracle.stellent.ridc.model.impl.DataResultSetImpl
 
DataResultSetRow - Class in oracle.stellent.ridc.model.impl
 
DataResultSetRow(DataResultSetImpl, List<String>) - Constructor for class oracle.stellent.ridc.model.impl.DataResultSetRow
 
DATE_FORMAT - Static variable in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
 
DATE_STRING - Static variable in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
 
decode(String) - Static method in class oracle.stellent.ridc.model.serialize.HdaSerializerUtils
Decodes a string with backslash escaped characters, "\\n" goes to "\n"
decodeDate(String) - Static method in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
Parse the date from the encoded string.
DEFAULT_ENCODING - Static variable in class oracle.stellent.ridc.IdcContext
default encoding
DEFAULT_USER - Static variable in class oracle.stellent.ridc.IdcContext
default user ID
determineFormat(InputStream, String) - Static method in class oracle.stellent.ridc.model.serialize.HdaSerializerUtils
Determines the format by looking at the first bytes of the stream and checkin it against the HdaSerializerUtils.BEGIN_HDA string for equality.

E

encode(String) - Static method in class oracle.stellent.ridc.model.serialize.HdaSerializerUtils
Encodes a string to have backslash escape characters, "\n" goes to "\\n"
encodeDate(Date) - Static method in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
Encode the date in the standard ODBC date format
END_HDA - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
END_HEADER_LINE - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
END_HEADERS - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
END_MESSAGE - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
END_SERVER_HEADERS - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
entrySet() - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
equals(Object) - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
evaluateRegexWithCallback(String, String, StringTools.RegexAppendCallback) - Static method in class oracle.stellent.ridc.common.util.StringTools
Analyze a string and invoke a callback when a match is found.
evaluateToNode(String) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Evaluate the xpath expression; return the result as a Node
evaluateToNodeList(String) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Evaluate the xpath expression; return the result as a NodeList
evaluateToString(String) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Evaluate the xpath expression; return the result as a String.
evaluateXPath(String, QName) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
executeBinderMethod(ServiceRequest, List<NameValuePair>) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Execute an HTTP method against the content server that POSTs a binder in HDA format
executeStreamMethod(ServiceRequest, List<NameValuePair>) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Execute a multipart POST method against the content server that uploads the given files.

G

get(Object) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
getAdditionalHeaders(DataBinder) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Returns a properties object with headers contained in binder.
getAlgorithm() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getArrayFromCsvString(String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Parses comma (",") delimited string to string array.
getBinder() - Method in exception oracle.stellent.ridc.protocol.ServiceException
 
getBoolean(String, boolean) - Method in interface oracle.stellent.ridc.model.DataObject
Retrieve the result as a boolean
getBoolean(DataObject, String, boolean) - Static method in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
Retrieve the result as a boolean
getBoolean(String, boolean) - Method in class oracle.stellent.ridc.model.impl.DataObjectImpl
Retrieve the result as a boolean
getBoolean(String, boolean) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
Retrieve the result as a boolean
getBooleanProperty(String, boolean) - Method in class oracle.stellent.ridc.IdcClientConfig
 
getBreakString() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
 
getBytes(String) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Utility function to obtain a byte stream based on the encoding set, or to the default system encoding if no encoding is set.
getBytes(String) - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Utility function to obtain a byte stream based on the encoding set, or to the default system encoding if no encoding is set.
getCalendar(String) - Method in interface oracle.stellent.ridc.model.DataObject
Retrieve the date.
getCalendar(DataObject, String) - Static method in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
Retrieve the getCalendar.
getCalendar(String) - Method in class oracle.stellent.ridc.model.impl.DataObjectImpl
 
getCalendar(String) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
getCertificateChain(String) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.IntradocX509KeyManager
 
getClient(String) - Method in class oracle.stellent.ridc.IdcClientManager
Retrieve a client by name
getClientAliases(String, Principal[]) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.IntradocX509KeyManager
 
getClientConfig() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getClientNames() - Method in class oracle.stellent.ridc.IdcClientManager
 
getConfig() - Method in class oracle.stellent.ridc.IdcClient
 
getConfig() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
 
getConnection() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getConnection() - Method in class oracle.stellent.ridc.protocol.ServiceRequest
 
getConnectionManager() - Method in class oracle.stellent.ridc.IdcClient
 
getConnectionPool() - Method in class oracle.stellent.ridc.IdcClient
 
getConnectionPool() - Method in class oracle.stellent.ridc.IdcClientConfig
 
getConnectionPoolManager() - Method in class oracle.stellent.ridc.IdcClientManager
 
getConnectionSize() - Method in class oracle.stellent.ridc.IdcClientConfig
 
getConnectionString() - Method in class oracle.stellent.ridc.IdcClientConfig
 
getConnectionWaitTime() - Method in class oracle.stellent.ridc.IdcClientConfig
 
getContentLength() - Method in class oracle.stellent.ridc.model.TransferFile
 
getContentType() - Method in class oracle.stellent.ridc.model.TransferFile
 
getContextNode() - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
getCredentials() - Method in interface oracle.stellent.ridc.auth.Credentials.HttpClientCredentials
 
getCredentials() - Method in interface oracle.stellent.ridc.auth.Identity
 
getCredentials() - Method in class oracle.stellent.ridc.auth.impl.BasicIdentity
 
getCredentials() - Method in class oracle.stellent.ridc.auth.impl.HttpClientCredentials
 
getCredentials() - Method in class oracle.stellent.ridc.IdcContext
 
getCrendentials(Credentials) - Static method in class oracle.stellent.ridc.protocol.http.HttpClientUtils
Create the appropiate crendentials from the given identity
getCsvFromCollection(Collection) - Static method in class oracle.stellent.ridc.common.util.StringTools
Constructs string from a collection
getDataBinder() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
 
getDataBinder() - Method in class oracle.stellent.ridc.protocol.ServiceRequest
 
getDataFactory() - Method in class oracle.stellent.ridc.IdcClient
 
getDataFactory() - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
 
getDataFactory() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getDataFactory() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getDate(String) - Method in interface oracle.stellent.ridc.model.DataObject
Retrieve the date.
getDate(String) - Method in class oracle.stellent.ridc.model.impl.DataObjectImpl
Retrieve the date.
getDate(String) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
Retrieve the date.
getDefaultParameters(ServiceRequest) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Create a list of the default NameValuePair parameters
getDelimitedList(String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Get List of tokens from delimited original string
getElementById(String) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Retrieve an element by ID.
getEncoding() - Method in class oracle.stellent.ridc.IdcContext
 
getEncoding() - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Obtain the file encoding for the files referenced in this object.
getEncoding() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getEncoding() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getField(String) - Method in interface oracle.stellent.ridc.model.DataResultSet
Retrieve the field object with the given name.
getField(int) - Method in interface oracle.stellent.ridc.model.DataResultSet
The column fields corresponding to the given name
getField(String) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Retrieve the field object with the given name.
getField(int) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
The column fields corresponding to the given name
getFieldIndex(String) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Retrieve the field index.
getFields() - Method in interface oracle.stellent.ridc.model.DataResultSet
 
getFields() - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
 
getFieldType(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Retrieve the field type for a given property.
getFieldType(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Retrieve the field type for a given property.
getFieldTypeNames() - Method in interface oracle.stellent.ridc.model.DataBinder
 
getFieldTypeNames() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getFile(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Retrieve a file from this data binder
getFile(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Retrieve a file from this data binder
getFileName() - Method in class oracle.stellent.ridc.model.TransferFile
 
getFileName() - Method in class oracle.stellent.ridc.protocol.http.obj.HdaFilePart.TransferFilePartSource
Gets the name of the file this source represents.
getFileNames() - Method in interface oracle.stellent.ridc.model.DataBinder
 
getFileNames() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getFiles() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getFirstSegment(String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Get first string segment separated by passed separator
getHeader(String) - Method in class oracle.stellent.ridc.protocol.ServiceResponse
Retrieve the header by name
getHeaderCharset() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getHeaderNames() - Method in class oracle.stellent.ridc.protocol.ServiceResponse
 
getHeaders() - Method in exception oracle.stellent.ridc.protocol.http.HttpProtocolException
 
getHeaders() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getHeaderString(String, boolean, long, Map<String, String>) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getHostname() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getHttpClient() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
 
getHttpClient() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getInputStream() - Method in class oracle.stellent.ridc.model.TransferFile
 
getInputStream() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getInputStream() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getInputStream() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
 
getIntArrayFromDelimitedString(String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Parses string with the specified delimiter and returns array of ints as a result of parsing.
getInteger(String) - Method in interface oracle.stellent.ridc.model.DataObject
Retrieve a value as an integer
getInteger(DataObject, String, int) - Static method in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
Retrieve an integer from the DataObject
getInteger(String) - Method in class oracle.stellent.ridc.model.impl.DataObjectImpl
Retrieve a value as an integer
getInteger(String) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
Retrieve a value as an integer
getIntProperty(String, int) - Method in class oracle.stellent.ridc.IdcClientConfig
 
getKeystoreAlias() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getKeystoreAliasPassword() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getKeystoreFile() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getKeystorePassword() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getLastSegment(String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Get last string segment separated by passed separator
getLastSegment(String, String, boolean) - Static method in class oracle.stellent.ridc.common.util.StringTools
Get last string segment separated by passed separator
getLength() - Method in class oracle.stellent.ridc.protocol.http.obj.HdaFilePart.TransferFilePartSource
Gets the number of bytes contained in this source.
getListFromCsv(String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Parses comma delimited string to List of String instances
getListFromDelimitedString(String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Parses data with the specified delimiter
getLocal(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Shortcut for getLocalData().get(name)
getLocal(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Shortcut for getLocalData().get(name)
getLocalData() - Method in interface oracle.stellent.ridc.model.DataBinder
 
getLocalData() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getLog(String) - Method in interface oracle.stellent.ridc.common.log.ILogProvider
Retrieve a log object associated with the given name
getLog(String) - Method in class oracle.stellent.ridc.common.log.jdk.JDKProvider
Retrieve a log object associated with the given name
getLog(String) - Method in class oracle.stellent.ridc.common.log.log4j.Log4jProvider
Retrieve a log object associated with the given name
getLog(Class) - Static method in class oracle.stellent.ridc.common.log.LogFactory
Obtain the logging object via the provider
getLog(String) - Static method in class oracle.stellent.ridc.common.log.LogFactory
Obtain the logging object via the provider
getLog(String) - Method in class oracle.stellent.ridc.common.log.simple.SimpleLogProvider
Retrieve a log object associated with the given name
getLoggingLevel(ILog.Level) - Method in class oracle.stellent.ridc.common.log.jdk.JDKLog
Determine the logger level from the ILog.Level
getLong(DataObject, String, long) - Static method in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
Retrieve an long from the DataObject
getLongProperty(String, long) - Method in class oracle.stellent.ridc.IdcClientConfig
 
getLongsListFromCsv(String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Parses comma delimited string to List of Long instances
getMaxLen() - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
getMethod() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
 
getName() - Method in interface oracle.stellent.ridc.auth.Credentials.HeaderCredentials
 
getName() - Method in class oracle.stellent.ridc.auth.impl.BasicIdentity
Returns the name of this principal.
getName() - Method in class oracle.stellent.ridc.auth.impl.HeaderCredentials
 
getName() - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
getNamespaceContext() - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
getNamespaceURI(String) - Method in class oracle.stellent.ridc.common.xml.MapNamespaceContext
Queries our map for the prefix value; also handles the default "xml" prefix.
getOptionList(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Retrieve a specific option list by name
getOptionList(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Retrieve a specific option list by name
getOptionListNames() - Method in interface oracle.stellent.ridc.model.DataBinder
 
getOptionListNames() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getOptionLists() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getOutputStream() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getOutputStream() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
 
getPassword() - Method in interface oracle.stellent.ridc.auth.Credentials.BasicCredentials
 
getPassword() - Method in class oracle.stellent.ridc.auth.impl.BasicCredentials
 
getPort() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getPostString() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
 
getPrefix(String) - Method in class oracle.stellent.ridc.common.xml.MapNamespaceContext
This method isn't necessary for XPath processing.
getPrefixes(String) - Method in class oracle.stellent.ridc.common.xml.MapNamespaceContext
This method isn't necessary for XPath processing either.
getPrivateKey(String) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.IntradocX509KeyManager
 
getProperty(String) - Method in class oracle.stellent.ridc.IdcClientConfig
 
getPropertyNames() - Method in class oracle.stellent.ridc.IdcClientConfig
 
getProvider(String) - Method in class oracle.stellent.ridc.IdcClientManager
Retrieve a provider by protocol name
getResponseAsBinder() - Method in class oracle.stellent.ridc.protocol.ServiceResponse
Convert the response stream to a data binder
getResponseAsBinder(boolean) - Method in class oracle.stellent.ridc.protocol.ServiceResponse
Convert the response stream to a data binder
getResponseAsString() - Method in class oracle.stellent.ridc.protocol.ServiceResponse
 
getResponseStream() - Method in class oracle.stellent.ridc.protocol.ServiceResponse
 
getResponseType() - Method in class oracle.stellent.ridc.protocol.ServiceResponse
 
getResultSet(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Retrieve the result set by name
getResultSet(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Retrieve the result set by name
getResultSetNames() - Method in interface oracle.stellent.ridc.model.DataBinder
 
getResultSetNames() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getResultSets() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getRootNode() - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
getRows() - Method in interface oracle.stellent.ridc.model.DataResultSet
 
getRows() - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
 
getSegment(String, String, int) - Static method in class oracle.stellent.ridc.common.util.StringTools
Returns the segment, null if not found, first segment is segment 0
getServerAliases(String, Principal[]) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.IntradocX509KeyManager
 
getService() - Method in class oracle.stellent.ridc.protocol.ServiceRequest
 
getServiceRequest() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getServiceRequest() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getSocketConnection() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getSocketManager(String) - Static method in class oracle.stellent.ridc.protocol.intradoc.IntradocClient
 
getSocketTimeout() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getSocketType() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getStatus() - Method in exception oracle.stellent.ridc.protocol.http.HttpProtocolException
 
getStatusCode() - Method in exception oracle.stellent.ridc.protocol.ServiceException
 
getStringFromFile(File) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Convert the contents of the file into a string
getStringFromFile(File, String) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Convert the contents of the file into a string
getStringFromStream(InputStream) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Read the stream and create a string using the default system encoding
getStringFromStream(InputStream, String) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
Read the stream and create a string from the contents, using the given encoding
getStringProperty(String, String) - Method in class oracle.stellent.ridc.IdcClientConfig
 
getTransferEncoding() - Method in class oracle.stellent.ridc.protocol.http.obj.HdaFilePart
Returns the transfer encoding of this part.
getTransferEncoding() - Method in class oracle.stellent.ridc.protocol.http.obj.HdaStringPart
Returns the transfer encoding of this part.
getTrustManagerFile() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getTrustManagerPassword() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getType() - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
getUser() - Method in class oracle.stellent.ridc.IdcContext
 
getUserContext() - Method in class oracle.stellent.ridc.protocol.ServiceRequest
 
getUserName() - Method in interface oracle.stellent.ridc.auth.Credentials.BasicCredentials
 
getUserName() - Method in class oracle.stellent.ridc.auth.impl.BasicCredentials
 
getValue() - Method in interface oracle.stellent.ridc.auth.Credentials.HeaderCredentials
 
getValue() - Method in class oracle.stellent.ridc.auth.impl.HeaderCredentials
 
getWrappedStream() - Method in class oracle.stellent.ridc.common.io.CloseNotifyInputStream
 
getXPath() - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
 

H

hasCredentials() - Method in class oracle.stellent.ridc.IdcContext
 
hasField(String) - Method in interface oracle.stellent.ridc.model.DataResultSet
Determines if the field is present in this result set
hasField(String) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Determines if the field is present in this result set
hashCode() - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
HdaBinderSerializer - Class in oracle.stellent.ridc.model.serialize
Serializes a databinder to HDA format
HdaBinderSerializer(String, DataFactory) - Constructor for class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
 
HdaFilePart - Class in oracle.stellent.ridc.protocol.http.obj
 
HdaFilePart(String, TransferFile) - Constructor for class oracle.stellent.ridc.protocol.http.obj.HdaFilePart
FilePart Constructor.
HdaFilePart.TransferFilePartSource - Class in oracle.stellent.ridc.protocol.http.obj
Converts an IDataFile into a PartSource
HdaFilePart.TransferFilePartSource(TransferFile) - Constructor for class oracle.stellent.ridc.protocol.http.obj.HdaFilePart.TransferFilePartSource
 
HdaProtocol - Class in oracle.stellent.ridc.protocol.intradoc
 
HdaProtocol(DataFactory, ServiceRequest<SocketConnection>) - Constructor for class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
HdaSerializerUtils - Class in oracle.stellent.ridc.model.serialize
Utility methods used when serilazing binders in HDA protocol.
HdaSerializerUtils() - Constructor for class oracle.stellent.ridc.model.serialize.HdaSerializerUtils
 
HdaSerializerUtils.FormatType - Enum in oracle.stellent.ridc.model.serialize
The format type of the stream
HdaStringPart - Class in oracle.stellent.ridc.protocol.http.obj
 
HdaStringPart(String, String, String) - Constructor for class oracle.stellent.ridc.protocol.http.obj.HdaStringPart
Constructor.
HdaStringPart(String, String) - Constructor for class oracle.stellent.ridc.protocol.http.obj.HdaStringPart
Constructor.
HEADER_LINE - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
HeaderCredentials - Class in oracle.stellent.ridc.auth.impl
Credentials that write a custom HTTP Header
HeaderCredentials(String, String) - Constructor for class oracle.stellent.ridc.auth.impl.HeaderCredentials
 
HTTP_HOST - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
HttpClientCredentials - Class in oracle.stellent.ridc.auth.impl
 
HttpClientCredentials(Credentials) - Constructor for class oracle.stellent.ridc.auth.impl.HttpClientCredentials
 
HttpClientUtils - Class in oracle.stellent.ridc.protocol.http
Utility methods for working with the HttpClient APIs
HttpClientUtils() - Constructor for class oracle.stellent.ridc.protocol.http.HttpClientUtils
 
HttpProtocolException - Exception in oracle.stellent.ridc.protocol.http
Exceptions in the IdcHttpProtocol implementation
HttpProtocolException(String, int, Map<String, String>) - Constructor for exception oracle.stellent.ridc.protocol.http.HttpProtocolException
 
HttpProtocolException(int, Map<String, String>) - Constructor for exception oracle.stellent.ridc.protocol.http.HttpProtocolException
 
HttpUtils - Class in oracle.stellent.ridc.common.util
Class for holding utility methods for working with HTTP
HttpUtils() - Constructor for class oracle.stellent.ridc.common.util.HttpUtils
 

I

IDC_FILE - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
IdcClient<TConfig extends IdcClientConfig,TProtocol extends Protocol,TConnection extends Connection> - Class in oracle.stellent.ridc
Represents a connection to a single Content Server.
IdcClient(IdcClientManager, TConfig) - Constructor for class oracle.stellent.ridc.IdcClient
 
IdcClientConfig - Class in oracle.stellent.ridc
Configuration parameters for individual IDC clients
IdcClientConfig() - Constructor for class oracle.stellent.ridc.IdcClientConfig
 
IdcClientException - Exception in oracle.stellent.ridc
Base exception for all IDC client errors
IdcClientException() - Constructor for exception oracle.stellent.ridc.IdcClientException
 
IdcClientException(String) - Constructor for exception oracle.stellent.ridc.IdcClientException
 
IdcClientException(String, Throwable) - Constructor for exception oracle.stellent.ridc.IdcClientException
 
IdcClientException(Throwable) - Constructor for exception oracle.stellent.ridc.IdcClientException
 
IdcClientManager - Class in oracle.stellent.ridc
Manages the IDC clients.
IdcClientManager() - Constructor for class oracle.stellent.ridc.IdcClientManager
 
IdcClientProvider - Interface in oracle.stellent.ridc
Implemented by each client protocol to create clients
IdcContext - Class in oracle.stellent.ridc
Holds user-specific information needed to execute a Content Server service.
IdcContext() - Constructor for class oracle.stellent.ridc.IdcContext
 
IdcContext(String) - Constructor for class oracle.stellent.ridc.IdcContext
 
IdcContext(String, String) - Constructor for class oracle.stellent.ridc.IdcContext
 
IdcContext(String, Credentials) - Constructor for class oracle.stellent.ridc.IdcContext
 
IdcHttpClient - Class in oracle.stellent.ridc.protocol.http
 
IdcHttpClient(IdcClientManager, IdcHttpClientConfig) - Constructor for class oracle.stellent.ridc.protocol.http.IdcHttpClient
 
IdcHttpClientConfig - Class in oracle.stellent.ridc.protocol.http
 
IdcHttpClientConfig() - Constructor for class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
IdcHttpClientConnection - Class in oracle.stellent.ridc.protocol.http
 
IdcHttpClientConnection(HttpClient) - Constructor for class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
 
IdcHttpClientProvider - Class in oracle.stellent.ridc.protocol.http
 
IdcHttpClientProvider() - Constructor for class oracle.stellent.ridc.protocol.http.IdcHttpClientProvider
 
IdcHttpConnectionManager - Class in oracle.stellent.ridc.protocol.http
 
IdcHttpConnectionManager() - Constructor for class oracle.stellent.ridc.protocol.http.IdcHttpConnectionManager
 
IdcHttpProtocol - Class in oracle.stellent.ridc.protocol.http
 
IdcHttpProtocol(ServiceRequest<IdcHttpClientConnection>, DataFactory, IdcHttpClientConfig) - Constructor for class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
Identity - Interface in oracle.stellent.ridc.auth
The identity of the user executing this request
ILog - Interface in oracle.stellent.ridc.common.log
Simple abstraction for various logging frameworks.
ILog.Level - Enum in oracle.stellent.ridc.common.log
the log level
ILogProvider - Interface in oracle.stellent.ridc.common.log
Provider object that creates log objects
initialize() - Method in class oracle.stellent.ridc.IdcClient
Initialize the client.
initialize(IdcClientConfig, ConnectionManager<TConnection, IdcClientConfig>) - Method in interface oracle.stellent.ridc.protocol.ConnectionPool
Initialize the threading model
initialize(IdcClientConfig, ConnectionManager<TConnection, IdcClientConfig>) - Method in class oracle.stellent.ridc.protocol.impl.BlockingQueueConnectionPool
Initialize the threading model
initialize(IdcClientConfig, ConnectionManager<TConnection, IdcClientConfig>) - Method in class oracle.stellent.ridc.protocol.impl.SimpleConnectionPool
Initialize the threading model
initializeConnection(TConnection) - Method in interface oracle.stellent.ridc.protocol.ConnectionManager
Initialize a connection aquired from the threading model to use with this service request object.
initializeConnection(IdcHttpClientConnection) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpConnectionManager
Initialize a connection aquired from the threading model to use with this service request object.
initializeConnection(SocketConnection) - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager
Initialize a connection aquired from the threading model to use with this service request object.
initNamespaceContext(NamespaceContext) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Initialize the namespace context.
insertRow(DataObject, int) - Method in interface oracle.stellent.ridc.model.DataResultSet
Add a row of data to this result set in the given row.
insertRow(List<String>, int) - Method in interface oracle.stellent.ridc.model.DataResultSet
Add a row as an array of string values
insertRow(List<String>, int) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Add a row as an array of string values
insertRow(DataObject, int) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Add a row of data to this result set in the given row.
IntradocClient - Class in oracle.stellent.ridc.protocol.intradoc
The Intradoc implementation of the IDC client.
IntradocClient(IdcClientManager, IntradocClientConfig) - Constructor for class oracle.stellent.ridc.protocol.intradoc.IntradocClient
 
IntradocClientConfig - Class in oracle.stellent.ridc.protocol.intradoc
 
IntradocClientConfig() - Constructor for class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
IntradocClientProvider - Class in oracle.stellent.ridc.protocol.intradoc
Creates the HDA clients
IntradocClientProvider() - Constructor for class oracle.stellent.ridc.protocol.intradoc.IntradocClientProvider
 
IntradocX509KeyManager - Class in oracle.stellent.ridc.protocol.intradoc.socket
 
IntradocX509KeyManager(String, X509KeyManager) - Constructor for class oracle.stellent.ridc.protocol.intradoc.socket.IntradocX509KeyManager
 
isConnected() - Method in class oracle.stellent.ridc.protocol.Connection
 
isConnected() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
 
isConnected() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
 
isConnectionPoolRegistered(String) - Method in class oracle.stellent.ridc.protocol.ConnectionPoolManager
Determine if the given threading model name is registered
isEmpty(String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Verifies whether passed string is empty or not.
isEmpty() - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
isFixedLen() - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
isInitialized() - Method in class oracle.stellent.ridc.IdcClient
 
isIOException() - Method in exception oracle.stellent.ridc.protocol.ProtocolException
 
isLogEnabled(ILog.Level) - Method in interface oracle.stellent.ridc.common.log.ILog
Determine if logging is enabled for a given level
isLogEnabled(ILog.Level) - Method in class oracle.stellent.ridc.common.log.jdk.JDKLog
Determine if logging is enabled for a given level
isLogEnabled(ILog.Level) - Method in class oracle.stellent.ridc.common.log.log4j.Log4jLog
Determine if logging is enabled for a given level
isLogEnabled(ILog.Level) - Method in class oracle.stellent.ridc.common.log.simple.SimpleLog
Determine if logging is enabled for a given level
ISO8601 - Class in oracle.stellent.ridc.common.util
For parsing dates in ISO-8601 Format.
ISO8601() - Constructor for class oracle.stellent.ridc.common.util.ISO8601
 
isReleased() - Method in class oracle.stellent.ridc.protocol.ServiceResponse
 

J

JDKLog - Class in oracle.stellent.ridc.common.log.jdk
 
JDKLog(Logger) - Constructor for class oracle.stellent.ridc.common.log.jdk.JDKLog
 
JDKProvider - Class in oracle.stellent.ridc.common.log.jdk
 
JDKProvider() - Constructor for class oracle.stellent.ridc.common.log.jdk.JDKProvider
 

K

keySet() - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 

L

LengthLimitedInputStream - Class in oracle.stellent.ridc.common.io
Inputstream that will only read up to a given content length
LengthLimitedInputStream(InputStream, int) - Constructor for class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
loadFieldTypes() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Load the internal field types by examining the blFieldTypes local data.
log(String, ILog.Level) - Method in interface oracle.stellent.ridc.common.log.ILog
Log a message to this logger object
log(String, Throwable, ILog.Level) - Method in interface oracle.stellent.ridc.common.log.ILog
Log a message with a corresponding exception to this logger
log(String, ILog.Level) - Method in class oracle.stellent.ridc.common.log.jdk.JDKLog
Log a message to this logger object
log(String, Throwable, ILog.Level) - Method in class oracle.stellent.ridc.common.log.jdk.JDKLog
Log a message with a corresponding exception to this logger
log(String, ILog.Level) - Method in class oracle.stellent.ridc.common.log.log4j.Log4jLog
Log a message to this logger object
log(String, Throwable, ILog.Level) - Method in class oracle.stellent.ridc.common.log.log4j.Log4jLog
Log a message with a corresponding exception to this logger
log(String, ILog.Level) - Method in class oracle.stellent.ridc.common.log.simple.SimpleLog
Log a message to this logger object
log(String, Throwable, ILog.Level) - Method in class oracle.stellent.ridc.common.log.simple.SimpleLog
Log a message with a corresponding exception to this logger
Log4jLog - Class in oracle.stellent.ridc.common.log.log4j
 
Log4jLog(Logger) - Constructor for class oracle.stellent.ridc.common.log.log4j.Log4jLog
 
Log4jProvider - Class in oracle.stellent.ridc.common.log.log4j
 
Log4jProvider() - Constructor for class oracle.stellent.ridc.common.log.log4j.Log4jProvider
 
LogFactory - Class in oracle.stellent.ridc.common.log
Calls into the currently active ILogProvider to obtain log objects.
LogFactory() - Constructor for class oracle.stellent.ridc.common.log.LogFactory
 

M

m_category - Variable in class oracle.stellent.ridc.common.log.simple.SimpleLog
 
m_categoryName - Variable in class oracle.stellent.ridc.common.log.simple.SimpleLog
 
m_contentLength - Variable in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
m_contextNode - Variable in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
m_currentPosition - Variable in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
m_defaultPrefix - Variable in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
m_documentRoot - Variable in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
m_logger - Variable in class oracle.stellent.ridc.common.log.jdk.JDKLog
 
m_namespaceContext - Variable in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
m_namespaces - Variable in class oracle.stellent.ridc.common.xml.MapNamespaceContext
 
m_transferFile - Variable in class oracle.stellent.ridc.protocol.http.obj.HdaFilePart.TransferFilePartSource
 
m_xpath - Variable in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
MapNamespaceContext - Class in oracle.stellent.ridc.common.xml
An XML namespace context that queries a Map
MapNamespaceContext(Map<String, String>) - Constructor for class oracle.stellent.ridc.common.xml.MapNamespaceContext
 
merge(DataBinder) - Method in interface oracle.stellent.ridc.model.DataBinder
This will merge copies of all the data from the source binder into this binder, overwriting existing values and result sets, if they exist.
merge(DataBinder) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
This will merge copies of all the data from the source binder into this binder, overwriting existing values and result sets, if they exist.
MultipartPostBinderSerializer - Class in oracle.stellent.ridc.model.serialize
Serializes a binder over a multipart post
MultipartPostBinderSerializer(DataBinder) - Constructor for class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
 
MultipartPostBinderSerializer(DataBinder, String) - Constructor for class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
 

N

NAMESPACE_URI - Static variable in class oracle.stellent.ridc.config.impl.XmlConfigurationSerializer
 

O

ODBC_POSTFIX - Static variable in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
 
ODBC_PREFIX - Static variable in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
 
oracle.stellent.ridc - package oracle.stellent.ridc
 
oracle.stellent.ridc.auth - package oracle.stellent.ridc.auth
 
oracle.stellent.ridc.auth.impl - package oracle.stellent.ridc.auth.impl
 
oracle.stellent.ridc.common.io - package oracle.stellent.ridc.common.io
 
oracle.stellent.ridc.common.log - package oracle.stellent.ridc.common.log
 
oracle.stellent.ridc.common.log.jdk - package oracle.stellent.ridc.common.log.jdk
 
oracle.stellent.ridc.common.log.log4j - package oracle.stellent.ridc.common.log.log4j
 
oracle.stellent.ridc.common.log.simple - package oracle.stellent.ridc.common.log.simple
 
oracle.stellent.ridc.common.util - package oracle.stellent.ridc.common.util
 
oracle.stellent.ridc.common.xml - package oracle.stellent.ridc.common.xml
 
oracle.stellent.ridc.config - package oracle.stellent.ridc.config
 
oracle.stellent.ridc.config.impl - package oracle.stellent.ridc.config.impl
 
oracle.stellent.ridc.model - package oracle.stellent.ridc.model
 
oracle.stellent.ridc.model.impl - package oracle.stellent.ridc.model.impl
 
oracle.stellent.ridc.model.serialize - package oracle.stellent.ridc.model.serialize
 
oracle.stellent.ridc.protocol - package oracle.stellent.ridc.protocol
 
oracle.stellent.ridc.protocol.http - package oracle.stellent.ridc.protocol.http
 
oracle.stellent.ridc.protocol.http.obj - package oracle.stellent.ridc.protocol.http.obj
 
oracle.stellent.ridc.protocol.impl - package oracle.stellent.ridc.protocol.impl
 
oracle.stellent.ridc.protocol.intradoc - package oracle.stellent.ridc.protocol.intradoc
 
oracle.stellent.ridc.protocol.intradoc.socket - package oracle.stellent.ridc.protocol.intradoc.socket
 

P

packageOptionList(Writer, List<String>, String) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Turns the option list into a hda formatted string, and writes the data to the writer.
packageProperties(Writer, DataObject, String) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Turns the properties object into a hda formatted string, and writes the data to the writer.
packageResultSet(Writer, DataResultSet, String) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Turns the result set into a hda formatted string, and writes the data to the writer.
parseBinder(InputStream) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Parses a BufferedReader object, and loads up the data into a new DataBinder object
parseBinder(Reader) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Parses a BufferedReader object, and loads up the data into a new DataBinder object
parseISO8601(String) - Static method in class oracle.stellent.ridc.common.util.ISO8601
Parse str into a date, assuming ISO8601 representation
parseISO8601(String, TimeZone) - Static method in class oracle.stellent.ridc.common.util.ISO8601
Parse str into a date, assuming ISO8601 representation
parseNameValue(DataObject, String, String) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Split a name-value pair seperated by a delimiter into its parts, and place the value in the local data
parseOptionList(DataBinder, String, BufferedReader) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Parse the buffered reader, and create a new option list with the data contained in it, until the @end line is reached.
parseProperties(DataBinder, String, BufferedReader) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Parse hda formatted properties, and merge the values into the local data if those values are not from the environment.
parseResultSet(DataBinder, String, BufferedReader) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Parses the LWDataBinder object for the result set with a certain name
prepareBoundary() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Create a large, randomly generated boundary string for seperation of files and data in this multipart post
prepareMultipartPost() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Prepare this object for a multipart post
Protocol - Interface in oracle.stellent.ridc.protocol
Generic protocol for communicating to the Content Server
ProtocolException - Exception in oracle.stellent.ridc.protocol
Errors in the protocol layer.
ProtocolException() - Constructor for exception oracle.stellent.ridc.protocol.ProtocolException
 
ProtocolException(String) - Constructor for exception oracle.stellent.ridc.protocol.ProtocolException
 
ProtocolException(String, Throwable) - Constructor for exception oracle.stellent.ridc.protocol.ProtocolException
 
ProtocolException(Throwable) - Constructor for exception oracle.stellent.ridc.protocol.ProtocolException
 
put(String, String) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
putAll(Map<? extends String, ? extends String>) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
putLocal(String, String) - Method in interface oracle.stellent.ridc.model.DataBinder
Shortcut for getLocalData().put(name,value)
putLocal(String, String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Shortcut for getLocalData().put(name,value)

R

read() - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
read(byte[], int, int) - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
Reads bytes from the current inputstream and populates the supplied buffer object starting the the offset position in the buffer until length bytes are read.
readConfig(IdcClientManager, XPathEvaluator) - Method in class oracle.stellent.ridc.config.impl.XmlConfigurationSerializer
Read the configuration
readConfiguration(InputStream) - Method in interface oracle.stellent.ridc.config.ConfigurationSerializer
Read the configuration from an XML stream
readConfiguration(InputStream) - Method in class oracle.stellent.ridc.config.impl.XmlConfigurationSerializer
Read the configuration from an XML stream
readHdaStream() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Creates a stream to the next HDA message.
readHeaders() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Read the headers (Http format) from the content server
readIdcContentLength(InputStream) - Static method in class oracle.stellent.ridc.model.serialize.HdaSerializerUtils
Read the custom IDCFILE content length portion of the inputstream
readLine(InputStream, String) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
This code copied from HttpClient.
readLine(BufferedReader, boolean) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Reads a line from a reader, and throws an exception if it cannot, unless 'suppress' is set to true.
readProperties(BufferedReader, DataObject, String, boolean) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Read properties values in from a buffered reader and into a properties object.
readRawLine(InputStream) - Static method in class oracle.stellent.ridc.common.util.StreamUtil
This code copied from HttpClient.
readResponse() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Reads the next message, if a message is not completely received within the timeout specified an exception is thrown.
readResponse() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Reads the next message, if a message is not completely received within the timeout specified an exception is thrown.
readResponse() - Method in interface oracle.stellent.ridc.protocol.Protocol
 
readResultSetHeader(BufferedReader) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Parses the column information for the result set from a character stream
readToEnd(BufferedReader) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Advance the reader until the '@end' value is found on a line.
registerConnectionPool(String, Class<? extends ConnectionPool>) - Method in class oracle.stellent.ridc.protocol.ConnectionPoolManager
Register a new connection pool
registerProvider(String, IdcClientProvider) - Method in class oracle.stellent.ridc.IdcClientManager
Register a provider.
registerSocketFactory(String, SocketConnectionManager) - Static method in class oracle.stellent.ridc.protocol.intradoc.IntradocClient
 
releaseConnection(TConnection) - Method in interface oracle.stellent.ridc.protocol.ConnectionPool
Release the connection for this thread
releaseConnection(TConnection) - Method in class oracle.stellent.ridc.protocol.impl.BlockingQueueConnectionPool
Release the connection for this thread
releaseConnection(TConnection) - Method in class oracle.stellent.ridc.protocol.impl.SimpleConnectionPool
Release the connection for this thread
remove(Object) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
removeClient(String) - Method in class oracle.stellent.ridc.IdcClientManager
Remove a client by name
removeField(String) - Method in interface oracle.stellent.ridc.model.DataResultSet
Remove a field from this result set.
removeField(String) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Remove a field from this result set.
removeFieldType(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Remove the field type mapping
removeFieldType(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Remove the field type mapping
removeFile(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Remove a file
removeFile(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Remove a file
removeOptionList(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Remove an option list
removeOptionList(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Remove an option list
removeResultSet(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Remove the result set
removeResultSet(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Remove the result set
removeRow(int) - Method in interface oracle.stellent.ridc.model.DataResultSet
Remove a row in this result set.
removeRow(int) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Remove a row in this result set.
replaceChars(String, String, char) - Static method in class oracle.stellent.ridc.common.util.StringTools
Replaces all chars with the replacement char
replaceParams(String, String[]) - Static method in class oracle.stellent.ridc.common.util.StringTools
Replace placeholders, or parameters, in a string that are of the format {number}
reset() - Method in class oracle.stellent.ridc.protocol.Connection
Reset the connection fields
reset(boolean) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
Reset the HttpClient connection
resetContext() - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Reset the context to the root node
RETRY_COUNT - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 

S

sendFiles(OutputStream) - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Send along all files into the output stream
sendRequest(IdcContext, DataBinder) - Method in class oracle.stellent.ridc.IdcClient
Execute the request; sends the request to the Content Server and reads the response.
serializeBinder(OutputStream, DataBinder) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Writes out the local data, option lists, and result sets in hda format.
serializeBinder(Writer, DataBinder) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Writes out the local data, option lists, and result sets in hda format.
serializeConfiguration(OutputStream, IdcClientManager) - Method in interface oracle.stellent.ridc.config.ConfigurationSerializer
Serialize the clients in the IdcClientManager to an XML stream
serializeConfiguration(OutputStream, IdcClientManager) - Method in class oracle.stellent.ridc.config.impl.XmlConfigurationSerializer
Serialize the clients in the IdcClientManager to an XML stream
serializeFieldTypes() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Serialize the field types into the blFieldTypes
ServiceException - Exception in oracle.stellent.ridc.protocol
Exceptions that occur when processing service requests.
ServiceException(Throwable, DataBinder) - Constructor for exception oracle.stellent.ridc.protocol.ServiceException
 
ServiceException(DataBinder) - Constructor for exception oracle.stellent.ridc.protocol.ServiceException
 
ServiceRequest<TConnection extends Connection> - Class in oracle.stellent.ridc.protocol
 
ServiceRequest(IdcContext, DataBinder, TConnection) - Constructor for class oracle.stellent.ridc.protocol.ServiceRequest
 
ServiceResponse - Class in oracle.stellent.ridc.protocol
Represents a response from the Content Server
ServiceResponse(DataFactory, String, Map<String, String>, InputStream, ServiceResponse.ResponseType) - Constructor for class oracle.stellent.ridc.protocol.ServiceResponse
 
ServiceResponse.ResponseType - Enum in oracle.stellent.ridc.protocol
 
setAlgorithm(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setBoolean(String, boolean) - Method in interface oracle.stellent.ridc.model.DataObject
Set a value as a boolean
setBoolean(DataObject, String, boolean) - Static method in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
Set a value as a boolean
setBoolean(String, boolean) - Method in class oracle.stellent.ridc.model.impl.DataObjectImpl
Set a value as a boolean
setBoolean(String, boolean) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
Set a value as a boolean
setCloseMethod(CloseNotifyInputStream.CloseMethod) - Method in class oracle.stellent.ridc.protocol.ServiceResponse
Set the method to call upon closure of the stream
setConnectionPool(String) - Method in class oracle.stellent.ridc.IdcClientConfig
 
setConnectionSize(int) - Method in class oracle.stellent.ridc.IdcClientConfig
 
setConnectionString(String) - Method in class oracle.stellent.ridc.IdcClientConfig
 
setConnectionString(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setConnectionWaitTime(long) - Method in class oracle.stellent.ridc.IdcClientConfig
 
setContentLength(long) - Method in class oracle.stellent.ridc.model.TransferFile
 
setContentType(String) - Method in class oracle.stellent.ridc.model.TransferFile
 
setContextNode(Node) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Set the context of the queries
setContextNode(String) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Set the context of the queries to be the result of the given xpath expression
setCredentials(Credentials) - Method in class oracle.stellent.ridc.auth.impl.BasicIdentity
 
setCredentials(Credentials) - Method in class oracle.stellent.ridc.IdcContext
Set some credentials for this context.
setDataBinder(DataBinder) - Method in class oracle.stellent.ridc.protocol.ServiceRequest
 
setDataFactory(DataFactory) - Method in class oracle.stellent.ridc.IdcClient
Set the data factory for this client
setDate(String, Date) - Method in interface oracle.stellent.ridc.model.DataObject
Set a date value.
setDate(DataObject, String, Date) - Static method in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
Set a date value.
setDate(String, Date) - Method in class oracle.stellent.ridc.model.impl.DataObjectImpl
Set a date value.
setDate(String, Date) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
Set a date value.
setEncoding(String) - Method in class oracle.stellent.ridc.IdcContext
Set the encoding to use
setEncoding(String) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Set the encoding for the files referenced in this object.
setFields(List<DataResultSet.Field>) - Method in interface oracle.stellent.ridc.model.DataResultSet
Set the fields.
setFields(List<DataResultSet.Field>) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Set the fields.
setFieldType(String, String) - Method in interface oracle.stellent.ridc.model.DataBinder
Set a field type for this data binder
setFieldType(String, String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Set a field type for this data binder
setFileName(String) - Method in class oracle.stellent.ridc.model.TransferFile
 
setFixedLen(boolean) - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
setHeaderCharset(String) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
setIdAttribute(String, boolean) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Set the ID attribute feature against this DOM tree
setInitialized(boolean) - Method in class oracle.stellent.ridc.IdcClient
 
setInputStream(InputStream) - Method in class oracle.stellent.ridc.model.TransferFile
 
setKeystoreAlias(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setKeystoreAliasPassword(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setKeystoreFile(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setKeystorePassword(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setMaxLen(int) - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
setMethod(HttpMethod) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
 
setName(String) - Method in class oracle.stellent.ridc.auth.impl.BasicIdentity
 
setName(String) - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
setProperties(Map<String, String>) - Method in class oracle.stellent.ridc.IdcClientConfig
 
setProperty(String, String) - Method in class oracle.stellent.ridc.IdcClientConfig
 
setResponseStream(InputStream) - Method in class oracle.stellent.ridc.protocol.ServiceResponse
 
setService(String) - Method in class oracle.stellent.ridc.protocol.ServiceRequest
 
setSocketTimeout(int) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setTrustManagerFile(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setTrustManagerPassword(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setType(DataResultSet.Field.Type) - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
setUser(String) - Method in class oracle.stellent.ridc.IdcContext
Set the user name for this context
SimpleConnectionPool<TConnection extends Connection> - Class in oracle.stellent.ridc.protocol.impl
Creates a new connection for every thread.
SimpleConnectionPool() - Constructor for class oracle.stellent.ridc.protocol.impl.SimpleConnectionPool
 
SimpleLog - Class in oracle.stellent.ridc.common.log.simple
Simple console logging
SimpleLog(String) - Constructor for class oracle.stellent.ridc.common.log.simple.SimpleLog
 
SimpleLogProvider - Class in oracle.stellent.ridc.common.log.simple
 
SimpleLogProvider() - Constructor for class oracle.stellent.ridc.common.log.simple.SimpleLogProvider
 
size() - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
SocketConnection - Class in oracle.stellent.ridc.protocol.intradoc.socket
Represents a socket connection to the Content Server
SocketConnection(IntradocClientConfig) - Constructor for class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
 
SocketConnectionManager - Class in oracle.stellent.ridc.protocol.intradoc.socket
 
SocketConnectionManager() - Constructor for class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager
 
SSLProtocolException - Exception in oracle.stellent.ridc.protocol.intradoc.socket
Exceptions specific to SSL configuration and setup
SSLProtocolException() - Constructor for exception oracle.stellent.ridc.protocol.intradoc.socket.SSLProtocolException
 
SSLProtocolException(String) - Constructor for exception oracle.stellent.ridc.protocol.intradoc.socket.SSLProtocolException
 
SSLProtocolException(String, Throwable) - Constructor for exception oracle.stellent.ridc.protocol.intradoc.socket.SSLProtocolException
 
SSLProtocolException(Throwable) - Constructor for exception oracle.stellent.ridc.protocol.intradoc.socket.SSLProtocolException
 
SSLSocketConnection - Class in oracle.stellent.ridc.protocol.intradoc.socket
Connects to SSL sockets
SSLSocketConnection(IntradocClientConfig) - Constructor for class oracle.stellent.ridc.protocol.intradoc.socket.SSLSocketConnection
 
SSLSocketConnectionManager - Class in oracle.stellent.ridc.protocol.intradoc.socket
Socket factory for SSL sockets.
SSLSocketConnectionManager() - Constructor for class oracle.stellent.ridc.protocol.intradoc.socket.SSLSocketConnectionManager
 
STR_AND - Static variable in class oracle.stellent.ridc.common.util.StringTools
String constant for "&" sign
STR_COMMA - Static variable in class oracle.stellent.ridc.common.util.StringTools
String constant for "," sign
STR_EQUALS - Static variable in class oracle.stellent.ridc.common.util.StringTools
String constant for "=" sign
STR_QUESTION - Static variable in class oracle.stellent.ridc.common.util.StringTools
String constant for "?" sign
STR_SEMICOLON - Static variable in class oracle.stellent.ridc.common.util.StringTools
String constant for ";" sign
STR_SPACE - Static variable in class oracle.stellent.ridc.common.util.StringTools
String constant for " " sign
StreamUtil - Class in oracle.stellent.ridc.common.util
Utility methods for working with streams
StreamUtil() - Constructor for class oracle.stellent.ridc.common.util.StreamUtil
 
StringTools - Class in oracle.stellent.ridc.common.util
 
StringTools() - Constructor for class oracle.stellent.ridc.common.util.StringTools
 
StringTools.RegexAppendCallback - Interface in oracle.stellent.ridc.common.util
Allows a user to append/modify a buffer during a call to StringTools.evaluateRegexWithCallback(java.lang.String, java.lang.String, oracle.stellent.ridc.common.util.StringTools.RegexAppendCallback)
stripFirstSegment(String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Strips string first segment, defined by separator and returns stripped string
stripLastSegment(String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Strips string last segment, defined by separator and returns stripped string
synchronizeData(DataFactory.Direction) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Called after the localdata is set to initialize the binder based on LocalData values (blFieldTypes, etc.)
synchronizeLocal(DataBinder, DataFactory.Direction) - Method in interface oracle.stellent.ridc.model.DataFactory
Called by the serializers.
synchronizeLocal(DataBinder, DataFactory.Direction) - Method in class oracle.stellent.ridc.model.impl.DataFactoryImpl
Called by the serializers.

T

toBoolean(String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Converts string to boolean.
toCsv(List) - Static method in class oracle.stellent.ridc.common.util.StringTools
Convert List of strings to comma-separated string
toCsv(Object[]) - Static method in class oracle.stellent.ridc.common.util.StringTools
Convert array of objects to comma-separated string
TransferFile - Class in oracle.stellent.ridc.model
Abstracts a stream transferred between the Content Server and the client.
TransferFile() - Constructor for class oracle.stellent.ridc.model.TransferFile
 
TransferFile(InputStream, String, long, String) - Constructor for class oracle.stellent.ridc.model.TransferFile
 
TransferFile(InputStream, String, long) - Constructor for class oracle.stellent.ridc.model.TransferFile
 
TransferFile(File) - Constructor for class oracle.stellent.ridc.model.TransferFile
 
TransferFile(File, String) - Constructor for class oracle.stellent.ridc.model.TransferFile
 

U

unwrap(String, String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Unwraps string using selected prefix and postfix
USER_AGENT - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
USER_AGENT - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 

V

valueOf(String) - Static method in enum oracle.stellent.ridc.common.log.ILog.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.stellent.ridc.model.DataFactory.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.stellent.ridc.model.DataResultSet.Field.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.stellent.ridc.model.serialize.HdaSerializerUtils.FormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.stellent.ridc.protocol.ServiceResponse.ResponseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.stellent.ridc.common.log.ILog.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.stellent.ridc.model.DataFactory.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.stellent.ridc.model.DataResultSet.Field.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
values() - Static method in enum oracle.stellent.ridc.model.serialize.HdaSerializerUtils.FormatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.stellent.ridc.protocol.ServiceResponse.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(String, String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Wrap string value with prefix and postfix.
writeBinder(OutputStream) - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Write the multipart post out to the given stream
writeConfig(IdcClientConfig, String, Writer) - Method in class oracle.stellent.ridc.config.impl.XmlConfigurationSerializer
Write the configuration
writeMultipartRequest(Map<String, String>) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Special handling for the multipart message
writeRequest() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Write the request to the Content Server
writeRequest() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Sends the specified message to the Content Server.
writeRequest() - Method in interface oracle.stellent.ridc.protocol.Protocol
Send the request to the Content Server
writeStandardRequest(Map<String, String>) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 

X

XmlConfigurationSerializer - Class in oracle.stellent.ridc.config.impl
 
XmlConfigurationSerializer() - Constructor for class oracle.stellent.ridc.config.impl.XmlConfigurationSerializer
 
XPathEvaluator - Class in oracle.stellent.ridc.common.xml
Parses an XML file from a given inputstream.
XPathEvaluator(Element) - Constructor for class oracle.stellent.ridc.common.xml.XPathEvaluator
Initialize an Evaluator object based on the current element as the root
XPathEvaluator(Element, NamespaceContext) - Constructor for class oracle.stellent.ridc.common.xml.XPathEvaluator
Initialize an Evaluator object based on the current element as the root
XPathEvaluator(InputStream) - Constructor for class oracle.stellent.ridc.common.xml.XPathEvaluator
Builds an XPathEvaluator with no namespace evaluator and non-validating, using "wcm" as the default namespace prefix.
XPathEvaluator(InputStream, NamespaceContext, boolean, String) - Constructor for class oracle.stellent.ridc.common.xml.XPathEvaluator
Builds a new XPath evaluator
XPathEvaluatorException - Exception in oracle.stellent.ridc.common.xml
Wraps errors thrown from the XPathEvaluator class.
XPathEvaluatorException() - Constructor for exception oracle.stellent.ridc.common.xml.XPathEvaluatorException
 
XPathEvaluatorException(String) - Constructor for exception oracle.stellent.ridc.common.xml.XPathEvaluatorException
 
XPathEvaluatorException(String, Throwable) - Constructor for exception oracle.stellent.ridc.common.xml.XPathEvaluatorException
 
XPathEvaluatorException(Throwable) - Constructor for exception oracle.stellent.ridc.common.xml.XPathEvaluatorException
 

A B C D E G H I J K L M N O P R S T U V W X

Copyright © 2008-2009 Oracle Corporation. All Rights Reserved.