Serialized Form


Package org.opencms.configuration

Class org.opencms.configuration.CmsConfigurationException extends CmsException implements Serializable

serialVersionUID: -5455695221600757274L

Class org.opencms.configuration.CmsDefaultUserSettings.CmsPublishRelatedResourcesMode extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: -2665888243460791770L


Package org.opencms.db

Class org.opencms.db.CmsDbConsistencyException extends CmsDbException implements Serializable

serialVersionUID: -3783277873180369592L

Class org.opencms.db.CmsDbEntryAlreadyExistsException extends CmsDbException implements Serializable

serialVersionUID: -3605466011434350322L

Class org.opencms.db.CmsDbEntryNotFoundException extends CmsDbException implements Serializable

serialVersionUID: -2579588428436942854L

Class org.opencms.db.CmsDbException extends CmsDataAccessException implements Serializable

serialVersionUID: -5828372003570766471L

Class org.opencms.db.CmsDbIoException extends CmsDbException implements Serializable

serialVersionUID: -2591688110837459803L

Class org.opencms.db.CmsDbKeyException extends CmsDbException implements Serializable

serialVersionUID: -7443542835892758391L

Class org.opencms.db.CmsDbSqlException extends CmsDbException implements Serializable

serialVersionUID: -286617872967617367L

Class org.opencms.db.CmsPublishedResource extends java.lang.Object implements Serializable

serialVersionUID: -1054065812825770479L

Serialized Fields

m_isFolder

boolean m_isFolder
Indicates if the published resource is a folder or a file.


m_isMoved

boolean m_isMoved
falg to signal if the resource was moved.


m_publishTag

int m_publishTag
The publish tag of the published resource.


m_resourceId

CmsUUID m_resourceId
The resource ID of the published resource.


m_resourceState

CmsResourceState m_resourceState
The state of the resource *before* it was published.


m_resourceType

int m_resourceType
The type of the published resource.


m_rootPath

java.lang.String m_rootPath
The root path of the published resource.


m_siblingCount

int m_siblingCount
The count of siblings of the published resource.


m_structureId

CmsUUID m_structureId
The structure ID of the published resource.

Class org.opencms.db.CmsPublishedResource.CmsPublishedResourceState extends CmsResourceState implements Serializable

serialVersionUID: -2901049208546972463L

Class org.opencms.db.CmsPublishList extends java.lang.Object implements Serializable

serialVersionUID: -2578909250462750927L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Throws:
java.io.IOException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.opencms.db.CmsResourceState extends java.lang.Object implements Serializable

serialVersionUID: -2704354453252295414L

Serialized Fields

m_abbrev

char m_abbrev
The state abbreviation character.


m_state

int m_state
The integer state representation.

Class org.opencms.db.CmsUserSettings.CmsSearchResultStyle extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: 6611568161885127011L

Serialized Fields

m_key

java.lang.String m_key
The localization key for this style.

Class org.opencms.db.CmsVfsOnlineResourceAlreadyExistsException extends CmsVfsException implements Serializable

serialVersionUID: -3683047201439382951L


Package org.opencms.file

Class org.opencms.file.CmsBackupResource extends CmsHistoryFile implements Serializable

serialVersionUID: -6659773406054276891L

Serialized Fields

m_backupId

CmsUUID m_backupId
Deprecated. 

m_userCreatedName

java.lang.String m_userCreatedName
Deprecated. 

m_userLastModifiedName

java.lang.String m_userLastModifiedName
Deprecated. 

Class org.opencms.file.CmsDataAccessException extends CmsException implements Serializable

serialVersionUID: 2531036451365546672L

Class org.opencms.file.CmsDataNotImplementedException extends CmsDataAccessException implements Serializable

serialVersionUID: -2896104363126492116L

Class org.opencms.file.CmsFile extends CmsResource implements Serializable

serialVersionUID: -5201022482708455620L

