SAP NetWeaver '04

Serialized Form


Package com.sap.netweaver.bc.rf.common

Class com.sap.netweaver.bc.rf.common.Rid implements Serializable

Serialized Fields

uri

java.lang.String uri

path

java.lang.String path

pathlen

int pathlen

query

java.lang.String query

endsWithSlash

boolean endsWithSlash

isAbsolute

boolean isAbsolute

hashCode

int hashCode

root

Rid root

name

Rid name

parent

Rid parent

toExternalFormCache

java.lang.String toExternalFormCache
Convert this Rid to a representation usable in RFC2396 URI references. Non-ASCII and reserved characters are encoded.

Note that such an encoded string cannot be used to construct an new Rid object! The path in Rid objects is never, ever encoded.


Package com.sap.netweaver.bc.rf.common.content

Class com.sap.netweaver.bc.rf.common.content.ContentMetadataType implements Serializable

Class com.sap.netweaver.bc.rf.common.content.SupportedOption implements Serializable


Package com.sap.netweaver.bc.rf.common.context

Class com.sap.netweaver.bc.rf.common.context.AccessContext implements Serializable

Serialized Fields

locale

java.util.Locale locale
Locale of current user operating on the resouce.

allowedStaleDataTimespan

long allowedStaleDataTimespan
Time the repository data may not be older than.

properties

java.util.Map properties
Client defined property map.


Package com.sap.netweaver.bc.rf.common.lock

Class com.sap.netweaver.bc.rf.common.lock.LockDepthType implements Serializable

Class com.sap.netweaver.bc.rf.common.lock.LockKindType implements Serializable

Class com.sap.netweaver.bc.rf.common.lock.LockScopeType implements Serializable

Class com.sap.netweaver.bc.rf.common.lock.SupportedOption implements Serializable


Package com.sap.netweaver.bc.rf.common.namespace

Class com.sap.netweaver.bc.rf.common.namespace.Collator implements Serializable

Class com.sap.netweaver.bc.rf.common.namespace.LinkType implements Serializable

Class com.sap.netweaver.bc.rf.common.namespace.OrderMechanismType implements Serializable

Class com.sap.netweaver.bc.rf.common.namespace.OrderPositionType implements Serializable

Class com.sap.netweaver.bc.rf.common.namespace.SupportedOption implements Serializable


Package com.sap.netweaver.bc.rf.common.property

Class com.sap.netweaver.bc.rf.common.property.AbstractProperty implements Serializable

Serialized Fields

name

IPropertyName name

attributes

java.util.Properties attributes

flags

int flags

resourceBundles

ResourceBundles resourceBundles

Class com.sap.netweaver.bc.rf.common.property.PropertyName implements Serializable

Class com.sap.netweaver.bc.rf.common.property.PropertyType implements Serializable

Class com.sap.netweaver.bc.rf.common.property.PropertyUpdateType implements Serializable

Class com.sap.netweaver.bc.rf.common.property.SupportedOption implements Serializable


Package com.sap.netweaver.bc.rf.common.property.booleantype

Class com.sap.netweaver.bc.rf.common.property.booleantype.BooleanMultiValueProperty implements Serializable

Serialized Fields

values

boolean[] values

Class com.sap.netweaver.bc.rf.common.property.booleantype.BooleanSingleValueProperty implements Serializable

Serialized Fields

value

boolean value

Class com.sap.netweaver.bc.rf.common.property.booleantype.MutableBooleanMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.common.property.booleantype.MutableBooleanSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.common.property.datetype

Class com.sap.netweaver.bc.rf.common.property.datetype.DateMultiValueProperty implements Serializable

Serialized Fields

propertyType

PropertyType propertyType

values

java.util.Date[] values

Class com.sap.netweaver.bc.rf.common.property.datetype.DateSingleValueProperty implements Serializable

Serialized Fields

propertyType

PropertyType propertyType

value

java.util.Date value

Class com.sap.netweaver.bc.rf.common.property.datetype.MutableDateMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.common.property.datetype.MutableDateSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.common.property.inttype

Class com.sap.netweaver.bc.rf.common.property.inttype.IntMultiValueProperty implements Serializable

Serialized Fields

values

int[] values

Class com.sap.netweaver.bc.rf.common.property.inttype.IntSingleValueProperty implements Serializable

