Skip navigation links

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

E17350-01


Serialized Form


Package com.stellent.cis

Package com.stellent.cis.client.api.common

Class com.stellent.cis.client.api.common.CreateAPIObjectException extends BaseRuntimeException implements Serializable

Class com.stellent.cis.client.api.common.PropertyRetrievalException extends BaseRuntimeException implements Serializable

Serialized Fields

m_errorType

int m_errorType

m_propDescriptor

ICISPropertyDescriptor m_propDescriptor

m_propValue

ICISPropertyValue m_propValue

m_propName

java.lang.String m_propName

Class com.stellent.cis.client.api.common.PropertySetException extends BaseRuntimeException implements Serializable

Serialized Fields

m_errorType

int m_errorType

m_propertyName

java.lang.String m_propertyName

m_propertyValue

java.lang.Object m_propertyValue

Package com.stellent.cis.client.api.common.administrative

Package com.stellent.cis.client.api.common.administrative.adapter

Package com.stellent.cis.client.api.common.administrative.cache.scs

Package com.stellent.cis.client.api.common.document

Package com.stellent.cis.client.api.common.search

Class com.stellent.cis.client.api.common.search.CommonSearchParseException extends BaseRuntimeException implements Serializable

Package com.stellent.cis.client.api.scs

Package com.stellent.cis.client.api.scs.administrative

Package com.stellent.cis.client.api.scs.administrative.query

Package com.stellent.cis.client.api.scs.component.cis

Package com.stellent.cis.client.api.scs.component.folder

Package com.stellent.cis.client.api.scs.component.multisort

Package com.stellent.cis.client.api.scs.context

Class com.stellent.cis.client.api.scs.context.SCSContextException extends java.lang.Object implements Serializable

Package com.stellent.cis.client.api.scs.document

Package com.stellent.cis.client.api.scs.document.checkin

Package com.stellent.cis.client.api.scs.document.checkout

Package com.stellent.cis.client.api.scs.document.information

Package com.stellent.cis.client.api.scs.document.subscription

Package com.stellent.cis.client.api.scs.file

Package com.stellent.cis.client.api.scs.internal.filter

Package com.stellent.cis.client.api.scs.locale

Package com.stellent.cis.client.api.scs.metadata

Package com.stellent.cis.client.api.scs.schema

Package com.stellent.cis.client.api.scs.search

Package com.stellent.cis.client.api.scs.user

Package com.stellent.cis.client.api.scs.workflow

Package com.stellent.cis.client.api.sis

Package com.stellent.cis.client.api.sis.context

Package com.stellent.cis.client.api.sis.document

Package com.stellent.cis.client.api.sis.process

Package com.stellent.cis.client.api.sis.search

Package com.stellent.cis.client.command

Class com.stellent.cis.client.command.CommandClientConnectException extends CommandException implements Serializable

Serialized Fields

m_errors

java.util.List m_errors

Class com.stellent.cis.client.command.CommandConfigurationException extends BaseRuntimeException implements Serializable

Class com.stellent.cis.client.command.CommandCreateException extends CommandException implements Serializable

Class com.stellent.cis.client.command.CommandException extends BaseException implements Serializable

Class com.stellent.cis.client.command.CommandNotFoundException extends CommandException implements Serializable

Class com.stellent.cis.client.command.CommandRuntimeException extends BaseRuntimeException implements Serializable

Package com.stellent.cis.client.command.ejb

Class com.stellent.cis.client.command.ejb.CommandStatelessSessionBean extends org.springframework.ejb.support.AbstractStatelessSessionBean implements Serializable

Package com.stellent.cis.client.command.event

Package com.stellent.cis.client.context

Class com.stellent.cis.client.context.SCSContextException extends java.lang.Exception implements Serializable

Package com.stellent.cis.client.io

Package com.stellent.cis.common.bean

Class com.stellent.cis.common.bean.BeanParam extends java.lang.Object implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_value

java.lang.String m_value

m_isBeanRef

boolean m_isBeanRef

Class com.stellent.cis.common.bean.ParamBean extends java.lang.Object implements Serializable

Serialized Fields

m_bundleName

java.lang.String m_bundleName

Package com.stellent.cis.common.exception

Class com.stellent.cis.common.exception.BaseException extends java.lang.Exception implements Serializable

Serialized Fields

m_isWrapper

boolean m_isWrapper

m_hasMessage

boolean m_hasMessage

Class com.stellent.cis.common.exception.BaseRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_isWrapper

boolean m_isWrapper

m_hasMessage

boolean m_hasMessage

Class com.stellent.cis.common.exception.HttpException extends java.io.IOException implements Serializable

Serialized Fields

m_statusCode

int m_statusCode

m_headers

java.util.Map m_headers

Class com.stellent.cis.common.exception.ParameterValidationException extends BaseException implements Serializable

Serialized Fields

m_validationErrors

java.util.Map m_validationErrors

Class com.stellent.cis.common.exception.SCSException extends BaseException implements Serializable

Serialized Fields

m_statusCode

int m_statusCode

m_statusMessage

java.lang.String m_statusMessage

Package com.stellent.cis.common.marshall

Class com.stellent.cis.common.marshall.RemoteValueContainer extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.
Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
Serial Data:
Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
Throws:
java.io.IOException - Includes any I/O exceptions that may occur

Package com.stellent.cis.common.proxy.ejb

Class com.stellent.cis.common.proxy.ejb.EJBConnectionException extends BaseRuntimeException implements Serializable

Package com.stellent.cis.common.util

Class com.stellent.cis.common.util.SafeProperties extends java.util.Properties implements Serializable

Package com.stellent.cis.web.servlets

Class com.stellent.cis.web.servlets.SCSBaseAuthenticatedServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_log

org.apache.commons.logging.Log m_log

m_defaultUser

java.lang.String m_defaultUser

m_principalLookupAllowed

boolean m_principalLookupAllowed

m_principalLookupName

java.lang.String m_principalLookupName

m_principalLookupScope

java.lang.String m_principalLookupScope

m_getUserPrincipalEnabled

boolean m_getUserPrincipalEnabled

m_contextPath

java.lang.String m_contextPath

m_commandFacade

ICommandFacade m_commandFacade

m_cisApplication

ICISApplication m_cisApplication

Class com.stellent.cis.web.servlets.SCSDynamicConverterServlet extends SCSBaseAuthenticatedServlet implements Serializable

Serialized Fields

m_fileApi

ISCSFileAPI m_fileApi

Class com.stellent.cis.web.servlets.SCSDynamicURLServlet extends SCSBaseAuthenticatedServlet implements Serializable

Serialized Fields

m_fileAPI

ISCSFileAPI m_fileAPI

Class com.stellent.cis.web.servlets.SCSFileDownloadServlet extends SCSBaseAuthenticatedServlet implements Serializable

Serialized Fields

m_fileApi

ISCSFileAPI m_fileApi

m_contentCommandAPI

ISCSDocumentInformationAPI m_contentCommandAPI

Class com.stellent.cis.web.servlets.SCSFileTransferServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_log

org.apache.commons.logging.Log m_log
Deprecated. 

Class com.stellent.cis.web.servlets.SCSInitializeServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_log

org.apache.commons.logging.Log m_log

Class com.stellent.cis.web.servlets.SISFileDownloadServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

m_log

org.apache.commons.logging.Log m_log

m_cisApplication

ICISApplication m_cisApplication

Skip navigation links

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

E17350-01


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