Serialized Fields

m_fileContent

byte[] m_fileContent
The content of this file.

Class org.opencms.file.CmsFolder extends CmsResource implements Serializable

serialVersionUID: 5527163725725725452L

Class org.opencms.file.CmsProject.CmsProjectType extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: -8701314451776599534L

Class org.opencms.file.CmsProperty extends java.lang.Object implements Serializable

serialVersionUID: 93613508924212782L

Serialized Fields

m_autoCreatePropertyDefinition

boolean m_autoCreatePropertyDefinition
Boolean flag to decide if the property definition for this property should be created implicitly on any write operation if doesn't exist already.


m_frozen

boolean m_frozen
Indicates if the property is frozen (required for NULL_PROPERTY).


m_name

java.lang.String m_name
The name of this property.


m_resourceValue

java.lang.String m_resourceValue
The value of this property attached to the resource record.


m_resourceValueList

java.util.List<E> m_resourceValueList
The (optional) value list of this property attached to the resource record.


m_resourceValueMap

java.util.Map<K,V> m_resourceValueMap
The (optional) value map of this property attached to the resource record.


m_structureValue

java.lang.String m_structureValue
The value of this property attached to the structure record.


m_structureValueList

java.util.List<E> m_structureValueList
The (optional) value list of this property attached to the structure record.


m_structureValueMap

java.util.Map<K,V> m_structureValueMap
The (optional) value map of this property attached to the structure record.

Class org.opencms.file.CmsPropertyDefinition.CmsPropertyType extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 74746076708908673L

Class org.opencms.file.CmsResource extends java.lang.Object implements Serializable

serialVersionUID: 257325098790850498L

Serialized Fields

m_dateContent

long m_dateContent
The date of the last modification of the content of this resource.


m_length

int m_length
The size of the content.


m_dateCreated

long m_dateCreated
The creation date of this resource.


m_dateExpired

long m_dateExpired
The expiration date of this resource.


m_dateLastModified

long m_dateLastModified
The date of the last modification of this resource.


m_dateReleased

long m_dateReleased
The release date of this resource.


m_flags

int m_flags
The flags of this resource.


m_isFolder

boolean m_isFolder
Indicates if this resource is a folder or not.


m_isTouched

boolean m_isTouched
Boolean flag whether the timestamp of this resource was modified by a touch command.


m_projectLastModified

CmsUUID m_projectLastModified
The project id where this resource has been last modified in.


m_resourceId

CmsUUID m_resourceId
The id of the resource database record.


m_rootPath

java.lang.String m_rootPath
The name of a resource with it's full path from the root folder including the current site root.


m_siblingCount

int m_siblingCount
The number of links that point to this resource.


m_state

CmsResourceState m_state
The state of this resource.


m_structureId

CmsUUID m_structureId
The id of the structure database record.


m_typeId

int m_typeId
The resource type id of this resource.


m_userCreated

CmsUUID m_userCreated
The id of the user who created this resource.


m_userLastModified

CmsUUID m_userLastModified
The id of the user who modified this resource last.


m_version

int m_version
The version number of this resource.

Class org.opencms.file.CmsResource.CmsResourceCopyMode extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 9081630878178799137L

Class org.opencms.file.CmsResource.CmsResourceDeleteMode extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 2010402524576925865L

Class org.opencms.file.CmsResource.CmsResourceUndoMode extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 3521620626485212068L

Class org.opencms.file.CmsVfsException extends CmsDataAccessException implements Serializable

serialVersionUID: 3412336809721934632L

Class org.opencms.file.CmsVfsResourceAlreadyExistsException extends CmsVfsException implements Serializable

serialVersionUID: -3746588003217008115L

Class org.opencms.file.CmsVfsResourceNotFoundException extends CmsVfsException implements Serializable

serialVersionUID: -1452653602127533185L


Package org.opencms.file.collectors