Serialized Fields

value

int value

Class com.sap.netweaver.bc.rf.common.property.inttype.MutableIntMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.common.property.inttype.MutableIntSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.common.property.longtype

Class com.sap.netweaver.bc.rf.common.property.longtype.LongMultiValueProperty implements Serializable

Serialized Fields

values

long[] values

Class com.sap.netweaver.bc.rf.common.property.longtype.LongSingleValueProperty implements Serializable

Serialized Fields

value

long value

Class com.sap.netweaver.bc.rf.common.property.longtype.MutableLongMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.common.property.longtype.MutableLongSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.common.property.stringtype

Class com.sap.netweaver.bc.rf.common.property.stringtype.MutableStringMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.common.property.stringtype.MutableStringSingleValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.common.property.stringtype.StringMultiValueProperty implements Serializable

Serialized Fields

values

java.lang.String[] values

Class com.sap.netweaver.bc.rf.common.property.stringtype.StringSingleValueProperty implements Serializable

Serialized Fields

value

java.lang.String value


Package com.sap.netweaver.bc.rf.common.property.xmltype

Class com.sap.netweaver.bc.rf.common.property.xmltype.MutableXmlMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.common.property.xmltype.MutableXmlSingleValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.common.property.xmltype.XmlMultiValueProperty implements Serializable

Serialized Fields

values

java.lang.String[] values

Class com.sap.netweaver.bc.rf.common.property.xmltype.XmlSingleValueProperty implements Serializable

Serialized Fields

value

java.lang.String value


Package com.sap.netweaver.bc.rf.common.security

Class com.sap.netweaver.bc.rf.common.security.Permission implements Serializable

Serialized Fields

name

java.lang.String name

localName

java.lang.String localName

resourceBundles

ResourceBundles resourceBundles


Package com.sap.netweaver.bc.rf.common.support

Class com.sap.netweaver.bc.rf.common.support.SupportedOption implements Serializable


Package com.sap.netweaver.bc.rf.common.transaction

Class com.sap.netweaver.bc.rf.common.transaction.IsolationLevel implements Serializable

Class com.sap.netweaver.bc.rf.common.transaction.Status implements Serializable


Package com.sap.netweaver.bc.rf.common.version

Class com.sap.netweaver.bc.rf.common.version.SupportedOption implements Serializable


Package com.sap.netweaver.bc.rf.mi.property.booleantype

Class com.sap.netweaver.bc.rf.mi.property.booleantype.BooleanMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.mi.property.booleantype.BooleanSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.mi.property.datetype

Class com.sap.netweaver.bc.rf.mi.property.datetype.DateMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.mi.property.datetype.DateSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.mi.property.inttype

Class com.sap.netweaver.bc.rf.mi.property.inttype.IntMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.mi.property.inttype.IntSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.mi.property.longtype

Class com.sap.netweaver.bc.rf.mi.property.longtype.LongMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.mi.property.longtype.LongSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.mi.property.stringtype

Class com.sap.netweaver.bc.rf.mi.property.stringtype.StringMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.mi.property.stringtype.StringSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.mi.property.xmltype

Class com.sap.netweaver.bc.rf.mi.property.xmltype.XmlMultiValueProperty implements Serializable

Class com.sap.netweaver.bc.rf.mi.property.xmltype.XmlSingleValueProperty implements Serializable


Package com.sap.netweaver.bc.rf.mi.security

Class com.sap.netweaver.bc.rf.mi.security.Permission implements Serializable


Package com.sap.netweaver.bc.rf.util.context

Class com.sap.netweaver.bc.rf.util.context.ContextFactoryRegistrationError implements Serializable

Class com.sap.netweaver.bc.rf.util.context.ContextUnavailableException implements Serializable


Package com.sap.netweaver.bc.rf.util.enum

Class com.sap.netweaver.bc.rf.util.enum.Enum implements Serializable

Serialized Fields

id

int id

Class com.sap.netweaver.bc.rf.util.enum.EnumWithDescription implements Serializable

Serialized Fields

description

java.lang.String description


Package com.sap.netweaver.bc.rf.util.event

Class com.sap.netweaver.bc.rf.util.event.ReceiverMode implements Serializable


Package com.sap.netweaver.bc.rf.util.flyweight

