Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01

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


A

AccessResolverAccounts - Class in oracle.stellent.ridc.convenience.usersecurity.impl
Account part of access level
AccessResolverAccounts(CSEnvCache) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAccounts
 
AccessResolverAcl - Class in oracle.stellent.ridc.convenience.usersecurity.impl
ACL part of access level
AccessResolverAcl(CSEnvCache, long, IdcContext) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
The superuser context is used to cache a copy of the Alias list from the content server
AccessResolverSecurityGroups - Class in oracle.stellent.ridc.convenience.usersecurity.impl
Security Groups part of access level
AccessResolverSecurityGroups() - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverSecurityGroups
 
acquireConnection() - Method in interface oracle.stellent.ridc.protocol.ConnectionPool
Obtain a connection from the pool for the current thread
acquireConnection() - Method in class oracle.stellent.ridc.protocol.impl.BlockingQueueConnectionPool
 
acquireConnection() - Method in class oracle.stellent.ridc.protocol.impl.SimpleConnectionPool
 
ACTION - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
ACTION_DATE - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
ACTION_MILLIS - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
addAccessResolver(IAccessResolver) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Adds an access handler to the chain
addAccessResolver(IAccessResolver) - Method in interface oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache
Adds an access resolver to the chain of resolvers that will work together to calculate the access levels for a given document
addAttribute(String, String, StringBuffer, boolean) - Static method in class oracle.stellent.ridc.common.xml.XMLStringBuilder
Add an XML node attribute
addCDataSection(String, StringBuffer) - Static method in class oracle.stellent.ridc.common.xml.XMLStringBuilder
Add a CDATA section with the given content
addClient(String, IdcClient) - Method in class oracle.stellent.ridc.IdcClientManager
Register a client with a given name
addCookie(IdcContext.Cookie) - Method in class oracle.stellent.ridc.IdcContext
 
addField(DataResultSet.Field, String) - Method in interface oracle.stellent.ridc.model.DataResultSet
Add a new field to the existing 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 for a given file name.
addFile(String, TransferFile) - Method in interface oracle.stellent.ridc.model.DataBinder
Add a file for a given file name
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
addHeader(String, String) - Method in class oracle.stellent.ridc.IdcContext
Add a header to this request
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 a given name
addOptionList(String, List<String>) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Add an option list with the given names
addQuerySubject(String) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
Add the subject with to the list to query
addRequestData(IdcContext, HttpClient, HttpMethod, boolean) - Static method in class oracle.stellent.ridc.protocol.http.HttpClientUtils
Set standard request headers, cookies and other info into the HTTP method.
addRequestData(DataBinder, HttpMethod) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Set standard request headers, cookies and other info into the HTTP method.
addResultSet(String, DataResultSet) - Method in interface oracle.stellent.ridc.model.DataBinder
Add a result set with a 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 new row of value.
addRow(List<String>) - Method in interface oracle.stellent.ridc.model.DataResultSet
Add a new 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
 
addTextNode(String, String, boolean, StringBuffer) - Static method in class oracle.stellent.ridc.common.xml.XMLStringBuilder
Add a text node with the given text value
AllCookieSpec - Class in oracle.stellent.ridc.protocol.http.util
 
AllCookieSpec() - Constructor for class oracle.stellent.ridc.protocol.http.util.AllCookieSpec
 
AMP_REF - Static variable in class oracle.stellent.ridc.common.xml.XMLHelper
 
APOS_REF - Static variable in class oracle.stellent.ridc.common.xml.XMLHelper
 
appendReplacement(Matcher, StringBuffer) - Method in interface oracle.stellent.ridc.common.util.StringTools.RegexAppendCallback
Called during evaluation when a match is made
authenticateUser() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
Authenticate the user and save the cookie in the user context
AuthenticationDetector - Class in oracle.stellent.ridc.protocol.http.auth
Delegates to the other authentication handlers depending on response from a Content Server PING_SERVER request.
AuthenticationDetector() - Constructor for class oracle.stellent.ridc.protocol.http.auth.AuthenticationDetector
 
AuthenticationHandler - Interface in oracle.stellent.ridc.protocol.http
This is an abstraction over different HTTP authentication methods supported by the content server e.g.
available() - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 

B

BasicAuthHandler - Class in oracle.stellent.ridc.protocol.http.auth
Handler that sets the appropriate config on HttpClient to perform a BasicAuthentication
BasicAuthHandler(IdcHttpProtocol) - Constructor for class oracle.stellent.ridc.protocol.http.auth.BasicAuthHandler
 
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
 
BinderUtils - Class in oracle.stellent.ridc.convenience.usersecurity.impl
Some static utility methods on the DataBinder
BinderUtils() - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.BinderUtils
 
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"
buildDocHistoryQuery(String, String) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
Build the document history query

C

CachedDataBinder - Class in oracle.stellent.ridc.convenience.usersecurity.impl
 
CachedDataBinder(DataBinder) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.CachedDataBinder
Create a object that remembers the binder and when it was created
CacheId - Class in oracle.stellent.ridc.convenience.usersecurity
 
CacheId(String, IdcContext) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.CacheId
 
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.
CHAR_REF_START - Static variable in class oracle.stellent.ridc.common.xml.XMLHelper
 
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
cleanupConnection(JaxWSClientConnection) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSConnectionManager
 
clear() - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
clearCache() - Method in interface oracle.stellent.ridc.convenience.usersecurity.IAccessResolver
Clear any cache of information
clearCache() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAccounts
Clear any cache of information
clearCache() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
Clear the alias list
clearCache() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverSecurityGroups
Clear any cache of information
clearCache() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
Clear any cache of information
clearCache() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Clear the cache completely
clearCache() - Method in interface oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache
Clear the cache completely
clearCookies() - Method in class oracle.stellent.ridc.IdcContext
Clear all cookies
clearHeaders() - Method in class oracle.stellent.ridc.IdcContext
Clear the available headers
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 closed
close() - Method in class oracle.stellent.ridc.protocol.Connection
Close the connection
close() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
Close this socket connection
close() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection
 
close() - Method in class oracle.stellent.ridc.protocol.ServiceResponse
Close this response.
closeCDataSection(StringBuffer) - Static method in class oracle.stellent.ridc.common.xml.XMLStringBuilder
Close the CDATA section
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
A callback that allows 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
closeTag(String, StringBuffer) - Static method in class oracle.stellent.ridc.common.xml.XMLStringBuilder
Close an element tag
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 in and out the configuration of the clients.
CONN_ID - Static variable in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
connect() - Method in class oracle.stellent.ridc.protocol.Connection
Create and initialize a connection
connect() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
Connect this socket to the configured destination
connect() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection
 
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
 
CONNECTION_CLASS - Static variable in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
CONNECTION_CLASS_NAME - Static variable in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionConstants
 
CONNECTION_FACTORY_NAME - Static variable in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionConstants
 
ConnectionManager<TConnection extends Connection,TClientConfig extends IdcClientConfig> - Interface in oracle.stellent.ridc.protocol
Provides common lifecycle methods for different connection implementations and protocols
ConnectionPool<TConnection extends Connection> - Interface in oracle.stellent.ridc.protocol
The interface of connection pool implementations that reuse connections
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
Check if there are files
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
 