Class org.opencms.file.collectors.CmsPriorityDateResourceComparator extends java.lang.Object implements Serializable

serialVersionUID: 5316136357328564518L

Serialized Fields

m_asc

boolean m_asc
The date sort order.


m_date

long m_date
The date of this comparator key.


m_keys

java.util.Map<K,V> m_keys
The interal map of comparator keys.


m_priority

int m_priority
The priority of this comparator key.

Class org.opencms.file.collectors.CmsPriorityTitleResourceComparator extends java.lang.Object implements Serializable

serialVersionUID: -6815638350803584422L

Serialized Fields

m_keys

java.util.Map<K,V> m_keys
The interal map of comparator keys.


m_priority

int m_priority
The priority of this comparator key.


m_title

java.lang.String m_title
The title of this comparator key.


Package org.opencms.file.history

Class org.opencms.file.history.CmsHistoryFile extends CmsFile implements Serializable

serialVersionUID: 4073076414399668662L

Serialized Fields

m_parentId

CmsUUID m_parentId
The structure id of the parent of this historical resource.


m_publishTag

int m_publishTag
The publish tag of this historical resource.


m_structureVersion

int m_structureVersion
The version number of the structure part for this historical resource.


m_resourceVersion

int m_resourceVersion
The version number of the resource part for this historical resource.

Class org.opencms.file.history.CmsHistoryFolder extends CmsFolder implements Serializable

serialVersionUID: -374285965677032786L

Serialized Fields

m_parentId

CmsUUID m_parentId
The structure id of the parent of this historical resource.


m_publishTag

int m_publishTag
The publish tag of this historical resource.


m_resourceVersion

int m_resourceVersion
The version number of the resource part for this historical resource.


m_structureVersion

int m_structureVersion
The version number of the structure part for this historical resource.


Package org.opencms.flex

Class org.opencms.flex.CmsFlexCacheException extends CmsException implements Serializable

serialVersionUID: 1169608208297722055L


Package org.opencms.i18n

Class org.opencms.i18n.CmsLocaleComparator extends java.lang.Object implements Serializable

serialVersionUID: -690619562147670465L

Class org.opencms.i18n.CmsMessageContainer extends java.lang.Object implements Serializable

serialVersionUID: 2844402574674092147L

Serialized Fields

m_args

java.lang.Object[] m_args
The message arguments to use.


m_bundle

I_CmsMessageBundle m_bundle
The OpenCms message bundle to read the message from.


m_key

java.lang.String m_key
The message key to use.

Class org.opencms.i18n.CmsMessageException extends CmsException implements Serializable

serialVersionUID: -7012912310293845492L


Package org.opencms.importexport

Class org.opencms.importexport.CmsImportExportException extends CmsException implements Serializable

serialVersionUID: -5010535524516515412L


Package org.opencms.json

Class org.opencms.json.JSONException extends java.lang.Exception implements Serializable

serialVersionUID: 5155325235329055833L

Serialized Fields

m_cause

java.lang.Throwable m_cause

Package org.opencms.jsp

Class org.opencms.jsp.CmsJspScopedVarBodyTagSuport extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 6521418315921327927L

Serialized Fields

m_scope

int m_scope
The scope under which the content info is saved in the page context.


m_variable

java.lang.String m_variable
The name of the variable under which the content info bean should be saved in the page context.

Class org.opencms.jsp.CmsJspTagContentAccess extends CmsJspScopedVarBodyTagSuport implements Serializable

serialVersionUID: -9015874900596113856L

Serialized Fields

m_locale

java.util.Locale m_locale
Locale of the content node element to show.

Class org.opencms.jsp.CmsJspTagContentCheck extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -5996702196453747182L

Serialized Fields

m_checkall

boolean m_checkall
Condition for element check.


m_checknone

boolean m_checknone
Condition for negative element check.


m_elementList

java.lang.String m_elementList
The list of element to check.


m_locale