Class com.sap.netweaver.bc.rf.util.flyweight.FlyWeight implements Serializable

Serialized Fields

id

java.io.Serializable id

Class com.sap.netweaver.bc.rf.util.flyweight.FlyWeightWithDescription implements Serializable

Serialized Fields

description

java.lang.String description


Package com.sap.netweaver.bc.rf.util.namespace

Class com.sap.netweaver.bc.rf.util.namespace.Name implements Serializable

Serialized Fields

fullName

java.lang.String fullName

localName

java.lang.String localName

namespace

java.lang.String namespace


Package com.sap.netweaver.bc.rf.util.uuid

Class com.sap.netweaver.bc.rf.util.uuid.UUID implements Serializable

Serialized Fields

time

long time

clockSequence

short clockSequence

version

byte version

node

byte[] node

uuid

byte[] uuid


Package com.sapportals.wcm

Class com.sapportals.wcm.WcmException implements Serializable

Serialized Fields

ex

java.lang.Throwable ex

logged

boolean logged


Package com.sapportals.wcm.crt

Class com.sapportals.wcm.crt.CascadingException implements Serializable

Serialized Fields

ex

java.lang.Throwable ex

Class com.sapportals.wcm.crt.ConstructionException implements Serializable


Package com.sapportals.wcm.crt.component

Class com.sapportals.wcm.crt.component.AutoRestartException implements Serializable

Serialized Fields

delay

long delay

Class com.sapportals.wcm.crt.component.ComponentException implements Serializable

Class com.sapportals.wcm.crt.component.ContextException implements Serializable

Class com.sapportals.wcm.crt.component.StartupException implements Serializable


Package com.sapportals.wcm.crt.configuration

Class com.sapportals.wcm.crt.configuration.ConfigurationException implements Serializable


Package com.sapportals.wcm.rendering.collection

Class com.sapportals.wcm.rendering.collection.ComponentValueMap implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.NotSerializableException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.NotSerializableException


Package com.sapportals.wcm.rendering.enum

Class com.sapportals.wcm.rendering.enum.GroupRendererType implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.NotSerializableException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.NotSerializableException
Serialized Fields

name

java.lang.String name

Class com.sapportals.wcm.rendering.enum.ResourceStateType implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.NotSerializableException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.NotSerializableException
Serialized Fields

name

java.lang.String name

Class com.sapportals.wcm.rendering.enum.TextKey implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.NotSerializableException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.NotSerializableException
Serialized Fields

name

java.lang.String name


Package com.sapportals.wcm.rendering.uicommand

Class com.sapportals.wcm.rendering.uicommand.AbstractCommand.ResourceNotFoundException implements Serializable

Serialized Fields

this$0

AbstractCommand this$0

Class com.sapportals.wcm.rendering.uicommand.AbstractUICommand.ResourceNotFoundException implements Serializable

Serialized Fields

this$0

AbstractUICommand this$0


Package com.sapportals.wcm.repository

Class com.sapportals.wcm.repository.AbstractPropertyException implements Serializable

Serialized Fields

name

IPropertyName name

Class com.sapportals.wcm.repository.AccessDeniedException implements Serializable

Serialized Fields

m_permissionName

java.lang.String m_permissionName

m_userID

java.lang.String m_userID

Class com.sapportals.wcm.repository.AuthorizationRequiredException implements Serializable

Serialized Fields

systemID

java.lang.String systemID

Class com.sapportals.wcm.repository.CheckedOutException implements Serializable

Serialized Fields

userID

java.lang.String userID

Class com.sapportals.wcm.repository.ExpectedCheckInRIDException implements Serializable

Serialized Fields

newRid

RID newRid

Class com.sapportals.wcm.repository.ExpectedCheckInURIException implements Serializable

Serialized Fields

newURI

URI newURI
Deprecated. 

Class com.sapportals.wcm.repository.ExternalLinkException implements Serializable

Serialized Fields

knownRIDPart

java.lang.String knownRIDPart

unknownRIDPart

java.lang.String unknownRIDPart

Class com.sapportals.wcm.repository.IllegalPropertyNameException implements Serializable

Serialized Fields

namespace

java.lang.String namespace

name

java.lang.String name

Class com.sapportals.wcm.repository.IncompleteOperationException implements Serializable

