Serialized Form
|
Package com.epicentric.authentication |
seconds
long seconds
|
Package com.epicentric.authentication.autologin |
|
Package com.epicentric.cache |
specialistKey
Object specialistKey
- Internal specialist key value
domainID
String domainID
- Internal domainID value
viewID
String viewID
- Internal viewID value
locale
String locale
- Internal locale value
documentType
String documentType
- Internal document type value
userID
int userID
- Internal userID value
beanID
int beanID
- Internal beanID value
gotHashcode
boolean gotHashcode
hashCode
int hashCode
|
Package com.epicentric.common |
cookie
String cookie
name
String name
value
String value
expires
Date expires
domain
String domain
path
String path
secure
boolean secure
cookies
Hashtable cookies
ungroupedItems
OrderedHashtable ungroupedItems
- Deprecated.
- Items not found in any other group.
groups
OrderedHashtable groups
- Deprecated.
- All my groups. Key: String groupKey, Value: OrderedHashtable
smallIcon
String smallIcon
largeIcon
String largeIcon
orderedKeyList
List orderedKeyList
- Deprecated.
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Deprecated.
- Restore the the OrderedHashtable from the given stream.
Restores the keys and values, in order.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Deprecated.
- Save the OrderedHashtable to the given stream.
Saves the keys and values, in order.
|
Package com.epicentric.common.website |
type
int type
messages
String[] messages
linkText
String linkText
linkHref
String linkHref
selectorVector
Vector selectorVector
timeStamp
long timeStamp
accountVerifiedPage
String accountVerifiedPage
pageRequestingVerification
String pageRequestingVerification
totalSteps
int totalSteps
userUID
String userUID
fullName
String fullName
isAdmin
boolean isAdmin
authorizedUser
boolean authorizedUser
lastSiteUID
String lastSiteUID
siteChanged
boolean siteChanged
siteUID
String siteUID
siteSettings
HashMap siteSettings
redirectURL
String redirectURL
passwordExpired
boolean passwordExpired
|
Package com.epicentric.contentmanagement |
nested_e
Throwable nested_e
key
String key
lock
com.epicentric.lock.Lock lock
|
Package com.epicentric.credentials |
credentials
Map credentials
|
Package com.epicentric.doctype |
|
Package com.epicentric.entity |
entityTypeID
String entityTypeID
propertyID
String propertyID
propertyValue
Object propertyValue
nestedThrowable
Throwable nestedThrowable
entityUID
String entityUID
exceptedEntityType
EntityType exceptedEntityType
providedEntityType
EntityType providedEntityType
entityTypeNotCreatableID
String entityTypeNotCreatableID
entityTypeNotDeletableID
String entityTypeNotDeletableID
entityTypeNotSearchableID
String entityTypeNotSearchableID
parentType
EntityType parentType
childType
EntityType childType
propertyID
String propertyID
propertyDataType
Class propertyDataType
mismatchedDataType
Class mismatchedDataType
entityTypeID
String entityTypeID
propertyNotEditableID
String propertyNotEditableID
queriedEntityTypeID
String queriedEntityTypeID
propertyNotFoundID
String propertyNotFoundID
propertyNotSearchable
EntityProperty propertyNotSearchable
entityTypeID
String entityTypeID
propertyNotUniqueID
String propertyNotUniqueID
entityTypeID
String entityTypeID
propertyRequiredID
String propertyRequiredID
entityTypeID
String entityTypeID
uniqueEntityPropertyID
String uniqueEntityPropertyID
propertyValueWithConflict
Object propertyValueWithConflict
|
Package com.epicentric.i18n.format |
bundleUID
String bundleUID
key
String key
defaultPattern
String defaultPattern
defaultLocale
Locale defaultLocale
formattables
Formattable[] formattables
pattern
String pattern
locale
Locale locale
params
Object[] params
style
String style
formattable
Formattable formattable
|
Package com.epicentric.indexing |
nestedException
Throwable nestedException
|
Package com.epicentric.jdbc |
|
Package com.epicentric.jndi |
|
Package com.epicentric.metrics |
|
Package com.epicentric.mypage |
|
Package com.epicentric.page |
id
String id
- Unique id for this page.
title
String title
- The title of this page.
description
String description
- A description for this page.
creationDate
Date creationDate
- A timestamp reflecting when this page was created.
creatorID
String creatorID
- The id of the user that created this page.
- Since:
- 4.0
cache
Map cache
- The PageModuleSet cache for this page. PageModuleSets do not
expire from this cache, but are removed whenever a
PageModuleSet is deleted.
- Since:
- 4.0
layout
PageLayout layout
- The PageLayout object associated with this page.
permissionContext
PermissionContext permissionContext
- Deprecated. in 4.0, to be removed in 8.0 or later.
Replaced by a new permissioning system.
- The permission context for this page. This value comes from the
PermissionsManager and is cached here for convenience.
ownerID
int ownerID
- Deprecated. As of version 4.0, to be removed in 8.0 or later
filePath
String filePath
- Deprecated. As of version 4.0, to be removed in 8.0 or later
pageModuleCategorySet
PageModuleCategorySet pageModuleCategorySet
- Deprecated. As of version 4.0, to be removed in 8.0 or later
page
Page page
- The Page that this layout belongs to
- Since:
- 4.0
cellIDs
String[][] cellIDs
- Unique IDs used by branding system to identify a cell.
- Since:
- 4.0
lastLayoutUpdateTime
long lastLayoutUpdateTime
- Timestamp used internally to determine if UserModuleSets need to
update their layouts. Updated on column count change.
verticallyOriented
boolean verticallyOriented
- True if the layout is divided into columns, with multiple cells
possible per column. If false, the layout is divided into
rows, with multiple cells possible per row.
dividerWidths
int[] dividerWidths
- Ordered list of the widths of each divider. If we are using a
relative layout, widths are specified in percentages. In that
case, the sum of all widths will be 100. In an absolute
layout, widths are in pixels. In either case, fractional
widths and widths less than zero are not allowed. Divider
widths are only useful with a vertical page orientation, ie
when the page is divided into columns.
cellWidths
int[][] cellWidths
- Ordered list of the widths of each cell. If we are using a
relative layout, widths are specified in percentages. In that
case, the sum of all widths will be 100. In an absolute
layout, widths are in pixels. In either case, fractional
widths and widths less than zero are not allowed. Cell widths
are only used in horizontal orientation where a row is subdivided
into multiple cells.
cellNames
String[][] cellNames
- Ordered list of the name of each layout cell.
useRelativeWidths
boolean useRelativeWidths
- True if divider and cell widths are specified in percentages.
Widths are in absolute pixels otherwise. Defaults to true.
maxModuleWidths
int[][] maxModuleWidths
- Holds the maximum size module allowable for a cell. If a value
is zero, any size module is allowed.
defaultCellWidth
int defaultCellWidth
- Width for newly created cells in absolute width mode.
cellWidthNames
String[][] cellWidthNames
- Deprecated. As of 4.0, to be removed in 8.0 or later; no replacement.
- Ordered list of the name of each layout cell's width.
id
int id
- Deprecated. As of 4.0, to be removed in 8.0 or later; no replacement.
- A unique identifier for this layout. Used for persistent storage.
useRelativeLayoutWidth
boolean useRelativeLayoutWidth
- Deprecated. As of 4.0, to be removed in 8.0 or later; no replacement.
- True if the layout's width is specified as a percentage. Width is
in absolute pixels otherwise. Defaults to true.
showAllCategories
boolean showAllCategories
- Deprecated.
showUncategorizedMods
boolean showUncategorizedMods
- Deprecated.
categories
Vector categories
- Deprecated.
pageID
String pageID
- The id of the Page that this page module set belongs to.
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
pmsID
String pmsID
- The id of this page module set, unique with respect to the
page it is associated with (i.e., Page A can have a PageModuleSet
with id = 'a', and Page B could also have a PageModuleSet with
id = 'a', but no page could have two PageModuleSets both
having an id of 'a').
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
- Since:
- 4.0
portletUIDs
String[][][] portletUIDs
- List of portletUIDs for each cell in a layout.
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
lockedCells
boolean[][] lockedCells
- Identifies which cells are marked locked.
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
pageLocked
boolean pageLocked
- True if the entire page's layout is locked.
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
lockedPortletUIDs
boolean[][][] lockedPortletUIDs
- List of portletUIDs that are locked individually. Replaces
the lockedPortlets array
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
- Since:
- 4.0
lastModuleUpdateTime
long lastModuleUpdateTime
- Timestamp of last modification that would affect UserModuleSets.
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
myLastLayoutTime
long myLastLayoutTime
- The last time we updated based on a layout change.
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
updateUnlockedModules
boolean updateUnlockedModules
- True if unlocked modules should be added to users' modsets too.
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
pageDisabled
boolean pageDisabled
- True if pageModuleSet is "disabled" (and PageModuleSet should
revert to default).
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
groupID
int groupID
- Deprecated. As of 4.0, to be removed in 8.0 or later
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
idHash
Hashtable idHash
- Deprecated. As of 4.0, to be removed in 8.0 or later
- Cached value of our identifying hashtable.
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
intID
int intID
- Deprecated. As of 4.0, to be removed in 8.0 or later
- Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
lockedPortlets
String[] lockedPortlets
- Deprecated. As of 4.0, to be removed in 8.0 or later
- List of portletUIDs that are locked individually.
Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
moduleIDs
int[][][] moduleIDs
- Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
lockedModuleIDs
boolean[][][] lockedModuleIDs
- Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
lockedModules
int[] lockedModules
- Visibility changed from protected to private in portal 7.1 as these should
not be visible to customers and are not used for inheritance.
mapper
com.epicentric.page.internal.ModuleIDPortletUIDMapper mapper
id
String id
- A short unique identifier for this ordering.
title
String title
- A user-friendly short name.
description
String description
- A user-friendly description.
defaultOrdering
String[] defaultOrdering
- The ordering used for groups without a specific ordering,
and for users without a primary group.
guestOrdering
String[] guestOrdering
- Ordering used for the guests.
groupOrderings
Hashtable groupOrderings
- Maps groupID to the ordering for that group.
defaultMutex
Object defaultMutex
guestMutex
Object guestMutex
idHash
Hashtable idHash
pageID
String pageID
- ID of Page this UserModuleSet belongs to.
- Since:
- 4.0
userID
String userID
- ID of User this UserModuleSet belongs to.
- Since:
- 4.0
portletUIDs
String[][][] portletUIDs
- List of module ids for each cell.
minimizedPortletUIDs
boolean[][][] minimizedPortletUIDs
- List of minimized states for portletUIDs. Replaces the
minimizedUIDs array.
- Since:
- 4.0
lastModuleUpdateTime
long lastModuleUpdateTime
- Last known modification timestamp of our PageModuleSet.
lastLayoutUpdateTime
long lastLayoutUpdateTime
- Last known modification timestamp of our PageLayout.
persisted
boolean persisted
- Internal flag indicating if it has been saved/loaded from the database.
This allows the object to exist in memory without need for storage until updated.
idHash
Hashtable idHash
- Deprecated. As of 4.0, to be removed in 8.0 or later
minimizedUIDs
String[] minimizedUIDs
- Deprecated. As of 4.0, to be removed in 8.0 or later
- List of minimized modules.
lastPageModuleSetID
int lastPageModuleSetID
- Deprecated. As of 4.0, to be removed in 8.0 or later
- ID of the last known PageModuleSet for our user.
mapper
com.epicentric.page.internal.ModuleIDPortletUIDMapper mapper
moduleIDs
int[][][] moduleIDs
minimizedModuleIDs
boolean[][][] minimizedModuleIDs
minimizedIDs
int[] minimizedIDs
|
Package com.epicentric.portalbeans |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Recovery for any state variation
id
int id
name
String name
title
String title
description
String description
inDefaultProfile
boolean inDefaultProfile
descriptorId
String descriptorId
version
float version
internalStateTransferredToDatabase
int internalStateTransferredToDatabase
beanVersion
int beanVersion
propertyHash
Hashtable propertyHash
category
String category
- Deprecated. Category refers to the PBD via the portalbean's type ID
permissionContext
PermissionContext permissionContext
- Deprecated. in 4.0, to be removed in 8.0 or later, now obsolete;
replaced by the new permissioning system
width
int width
widthDescription
String widthDescription
createdDate
Date createdDate
ownerID
int ownerID
ownerName
String ownerName
displayCategoryID
String displayCategoryID
stringID
String stringID
uid
String uid
guid
String guid
widthEditable
boolean widthEditable
chromeDisplayed
boolean chromeDisplayed
selectable
boolean selectable
__internalSerializationState
int __internalSerializationState
- this is necessary to allow deserialization to automatically
account for changes to the internal state
History:
0 - No history
1 - chromeDisplayed and selectable (put in late!
4.0 GOLD to 4.0 SP4 upgrade may re-reset the values)
customAuthorizationSpaceState
CustomAuthorizationSpaceState customAuthorizationSpaceState
editable
boolean editable
minimizable
boolean minimizable
required
boolean required
enabled
boolean enabled
|
Package com.epicentric.portalbeans.beans.jspbean |
jspDirName
String jspDirName
- Name of the directory holding my JSP files.
obsolete
boolean obsolete
- Obsolete flag
|
Package com.epicentric.portalbeans.categories |
_category
com.epicentric.category.Category _category
- Deprecated.
_newCategory
com.vignette.portal.portlet.management.external.PortletCategory _newCategory
- Deprecated.
_manager
com.vignette.portal.portlet.management.external.PortletCategoryManager _manager
- Deprecated.
|
Package com.epicentric.segment |
|
Package com.epicentric.services |
propertySets
PropertySet[] propertySets
key
String key
errorReason
Formattable errorReason
map
HashMap map
containsErrors
boolean containsErrors
serviceKey
String serviceKey
serviceID
String serviceID
typeID
String typeID
implementationID
String implementationID
localeResourceKey
String localeResourceKey
enabled
boolean enabled
defaultInstance
boolean defaultInstance
serviceID
String serviceID
value
Object value
|
Package com.epicentric.settings |
|
Package com.epicentric.site |
|
Package com.epicentric.task |
|
Package com.epicentric.template |
pageID
String pageID
siteID
String siteID
menuID
String menuID
menuItemID
String menuItemID
pageContentTemplateID
String pageContentTemplateID
userID
String userID
userIsGuest
boolean userIsGuest
useCustomUserValues
boolean useCustomUserValues
useSiteDefaultGridStyle
boolean useSiteDefaultGridStyle
|
Package com.epicentric.uid |
_source
com.epicentric.uid.UIDNotFoundException.SourceUID _source
|
Package com.epicentric.user |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
wrappedEntityUID
String wrappedEntityUID
|
Package com.epicentric.users |
|
Package com.vignette.portal.cache |
nestedException
Throwable nestedException
- The initial, lower-level exception
|
Package com.vignette.portal.log |
|
Package com.vignette.portal.portlet.website |
rootCause
Throwable rootCause
rootCause
Throwable rootCause
portletID
String portletID
isFriendlyID
boolean isFriendlyID
timeOfAvailibility
Date timeOfAvailibility
|
Package com.vignette.portal.rsm |
|
Package com.vignette.portal.rsm.file |
url
URL url
- URL to which to make the request.
file
File file
- File to retrieve content from.
content
byte[] content
- The content from the file.
retrievalFlag
boolean retrievalFlag
- Flag to indicate whether the content has been retrieved.
|
Package com.vignette.portal.rsm.http |
cookie
String cookie
- Cookie string to send in header.
name
String name
- Name of this cookie.
value
String value
- Value of this cookie.
expires
Date expires
- Date this cookie expires.
domain
String domain
- Domain for which this cookie is valid.
path
String path
- Server path for which this cookie is valid.
secure
boolean secure
- Flag to indicate that this is a secure cookie.
cookies
Map cookies
- Storage mechanism for cookies.
url
URL url
- URL to make request to.
userAgent
String userAgent
- User-Agent to send in header.
requestMethod
String requestMethod
- HTTPmethod to be used for request.
contentType
String contentType
- Content type of request.
requestHeaders
com.vignette.portal.rsm.internal.util.OrderedStringMap requestHeaders
- HTTP headers to send to remote site.
requestCookies
CookieStore requestCookies
- Cookies to send in the request.
bodyParameters
com.vignette.portal.rsm.internal.util.OrderedStringMap bodyParameters
- Body parameters for POST requests.
ifModifiedSince
long ifModifiedSince
- Time value of the If-Modified-Since header.
maxRedirects
int maxRedirects
- Maximum number of redirects to follow automatically.
useAuthenticator
boolean useAuthenticator
- Flag to use authenticator.
session
HttpRemoteSession session
- Session that spawned this request.
streamable
RequestContentStream streamable
- POST property stream handler.
statusCode
int statusCode
- HTTP Status code.
statusMessage
String statusMessage
- HTTP Status message.
contentType
String contentType
- Content-Type from header.
contentEncoding
String contentEncoding
- Content-Encoding from header.
contentLength
int contentLength
- Content-length from header.
lastModified
long lastModified
- Last-modified from header.
headers
Map headers
- HTTP headers from remote server.
responseCookies
CookieStore responseCookies
- Cookies returned from server.
updateSession
boolean updateSession
- Flag to indicate that the session state has been updated by the response.
creationTime
long creationTime
- Initialization time of HTTP session.
lastRenewed
long lastRenewed
- Last renewal time of the HTTP session.
refreshSession
boolean refreshSession
- Flag to indicate that session duration has been changed.
duration
long duration
- Session duration.
defaultRequestHeaders
HashMap defaultRequestHeaders
- Default HTTP headers to be included on each request created.
sessionCookies
CookieStore sessionCookies
- Default cookies to send with requests.
defaultQuerystringParameters
HashMap defaultQuerystringParameters
- Default querystring variables to add to each request.
defaultRequestMethod
String defaultRequestMethod
- Default HTTP method to be used for created requests.
authenticator
Authenticator authenticator
- Object that handles authentication to the remote site.
boundaryString
String boundaryString
- Boundary string used to delimit parameters in the request.
contentType
String contentType
- Content type of stream.
out
OutputStream out
- OutputStream to remote server.
request
HttpRemoteRequest request
- Collection of parameters to send to remote site.
files
Map files
- Collection of files to write.
charset
String charset
- Character set to be used on the request.
|
Package com.vignette.portal.rsm.http.auth |
properties
HashMap properties
- Property store.
properties
HashMap properties
- Property store.
|
Package com.vignette.portal.rsm.url |
url
URL url
- URL to which teh last request was actually made.
content
byte[] content
- Binary content from remote server.
retrievalFlag
boolean retrievalFlag
- Flag to indicate that an attempt to retrieve content has been made.
|
Package com.vignette.portal.text.processor |
nestedThrowable
Throwable nestedThrowable
- Original exception that prompted this one to be thrown.
|
Package com.vignette.portal.website.enduser.components |
_bundleID
String _bundleID
|
Package com.vignette.portal.website.enduser.components.mypage.add |
_pageName
String _pageName
_reachMax
boolean _reachMax
_errMsgs
String[] _errMsgs
|
Package com.vignette.portal.website.enduser.components.mypage.common |
cause
Throwable cause
|
Package com.vignette.portal.website.enduser.components.page.common |
cause
Throwable cause
|
Package com.vignette.portal.website.form |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- This is the standard deserialzation method. Used here to recover a transient LogWrapper.
_errorList
LinkedList _errorList
_page
int _page
Copyright and Trademark Notices