java.util.Locale m_locale
The locale to check for.

Class org.opencms.jsp.CmsJspTagContentInfo extends CmsJspScopedVarBodyTagSuport implements Serializable

serialVersionUID: -1955531050687258685L

Serialized Fields

m_value

java.lang.String m_value
The name of the content info's value that should be printed out.

Class org.opencms.jsp.CmsJspTagContentLoad extends CmsJspScopedVarBodyTagSuport implements Serializable

serialVersionUID: 981176995635225294L

Serialized Fields

m_collector

java.lang.String m_collector
The name of the collector to use for list building.


m_collectorName

java.lang.String m_collectorName
The name of the content collector used.


m_collectorParam

java.lang.String m_collectorParam
The parameters of the content collector uses.


m_collectorResult

java.util.List<E> m_collectorResult
The list of collected content items.


m_contentInfoBean

CmsContentInfoBean m_contentInfoBean
The bean to store information required to make the result list browsable.


m_contentLocale

java.util.Locale m_contentLocale
The locale to use for displaying the current content.

Initially, this is equal to the locale set using CmsJspTagContentLoad.setLocale(String). However, the content locale may change in case a loaded XML content does not have the selected locale available. In this case the next default locale that is available in the content will be used as content locale.


m_controller

CmsFlexController m_controller
The FlexController for the current request.


m_directEditFollowButtons

CmsDirectEditButtonSelection m_directEditFollowButtons
The "direct edit" button selection to use for the 2nd to the last element.


m_directEditLinkForNew

java.lang.String m_directEditLinkForNew
The link for creation of a new element, specified by the selected collector.


m_directEditMode

CmsDirectEditMode m_directEditMode
The editable mode.


m_directEditOpen

boolean m_directEditOpen
Indicates if the last element was direct editable.


m_isFirstLoop

boolean m_isFirstLoop
Indicates if this is the first content iteration loop.


m_locale

java.util.Locale m_locale
Reference to the currently selected locale.


m_pageIndex

java.lang.String m_pageIndex
The index of the current page that gets displayed.


m_pageNavLength

java.lang.String m_pageNavLength
The number of page links in the Google-like page navigation.


m_pageSize

java.lang.String m_pageSize
The size of a page to be displayed.


m_param

java.lang.String m_param
Parameter used for the collector.


m_preload

boolean m_preload
Indicates if the collector results should be preloaded.


m_property

java.lang.String m_property
The (optional) property to extend the parameter with.


m_resourceName

java.lang.String m_resourceName
The file name to load the current content value from.

Class org.opencms.jsp.CmsJspTagContentLoop extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 8832749526732064836L

Serialized Fields

m_currentElement

java.lang.String m_currentElement
Name of the current element (including the index).


m_element

java.lang.String m_element
Name of the content node element to show.


m_firstLoop

boolean m_firstLoop
Indicates if this is the first content iteration loop.


m_index

int m_index
Index of the content node element to show.


m_locale

java.util.Locale m_locale
Refenence to the currently selected locale.

Class org.opencms.jsp.CmsJspTagContentShow extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -6776067180965738432L

Serialized Fields

m_element

java.lang.String m_element
Name of the content node element to show.


m_locale

java.util.Locale m_locale
Locale of the content node element to show.

Class org.opencms.jsp.CmsJspTagDecorate extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 3072561342127379294L

Serialized Fields

m_file

java.lang.String m_file
The configuration.


m_locale

java.lang.String m_locale
The decoration locale.


m_noAutoCloseTags

java.util.List<E> m_noAutoCloseTags
List of upper case tag name strings of tags that should not be auto-corrected if closing divs are missing.

Class org.opencms.jsp.CmsJspTagEditable extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 4137789622146499225L

Serialized Fields

m_file

java.lang.String m_file
File with editable elements.


m_provider

java.lang.String m_provider
Class name of the direct edit provider.


m_firstOnPage