Serialized Fields

successfulOperations

IRidList successfulOperations

Class com.sapportals.wcm.repository.InternalLinkException implements Serializable

Serialized Fields

knownRIDPart

java.lang.String knownRIDPart

unknownRIDPart

java.lang.String unknownRIDPart

Class com.sapportals.wcm.repository.InvalidArgumentException implements Serializable

Class com.sapportals.wcm.repository.InvalidNameException implements Serializable

Serialized Fields

ni

NameInfo ni

Class com.sapportals.wcm.repository.InvalidPositionException implements Serializable

Class com.sapportals.wcm.repository.InvalidTargetException implements Serializable

Serialized Fields

invalidTarget

RID invalidTarget

Class com.sapportals.wcm.repository.InvalidUriException implements Serializable

Class com.sapportals.wcm.repository.IOErrorException implements Serializable

Class com.sapportals.wcm.repository.LabelAlreadyExistsException implements Serializable

Serialized Fields

label

java.lang.String label

Class com.sapportals.wcm.repository.LinkLoopException implements Serializable

Serialized Fields

invalidLinkTarget

RID invalidLinkTarget

Class com.sapportals.wcm.repository.LockedException implements Serializable

Serialized Fields

userID

java.lang.String userID

Class com.sapportals.wcm.repository.LockNotFoundException implements Serializable

Class com.sapportals.wcm.repository.MethodNotAllowedException implements Serializable

Class com.sapportals.wcm.repository.MutableProperty implements Serializable

Class com.sapportals.wcm.repository.NameAlreadyExistsException implements Serializable

Class com.sapportals.wcm.repository.NoContentException implements Serializable

Class com.sapportals.wcm.repository.NoRevisionException implements Serializable

Class com.sapportals.wcm.repository.NotCheckedOutException implements Serializable

Class com.sapportals.wcm.repository.NotOrderedException implements Serializable

Class com.sapportals.wcm.repository.NotSupportedException implements Serializable

Class com.sapportals.wcm.repository.NotVersionedException implements Serializable

Class com.sapportals.wcm.repository.Property implements Serializable

Serialized Fields

m_name

IPropertyName m_name
The property name

m_isMultivalued

boolean m_isMultivalued
Multi-valued flag

m_type

PropertyType m_type
The property data type

m_def

IPropertyDef m_def
Reference to the property definition

m_value

java.lang.String m_value
The value

m_value_object

java.lang.Object m_value_object

m_dateValue

java.util.Date m_dateValue
The value if the type is Date

m_values

java.util.List m_values
Values of multivalued property

m_attributes

java.util.Properties m_attributes
The collection of property attributes

m_res

ResourceBundles m_res

Class com.sapportals.wcm.repository.PropertyMandatoryException implements Serializable

Class com.sapportals.wcm.repository.PropertyName implements Serializable

Class com.sapportals.wcm.repository.PropertyNameTooLongException implements Serializable

Serialized Fields

nameMax

int nameMax

namespaceMax

int namespaceMax

Class com.sapportals.wcm.repository.PropertyReadOnlyException implements Serializable

Class com.sapportals.wcm.repository.PropertyTypeLostException implements Serializable

Class com.sapportals.wcm.repository.PropertyTypeMismatchException implements Serializable

Class com.sapportals.wcm.repository.PropertyUnchangedException implements Serializable

Class com.sapportals.wcm.repository.PropertyValueTooBigException implements Serializable

Serialized Fields

max

int max

Class com.sapportals.wcm.repository.ResourceContext implements Serializable

Serialized Fields

properties

java.util.HashMap properties
some properties used by setValue() /getValue()

locale

java.util.Locale locale
the locale object

placeholders

java.util.Properties placeholders
URI placeholder used by resource factory

creationTime

long creationTime

Class com.sapportals.wcm.repository.ResourceException implements Serializable

Serialized Fields

modernResourceException

ResourceException modernResourceException

rid

RID rid
The ID (RID) of the resource this exception belongs to

nextEx

ResourceException nextEx
Reference to the next ResourceException

Class com.sapportals.wcm.repository.ResourceIsLinkException implements Serializable

Serialized Fields

m_linkType

LinkType m_linkType

m_targetURL

java.lang.String m_targetURL