CONTENT_LENGTH_HEADER - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
CONTENT_TYPE - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
CONTENT_TYPE_HEADER - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
ContentHistoryWatcher - Class in oracle.stellent.ridc.convenience.monitor
 
ContentHistoryWatcher(IdcClient, IdcContext) - Constructor for class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
ContentHistoryWatcher.IdcPollingThread - Class in oracle.stellent.ridc.convenience.monitor
Content Server Event Polling Thread
ContentHistoryWatcher.IdcPollingThread() - Constructor for class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 
ContentHistoryWatcher.QueryDate - Class in oracle.stellent.ridc.convenience.monitor
 
ContentHistoryWatcher.QueryDate() - Constructor for class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
contentServerLogin() - Method in interface oracle.stellent.ridc.protocol.jaxws.obj.IdcWebLogin
Log in to content server
contentServerLogout() - Method in interface oracle.stellent.ridc.protocol.jaxws.obj.IdcWebLogin
Log out from content server
contentServerRequest(String, DataHandler) - Method in interface oracle.stellent.ridc.protocol.jaxws.obj.IdcWebRequest
 
CONTENTTYPE_UTF8 - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
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
 
create(Reference, Name, Context, Hashtable<?, ?>) - Static method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
Create an an IdcConnection from the given reference using the given name, context and environment properties.
createAuthHandler(IdcContext.HttpAuthScheme, IdcHttpProtocol) - Static method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Retrieve the authentication handler associated with the given authentication scheme
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 an IdcClient 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
createClient(IdcClientManager, String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientProvider
 
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.
createConnection(JaxWSClientConfig) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSConnectionManager
Create a new connection
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
createConnectionManager() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClient
 
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
Create a new empty data object
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() - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
 
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.
createLoginMethod() - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
Create the post method for the login operation
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
createPingMethod() - Method in class oracle.stellent.ridc.protocol.http.auth.OAMSSOAuthHandler
Create the method used to PING the server
createPostStr() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Package together the local data in a multipost manner
createPrettyPrintTransformer() - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Create a transformer class with the pretty print flags
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
createProtocol(ServiceRequest<JaxWSClientConnection>) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClient
 
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
This interface contains all specific credential types used to visit URLs against the target Content Server.
Credentials.BasicCredentials - Interface in oracle.stellent.ridc.auth
Credentials used for a Basic Auth SiteRequest
Credentials.HeaderCredentials - Interface in oracle.stellent.ridc.auth
Credentials used for HTTP Header
Credentials.HttpClientCredentials - Interface in oracle.stellent.ridc.auth
Credentials used for HttpClient
CSEnvCache - Class in oracle.stellent.ridc.convenience.usersecurity.impl
Cache of Content Server's GET_ENVIRONMENT service
CSEnvCache(IdcClient, long) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
 
CSEnvCache(IdcClient, IdcContext, long) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
 

D

DATA_SOURCE - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
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
Defines interface for implementations of factory class for creation of DataBinder, DataObject and DataResultSet.
DataFactory.Direction - Enum in oracle.stellent.ridc.model
Indicates operation type when synchronizing any local data values with other specific field-level values.
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
DataResultSet represents a two-dimension data structure.
DataResultSet.Field - Class in oracle.stellent.ridc.model
A Field represents definition (e.g.
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
All available types of field.
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
determineAuthHandler(IdcHttpProtocol) - Method in class oracle.stellent.ridc.protocol.http.auth.AuthenticationDetector
Determine which authentication handler to use for the Content Server.
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.
DOCUMENT_HISTORY - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 

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
encodeXml(String) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Encode the string for XML.
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.convenience.adf.mbeans.IdcConnection
 
equals(Object) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
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
executeLogin(PostMethod) - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
Execute the login method
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.

F

fireContentUpdateEvent(DataObject) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
Fire the content update event
fireSubjectChangedEvent(String, long) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
Fire the subjectChanged event
FormAuthHandler - Class in oracle.stellent.ridc.protocol.http.auth
Handler for Forms-based login to the Content Server
FormAuthHandler(IdcHttpProtocol) - Constructor for class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
 

G

get(Object) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
GET_DATA_RESULTSET - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
getAccessLevelForDocument(CacheId, DataObject) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Get the user's access level for a document
getAccessLevelForDocument(CacheId, DataObject) - Method in interface oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache
Get the user's access level for a document from cached security information
getAclAccess(String, String, boolean) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
get the acl sequence for this name the general syntax of acl is comma-separated list of tokens, each token begins with a delimiter character, contains the identifier, then contains a left parenthesis followed by a prefix string from "RWDA" for usernames, we use "&" as the delimiter, "@" for aliases.
getActionUrl() - Method in class oracle.stellent.ridc.IdcContext.LoginForm
 
getAdditionalHeaders(DataBinder) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Returns a properties object with headers contained in binder.
getADFConnectionsChildMBeanImplementor() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
getAlgorithm() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getAliasMap(IdcClient, IdcContext) - Static method in class oracle.stellent.ridc.convenience.usersecurity.impl.BinderUtils
Get the Alias list from the Content Server.
getAliasNamesForUser(String, String) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
 
getAliasUserList(String) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
Get the list of usernames that the alias maps to
getArrayFromCsvString(String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Parses comma (",") delimited string to string array.
getAttributeAsInt(Element, String, int) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Retrieve the attribute value as an integer
getAttributeAsLong(Element, String, long) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Retrieve the attribute value as a long
getAttributes(Element) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Retrieve the attributes from the given element as a mapping of String name to String value
getAuthScheme() - Method in class oracle.stellent.ridc.IdcContext
 
getAuthScheme() - Method in class oracle.stellent.ridc.protocol.http.auth.BasicAuthHandler
 
getAuthScheme() - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
 
getAuthScheme() - Method in class oracle.stellent.ridc.protocol.http.auth.OAMSSOAuthHandler
 
getAuthScheme() - Method in interface oracle.stellent.ridc.protocol.http.AuthenticationHandler
 
getAuthSchemes() - Static method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getBinder() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.CachedDataBinder
Get the DataBinder
getBinder() - Method in exception oracle.stellent.ridc.protocol.ServiceException
 
getBinderFetchTime() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.CachedDataBinder
Get the System time when this instance was fetched from Content Server
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.
getCacheIdForUser(IdcContext) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Get the CacheId.
getCacheIdForUser(IdcContext) - Method in interface oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache
Get the CacheId.
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
 
getClientSecurityPolicy() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getComment() - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
getConfig() - Method in class oracle.stellent.ridc.IdcClient
 
getConfig() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
 
getConfigProperties() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
Get the configuration properties of the IDC Connection.
getConnection() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getConnection() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getConnection() - Method in class oracle.stellent.ridc.protocol.ServiceRequest
 
getConnectionManager() - Method in class oracle.stellent.ridc.IdcClient
 
getConnectionName() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
 
getConnectionName() - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
 
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
 
getConnectionType() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
getConnectionUrl() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
 
getConnectionUrl() - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
 
getConnectionUrl() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
getConnectionWaitTime() - Method in class oracle.stellent.ridc.IdcClientConfig
 
getContentLength() - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
getContentLength() - Method in class oracle.stellent.ridc.model.TransferFile
 
getContents() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.resources.IDCMXBeanMessages
 
getContentType() - Method in class oracle.stellent.ridc.model.TransferFile
 
getContentType() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
getContentType() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
Data source Implementation
getContext() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
getContextNode() - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
getCookie(String) - Method in class oracle.stellent.ridc.IdcContext
Retrieve a cookie by name
getCookieNames() - Method in class oracle.stellent.ridc.IdcContext
 
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
 
getCredentials(Credentials) - Static method in class oracle.stellent.ridc.protocol.http.HttpClientUtils
Create the appropriate credentials from the given identity
getCrendentials(Credentials) - Static method in class oracle.stellent.ridc.protocol.http.HttpClientUtils
Deprecated. Method name misspelled, replaced by HttpClientUtils.getCredentials(oracle.stellent.ridc.auth.Credentials)
getCsvFromCollection(Collection) - Static method in class oracle.stellent.ridc.common.util.StringTools
Constructs string from a collection
getCurrentDate() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 
getCurrentDateWhereClause() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 
getCurrentDateWhereClause(DataObject) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 
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() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
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.
getDefaultCurrentDate() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 
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
getDescription(Locale) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
getDisplayName(Locale) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
getDocInfo(DataBinder) - Static method in class oracle.stellent.ridc.convenience.usersecurity.impl.BinderUtils
get the DataResultSet for DOC_INFO
getDocInfoRows(DataBinder) - Static method in class oracle.stellent.ridc.convenience.usersecurity.impl.BinderUtils
get the rows of the DOC_INFO resultset
getDomain() - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
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 field name.
getField(int) - Method in interface oracle.stellent.ridc.model.DataResultSet
Retrieve the field object at a given index
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
Retrieve fields for all columns
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 field name.
getFieldType(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Retrieve the field type for a given property.
getFieldType(String) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
Parse and get the numerical value of the field type given a string.
getFieldTypeNames() - Method in interface oracle.stellent.ridc.model.DataBinder
Retrieve all field names
getFieldTypeNames() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getFile(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Retrieve a file for a given file name
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
Retrieve all file names
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.IdcContext
Retrieve the header value for the given name
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.IdcContext
 
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
The headers
getHeadersAsString(Map<String, String>) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Get all the headers in a hda-compliant (EOL seperated) string
getHeaderString(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.auth.FormAuthHandler
 
getHttpClient() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
 
getHttpClient() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getHttpMethod() - Method in class oracle.stellent.ridc.IdcContext.LoginForm
 
getHttpProtocol() - Method in class oracle.stellent.ridc.protocol.http.auth.BasicAuthHandler
 
getHttpProtocol() - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
 
getId() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
getId() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
getIdcClient() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
getIdcClient() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
 
getIdcClient() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Get the IdcClient used for this cache
getIdcWebLoginPort(QName, WebServiceFeature...) - Method in class oracle.stellent.ridc.protocol.jaxws.obj.IdcWebLoginService
 
getIdcWebRequestPort(QName, WebServiceFeature...) - Method in class oracle.stellent.ridc.protocol.jaxws.obj.IdcWebRequestService
 
getImplementationVersion() - Static method in class oracle.stellent.ridc.common.util.VersionManifest
 
getInputStream() - Method in class oracle.stellent.ridc.model.TransferFile
 
getInputStream() - Method in class oracle.stellent.ridc.protocol.Connection
Get a input stream for this connection
getInputStream() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
 
getInputStream() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
getInputStream() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
 
getInputStream() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection
 
getInputStream() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
 
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
 
getInUseCount() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Get number of active entries in cache
getJpsConfigFile() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getKeystoreAlias() - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
Gets the RIDC client private key alias in the keystore.
getKeystoreAlias() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
getKeystoreAlias() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getKeystoreAliasPassword() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getKeystoreFile() - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
Gets the RIDC client side keystore file location.
getKeystoreFile() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
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
Retrieve the local data
getLocalData() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getLog(String) - Method in interface oracle.stellent.ridc.common.log.ILogProvider
Retrieve a ILog implementation associated with the given name (usually hierarchical, like a class name, with '.' notation)
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
getLoginEndPointUrl() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getLoginForm() - Method in class oracle.stellent.ridc.IdcContext
 
getLoginForm() - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
Retrieve the login form for this context
getLoginForm() - Method in class oracle.stellent.ridc.protocol.http.auth.OAMSSOAuthHandler
Retrieve the login form for this context
getLoginFormPath(IdcContext.LoginForm) - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
Determine the location for the login form post
getLoginNamespaceUri() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getLoginOperationName() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getLoginServiceName() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getLoginServicePort() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getLoginServiceWSDLUrl() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getLoginWSDLUrl() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
Generate and return the URL to the login service WSDL
getLogoutOperationName() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
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
getMaxAge() - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
getMaxLen() - Method in class oracle.stellent.ridc.model.DataResultSet.Field
return maximum length of field in characters when translated to a string if field is fixed length.
getMethod() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
 
getMonitoredSubjects(Map<String, Long>) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
Build the request modifier to send custom subject queries
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.IdcContext.Cookie
 
getName() - Method in class oracle.stellent.ridc.model.DataResultSet.Field
return the name of the field
getName() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
 
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.
getNonProxyHosts() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionFactory
 
getOdbcDateFormat() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
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
Retrieve all option list names
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.Connection
Get a output stream for this connection
getOutputStream() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
 
getOutputStream() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
 
getOutputStream() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection
 
getOutputStream() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
 
getParameters() - Method in class oracle.stellent.ridc.IdcContext.LoginForm
 
getPassword() - Method in interface oracle.stellent.ridc.auth.Credentials.BasicCredentials
 
getPassword() - Method in class oracle.stellent.ridc.auth.impl.BasicCredentials
 
getPasswordField() - Method in class oracle.stellent.ridc.IdcContext.LoginForm
 
getPath() - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
getPermissions(CacheId) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Get the permissions for a user
getPingMethod() - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
 
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.convenience.adf.mbeans.IdcConnection
Retrieve a property value by name
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
getProvider(String, String) - Method in class oracle.stellent.ridc.IdcClientManager
Returns the provider based on the protocol as well as the URL.
getProxy(IdcHttpClientConfig) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpConnectionManager
Retrieve the proxy to use for the host in the client config.
getProxyHost() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
getProxyPassword() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
getProxyPort() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
getProxyUsername() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
getReference() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
getReference() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
getRequestBinderArg() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getRequestInstanceNameArg() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getRequestNamespaceUri() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getRequestOperationName() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getRequestSchemaUrl() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getRequestServiceName() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getRequestServicePort() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getRequestServiceWSDLUrl() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
getRequestStream() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
getRequestStream() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
 
getRequestWSDLUrl() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
Generate and return the URL to the request service WSDL
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
 
getResponseHeaders(Header[]) - Static method in class oracle.stellent.ridc.protocol.http.HttpClientUtils
Convert the header array into a map of string name to value
getResponseStream() - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
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
Retrieve all result set names
getResultSetNames() - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
 
getResultSets() - Method in interface oracle.stellent.ridc.model.DataBinder
Retrieve a map representation of the result sets, indexed by result set name.
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
Retrieve values of all rows
getRows() - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
 
getScale() - Method in class oracle.stellent.ridc.model.DataResultSet.Field
return the scale for DECIMAL field
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
 
getServerEnvironment(IdcClient, IdcContext) - Static method in class oracle.stellent.ridc.convenience.usersecurity.impl.BinderUtils
get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts
getServerEnvironmentBinder() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
Get the server Environment Binder
getServerInstanceName() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
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
 
getSessionCookie() - Method in class oracle.stellent.ridc.IdcContext
The name of the session cookie.
getSleep() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
getSocket() - Method in class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
 
getSocketManager(String) - Static method in class oracle.stellent.ridc.protocol.intradoc.IntradocClient
 
getSocketTimeout() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
 
getSocketTimeout() - Method in class oracle.stellent.ridc.IdcClientConfig
 
getSocketType() - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
getSpecificationVersion() - Static method in class oracle.stellent.ridc.common.util.VersionManifest
 
getStatus() - Method in exception oracle.stellent.ridc.protocol.http.HttpProtocolException
 
getStatusCode() - Method in exception oracle.stellent.ridc.protocol.ServiceException
 
getStreamingChunkSize() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
The streaming chuck size used for mtom as well as piped streams
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
 
getTimeout() - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
 
getTimeout() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
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 interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
Gets the RIDC client side trust manager file location.
getTrustManagerFile() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
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
return the field type (corresponds to an intersection of MS Access and JDBC field types).
getTypeFromOrdinal(int) - Static method in enum oracle.stellent.ridc.model.DataResultSet.Field.Type
This returns the Type given the ordinal value in the enum.
getTypeIndex(DataResultSet.Field.Type) - Method in class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
This returns the index (or the numerical value) of the type.
getUser(DataBinder) - Static method in class oracle.stellent.ridc.convenience.usersecurity.impl.BinderUtils
get the username
getUser() - Method in class oracle.stellent.ridc.IdcContext
 
getUserAgent() - Method in class oracle.stellent.ridc.IdcContext
 
getUserContext() - Method in class oracle.stellent.ridc.convenience.usersecurity.CacheId
 
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
 
getUserName() - Method in class oracle.stellent.ridc.convenience.usersecurity.CacheId
 
getUsernameField() - Method in class oracle.stellent.ridc.IdcContext.LoginForm
 
getUserPermissions(IdcClient, IdcContext) - Static method in class oracle.stellent.ridc.convenience.usersecurity.impl.BinderUtils
Get the user's permissions from Content Server
getValue() - Method in interface oracle.stellent.ridc.auth.Credentials.HeaderCredentials
 
getValue() - Method in class oracle.stellent.ridc.auth.impl.HeaderCredentials
 
getValue() - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
getValueOrDefault(String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Checks the value and returns a non-null value or the default value
getWrappedStream() - Method in class oracle.stellent.ridc.common.io.CloseNotifyInputStream
 
getXPath() - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
GT_REF - Static variable in class oracle.stellent.ridc.common.xml.XMLHelper
 

H

handleFormLogin() - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
Handle logging into the Content Server via a login form
handleFormLogin() - Method in class oracle.stellent.ridc.protocol.http.auth.OAMSSOAuthHandler
Handle logging into the Content Server via a login form
handleFormResponse(PostMethod, int) - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
Handle processing the response from the form login
handleFormResponse(PostMethod, int) - Method in class oracle.stellent.ridc.protocol.http.auth.OAMSSOAuthHandler
Handle processing the response from the form login
hasCredentials() - Method in class oracle.stellent.ridc.IdcContext
 
hasExpired(long) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.CachedDataBinder
Return true if the TimeToLive for this object has expired
hasExpired(long) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
Return true if the TimeToLive for this object has expired
hasField(String) - Method in interface oracle.stellent.ridc.model.DataResultSet
Determines if the field is present in this result set by a given field name
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.convenience.adf.mbeans.IdcConnection
 
hashCode() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
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<TConnection extends Connection> - Class in oracle.stellent.ridc.protocol.intradoc
 
HdaProtocol(DataFactory, ServiceRequest<TConnection>) - Constructor for class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
Constructor
HdaSerializerUtils - Class in oracle.stellent.ridc.model.serialize
Utility methods used when serializing 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_ENCODING_HEADER - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
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
 
HTTP_HOST_HEADER - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
HTTP_PROTOCOL - Static variable in class oracle.stellent.ridc.IdcClientManager
 
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
 
HTTPS_PROTOCOL - Static variable in class oracle.stellent.ridc.IdcClientManager
 
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

IAccessResolver - Interface in oracle.stellent.ridc.convenience.usersecurity
The implementation of IAccessResolver is responsible for determining the access level to a document for a user.
IDC_CONNECTION_KEY_PREFIX - Static variable in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
 
IDC_FILE - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
IDC_HEADER_PREFIX - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
IDC_HEADER_PREFIX - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
IDC_HTTP_METHOD - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
IDC_PROTOCOL - Static variable in class oracle.stellent.ridc.IdcClientManager
 
IDC_VERSION - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
 
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
Interface for factory class of IdcClient
IdcConnection - Class in oracle.stellent.ridc.convenience.adf.mbeans
IdcConnection is a place holder for all Content Server Connection properties.
IdcConnection() - Constructor for class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
Default Constructor.
IdcConnection(Reference) - Constructor for class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
Constructor that takes in a jndi reference.
IdcConnectionConstants - Interface in oracle.stellent.ridc.convenience.adf.mbeans
Holder of constant values.
IdcConnectionFactory - Class in oracle.stellent.ridc.convenience.adf.mbeans
IdcConnectionFactory is a factory class that facilitates the creation of an IdcConnection object.
IdcConnectionFactory() - Constructor for class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionFactory
 
IdcConnectionMXBean - Interface in oracle.stellent.ridc.convenience.adf.mbeans
IdcConnectionMXBean is a JMX message bean interface that defines configuration methods available to users.
IdcConnectionMXBeanImpl - Class in oracle.stellent.ridc.convenience.adf.mbeans
IdcConnectionMXBeanImpl is a JMX implementation of IdcConnectionMXBean interface.
IdcConnectionMXBeanImpl(IdcConnection) - Constructor for class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
IdcConnectionType - Class in oracle.stellent.ridc.convenience.adf.mbeans
IdcConnectionType is an implementation that facilitates hooking into the JDeveloper resource catalog architecture.
IdcConnectionType() - Constructor for class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
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
 
IdcContext.Cookie - Class in oracle.stellent.ridc
Represents a cookie value
IdcContext.Cookie(String, String) - Constructor for class oracle.stellent.ridc.IdcContext.Cookie
 
IdcContext.Cookie(String, String, String, String, int, boolean) - Constructor for class oracle.stellent.ridc.IdcContext.Cookie
 
IdcContext.Cookie(String) - Constructor for class oracle.stellent.ridc.IdcContext.Cookie
Constructor This parses the cookies string and sets the appropriate fields.
IdcContext.HttpAuthScheme - Enum in oracle.stellent.ridc
Http authentication schema
IdcContext.LoginForm - Class in oracle.stellent.ridc
Form information to allow login to clients with form-based authentication
IdcContext.LoginForm(String, String, String, String) - Constructor for class oracle.stellent.ridc.IdcContext.LoginForm
 
IdcContext.LoginForm(String, String, String, String, Map<String, String>) - Constructor for class oracle.stellent.ridc.IdcContext.LoginForm
 
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
 
IDCMXBeanMessages - Class in oracle.stellent.ridc.convenience.adf.mbeans.resources
IDCMXBeanMessages is a resource bundle for JMX IdcConnectionMXBean interface.
IDCMXBeanMessages() - Constructor for class oracle.stellent.ridc.convenience.adf.mbeans.resources.IDCMXBeanMessages
 
IDCS_PROTOCOL - Static variable in class oracle.stellent.ridc.IdcClientManager
 
IdcWebLogin - Interface in oracle.stellent.ridc.protocol.jaxws.obj
Defines proxy implementations used to invoke operations on the target service endpoint
IdcWebLoginService - Class in oracle.stellent.ridc.protocol.jaxws.obj
 
IdcWebLoginService(URL, QName) - Constructor for class oracle.stellent.ridc.protocol.jaxws.obj.IdcWebLoginService
 
IdcWebRequest - Interface in oracle.stellent.ridc.protocol.jaxws.obj
The interface for proxy implementation that submit a request to content server.
IdcWebRequestService - Class in oracle.stellent.ridc.protocol.jaxws.obj
 
IdcWebRequestService(URL, QName) - Constructor for class oracle.stellent.ridc.protocol.jaxws.obj.IdcWebRequestService
 
Identity - Interface in oracle.stellent.ridc.auth
The identity of the user with Credentials
ILog - Interface in oracle.stellent.ridc.common.log
Simple abstraction for various logging frameworks.
ILog.Level - Enum in oracle.stellent.ridc.common.log
Log level
ILogProvider - Interface in oracle.stellent.ridc.common.log
Interface for a factory that creates ILog implementations
initialize() - Method in class oracle.stellent.ridc.IdcClient
Initialize the client.
initialize(IdcClientConfig, ConnectionManager<TConnection, IdcClientConfig>) - Method in interface oracle.stellent.ridc.protocol.ConnectionPool
Let a pool implementation initialize itself
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
initialize() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClient
 
initializeCache(int, long) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Initialize the cache with maximum size and length to live
initializeCache(int, long) - Method in interface oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache
Initialize the cache with maximum size and length to live
initializeConnection(TConnection) - Method in interface oracle.stellent.ridc.protocol.ConnectionManager
Initialize a connection acquired 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 acquired 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 acquired from the threading model to use with this service request object.
initializeConnection(JaxWSClientConnection) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSConnectionManager
 
initializeDateFormat(IdcContext) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
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 new row of data at the given index.
insertRow(List<String>, int) - Method in interface oracle.stellent.ridc.model.DataResultSet
Add a new row as an array of string values at the given index.
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
 
IntradocProtocol - Class in oracle.stellent.ridc.protocol.intradoc
 
IntradocProtocol(DataFactory, ServiceRequest<SocketConnection>) - Constructor for class oracle.stellent.ridc.protocol.intradoc.IntradocProtocol
 
IntradocX509KeyManager - Class in oracle.stellent.ridc.protocol.intradoc.socket
 
IntradocX509KeyManager(String, X509KeyManager) - Constructor for class oracle.stellent.ridc.protocol.intradoc.socket.IntradocX509KeyManager
 
isAuthSupported(HttpClient, HttpMethod) - Method in class oracle.stellent.ridc.protocol.http.auth.BasicAuthHandler
Determine if the current handler can handle the given response to the auth scheme
isAuthSupported(HttpClient, HttpMethod) - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
Determine if the current handler can handle the given response to the auth scheme
isAuthSupported(HttpClient, HttpMethod) - Method in class oracle.stellent.ridc.protocol.http.auth.OAMSSOAuthHandler
Determine if the current handler can handle the given response to the auth scheme
isAuthSupported(HttpClient, HttpMethod) - Method in interface oracle.stellent.ridc.protocol.http.AuthenticationHandler
Determine if the current handler can handle the given response to the auth scheme
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
 
isConnected() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection
 
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/null or not.
isEmpty() - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
isFixedLen() - Method in class oracle.stellent.ridc.model.DataResultSet.Field
true if field has a maximum length when translated to a string.
isInitialized() - Method in class oracle.stellent.ridc.IdcClient
 
isInstanceOf(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
isInstanceOf(Class) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
isInstanceOf(Referenceable) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionType
 
isIOException() - Method in exception oracle.stellent.ridc.protocol.ProtocolException
 
isKeepRunning() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 
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
isNewConnection() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
Is this a new connection or an already existing one?
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
 
isRedirectStatus(int) - Static method in class oracle.stellent.ridc.protocol.http.HttpClientUtils
Determine if the given http status is a redirect
isReleased() - Method in class oracle.stellent.ridc.protocol.ServiceResponse
 
isSecure() - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
isUseSystemProxy() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
isUsingAccounts() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
Check to see if the server is using Accounts security
isUsingAcl() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
Check to see if the server is using Acl security
IUserSecurityCache - Interface in oracle.stellent.ridc.convenience.usersecurity
Implementation of the interface caches security information e.g.

J

JAAS_FORM - Static variable in class oracle.stellent.ridc.IdcContext
standard form configuration for an application server JAAS login
JAXWS_LOGIN_URL_FRAG - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientProvider
 
JAXWS_PROTOCOL - Static variable in class oracle.stellent.ridc.IdcClientManager
 
JAXWS_REQUEST_URL_FRAG - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientProvider
 
JaxWSClient - Class in oracle.stellent.ridc.protocol.jaxws
 
JaxWSClient(IdcClientManager, JaxWSClientConfig) - Constructor for class oracle.stellent.ridc.protocol.jaxws.JaxWSClient
Constructor
JaxWSClientConfig - Class in oracle.stellent.ridc.protocol.jaxws
Configuration for JAX-WS client
JaxWSClientConfig() - Constructor for class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
JaxWSClientConnection - Class in oracle.stellent.ridc.protocol.jaxws
JAX connection uses the same implementation of Hda/socket connection.
JaxWSClientConnection() - Constructor for class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection
 
JaxWSClientProvider - Class in oracle.stellent.ridc.protocol.jaxws
Client provider for the JAX-WS protocol
JaxWSClientProvider() - Constructor for class oracle.stellent.ridc.protocol.jaxws.JaxWSClientProvider
 
JaxWSConnectionManager - Class in oracle.stellent.ridc.protocol.jaxws
 
JaxWSConnectionManager() - Constructor for class oracle.stellent.ridc.protocol.jaxws.JaxWSConnectionManager
 
JaxWSProtocol - Class in oracle.stellent.ridc.protocol.jaxws
Implementation of the JAX-WS protocol
JaxWSProtocol(ServiceRequest<JaxWSClientConnection>, DataFactory, JaxWSClientConfig) - Constructor for class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
Constructor
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, long) - Constructor for class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
LOAD_USER_LOCALIZATION - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
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
log(String, Throwable, ILog.Level) - Method in interface oracle.stellent.ridc.common.log.ILog
Log a message with a corresponding exception
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
 
LRUCache<K,V> - Class in oracle.stellent.ridc.convenience.usersecurity.impl
 
LRUCache(int) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.LRUCache
 
LT_REF - Static variable in class oracle.stellent.ridc.common.xml.XMLHelper
 

M

m_accessResolvers - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
 
m_aliasBinder - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
 
m_aliasCache - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
 
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_context - Variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
m_contextNode - Variable in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
m_csEnvCache - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAccounts
 
m_csEnvCache - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
 
m_csEnvCache - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSGAccountsCache
 
m_currentDate - Variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 
m_date - Variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
m_defaultPrefix - Variable in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
m_documentRoot - Variable in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
m_id - Variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
m_idcClient - Variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
m_idcClient - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
 
m_idcClient - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
 
m_idcContext - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
 
m_keepRunning - Variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 
m_log - Variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
m_log - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.BinderUtils
 
m_log - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
 
m_logger - Variable in class oracle.stellent.ridc.common.log.jdk.JDKLog
 
m_maxSize - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.LRUCache
 
m_namespaceContext - Variable in class oracle.stellent.ridc.common.xml.XPathEvaluator
 
m_namespaces - Variable in class oracle.stellent.ridc.common.xml.MapNamespaceContext
 
m_securityGroupsResolver - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
 
m_serverEnvBinder - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
 
m_superuser - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
 
m_timeToLive - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
 
m_timeToLive - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
 
m_timeToLive - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
 
m_transferFile - Variable in class oracle.stellent.ridc.protocol.http.obj.HdaFilePart.TransferFilePartSource
 
m_userCache - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
 
m_userContext - Variable in class oracle.stellent.ridc.convenience.usersecurity.CacheId
 
m_userName - Variable in class oracle.stellent.ridc.convenience.usersecurity.CacheId
 
m_usingAccounts - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
 
m_usingAcl - Variable in class oracle.stellent.ridc.convenience.usersecurity.impl.CSEnvCache
 
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
 
mark(int) - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
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.
MONITORED_SUBJECTS - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
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
 
NON_PROXY_HOSTS - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
NumberTools - Class in oracle.stellent.ridc.common.util
Utility class to deal with Numbers and Integers
NumberTools() - Constructor for class oracle.stellent.ridc.common.util.NumberTools
 

O

OAM_SSO_FORM - Static variable in class oracle.stellent.ridc.IdcContext
standard form configuration for OAM SSO
OAMSSOAuthHandler - Class in oracle.stellent.ridc.protocol.http.auth
Oracle Single Sign-on via the Oracle Access Manager (OAM) authentication handler.
OAMSSOAuthHandler(IdcHttpProtocol) - Constructor for class oracle.stellent.ridc.protocol.http.auth.OAMSSOAuthHandler
 
OBSSO_COOKIE - Static variable in class oracle.stellent.ridc.protocol.http.auth.OAMSSOAuthHandler
 
ODBC_POSTFIX - Static variable in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
 
ODBC_PREFIX - Static variable in class oracle.stellent.ridc.model.impl.DataObjectEncodingUtils
 
openCDataSection(StringBuffer) - Static method in class oracle.stellent.ridc.common.xml.XMLStringBuilder
Open the CDATA section
openCloseTag(String, StringBuffer) - Static method in class oracle.stellent.ridc.common.xml.XMLStringBuilder
Draw an empty tag
openTag(String, StringBuffer, boolean) - Static method in class oracle.stellent.ridc.common.xml.XMLStringBuilder
Draw an element tag
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.convenience.adf.mbeans - package oracle.stellent.ridc.convenience.adf.mbeans
 
oracle.stellent.ridc.convenience.adf.mbeans.resources - package oracle.stellent.ridc.convenience.adf.mbeans.resources
 
oracle.stellent.ridc.convenience.monitor - package oracle.stellent.ridc.convenience.monitor
 
oracle.stellent.ridc.convenience.usersecurity - package oracle.stellent.ridc.convenience.usersecurity
 
oracle.stellent.ridc.convenience.usersecurity.impl - package oracle.stellent.ridc.convenience.usersecurity.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.auth - package oracle.stellent.ridc.protocol.http.auth
 
oracle.stellent.ridc.protocol.http.obj - package oracle.stellent.ridc.protocol.http.obj
 
oracle.stellent.ridc.protocol.http.util - package oracle.stellent.ridc.protocol.http.util
 
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
 
oracle.stellent.ridc.protocol.jaxws - package oracle.stellent.ridc.protocol.jaxws
 
oracle.stellent.ridc.protocol.jaxws.obj - package oracle.stellent.ridc.protocol.jaxws.obj
 
oracle.stellent.ridc.protocol.jaxws.xml - package oracle.stellent.ridc.protocol.jaxws.xml
 
ORDER_CLAUSE - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 

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
parseInteger(String, int) - Static method in class oracle.stellent.ridc.common.util.NumberTools
Attempts to parse an integer and provides a default if it fails.
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 separated 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
parseXML(InputStream, boolean, boolean) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Parse xml from the inputstream.
parseXML(Reader, boolean, boolean) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Parse xml from the Reader.
parseXML(InputSource, boolean, boolean) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Parse xml from InputSource.
prepareBoundary() - Method in class oracle.stellent.ridc.model.serialize.MultipartPostBinderSerializer
Create a large, randomly generated boundary string for separation 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
PROP_CLIENT_SECURITY_POLICY - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_CLIENT_SECURITY_POLICY_DEFAULT - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
Default security policy that will be used, if one is not specified
PROP_CONNECTION_POOL - Static variable in class oracle.stellent.ridc.IdcClientConfig
 
PROP_CONNECTION_SIZE - Static variable in class oracle.stellent.ridc.IdcClientConfig
 
PROP_CONNECTION_URL - Static variable in class oracle.stellent.ridc.IdcClientConfig
 
PROP_CONNECTION_WAIT_TIME - Static variable in class oracle.stellent.ridc.IdcClientConfig
 
PROP_JSP_CONFIG_FILE - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_LOGIN_NAMESPACE_URI - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_LOGIN_OPERATION_NAME - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_LOGIN_OPERATION_NAME_DEFAULT - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_LOGIN_SERVICE_NAME - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_LOGIN_SERVICE_PORT - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_LOGIN_SERVICE_WSDL - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_LOGOUT_OPERATION_NAME - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_LOGOUT_OPERATION_NAME_DEFAULT - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_REQUEST_BINDER_ARG - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_REQUEST_INSTANCE_NAME_ARG - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_REQUEST_NAMESPACE_URI - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_REQUEST_OPERATION_NAME - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_REQUEST_OPERATION_NAME_DEFAULT - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_REQUEST_SCHEMA_URL - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_REQUEST_SERVICE_NAME - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_REQUEST_SERVICE_PORT - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_REQUEST_SERVICE_WSDL - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_SERVER_INSTANCE_NAME - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_SERVER_INSTANCE_NAME_DEFAULT - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_SOCKET_TIMEOUT - Static variable in class oracle.stellent.ridc.IdcClientConfig
 
PROP_SOCKET_TIMEOUT_DEFAULT - Static variable in class oracle.stellent.ridc.IdcClientConfig
 
PROP_SSL_ALGORITHM - Static variable in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
PROP_SSL_KEYSTORE_ALIAS - Static variable in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
PROP_SSL_KEYSTORE_ALIAS_PASSWORD - Static variable in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
PROP_SSL_KEYSTORE_FILE - Static variable in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
PROP_SSL_KEYSTORE_PASSWORD - Static variable in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
PROP_SSL_TRUST_MANAGER_FILE - Static variable in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
PROP_SSL_TRUST_MANAGER_PASSWORD - Static variable in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
PROP_STREAMING_CHUNK_SIZE - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_STREAMING_CHUNK_SIZE_DEFAULT - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
PROP_USE_SYSTEM_PROXY - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
Protocol - Interface in oracle.stellent.ridc.protocol
A standard abstraction of request/response 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
 
PROXY_HOST - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
PROXY_PASSWORD - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
PROXY_PORT - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
PROXY_USERNAME - Static variable in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
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)
putPermissions(CacheId, CachedDataBinder) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Remember user's permissions

Q

QUOT_REF - Static variable in class oracle.stellent.ridc.common.xml.XMLHelper
 

R

read(byte[], int, int) - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
read() - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
readAndSetRequestSchema(JaxWSClientConfig) - Static method in class oracle.stellent.ridc.protocol.jaxws.xml.WSDLAndSchemaParser
 
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 a list of configuration into a new IdcClientManager 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.
REFRESH_SUBJECTS - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
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 the current 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
REMOTE_USER_HEADER - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
remove(Object) - Method in class oracle.stellent.ridc.model.impl.DataResultSetRow
 
removeCacheId(CacheId) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Drop the permissions for this user from the cache
removeCacheId(CacheId) - Method in interface oracle.stellent.ridc.convenience.usersecurity.IUserSecurityCache
Remove cache
removeClient(String) - Method in class oracle.stellent.ridc.IdcClientManager
Remove a client by name
removeEldestEntry(Map.Entry<K, V>) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.LRUCache
 
removeField(String) - Method in interface oracle.stellent.ridc.model.DataResultSet
Remove a field from all rows by a given field name Note: this is an expensive operation; all internal data structures will be updated.
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 for a given field name
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 for a given file name
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 for a given name
removeOptionList(String) - Method in class oracle.stellent.ridc.model.impl.DataBinderImpl
Remove an option list
removePermissions(CacheId) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Remove user's permissions
removeResultSet(String) - Method in interface oracle.stellent.ridc.model.DataBinder
Remove the result set for a given name
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 at a given index
removeRow(int) - Method in class oracle.stellent.ridc.model.impl.DataResultSetImpl
Remove a row in this result set.
removeStaleEntries() - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Remove entries from cache that are too old
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}
REQUEST_METHOD_HEADER - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
reset() - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
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
resolveAccessLevel(DataObject, DataBinder) - Method in interface oracle.stellent.ridc.convenience.usersecurity.IAccessResolver
For a given document, determine the user's access level If the resolver determines that it doesn't want to participate in the access level calculation, it returns null
resolveAccessLevel(DataObject, DataBinder) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAccounts
Get the user's access level for this document.
resolveAccessLevel(DataObject, DataBinder) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverAcl
Get the access level or null if no information is available
resolveAccessLevel(DataObject, DataBinder) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.AccessResolverSecurityGroups
Get the user's access level for this document.
RESULT_NAME - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
RETRY_COUNT - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
RSRCBNDL - Static variable in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
 
run() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 

S

saveConnection() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
sendAuthenticatedRequest() - Method in class oracle.stellent.ridc.protocol.http.auth.BasicAuthHandler
Send the authenticated request to the Content Server
sendAuthenticatedRequest() - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
Send the authenticated request to the Content Server
sendAuthenticatedRequest() - Method in interface oracle.stellent.ridc.protocol.http.AuthenticationHandler
Send the authenticated request to the Content Server
sendEventsForResponse(DataBinder) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
Send our the events for the response
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.
sendRequest() - Method in class oracle.stellent.ridc.protocol.http.IdcHttpProtocol
Send the request to the Content Server; used internally by the AuthHandler implementations
serialize(Node, OutputStream) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Pretty prints the XML to the specified output stream
serialize(Node, Writer) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Pretty prints the XML to the specified output stream
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 all configurations in an 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
 
SET_COOKIE_HEADER - Static variable in class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
 
setAlgorithm(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setAuthScheme(IdcContext.HttpAuthScheme) - Method in class oracle.stellent.ridc.IdcContext
 
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
setClientSecurityPolicy(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setCloseMethod(CloseNotifyInputStream.CloseMethod) - Method in class oracle.stellent.ridc.protocol.ServiceResponse
Set the method to call upon closure of the stream
setComment(String) - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
setConfigParameters(Map<String, String>) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
Set the configuration parameters of the IDC Connection.
setConnectionName(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
 
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
 
setConnectionUrl(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
 
setConnectionUrl(String) - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
 
setConnectionUrl(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
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
 
setContentType(String) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
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(long) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
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.
setDomain(String) - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
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 for all columns
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 a given field name
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
set FixedLen which is a maximum length when translated to a string.
setHeaderCharset(String) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
setHttpClient(HttpClient) - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
 
setId(int) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
setIdAttribute(String, boolean) - Method in class oracle.stellent.ridc.common.xml.XPathEvaluator
Set the ID attribute feature against this DOM tree
setIdcClient(IdcClient) - Method in class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
For this Cache, set the communication information
setInitialized(boolean) - Method in class oracle.stellent.ridc.IdcClient
 
setInputStream(InputStream) - Method in class oracle.stellent.ridc.model.TransferFile
 
setJpsConfigFile(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setKeepRunning(boolean) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
 
setKeystoreAlias(String) - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
Sets the RIDC client keystore alias in the keystore.
setKeystoreAlias(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
setKeystoreAlias(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setKeystoreAliasPassword(String) - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
Sets the RIDC client keystore alias password required to retrieve the alias key from the keystore.
setKeystoreAliasPassword(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
setKeystoreAliasPassword(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setKeystoreFile(String) - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
Sets the RIDC client side keystore file location.
setKeystoreFile(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
setKeystoreFile(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setKeystorePassword(String) - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
Sets the RIDC client side keystore password.
setKeystorePassword(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
setKeystorePassword(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setLoginForm(IdcContext.LoginForm) - Method in class oracle.stellent.ridc.IdcContext
 
setLoginNamespaceUri(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setLoginOperationName(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setLoginServiceName(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setLoginServicePort(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setLoginServiceWSDLUrl(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setLogoutOperationName(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setLogProvider(ILogProvider) - Static method in class oracle.stellent.ridc.common.log.LogFactory
Set the log provider.
setMaxAge(int) - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
setMaxLen(int) - Method in class oracle.stellent.ridc.model.DataResultSet.Field
set MaxLen which is maximum length of field in characters when translated to a string if field is fixed length.
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.IdcContext.Cookie
 
setName(String) - Method in class oracle.stellent.ridc.model.DataResultSet.Field
 
setNonProxyHosts(String) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
setPath(String) - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
setPingMethod(HttpMethod) - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
 
setProperties(Map<String, String>) - Method in class oracle.stellent.ridc.IdcClientConfig
 
setProperty(String, String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
Set a property name and value
setProperty(String, String) - Method in class oracle.stellent.ridc.IdcClientConfig
 
setProxyHost(String) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
setProxyPassword(String) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
setProxyPort(int) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
setProxyUsername(String) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
setQuerySubjects(List) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
Set the list of subjects to query
setRequestBinderArg(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setRequestInstanceNameArg(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setRequestNamespaceUri(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setRequestOperationName(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setRequestSchemaUrl(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setRequestServiceName(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setRequestServicePort(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setRequestServiceWSDLUrl(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setResponse(DataHandler) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection
Set the response data handler
setResponseStream(InputStream) - Method in class oracle.stellent.ridc.protocol.ServiceResponse
 
setScale(int) - Method in class oracle.stellent.ridc.model.DataResultSet.Field
set the scale for DECIMAL field
setSecure(boolean) - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
setServerInstanceName(String) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setService(String) - Method in class oracle.stellent.ridc.protocol.ServiceRequest
 
setSessionCookie(String) - Method in class oracle.stellent.ridc.IdcContext
 
setSleep(long) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
setSocketTimeout(int) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
 
setSocketTimeout(int) - Method in class oracle.stellent.ridc.IdcClientConfig
 
setStreamingChunkSize(int) - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig
 
setTimeout(int) - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
 
setTimeout(int) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
setTrustManagerFile(String) - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
Sets the RIDC client side trust manager file location.
setTrustManagerFile(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
setTrustManagerFile(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setTrustManagerPassword(String) - Method in interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
Sets the RIDC client trust manager password.
setTrustManagerPassword(String) - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl
 
setTrustManagerPassword(String) - Method in class oracle.stellent.ridc.protocol.intradoc.IntradocClientConfig
 
setType(DataResultSet.Field.Type) - Method in class oracle.stellent.ridc.model.DataResultSet.Field
set type
setUser(String) - Method in class oracle.stellent.ridc.IdcContext
Set the user name for this context
setUserAgent(String) - Method in class oracle.stellent.ridc.IdcContext
 
setUserContext(IdcContext) - Method in class oracle.stellent.ridc.convenience.usersecurity.CacheId
 
setUserName(String) - Method in class oracle.stellent.ridc.convenience.usersecurity.CacheId
 
setUseSystemProxy(boolean) - Method in class oracle.stellent.ridc.protocol.http.IdcHttpClientConfig
 
setValue(String) - Method in class oracle.stellent.ridc.IdcContext.Cookie
 
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
 
skip(long) - Method in class oracle.stellent.ridc.common.io.LengthLimitedInputStream
 
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
 
start() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
Start the event poller
stop() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
Stop the event poller
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

throwFormValidateException(PostMethod) - Method in class oracle.stellent.ridc.protocol.http.auth.FormAuthHandler
Throw the form validation exception
TIME_EXPIRED - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
TIME_ZERO - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
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
toString(Node) - Static method in class oracle.stellent.ridc.common.xml.XMLHelper
Pretty prints the XML and returns it as a stream
toString() - Method in class oracle.stellent.ridc.convenience.adf.mbeans.IdcConnection
toString() - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.QueryDate
 
toString() - Method in class oracle.stellent.ridc.IdcContext.Cookie
Return a textual representation of the cookie.
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

UCM_SESSION_ID - Static variable in class oracle.stellent.ridc.IdcContext
default session ID cookie for UCM
unwrap(String, String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Unwraps string using selected prefix and postfix
updateCurrentDate(Date) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher.IdcPollingThread
Updates the current date returned by getCurrentDate().
updateSubject(String, long) - Method in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
USER_AGENT - Static variable in class oracle.stellent.ridc.IdcContext
 
USER_AGENT_HEADER - Static variable in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
UserSecurityGroupsCache - Class in oracle.stellent.ridc.convenience.usersecurity.impl
Implementation of Content Security will check Security Groups
UserSecurityGroupsCache(IdcClient, int, long) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.UserSecurityGroupsCache
Create a security implementation that checks Security Groups
UserSGAccountsCache - Class in oracle.stellent.ridc.convenience.usersecurity.impl
Implementation of Content Security will check Security Groups and Accounts
UserSGAccountsCache(IdcClient, int, long, long) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.UserSGAccountsCache
Create a security implementation that checks Security Groups and Accounts if Account Security is enabled on the content server with UseAccounts=1
UserSGAcctAclCache - Class in oracle.stellent.ridc.convenience.usersecurity.impl
Implementation of Content Security will check Security Groups, Accounts and ACLs
UserSGAcctAclCache(IdcClient, int, long, long, IdcContext) - Constructor for class oracle.stellent.ridc.convenience.usersecurity.impl.UserSGAcctAclCache
Create a security implementation that checks Security Groups, Accounts, and ACLs depending on the content server's settings for UseAccounts and UseCollaboration

V

validate(String, int, String, boolean, Cookie) - Method in class oracle.stellent.ridc.protocol.http.util.AllCookieSpec
Performs most common Cookie validation
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.IdcContext.HttpAuthScheme
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.IdcContext.HttpAuthScheme
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.
VersionManifest - Class in oracle.stellent.ridc.common.util
Determine the version of the IdcClient by reading in the information from the manifest
VersionManifest() - Constructor for class oracle.stellent.ridc.common.util.VersionManifest
 

W

WHERE_CLAUSE - Static variable in class oracle.stellent.ridc.convenience.monitor.ContentHistoryWatcher
 
wrap(String, String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Wrap string value with prefix and postfix.
wrapIfRequired(String, String, String) - Static method in class oracle.stellent.ridc.common.util.StringTools
Wrap the string value with prefix and postfix, but only if the prefix and/or postfix does not exist in the value.
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 class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
 
writeRequest() - Method in interface oracle.stellent.ridc.protocol.Protocol
Send request to the Content Server
writeStandardRequest(Map<String, String>) - Method in class oracle.stellent.ridc.protocol.intradoc.HdaProtocol
 
writeSuperRequest() - Method in class oracle.stellent.ridc.protocol.jaxws.JaxWSProtocol
 
WSDL_URL_IDENTIFIER - Static variable in class oracle.stellent.ridc.IdcClientManager
 
WSDLAndSchemaParser - Class in oracle.stellent.ridc.protocol.jaxws.xml
 
WSDLAndSchemaParser() - Constructor for class oracle.stellent.ridc.protocol.jaxws.xml.WSDLAndSchemaParser
 

X

XmlConfigurationSerializer - Class in oracle.stellent.ridc.config.impl
 
XmlConfigurationSerializer() - Constructor for class oracle.stellent.ridc.config.impl.XmlConfigurationSerializer
 
XMLHelper - Class in oracle.stellent.ridc.common.xml
XML Helper methods for working with DOM structures
XMLHelper() - Constructor for class oracle.stellent.ridc.common.xml.XMLHelper
 
XMLStringBuilder - Class in oracle.stellent.ridc.common.xml
Helper class for building XML documents from string buffer objects
XMLStringBuilder() - Constructor for class oracle.stellent.ridc.common.xml.XMLStringBuilder
 
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 from InputStream.
XPathEvaluator(Reader) - Constructor for class oracle.stellent.ridc.common.xml.XPathEvaluator
 
XPathEvaluator(Reader, NamespaceContext, boolean, String) - Constructor for class oracle.stellent.ridc.common.xml.XPathEvaluator
Builds a new XPath evaluator from a Reader.
XPathEvaluator(InputSource, NamespaceContext, boolean, String) - Constructor for class oracle.stellent.ridc.common.xml.XPathEvaluator
Builds a new XPath evaluator from an InputSource.
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
Deprecated. 
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 F G H I J K L M N O P Q R S T U V W X

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


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