boolean m_firstOnPage
Indicates if the tag is the first on the page, this mean the header file must be included.


m_manualPlacement

boolean m_manualPlacement
Indicates if the direct edit HTML is to be placed manually.

Class org.opencms.jsp.CmsJspTagExport extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 6326430271724241959L

Class org.opencms.jsp.CmsJspTagImage extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 6513320107441256414L

Serialized Fields

m_attributes

java.util.Map<K,V> m_attributes
Map with additionally set image attributes not needed by the image scaler.


m_partialTag

boolean m_partialTag
Controls if the created HTML image tag is a full or partial tag.


m_src

java.lang.String m_src
The image source.

Class org.opencms.jsp.CmsJspTagInclude extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 705978510743164951L

Serialized Fields

m_attribute

java.lang.String m_attribute
The value of the "attribute" attribute.


m_cacheable

boolean m_cacheable
The value of the "cacheable" attribute.


m_editable

boolean m_editable
The value of the "editable" attribute.


m_element

java.lang.String m_element
The value of the "element" attribute.


m_parameterMap

java.util.Map<K,V> m_parameterMap
Hashmap to save parameters to the include in.


m_property

java.lang.String m_property
The value of the "property" attribute.


m_suffix

java.lang.String m_suffix
The value of the "suffix" attribute.


m_target

java.lang.String m_target
The value of the "page" attribute.

Class org.opencms.jsp.CmsJspTagInfo extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -3881095296148023924L

Serialized Fields

m_property

java.lang.String m_property

Class org.opencms.jsp.CmsJspTagJQuery extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 3257908962507552558L

Serialized Fields

m_css

java.lang.String m_css
The optional css file to include.


m_dynamic

java.lang.String m_dynamic
If the inclusion should be dynamic with js or not.


m_js

java.lang.String m_js
The javascript file to include.

Class org.opencms.jsp.CmsJspTagLabel extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 5720473164730803034L

Class org.opencms.jsp.CmsJspTagLink extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -2361021288258405388L

Class org.opencms.jsp.CmsJspTagParam extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -1057768160264355211L

Serialized Fields

m_encode

boolean m_encode
There used to be an 'encode' attribute; I've left this as a vestige in case custom subclasses want to use our functionality but NOT encode parameters.


m_name

java.lang.String m_name
The name of the parameter.


m_value

java.lang.String m_value
The value of the parameter.

Class org.opencms.jsp.CmsJspTagParse extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -6541745426202242240L

Serialized Fields

m_configuredParserClassname

java.lang.String m_configuredParserClassname
The visitor / parser class name to use.


m_noAutoCloseTags

java.util.List<E> m_noAutoCloseTags
List of upper case tag name strings of tags that should not be auto-corrected if closing divs are missing.


m_param

java.lang.String m_param
The attribute value of the param attribute.

Class org.opencms.jsp.CmsJspTagProperty extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -4040833541258687977L

Serialized Fields

m_defaultValue

java.lang.String m_defaultValue
The default value.


m_escapeHtml

boolean m_escapeHtml
Indicates if HTML should be escaped.


m_propertyFile

java.lang.String m_propertyFile
The file to read the property from.


m_propertyName

java.lang.String m_propertyName
The name of the property to read.

Class org.opencms.jsp.CmsJspTagTemplate extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -3773247710025810438L

Serialized Fields

m_checkall

boolean m_checkall
Condition for element check.


m_checknone

boolean m_checknone
Condition for negative element check.


m_element

java.lang.String m_element
Name of element.


m_elementlist

java.lang.String m_elementlist
List of elements for element check.

Class org.opencms.jsp.CmsJspTagUser extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 4520173761363738542L

Serialized Fields

m_property

java.lang.String m_property
The property name.


Package org.opencms.loader

Class org.opencms.loader.CmsLoaderException extends CmsException implements Serializable