Class com.sapportals.wcm.repository.ResourceNotCollectionException implements Serializable

Class com.sapportals.wcm.repository.ResourceNotFoundException implements Serializable

Class com.sapportals.wcm.repository.ResourceReadOnlyException implements Serializable

Class com.sapportals.wcm.repository.RevisionResourceException implements Serializable

Class com.sapportals.wcm.repository.ServiceUnavailableException implements Serializable

Serialized Fields

retry

java.util.Date retry

Class com.sapportals.wcm.repository.SetPropertiesException implements Serializable

Serialized Fields

propChangeResults

PropertyChangeResultCollection propChangeResults

Class com.sapportals.wcm.repository.UnassignableNameException implements Serializable

Class com.sapportals.wcm.repository.VersionHasDescendantsException implements Serializable

Class com.sapportals.wcm.repository.VersionHistoryInUseException implements Serializable

Serialized Fields

conflict

RID conflict

Class com.sapportals.wcm.repository.VersionIsCheckedOutException implements Serializable

Class com.sapportals.wcm.repository.VirusContentException implements Serializable

Serialized Fields

rc

int rc

desc

java.lang.String desc

inf

java.lang.String inf


Package com.sapportals.wcm.repository.enum

Class com.sapportals.wcm.repository.enum.FilterType implements Serializable

Class com.sapportals.wcm.repository.enum.LinkType implements Serializable

Class com.sapportals.wcm.repository.enum.LockDepth implements Serializable

Class com.sapportals.wcm.repository.enum.LockScope implements Serializable

Class com.sapportals.wcm.repository.enum.LockType implements Serializable

Class com.sapportals.wcm.repository.enum.NamespaceFilterMode implements Serializable

Class com.sapportals.wcm.repository.enum.Operator implements Serializable

Class com.sapportals.wcm.repository.enum.OrderPosition implements Serializable

Class com.sapportals.wcm.repository.enum.OrderType implements Serializable

Class com.sapportals.wcm.repository.enum.PropertyFilterMode implements Serializable

Class com.sapportals.wcm.repository.enum.PropertyType implements Serializable

Class com.sapportals.wcm.repository.enum.SupportedOption implements Serializable


Package com.sapportals.wcm.repository.filter

Class com.sapportals.wcm.repository.filter.FilterConfigurationException implements Serializable

Serialized Fields

mFilterID

java.lang.String mFilterID


Package com.sapportals.wcm.repository.manager.entrypoints.context

Class com.sapportals.wcm.repository.manager.entrypoints.context.DisplayMode implements Serializable

Class com.sapportals.wcm.repository.manager.entrypoints.context.ProviderPrioPropertyName implements Serializable

Class com.sapportals.wcm.repository.manager.entrypoints.context.ShowChildrenPropertyName implements Serializable


Package com.sapportals.wcm.repository.service

Class com.sapportals.wcm.repository.service.ServiceCallException implements Serializable

Serialized Fields

localizedErrormessage

java.lang.String localizedErrormessage

Class com.sapportals.wcm.repository.service.ServiceNotAvailableException implements Serializable

Serialized Fields

mgrIdList

java.util.List mgrIdList

messages

java.util.List messages


Package com.sapportals.wcm.repository.service.discussion

Class com.sapportals.wcm.repository.service.discussion.DiscussionItemType implements Serializable

Class com.sapportals.wcm.repository.service.discussion.DiscussionResourceTypeException implements Serializable

Class com.sapportals.wcm.repository.service.discussion.DiscussionSingleTopicExistsException implements Serializable


Package com.sapportals.wcm.repository.service.statemanagement

Class com.sapportals.wcm.repository.service.statemanagement.StatemanagementException implements Serializable


Package com.sapportals.wcm.repository.service.subscription

Class com.sapportals.wcm.repository.service.subscription.SubscriptionException implements Serializable

Serialized Fields

m_Type

int m_Type
Internal type of exception

m_FieldLength

int m_FieldLength
Maximum length of a field (default)

m_InvalidRecipientsForChannel

IRecipientList m_InvalidRecipientsForChannel
Internal list of all invalid recipients for a channel


Package com.sapportals.wcm.repository.so

Class com.sapportals.wcm.repository.so.SoException implements Serializable


Package com.sapportals.wcm.service.applog

Class com.sapportals.wcm.service.applog.AppLogException implements Serializable


Package com.sapportals.wcm.service.crawler

Class com.sapportals.wcm.service.crawler.CrawlerRunningException implements Serializable


Package com.sapportals.wcm.service.indexmanagement

Class com.sapportals.wcm.service.indexmanagement.CommunicationException implements Serializable

Class com.sapportals.wcm.service.indexmanagement.IndexDoesNotExistOnServerException implements Serializable

Serialized Fields

m_indexId

java.lang.String m_indexId

Class com.sapportals.wcm.service.indexmanagement.IndexInactiveException implements Serializable

Serialized Fields

indexId

java.lang.String indexId

Class com.sapportals.wcm.service.indexmanagement.IndexNotReadyException implements Serializable

Serialized Fields

m_numberDocsNotReady

int m_numberDocsNotReady

Class com.sapportals.wcm.service.indexmanagement.SupportedOption implements Serializable


Package com.sapportals.wcm.service.indexmanagement.retrieval.classification

Class com.sapportals.wcm.service.indexmanagement.retrieval.classification.BestClassesSensitivity implements Serializable


Package com.sapportals.wcm.service.indexmanagement.retrieval.classification.enum

Class com.sapportals.wcm.service.indexmanagement.retrieval.classification.enum.ClassificationStatus implements Serializable

Class com.sapportals.wcm.service.indexmanagement.retrieval.classification.enum.SpecialFolder implements Serializable

Class com.sapportals.wcm.service.indexmanagement.retrieval.classification.enum.TaxonomyType implements Serializable


Package com.sapportals.wcm.service.landscape

Class com.sapportals.wcm.service.landscape.CredentialExistsException implements Serializable

Class com.sapportals.wcm.service.landscape.LandscapeException implements Serializable

Class com.sapportals.wcm.service.landscape.LandscapePersistenceException implements Serializable

Class com.sapportals.wcm.service.landscape.SystemExistsException implements Serializable


Package com.sapportals.wcm.service.propertyconfig

Class com.sapportals.wcm.service.propertyconfig.PropertyConfigurationServiceException implements Serializable


Package com.sapportals.wcm.service.propertyconfig.renderer.enum

Class com.sapportals.wcm.service.propertyconfig.renderer.enum.PropertyDisplayMode implements Serializable


Package com.sapportals.wcm.service.propertystructure

Class com.sapportals.wcm.service.propertystructure.PropertyStructureServiceException implements Serializable


Package com.sapportals.wcm.service.propertystructure.enum

Class com.sapportals.wcm.service.propertystructure.enum.StructureDisplayMode implements Serializable


Package com.sapportals.wcm.service.relation

Class com.sapportals.wcm.service.relation.RelationQueryException implements Serializable


Package com.sapportals.wcm.service.taskqueue

Class com.sapportals.wcm.service.taskqueue.TaskQueueException implements Serializable

Class com.sapportals.wcm.service.taskqueue.TaskState implements Serializable

Serialized Fields

name

java.lang.String name
Task state name as an identifier.

Class com.sapportals.wcm.service.taskqueue.TaskStateTransitionException implements Serializable


Package com.sapportals.wcm.service.urlgenerator

Class com.sapportals.wcm.service.urlgenerator.AlreadyRegisteredException implements Serializable


Package com.sapportals.wcm.service.xcrawler

Class com.sapportals.wcm.service.xcrawler.XCrawlerException implements Serializable


Package com.sapportals.wcm.service.xmlforms

Class com.sapportals.wcm.service.xmlforms.XFException implements Serializable

Serialized Fields

locMsgKey

java.lang.String locMsgKey

resStringParams

java.lang.Object[] resStringParams

t

java.lang.Throwable t

Class com.sapportals.wcm.service.xmlforms.XMLFormException implements Serializable

Serialized Fields

m_ErrCode

int m_ErrCode

m_msg

java.lang.String m_msg

m_locale

java.util.Locale m_locale


Package com.sapportals.wcm.util.acl

Class com.sapportals.wcm.util.acl.AclException implements Serializable

Class com.sapportals.wcm.util.acl.AclExistsException implements Serializable

Class com.sapportals.wcm.util.acl.AclLoadClassException implements Serializable