serialVersionUID: -6554951600180737353L


Package org.opencms.lock

Class org.opencms.lock.CmsLockException extends CmsException implements Serializable

serialVersionUID: 6287290119009014741L

Class org.opencms.lock.CmsLockType extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 5333767594124738789L


Package org.opencms.main

Class org.opencms.main.CmsException extends java.lang.Exception implements Serializable

serialVersionUID: -1372556209321406104L

Serialized Fields

m_message

CmsMessageContainer m_message
The container for the localized message.

Class org.opencms.main.CmsIllegalArgumentException extends CmsRuntimeException implements Serializable

serialVersionUID: 6191423585672273507L

Class org.opencms.main.CmsIllegalStateException extends CmsRuntimeException implements Serializable

serialVersionUID: 1714975399892060445L

Class org.opencms.main.CmsInitException extends CmsRuntimeException implements Serializable

serialVersionUID: 7705928617426913316L

Serialized Fields

m_newError

boolean m_newError
Indicates that this exception describes a new error.

Class org.opencms.main.CmsMultiException extends CmsException implements Serializable

serialVersionUID: 1197300254684159700L

Serialized Fields

m_exceptions

java.util.List<E> m_exceptions
The list of internal exceptions.


m_individualMessage

boolean m_individualMessage
Indicates if the message has been set as individual message.

Class org.opencms.main.CmsResourceInitException extends CmsException implements Serializable

serialVersionUID: 4896514314866157082L

Class org.opencms.main.CmsRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -7855345575622173787L

Serialized Fields

m_message

CmsMessageContainer m_message
The container for the localized message.

Class org.opencms.main.CmsServletContainerSettings.CmsServletContainerCfgMode extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: -8191582624108081577L

Class org.opencms.main.CmsSessionInfo extends java.lang.Object implements Serializable

serialVersionUID: 927301527031117920L

Serialized Fields

m_maxInactiveInterval

int m_maxInactiveInterval
The maximum time, in seconds, this session info is allowed to be inactive.


m_ouFqn

java.lang.String m_ouFqn
The fully qualified name of the organizational unit.


m_projectId

CmsUUID m_projectId
The current project id of the user.


m_sessionId

CmsUUID m_sessionId
The id of the (http) session this session info belongs to.


m_siteRoot

java.lang.String m_siteRoot
The current site of the user.


m_timeCreated

long m_timeCreated
The time this session info was created.


m_timeUpdated

long m_timeUpdated
The time this session info was last updated.


m_userId

CmsUUID m_userId
The id of user to which this session info belongs.

Class org.opencms.main.OpenCmsServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 4729951599966070050L

Class org.opencms.main.OpenCmsServletErrorHandler extends OpenCmsServlet implements Serializable

serialVersionUID: 5316004893684482816L


Package org.opencms.notification

Class org.opencms.notification.CmsNotificationCause extends java.lang.Object implements Serializable

serialVersionUID: 257325098377830418L

Serialized Fields

m_cause

int m_cause
The reason that the resource occures in the notification.


m_resourceId

CmsUUID m_resourceId
The resource.


Package org.opencms.publish

Class org.opencms.publish.CmsPublishEngineState extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: 4860148946570407490L

Class org.opencms.publish.CmsPublishException extends CmsException implements Serializable

serialVersionUID: 3473723181669539061L

Class org.opencms.publish.CmsPublishListenerCollection extends java.util.Vector implements Serializable

serialVersionUID: -4945973010986412449L


Package org.opencms.relations

Class org.opencms.relations.CmsRelationType extends java.lang.Object implements Serializable

serialVersionUID: -4060567973007877250L

Serialized Fields

m_defInContent

boolean m_defInContent
Flag to indicate if the relations of this type are parsed from the content or not.


m_id

int m_id
Internal representation.


m_name

java.lang.String m_name
Some name for this relation type, ie. for <link> tag representation.