Class com.sapportals.wcm.util.acl.AclNotFoundException implements Serializable

Class com.sapportals.wcm.util.acl.AclPersistenceException implements Serializable

Class com.sapportals.wcm.util.acl.AlreadyAssignedToAclException implements Serializable

Class com.sapportals.wcm.util.acl.InvalidClassException implements Serializable

Class com.sapportals.wcm.util.acl.InvalidConfigException implements Serializable

Class com.sapportals.wcm.util.acl.LastOwnerException implements Serializable

Class com.sapportals.wcm.util.acl.NoAclException implements Serializable

Class com.sapportals.wcm.util.acl.NotAuthenticatedException implements Serializable

Class com.sapportals.wcm.util.acl.NotAuthorizedException implements Serializable

Class com.sapportals.wcm.util.acl.PermissionExistsException implements Serializable

Class com.sapportals.wcm.util.acl.PermissionNotSupportedException implements Serializable

Class com.sapportals.wcm.util.acl.PermissionUsedException implements Serializable

Class com.sapportals.wcm.util.acl.PredefinedPermissionException implements Serializable


Package com.sapportals.wcm.util.cache

Class com.sapportals.wcm.util.cache.CacheException implements Serializable


Package com.sapportals.wcm.util.channels

Class com.sapportals.wcm.util.channels.PartialSendException implements Serializable

Serialized Fields

e

com.sapportals.wcm.util.channels.SendFailedException e


Package com.sapportals.wcm.util.config

Class com.sapportals.wcm.util.config.ConfigEvent implements Serializable


Package com.sapportals.wcm.util.content

Class com.sapportals.wcm.util.content.ContentException implements Serializable


Package com.sapportals.wcm.util.controlstatus

Class com.sapportals.wcm.util.controlstatus.ControlStatusException implements Serializable

Class com.sapportals.wcm.util.controlstatus.MetaInfo implements Serializable

Class com.sapportals.wcm.util.controlstatus.MetaInfoMap implements Serializable

Class com.sapportals.wcm.util.controlstatus.Status implements Serializable


Package com.sapportals.wcm.util.enum

Class com.sapportals.wcm.util.enum.AbstractEnum implements Serializable

Serialized Fields

m_code

int m_code

description

java.lang.String description


Package com.sapportals.wcm.util.events

Class com.sapportals.wcm.util.events.SenderMode implements Serializable


Package com.sapportals.wcm.util.html

Class com.sapportals.wcm.util.html.HTMLException implements Serializable


Package com.sapportals.wcm.util.http

Class com.sapportals.wcm.util.http.ConnectException implements Serializable

Serialized Fields

host

java.lang.String host

reason

java.lang.String reason

retryInSec

int retryInSec


Package com.sapportals.wcm.util.mmparser

Class com.sapportals.wcm.util.mmparser.HeaderFields implements Serializable


Package com.sapportals.wcm.util.name

Class com.sapportals.wcm.util.name.Name implements Serializable

Serialized Fields

namespace

java.lang.String namespace

name

java.lang.String name

string

java.lang.String string

hash

int hash


Package com.sapportals.wcm.util.regex

Class com.sapportals.wcm.util.regex.PatternSyntaxException implements Serializable


Package com.sapportals.wcm.util.regex.re

Class com.sapportals.wcm.util.regex.re.RESyntaxException implements Serializable


Package com.sapportals.wcm.util.uri

Class com.sapportals.wcm.util.uri.RID implements Serializable

Serialized Fields

uri

java.lang.String uri

path

java.lang.String path

pathlen

int pathlen

query

java.lang.String query

endsWithSlash

boolean endsWithSlash

isAbsolute

boolean isAbsolute

hashCode

int hashCode

root

RID root

name

RID name

parent

RID parent

toExternalFormCache

java.lang.String toExternalFormCache
Convert this RID to a representation usable in RFC2396 URI references. Non-ASCII and reserved characters are encoded.

Note that such an encoded string cannot be used to construct an new RID object! The path in RID objects is never, ever encoded.


Package com.sapportals.wcm.util.uuid

Class com.sapportals.wcm.util.uuid.UUID implements Serializable

Serialized Fields

time

long time

clockSequence

short clockSequence

version

byte version

node

byte[] node

uuid

byte[] uuid


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.