m_strong

boolean m_strong
Flag to indicate if the relations of this type are strong or weak.


Package org.opencms.scheduler

Class org.opencms.scheduler.CmsSchedulerException extends CmsException implements Serializable

serialVersionUID: 7194366869385040053L


Package org.opencms.search

Class org.opencms.search.CmsIndexException extends CmsException implements Serializable

serialVersionUID: 2847764701955156287L

Class org.opencms.search.CmsSearchException extends CmsException implements Serializable

serialVersionUID: -1258168716134101738L

Class org.opencms.search.CmsSearchManager.CmsSearchForceUnlockMode extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: 74746076708908673L

Class org.opencms.search.CmsSearchResultList extends java.util.ArrayList<CmsSearchResult> implements Serializable

serialVersionUID: 606716301025993114L

Serialized Fields

m_categories

java.util.Map<K,V> m_categories
The (otional) categories found in the last the search.


m_hitCount

int m_hitCount
The total size of all results found in the last search.

Class org.opencms.search.CmsSearchSimilarity extends org.apache.lucene.search.DefaultSimilarity implements Serializable

serialVersionUID: 3598754228215079733L


Package org.opencms.search.extractors

Class org.opencms.search.extractors.CmsExtractionResult extends java.lang.Object implements Serializable

serialVersionUID: 1465447302192195154L

Serialized Fields

m_contentItems

java.util.Map<K,V> m_contentItems
The extracted individual content items.


m_serializedVersion

byte[] m_serializedVersion
The serialized version of this object.


Package org.opencms.search.fields

Class org.opencms.search.fields.CmsSearchFieldMappingType extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 7452814764681519516L


Package org.opencms.security

Class org.opencms.security.CmsAuthentificationException extends CmsSecurityException implements Serializable

serialVersionUID: 1419722344149667453L

Class org.opencms.security.CmsPasswordEncryptionException extends CmsException implements Serializable

serialVersionUID: 2263277458908499751L

Class org.opencms.security.CmsPermissionViolationException extends CmsSecurityException implements Serializable

serialVersionUID: 4290853205159735250L

Class org.opencms.security.CmsRoleViolationException extends CmsSecurityException implements Serializable

serialVersionUID: 8952798944116480269L

Class org.opencms.security.CmsSecurityException extends CmsException implements Serializable

serialVersionUID: 1403034004917689082L

Class org.opencms.security.CmsUserDisabledException extends CmsAuthentificationException implements Serializable

serialVersionUID: 8675541203342229828L

Class org.opencms.security.I_CmsPermissionHandler.CmsPermissionCheckResult extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 2398277834335860916L


Package org.opencms.staticexport

Class org.opencms.staticexport.CmsStaticExportException extends CmsException implements Serializable

serialVersionUID: 7034371829347546644L


Package org.opencms.synchronize

Class org.opencms.synchronize.CmsSynchronizeException extends CmsException implements Serializable

serialVersionUID: -6277141990280647952L

Class org.opencms.synchronize.CmsSynchronizeList extends java.lang.Object implements Serializable

serialVersionUID: -4460686435282590290L

Serialized Fields

m_modifiedFs

long m_modifiedFs
Last modification data of this resource in the FS.


m_modifiedVfs

long m_modifiedVfs
Last modification date of this resouce in the VFS.


m_resName

java.lang.String m_resName
Name of the resource stored in the sync list.


m_transResName

java.lang.String m_transResName
Name of the translated resource stored in the sync list. Its nescessary to translate the resource name, since the server FS does allow different naming conventions than the VFS.

Class org.opencms.synchronize.CmsSynchronizeSettings extends java.lang.Object implements Serializable

serialVersionUID: 3713893787290111758L

Serialized Fields

m_destinationPathInRfs

java.lang.String m_destinationPathInRfs
The destination path of the synchronization in the "real" file system.


m_enabled

boolean m_enabled
Indicates if the synchronization is enabled or not.


m_sourceListInVfs

java.util.List<E> m_sourceListInVfs
The source path list of the synchronization in the OpenCms VFS.


Package org.opencms.util

Class org.opencms.util.A_CmsModeIntEnumeration extends java.lang.Object implements Serializable

serialVersionUID: -6652924582255509879L

Serialized Fields

m_mode

int m_mode
The internal mode descriptor.

Class org.opencms.util.A_CmsModeStringEnumeration extends java.lang.Object implements Serializable

serialVersionUID: 6884841215348447781L

Serialized Fields

m_mode

java.lang.String m_mode
The internal mode descriptor.

Class org.opencms.util.CmsHtmlTagRemoveFactory extends org.htmlparser.PrototypicalNodeFactory implements Serializable

serialVersionUID: 6961158563666656633L

Serialized Fields

m_invisibleTags

java.util.Set<E> m_invisibleTags
The tags to hide tothe node visitors.


m_visibleTags

java.util.Set<E> m_visibleTags
The tags to show to the node visitors.

Class org.opencms.util.CmsNoAutoCloseTag extends org.htmlparser.nodes.TagNode implements Serializable

serialVersionUID: 7794834973417480443L

Serialized Fields

m_ids

java.lang.String[] m_ids
The names of this tag.

Class org.opencms.util.CmsRfsException extends CmsException implements Serializable

serialVersionUID: -7842312210220002475L

Class org.opencms.util.CmsUUID extends java.lang.Object implements Serializable

serialVersionUID: 1736324454709298676L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.opencms.util.StringBean extends org.htmlparser.visitors.NodeVisitor implements Serializable

serialVersionUID: 1596190888769126925L

Serialized Fields

m_buffer

java.lang.StringBuffer m_buffer

m_collapse

boolean m_collapse

m_isPre

boolean m_isPre

m_isScript

boolean m_isScript

m_isStyle

boolean m_isStyle

m_links

boolean m_links

m_strings

java.lang.String m_strings

Package org.opencms.webdav

Class org.opencms.webdav.CmsWebdavServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -122598983283724306L

Serialized Fields

m_input

int m_input
The input buffer size to use when serving resources.


m_output

int m_output
The output buffer size to use when serving resources.


m_listings

boolean m_listings
Should we generate directory listings?


m_readOnly

boolean m_readOnly
Read only flag. By default, it's set to true.


m_secret

java.lang.String m_secret
Secret information used to generate reasonably secure lock ids.


m_session

I_CmsRepositorySession m_session
The session which handles the action made with WebDAV.


m_username

java.lang.String m_username
The name of the user found in the authorization header.


Package org.opencms.widgets

Class org.opencms.widgets.CmsWidgetException extends CmsException implements Serializable

serialVersionUID: -7003923645953106868L


Package org.opencms.workplace

Class org.opencms.workplace.CmsWorkplaceException extends CmsException implements Serializable

serialVersionUID: 7919575257318170351L


Package org.opencms.workplace.comparison

Class org.opencms.workplace.comparison.CmsDiffViewMode extends java.lang.Object implements Serializable

serialVersionUID: -9107946096096683776L

Serialized Fields

m_mode

java.lang.String m_mode
Internal representation.


m_name

CmsMessageContainer m_name
Name to show.


Package org.opencms.workplace.explorer

Class org.opencms.workplace.explorer.CmsResourceUtil.CmsResourceProjectState extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 4580450220255428716L


Package org.opencms.workplace.explorer.menu

Class org.opencms.workplace.explorer.menu.CmsMenuItemVisibilityMode extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 2526260041565757791L

Serialized Fields

m_messageKey

java.lang.String m_messageKey
The name of the message key for the visibility mode.


Package org.opencms.xml

Class org.opencms.xml.CmsXmlException extends CmsException implements Serializable

serialVersionUID: 3306929818516408944L