Serialized Form


Package com.bea.campaign

Class com.bea.campaign.AdCountGoal extends Object implements Serializable

Serialized Form fields

logic

short logic
The boolean logic.


type

short type
The local or global count type.


countType

short countType
The impression or click-thru count type.


goalCount

long goalCount
The goal's count.


adPaths

Collection<E> adPaths
The list of ad ids.

Class com.bea.campaign.AddAdToPlaceholderAction extends Action implements Serializable

Serialized Form fields

adQuery

Object adQuery
The ad query (String or ContentQueryNode).


placeholder

String[] placeholder
The list of placeholder names.


weight

int weight
The ad weight.


remove

boolean remove
The remove flag.


timeToLiveInfo

com.bea.campaign.AddAdToPlaceholderAction.TimeToLiveInfo timeToLiveInfo
The time-to-live information.


expireDate

com.bea.p13n.xml.schema.TimeInstant expireDate
The expiration date.


clearingPolicy

String clearingPolicy
The clearing policy.

Class com.bea.campaign.EndStateAction extends Action implements Serializable

Serialized Form fields

endState

boolean endState
Does this constitute an end state.


Package com.bea.campaign.action

Class com.bea.campaign.action.Action extends Object implements Serializable

Serialized Form fields

serviceLocator

ServiceLocator serviceLocator

event

Event event

user

ProfileWrapper user

request

Request request

session

Session session

scenarioContainer

ScenarioContainer scenarioContainer

scenario

Scenario scenario

now

Timestamp now

random

Number random

Class com.bea.campaign.action.ActionDef extends Object implements Serializable

Serialized Form fields

actionParams

Map<K,V> actionParams
Init params for the actual action


actionType

String actionType
Type of action to create and run

Class com.bea.campaign.action.ActionException extends Exception implements Serializable

Serialized Form fields

embeddedException

Exception embeddedException

Class com.bea.campaign.action.MailAction extends Action implements Serializable

Serialized Form fields

subject

String subject

messageText

String messageText

jspUri

String jspUri

jspParams

Map<K,V> jspParams

from

String from

to

String to

headers

Map<K,V> headers

batchMode

Boolean batchMode

emailPropertyName

String emailPropertyName

emailPropertySet

String emailPropertySet

optInPropertyName

String optInPropertyName

optInPropertySet

String optInPropertySet

Package com.bea.campaign.model

Class com.bea.campaign.model.AdCountGoal extends Object implements Serializable

Serialized Form fields

orLogic

boolean orLogic
The boolean logic. True for boolean OR, false for AND.


type

AdCountGoal.Type type
The local or global count type.


countType

AdCountGoal.CountType countType
The impression or click-thru count type.


goalCount

Long goalCount
The goal's count.


adPaths

List<E> adPaths
The list of ad ids.

Class com.bea.campaign.model.AddDiscountModel extends ClauseModel implements Serializable

Class com.bea.campaign.model.AddEmailModel extends ClauseModel implements Serializable

Class com.bea.campaign.model.AddToPlaceholderModel extends ClauseModel implements Serializable

Class com.bea.campaign.model.CampaignModel extends XmlObjectModel implements Serializable

Class com.bea.campaign.model.CampaignModel.ScenarioLink extends Model implements Serializable

Serialized Form fields

schemaUri

String schemaUri

instanceUri

String instanceUri

instanceId

String instanceId

isDataLink

boolean isDataLink

Class com.bea.campaign.model.CampaignModelDocument extends DefaultDocumentModel implements Serializable

Class com.bea.campaign.model.EndScenarioModel extends ClauseModel implements Serializable

Class com.bea.campaign.model.ScenarioModel extends XmlObjectModel implements Serializable

Class com.bea.campaign.model.ScenarioModel.RuleSetLink extends Model implements Serializable

Serialized Form fields

schemaUri

String schemaUri

instanceUri

String instanceUri

instanceId

String instanceId

isDataLink

boolean isDataLink

Class com.bea.campaign.model.ScenarioModelDocument extends DefaultDocumentModel implements Serializable


Package com.bea.campaign.rules

Class com.bea.campaign.rules.ActionDefResultObjectFilter extends RuleResultClassFilter implements Serializable

Class com.bea.campaign.rules.AddAdToPlaceholderActionDef extends ActionDef implements Serializable

Class com.bea.campaign.rules.ClassificationResultObjectFilter extends RuleResultClassFilter implements Serializable

Class com.bea.campaign.rules.EndScenarioActionDef extends ActionDef implements Serializable

Class com.bea.campaign.rules.MailActionDef extends ActionDef implements Serializable


Package com.bea.campaign.servlets

Class com.bea.campaign.servlets.CampaignCleanupServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Form fields

campaignService

CampaignService campaignService

adBucketService

AdBucketService adBucketService

adService

AdService adService

mailService

MailService mailService

Package com.bea.campaign.tracking.events

Class com.bea.campaign.tracking.events.CampaignUserActivityEvent extends TrackingEvent implements Serializable

Class com.bea.campaign.tracking.events.ClickCampaignEvent extends ClickEvent implements Serializable

Class com.bea.campaign.tracking.events.DisplayCampaignEvent extends ContentEvent implements Serializable


Package com.bea.content

Class com.bea.content.AuthenticationException extends RepositoryException implements Serializable

Class com.bea.content.AuthorizationException extends RepositoryException implements Serializable

Class com.bea.content.BinaryValue extends Object implements Serializable

serialVersionUID: 987234982237L

Serialized Form fields

contentType

String contentType

name

String name

size

int size

checksum

String checksum

isChecksumManuallySet

boolean isChecksumManuallySet

binaryFieldsConfigured

boolean binaryFieldsConfigured

dirty

boolean dirty

Class com.bea.content.ConstraintViolationException extends RepositoryException implements Serializable

Class com.bea.content.ContentContext extends Object implements Serializable

serialVersionUID: 89732496L

Serialized Form fields

data

Map<K,V> data

serializableRequest

SerializableRequest serializableRequest
Deprecated 
We need this request in case the ContentContext is serialized.

Class com.bea.content.ContentEntity extends Object implements Serializable

serialVersionUID: 29348701L

Serialized Form fields

id

ID id
The ID for this object.

Class com.bea.content.ContextKey extends Object implements Serializable

serialVersionUID: 8273643918L

Serialized Form fields

keyName

String keyName
optional. for query results, requests query results should be fully resolved (determined in a single query) for some queries, this may result in additional memory consumption


expectedType

Class<T> expectedType

isPublic

boolean isPublic

isMutable

boolean isMutable

Class com.bea.content.Credentials extends Object implements Serializable

serialVersionUID: 73639284573L

Serialized Form fields

subject

Subject subject

properties

Properties properties

Class com.bea.content.DefaultWorkflowException extends RepositoryException implements Serializable

Class com.bea.content.ID extends Object implements Serializable

serialVersionUID: 238234987239L

Serialized Form fields

repositoryName

String repositoryName

uid

String uid

dirty

boolean dirty

Class com.bea.content.InvalidNodeNameException extends RepositoryException implements Serializable

Class com.bea.content.JobActiveException extends RepositoryException implements Serializable

Class com.bea.content.JobNotActiveException extends RepositoryException implements Serializable

Class com.bea.content.JobNotFoundException extends RepositoryException implements Serializable

Class com.bea.content.Node extends ContentEntity implements Serializable

serialVersionUID: 923472301872362L

Serialized Form fields

createdDate

Calendar createdDate

createdBy

String createdBy

hasChildren

boolean hasChildren

modifiedBy

String modifiedBy

modifiedDate

Calendar modifiedDate

objectClassId

ID objectClassId

objectClassConfigured

boolean objectClassConfigured

objectClass

ObjectClass objectClass

parentId

ID parentId

path

String path

type

int type
Deprecated 

workflowStatus

int workflowStatus

isRetired

boolean isRetired

hasProperties

boolean hasProperties

name

String name

partiallyLoadedProperties

boolean partiallyLoadedProperties

workflowId

ID workflowId

Class com.bea.content.NodeExistsException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchNodeException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchObjectClassException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchPropertyChoiceException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchPropertyDefinitionException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchPropertyException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchWorkflowException extends RepositoryException implements Serializable

Class com.bea.content.ObjectClass extends ContentEntity implements Serializable

serialVersionUID: 20938742237L

Serialized Form fields

name

String name

primaryPropertyDefinition

PropertyDefinition primaryPropertyDefinition

hasPropertyDefinitions

boolean hasPropertyDefinitions

isAbstract

boolean isAbstract

parentObjectClassId

ID parentObjectClassId

isSearchable

boolean isSearchable

path

String path

hasNested

boolean hasNested

description

String description

creationDate

Calendar creationDate

modifiedDate

Calendar modifiedDate

workflowId

ID workflowId

readOnly

boolean readOnly

Class com.bea.content.ObjectClassExistsException extends RepositoryException implements Serializable

Class com.bea.content.ObjectClassInUseException extends RepositoryException implements Serializable

Class com.bea.content.Property extends ContentEntity implements Serializable

serialVersionUID: 87604439127L

Serialized Form fields

name

String name

indexedName

String indexedName

type

int type

values

Value[] values

dirty

boolean dirty

indexedContainer

boolean indexedContainer

containerClones

Property[] containerClones

parentOfClone

Property parentOfClone

containerIndex

int containerIndex

Class com.bea.content.PropertyChoice extends ContentEntity implements Serializable

serialVersionUID: 61938327L

Serialized Form fields

binaryValue

BinaryValue binaryValue

booleanValue

Boolean booleanValue

calendarValue

Calendar calendarValue

doubleValue

Double doubleValue

isDefault

boolean isDefault

longValue

Long longValue

stringValue

String stringValue

position

int position

objectClassReadOnly

boolean objectClassReadOnly

Class com.bea.content.PropertyChoiceExistsException extends RepositoryException implements Serializable

Class com.bea.content.PropertyDefinition extends ContentEntity implements Serializable

serialVersionUID: 912897128L

Serialized Form fields

description

String description

propertyChoices

PropertyChoice[] propertyChoices

name

String name

reference

String reference

type

int type

nestedObjectClassId

ID nestedObjectClassId

isReadOnly

boolean isReadOnly

isRestricted

boolean isRestricted

isMandatory

boolean isMandatory

isMultiValued

boolean isMultiValued

isPrimary

boolean isPrimary

isSearchable

boolean isSearchable

isSortable

Boolean isSortable

propertyDefinitionType

int propertyDefinitionType

isNested

boolean isNested

nestedObjectClass

ObjectClass nestedObjectClass

objectClassReadOnly

boolean objectClassReadOnly

Class com.bea.content.PropertyDefinitionExistsException extends RepositoryException implements Serializable

Class com.bea.content.PropertyExistsException extends RepositoryException implements Serializable

Class com.bea.content.RepositoryException extends Exception implements Serializable

Class com.bea.content.RepositoryId extends Object implements Serializable

serialVersionUID: 5321948723L

Serialized Form fields

name

String name

dataSourceName

String dataSourceName

Class com.bea.content.RepositoryRuntimeException extends RuntimeException implements Serializable

Class com.bea.content.TransitionNotFoundException extends RepositoryException implements Serializable

Class com.bea.content.UnsupportedRepositoryFeatureException extends RepositoryRuntimeException implements Serializable

Class com.bea.content.UnsupportedRepositoryOperationException extends RepositoryRuntimeException implements Serializable

Class com.bea.content.Value extends Object implements Serializable

serialVersionUID: 675234091L

Serialized Form fields

binaryValue

BinaryValue binaryValue

booleanValue

Boolean booleanValue

calendarValue

Calendar calendarValue

doubleValue

Double doubleValue

linkedNodeIdValue

ID linkedNodeIdValue

longValue

Long longValue

stringValue

String stringValue

nestedValue

Property[] nestedValue

position

int position

dirty

boolean dirty

calendarHashCode

int calendarHashCode

calendar

Calendar calendar

Class com.bea.content.ValueOutOfBoundsException extends RepositoryException implements Serializable

Class com.bea.content.WorkflowExistsException extends RepositoryException implements Serializable

Class com.bea.content.WorkflowInUseException extends RepositoryException implements Serializable


Package com.bea.content.el.support

Class com.bea.content.el.support.NodeWrapperImpl extends Object implements Serializable

serialVersionUID: -3330051377503987216L

Serialized Form fields

node

Node node

propMap

Map<K,V> propMap

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

Class com.bea.content.el.support.ValueWrapperImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

value

Value value

nodeWrapper

NodeWrapperImpl nodeWrapper

Class com.bea.content.el.support.VersionWrapperImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeWrapper

NodeWrapperImpl nodeWrapper

version

Version version

propMap

Map<K,V> propMap

Package com.bea.content.expression

Class com.bea.content.expression.CollectionContainsAny extends CollectionOperator implements Serializable

Class com.bea.content.expression.ContainedIn extends CollectionOperator implements Serializable

Class com.bea.content.expression.ExpressionHelper.ParseException extends IllegalArgumentException implements Serializable

Serialized Form fields

line

int line
The line number of the error.

Less than 0 for unknown.


column

int column
The column number of the error.

Less than 0 for unknown.


token

String token
The possible error token.

Null for unknown.

Class com.bea.content.expression.FullTextSearchLanguageParameterSet extends Object implements Serializable

Class com.bea.content.expression.InvalidQueryException extends RepositoryException implements Serializable

Class com.bea.content.expression.PropertyRef extends Operator implements Serializable

Class com.bea.content.expression.RequestPropertyRef extends PropertyRef implements Serializable

Class com.bea.content.expression.Search extends Object implements Serializable

serialVersionUID: 98724351298L

Serialized Form fields

hashCode

Number hashCode
Our calculated hashCode.


searchPaths

List<E> searchPaths
The paths under which to search.

This should be empty to search under all paths (repositories in a federeated search.) This is an OR'ed list.

In a federated search, this can begin with "/*" (e.g."/*/some/path") to denote a search path under each repository. In non-federated search, this should not be construed to contain any special characters.


maxReturn

int maxReturn
The maximum number of objects to return.

Less than 0 signifies returning all matches.


sortCriteria

SortCriteria[] sortCriteria
The sorting criteria


expression

Expression expression
The search expression.


fullText

IFullTextSearch fullText
The full text search expression.


contentContext

ContentContext contentContext
The content context -- note this is NOT considered part of the state of the search. It is only here so we can pass it to the lower levels of search.


contextParams

Map<K,V> contextParams
The context params.

Note from com.bea.p13n.content.expression.Search: Attribute: contextParams


useCache

boolean useCache
indicates whether or not the search should use the cache or not


useFullTextSearch

boolean useFullTextSearch
Whether a full text search is to be performed instead of a database search.

Class com.bea.content.expression.SessionPropertyRef extends PropertyRef implements Serializable

Class com.bea.content.expression.SortCriteria extends Object implements Serializable

serialVersionUID: 87234882367L

Serialized Form fields

propertySet

String propertySet
The property set name.


propertyName

String propertyName
The property name to sort on.


isAscending

boolean isAscending
The ascending or descending order.

Class com.bea.content.expression.UserPropertyRef extends PropertyRef implements Serializable


Package com.bea.content.federated

Class com.bea.content.federated.NoRepositoriesDefinedException extends RepositoryException implements Serializable

Class com.bea.content.federated.NoSuchRepositoryConfigException extends RepositoryException implements Serializable

Class com.bea.content.federated.RepositoryConfig extends Object implements Serializable

serialVersionUID: 9875982435232L

Serialized Form fields

locks

ReentrantReadWriteLock locks
When cloning, copying, or otherwise updating the actual RepositoryConfig object, we'll use a write lock. Default fairness policy to grant lock to the thread that's been waiting longest to acquire it.


writeLock

Lock writeLock

name

String name

className

String className

properties

Properties properties

userName

String userName

password

String password

readOnly

boolean readOnly

nodeCacheMaxEntries

int nodeCacheMaxEntries

nodeCacheTtl

long nodeCacheTtl

nodeCacheIsEnabled

boolean nodeCacheIsEnabled

typeCacheMaxEntries

int typeCacheMaxEntries

typeCacheTtl

long typeCacheTtl

typeCacheIsEnabled

boolean typeCacheIsEnabled

searchCacheMaxEntries

int searchCacheMaxEntries

searchCacheTtl

long searchCacheTtl

searchCacheIsEnabled

boolean searchCacheIsEnabled

binaryCacheMaxEntries

int binaryCacheMaxEntries

binaryCacheMaxEntrySize

long binaryCacheMaxEntrySize

binaryCacheTtl

long binaryCacheTtl

binaryCacheIsEnabled

boolean binaryCacheIsEnabled

searchIsEnabled

boolean searchIsEnabled

searchIndexingIsEnabled

boolean searchIndexingIsEnabled

fulltextSearchIsEnabled

boolean fulltextSearchIsEnabled

Class com.bea.content.federated.RepositoryConfigExistsException extends RepositoryException implements Serializable


Package com.bea.content.federated.events

Class com.bea.content.federated.events.ContentConfigEvent extends GenericContentEvent implements Serializable

Class com.bea.content.federated.events.ContentCreateEvent extends GenericContentEvent implements Serializable

Class com.bea.content.federated.events.ContentDeleteEvent extends GenericContentEvent implements Serializable

Class com.bea.content.federated.events.ContentReIndexEvent extends GenericContentEvent implements Serializable

Class com.bea.content.federated.events.ContentUpdateEvent extends GenericContentEvent implements Serializable

Class com.bea.content.federated.events.ContentUsageEvent extends TrackingEvent implements Serializable

Class com.bea.content.federated.events.GenericContentEvent extends TrackingEvent implements Serializable


Package com.bea.content.indexer

Class com.bea.content.indexer.IndexerRunnerException extends Exception implements Serializable


Package com.bea.content.loader.bulk

Class com.bea.content.loader.bulk.BulkLoader.ShowUsageException extends IllegalArgumentException implements Serializable

Class com.bea.content.loader.bulk.FileBulkLoader.ShowUsageException extends IllegalArgumentException implements Serializable


Package com.bea.content.manager

Class com.bea.content.manager.RepositoryConfig extends RepositoryConfig implements Serializable


Package com.bea.content.manager.propertysets

Class com.bea.content.manager.propertysets.PropertyDefinitionImpl extends AbstractPropertyDefinition implements Serializable

Class com.bea.content.manager.propertysets.PropertySetImpl extends AbstractPropertySet implements Serializable


Package com.bea.content.manager.servlets

Class com.bea.content.manager.servlets.DownloadBinaryServlet extends javax.servlet.http.HttpServlet implements Serializable

Class com.bea.content.manager.servlets.NodeCache extends Object implements Serializable

Class com.bea.content.manager.servlets.ShowBinaryServlet extends ShowPropertyServlet implements Serializable

Class com.bea.content.manager.servlets.ShowPropertyServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Form fields

closeStreams

boolean closeStreams
Should we close the output stream when done. This will be initialized from the "closeStreams" initialized parameter.


Package com.bea.content.manager.servlets.jsp.taglib

Class com.bea.content.manager.servlets.jsp.taglib.BaseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Form fields

failOnError

boolean failOnError
Are we supposed to throw an exception on an error.


useCache

boolean useCache
Should this try to use the NodeCache


cacheScope

String cacheScope
The cache scope.

This should correspond to something which the NodeCache understands. The standard values are "application", "session", "page" (unrelated to result set pagination), and "request". The default is "session".


cacheId

String cacheId
The cache id.

When accessing the cache, in general, if this is not set, then the ID should be used.


cacheTimeout

long cacheTimeout
The cache timeout.


contentContextType

String contentContextType
Specifies which type of contentContext to use. Valid types are listed in ContentEntitlementHelper.

Class com.bea.content.manager.servlets.jsp.taglib.ForEachNestedPropertyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Form fields

iter

Iterator<E> iter

nestedProperty

Property[] nestedProperty
The id of the script variable to put the result into. If the resultId isn't set then the property will be written to the PageContext.


properties

Collection<E> properties

failOnError

boolean failOnError
Determines if we supposed to throw an exception on an error.

Class com.bea.content.manager.servlets.jsp.taglib.GetBinaryPropertyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Form fields

servletMapping

String servletMapping

res_url

ShowPropertyURL res_url

var

String var

scope

int scope

Class com.bea.content.manager.servlets.jsp.taglib.GetNodeTag extends BaseTag implements Serializable

Serialized Form fields

path

String path
The path.


node

Node node
Deprecated 
The Nodes returned from the get.

Class com.bea.content.manager.servlets.jsp.taglib.GetPropertyTag extends BaseTag implements Serializable

Serialized Form fields

node

Node node
The Node to use.


version

String version
The version name (number) to use if the property is to be retrieved from a Version instead of from the Node. Use a value of "0" to use the current version without having to supply the version number of the current version


name

String name
The name of the property to print.


resultId

String resultId
The id of the script variable to put the result into. If the resultId isn't set then the property will be written to the PageContext.


resultType

String resultType
The Type of the result. May only be set when isMultiple = False.


defValue

String defValue
The default value to print if the property is not found, or if the property does not contain a value.


conversionType

String conversionType
The conversion type. Can be either "html", "url", or anything else for no conversion. See ContentHelper.toHtml() for an explanation of how html will be converted. See ContentHelper.pathInfoEncode() for an explanation of how a conversion type of "url" for a "cm_path" property is converted. For a conversion type of "url" that isn't for the "cm_path" property, the url will be encoded in "UTF-8" if supported. If it isn't supported then the default encoding will be used.


dateFormat

String dateFormat
The date format to use.


numFormat

String numFormat
The number format to use.


blockSize

int blockSize
The block size to read the data in. Defaults to 2048.


startIndex

int startIndex
The index at which we should start reading. Defaults to 0.


endIndex

int endIndex
The index at which we should stop reading.


baseHref

String baseHref
The BASE HREF to use.

The content's identifier will be appended automatically to this.


isMultiple

boolean isMultiple
If this is true then a Collection will be returned as the resultId, if false then an Object will be returned that may be cast to the appropriate Property type. The default is False.


transactionTimeout

int transactionTimeout
The streaming of the data directly to the jsp page is wrapped in a transaction to cover the situation where the back-end system is transactional (like a database) and the InputStream retrieved is tied to that transactional resource (like a BlobInputStream). If this attribute is set (not -1) then the timeout on the transaction is set to this value (in sec).

Class com.bea.content.manager.servlets.jsp.taglib.SearchTag extends BaseTag implements Serializable

Serialized Form fields

max

String max
The maximum number of Nodes to return from the search.


sortBy

String sortBy
A list of content properties to sort the content by. The syntax follows the SQL 'order by' clause. Sorting on nested or multivalued properties is not supported for this release.


queryStr

String queryStr
The query to execute the search for. This is used if the expression isn't specified. This is what most will use as a String.


expr

Expression expr
The com.bea.p13n.expression.Expression to execute the search for.


contextParams

Map<K,V> contextParams
The search context parameters. Either the java.util.Map or comma-separated list of name=value pairs to pass along with the search request. These are simply parameters passed to the search engine that may be required to fulfill the request. It is based on the repository implementation.


searchPaths

String[] searchPaths
Array of paths from which the search will take place.


sortInMemory

boolean sortInMemory
This permits sorting on implicit properties, although it also requires pulling all of the search results into memory first. Take care to set the maximum number of results to return. Sorting on nested or multivalued properties is not supported for this release.


versionedContent

boolean versionedContent
Should this search versioned data and return versions.


nodes

Node[] nodes
Deprecated 
The Nodes returned from the search.

Class com.bea.content.manager.servlets.jsp.taglib.SetNodeTag extends BaseTag implements Serializable

Serialized Form fields

node

Node node
The Node to set on the request.


Package com.bea.content.manager.sort

Class com.bea.content.manager.sort.NodeComparator extends Object implements Serializable

serialVersionUID: 9827342311342L

Serialized Form fields

delegate

com.bea.content.federated.internal.delegate.NodeComparator delegate
Deprecated 

sortCriteria

SortCriteria[] sortCriteria
Deprecated 
The sort criteria used when sorting nodes.

Class com.bea.content.manager.sort.ObjectClassComparator extends Object implements Serializable

serialVersionUID: 2938421123L

Class com.bea.content.manager.sort.PropertyChoiceComparator extends Object implements Serializable

serialVersionUID: 823142141234L

Class com.bea.content.manager.sort.PropertyComparator extends Object implements Serializable

serialVersionUID: 9812342131L

Class com.bea.content.manager.sort.PropertyDefinitionComparator extends Object implements Serializable

serialVersionUID: 238421313L

Class com.bea.content.manager.sort.PropertyValueComparator extends Object implements Serializable

serialVersionUID: 23874239L


Package com.bea.content.paging

Class com.bea.content.paging.FilterCriteria extends Object implements Serializable

serialVersionUID: 76523423L

Serialized Form fields

filterMethod

FilterMethod filterMethod

string

String string

property

String property

locale

Locale locale

Class com.bea.content.paging.SortCriteria extends Object implements Serializable

serialVersionUID: 48923642L

Serialized Form fields

order

SortOrder order

property

String property

locale

Locale locale

Package com.bea.content.spi

Class com.bea.content.spi.FilterCriteria extends Object implements Serializable

serialVersionUID: 23984237271L

Serialized Form fields

filterResults

boolean filterResults
Deprecated 

filterValue

String filterValue
Deprecated 

filterMethod

FilterMethod filterMethod
Deprecated 

property

String property
Deprecated 

locale

Locale locale
Deprecated 

Class com.bea.content.spi.QueryCriteria extends Object implements Serializable

serialVersionUID: 19823423772L

Serialized Form fields

sortCriteria

SortCriteria sortCriteria
Deprecated 

filterCriteriaList

List<E> filterCriteriaList
Deprecated 

Class com.bea.content.spi.QueryResult extends Object implements Serializable

serialVersionUID: 2812923455L

Serialized Form fields

queryCriteria

QueryCriteria queryCriteria
Deprecated 

queryResults

List<E> queryResults
Deprecated 

Class com.bea.content.spi.SortCriteria extends Object implements Serializable

serialVersionUID: 7239346161L

Serialized Form fields

sortResults

boolean sortResults
Deprecated 

sortAscending

boolean sortAscending
Deprecated 

property

String property
Deprecated 

locale

Locale locale
Deprecated 

Package com.bea.content.spi.flexspi

Package com.bea.content.spi.flexspi.common

Class com.bea.content.spi.flexspi.common.FilterCriteria extends Object implements Serializable

serialVersionUID: 23984237271L

Serialized Form fields

filterResults

boolean filterResults

filterValue

String filterValue

filterMethod

FilterMethod filterMethod

property

String property

locale

Locale locale

Class com.bea.content.spi.flexspi.common.QueryResult extends Object implements Serializable

serialVersionUID: 2812923455L

Serialized Form fields

queryCriteria

QueryCriteria queryCriteria

queryResults

List<E> queryResults

Class com.bea.content.spi.flexspi.common.SortCriteria extends Object implements Serializable

serialVersionUID: 7239346161L

Serialized Form fields

sortResults

boolean sortResults

sortAscending

boolean sortAscending

property

String property

locale

Locale locale

Package com.bea.content.spi.flexspi.repository

Package com.bea.content.spi.flexspi.ticket

Package com.bea.content.virtual

Class com.bea.content.virtual.VirtualNode extends Object implements Serializable

serialVersionUID: 2398472355L

Serialized Form fields

id

ID id
The virtual node's ID.


name

String name
The virtual node's name.


assignedToRoles

String[] assignedToRoles
The roles that this virtual node is assigned to.


assignedToUser

String assignedToUser
The user that this virtual node is assigned to.


isLocked

boolean isLocked
The flag indicating if this virtual node is locked.


currentVersion

Version currentVersion
The current version of this virtual node. Note: As of 10.2, this member variable is no longer used. The accessor VirtualNode.getCurrentVersion() should be used.


currentVersionName

String currentVersionName
The name of the virtual node's current version.


objectClassId

String objectClassId
The object class id for this virtual node.


objectClass

ObjectClass objectClass
The object class of this virtual node.


assignedToVersionName

String assignedToVersionName
This value is set to the version name if this virtual node is locked. Then this version name is used in place of the current version name to get the version data.


Package com.bea.content.virtual.sort

Class com.bea.content.virtual.sort.VersionComparator extends Object implements Serializable

serialVersionUID: 89723423L


Package com.bea.content.virtual.version

Class com.bea.content.virtual.version.Version extends VersionableContent implements Serializable

serialVersionUID: 9872346156L

Serialized Form fields

versionName

String versionName

modifiedBy

String modifiedBy

modifiedDate

Calendar modifiedDate

nodeId

ID nodeId

Class com.bea.content.virtual.version.VersionableContent extends Object implements Serializable

serialVersionUID: 9872314561L

Serialized Form fields

status

int status

comment

String comment

properties

Property[] properties

virtualNode

VirtualNode virtualNode

Package com.bea.content.virtual.workflow

Class com.bea.content.virtual.workflow.DraftAction extends StandardAction implements Serializable

serialVersionUID: 827361554L

Class com.bea.content.virtual.workflow.PublishAction extends StandardAction implements Serializable

serialVersionUID: 18764329015L

Class com.bea.content.virtual.workflow.ReadyAction extends StandardAction implements Serializable

serialVersionUID: 18238727252L

Class com.bea.content.virtual.workflow.RejectAction extends StandardAction implements Serializable

serialVersionUID: 5623917124L

Class com.bea.content.virtual.workflow.RetireAction extends StandardAction implements Serializable

serialVersionUID: 8723916151L

Class com.bea.content.virtual.workflow.StandardAction extends Object implements Serializable

serialVersionUID: 27848261557L

Class com.bea.content.virtual.workflow.Workflow extends Object implements Serializable

serialVersionUID: 892037845721L

Serialized Form fields

id

ID id

name

String name

comment

String comment

isInheritedOnTarget

boolean isInheritedOnTarget

createdDate

Date createdDate

modifiedDate

Date modifiedDate

statusTextMap

HashMap<K,V> statusTextMap

Class com.bea.content.virtual.workflow.WorkflowException extends RepositoryException implements Serializable

Serialized Form fields

related

Throwable related

Package com.bea.netuix.application.communities

Class com.bea.netuix.application.communities.AbstractCommunityCallback extends Object implements Serializable

Serialized Form fields

DEBUG

Debug DEBUG

Class com.bea.netuix.application.communities.CommunityDesktop extends Object implements Serializable

Serialized Form fields

_desktopDefinitionId

DesktopDefinitionId _desktopDefinitionId
DesktopDefinitionId of the desktop associated with this community.


_cloneSourceDesktop

boolean _cloneSourceDesktop
Flag to denote if specified source desktop should be cloned. If set to false, this community will only point to the desktop. Also, the desktop will be converted to type COMMUNITY if it is not of type COMMUNITY. An exception will be thrown if the desktop is being used.


_desktopDefinition

DesktopDefinition _desktopDefinition
DesktopDefinition associated with this community.


_templateId

TemplateId _templateId
Portal dot file template associated with this community.

Class com.bea.netuix.application.communities.CommunityInfo extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource
The localized title and description for this community. If null, the intersectionId may be used to obtain a LocalizationResource.


intersectionId

LocalizationIntersectionId intersectionId
LocalizationIntersectionId for community localized title and description.


communityDesktop

CommunityDesktop communityDesktop
The desktop to be associated with the community.


portalPath

PortalPath portalPath
Portal path for the new desktop to be created. Webapp name from DesktopDefinitionId will be used. Will be ignored if CommunityDesktop specifies a new desktop definition.


desktopPath

DesktopPath desktopPath
Desktop path for the new desktop to be created. Webapp name from DesktopDefinitionId will be used. Will be ignored if CommunityDesktop specifies a new desktop definition.


expirationDate

Date expirationDate
The expiration date for this community. A community that automatically goes into the deactivated state after the expiration date. If null, the community never expires.


timeZone

TimeZone timeZone
TimeZone applicable to this community. May be used to adjust display of the expiration date.


active

boolean active
Flag to denote if this community is active. An active community supports member interaction and may be rendered. An incative community only supports interaction with a very restricted set of members and may not be rendered.


_public

boolean _public
Flag to denote if a community is public. A public comunity may have it's title and description be displayed in search results. A user has to be a member of a community to interact with it.


template

boolean template
Flag to denote if a community is a template. A template is a community that itself does not get rendered or have any members. It may only be used as a starting point to create a new community. Communities marked as templates have to be public and inactive.

See Also
ICommunityManager.createCommunity(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition), ICommunityManager.createCommunityTemplate(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition)

global

boolean global
Flag to denote whether a community template is global. Non-global communities require a user to have access to the enclosing portal. Global communities do away with this restriction.


personalPagesEnabled

boolean personalPagesEnabled
Flag to denote if this community allows members to add personal pages to the community.


publicRegistrationEnabled

boolean publicRegistrationEnabled
Flag to denote if this community allows members to self-register without having been invited.


registrationPageUri

String registrationPageUri
Uri to the registration page.


errorUri

String errorUri
Uri to the page to be displayed when the community cannot be viewed by a user, such as when the community is dactivated or the membership is deactivated.


accessTrackingEnabled

boolean accessTrackingEnabled
Flag to denote if member access tracking is enabled for this community.


communityCallbackClass

String communityCallbackClass
Name of the class to send a callback to on community events


parentId

CommunityDefinitionId parentId
An optional link to a parent community. NOTE: The framework does not attempt to verify circular references.


properties

Map<K,V> properties
Map of CommuityProperty objects associated with this community keyed by property name. Property values may be multi-valued.

Class com.bea.netuix.application.communities.CommunityMember extends Object implements Serializable

Serialized Form fields

id

CommunityMemberId id

wlsUserId

String wlsUserId

external

boolean external

active

boolean active

Class com.bea.netuix.application.communities.CommunityMembership extends Object implements Serializable

Serialized Form fields

id

CommunityMembershipId id

member

CommunityMember member

cDefinitionId

CommunityDefinitionId cDefinitionId

active

boolean active

capabilities

HashSet<E> capabilities

hasAdminCapability

Boolean hasAdminCapability

lastAccess

Date lastAccess

joinDate

Date joinDate

Class com.bea.netuix.application.communities.CommunityMembershipCriteria extends MembershipCriteria implements Serializable

Class com.bea.netuix.application.communities.CommunityProperty extends Object implements Serializable

Serialized Form fields

name

String name
Name of this property


description

String description
Description for this property


communityDefinitionId

CommunityDefinitionId communityDefinitionId
CommunityDefinitionId of the community this property is associated with.


multiValued

boolean multiValued
Flag to denote if this property supports multiple values.


values

List<E> values
The list of property values. Only one value implies a single valued property

Class com.bea.netuix.application.communities.CommunityPropertyValue extends Object implements Serializable

Serialized Form fields

value

String value

Class com.bea.netuix.application.communities.CommunitySearchCriteria extends TemplateSearchCriteria implements Serializable

Serialized Form fields

localize

boolean localize

ignoreExpiredCommunities

boolean ignoreExpiredCommunities

filterByPublic

boolean filterByPublic

includePublic

boolean includePublic

filterByActive

boolean filterByActive

includeActive

boolean includeActive

filterByPublicRegistration

boolean filterByPublicRegistration

includePublicRegistration

boolean includePublicRegistration

filterByPersonalPagesEnabled

boolean filterByPersonalPagesEnabled

includePersonalPagesEnabled

boolean includePersonalPagesEnabled

filterByAccessTrackingEnabled

boolean filterByAccessTrackingEnabled

includeAccessTrackingEnabled

boolean includeAccessTrackingEnabled

Class com.bea.netuix.application.communities.InvitationSearchCriteria extends Object implements Serializable

Serialized Form fields

communityId

CommunityDefinitionId communityId

userName

String userName

fromWlsUserName

String fromWlsUserName

fromWlsUserNameFilter

FilterMethod fromWlsUserNameFilter

userNameFilter

FilterMethod userNameFilter

inviteAddress

String inviteAddress

invitationStatus

InvitationStatus invitationStatus

inviteAddressFilter

FilterMethod inviteAddressFilter

orderBy

String orderBy

orderAscending

boolean orderAscending

Class com.bea.netuix.application.communities.MemberCriteria extends Object implements Serializable

Serialized Form fields

memberId

CommunityMemberId memberId

username

String username

Class com.bea.netuix.application.communities.MemberMembershipCriteria extends MembershipCriteria implements Serializable

Class com.bea.netuix.application.communities.MembershipCapability extends Object implements Serializable

Serialized Form fields

canonicalName

String canonicalName

displayName

String displayName

admin

boolean admin

Class com.bea.netuix.application.communities.MembershipCriteria extends Object implements Serializable

Serialized Form fields

communityId

CommunityDefinitionId communityId

memberId

CommunityMemberId memberId

webAppName

String webAppName

username

String username

usernameFilter

FilterMethod usernameFilter

memberActive

Boolean memberActive

memberExternal

Boolean memberExternal

membershipActive

Boolean membershipActive

membershipAccessible

Boolean membershipAccessible

capability

MembershipCapability capability

hasCapability

boolean hasCapability

joinBefore

Date joinBefore

joinAfter

Date joinAfter

lastAccessBefore

Date lastAccessBefore

lastAccessAfter

Date lastAccessAfter

accessRecorded

Boolean accessRecorded

orderBy

String orderBy

orderAscending

boolean orderAscending

Package com.bea.netuix.application.communities.exception

Class com.bea.netuix.application.communities.exception.CommunityCallbackException extends CommunityException implements Serializable

Class com.bea.netuix.application.communities.exception.CommunityException extends NetuixException implements Serializable

Class com.bea.netuix.application.communities.exception.CommunityIllegalArgumentException extends IllegalArgumentException implements Serializable


Package com.bea.netuix.application.communities.invitations

Class com.bea.netuix.application.communities.invitations.Invitation extends Object implements Serializable

Serialized Form fields

wlsUserName

String wlsUserName

fromWlsUserName

String fromWlsUserName

invitationStatus

InvitationStatus invitationStatus

validationText

String validationText

communityId

CommunityDefinitionId communityId

expirationDate

Timestamp expirationDate

creationDate

Timestamp creationDate

invitationPayload

String invitationPayload

inviteeId

InviteeId inviteeId

inviteeAddress

String inviteeAddress

attributes

Map<K,V> attributes

capabilities

Set<E> capabilities

Class com.bea.netuix.application.communities.invitations.InvitationDetails extends Object implements Serializable

Serialized Form fields

communityId

CommunityDefinitionId communityId

fromWlsUser

String fromWlsUser

invitationPayload

String invitationPayload

expirationDate

Timestamp expirationDate

selfDestructFlag

boolean selfDestructFlag

validationTextGenerator

InvitationValidationTextGenerator validationTextGenerator

attributes

Map<K,V> attributes

Class com.bea.netuix.application.communities.invitations.InviteeIteratorException extends Exception implements Serializable

Class com.bea.netuix.application.communities.invitations.SimpleInviteeIterator extends Object implements Serializable

Serialized Form fields

invitees

ArrayList<E> invitees

internalIterator

Iterator<E> internalIterator

Class com.bea.netuix.application.communities.invitations.SimpleValidationTextGenerator extends Object implements Serializable

Serialized Form fields

inviteDetails

InvitationDetails inviteDetails

Class com.bea.netuix.application.communities.invitations.UserAndGroupInviteeIterator extends SimpleInviteeIterator implements Serializable

Serialized Form fields

addrType

MessagingAddressType addrType

addrMappingName

String addrMappingName

noProfileNoProblem

boolean noProfileNoProblem

Package com.bea.netuix.application.communities.invitations.email

Class com.bea.netuix.application.communities.invitations.email.EmailInviter extends Object implements Serializable

Serialized Form fields

staticSubjectText

String staticSubjectText

staticBodyText

String staticBodyText

invitationDetails

InvitationDetails invitationDetails

sender

String sender

from

String from

fromPersonalName

String fromPersonalName

password

String password

smtpServerAddress

String smtpServerAddress

smtpServerPort

String smtpServerPort

replyTo

String replyTo

replyToPersonalName

String replyToPersonalName

emailFormatter

EmailTextFormatter emailFormatter

communityRegistrationURL

String communityRegistrationURL

mailSession

javax.mail.Session mailSession

mailSessionDebug

boolean mailSessionDebug

Package com.bea.netuix.application.communities.invitations.spi

Class com.bea.netuix.application.communities.invitations.spi.InviteException extends Exception implements Serializable


Package com.bea.netuix.application.communities.notifications

Class com.bea.netuix.application.communities.notifications.CommunityMembershipsEnumerator extends Object implements Serializable

Serialized Form fields

iterator

Iterator<E> iterator

criteria

CommunityMembershipCriteria criteria

memberships

SortableFilterablePagedResult<T> memberships

Package com.bea.netuix.application.definition

Class com.bea.netuix.application.definition.BookDefinition extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

definitionLabel

String definitionLabel

hidden

boolean hidden

_public

boolean _public

webAppName

String webAppName

bookInstance

BookInstance bookInstance

createdDate

Date createdDate

modifiedDate

Date modifiedDate

hasProxyInfo

byte hasProxyInfo

providerName

String providerName

Class com.bea.netuix.application.definition.CommunityDefinition extends Object implements Serializable

Serialized Form fields

l10nManager

LocalizationManager l10nManager

localizationResource

LocalizationResource localizationResource
The localized title and description for this community.


intersectionId

LocalizationIntersectionId intersectionId
The intersection id associated with the localized title for this community.


communityDesktop

CommunityDesktop communityDesktop
When passing a CommunityDefinition as an argument to the createCommunity or updateCommunity method on ICommuityManager this represents the desktop to be used. This will be set to null on CommunityDefinition objects returned from ICommunityManager.


expirationDate

Date expirationDate
Time to live as a Date for this community. A community that has lived out its time to live automatically goes into the deactivated state. If null, the community will never expire.


timeZone

TimeZone timeZone
TimeZone applicable to the expirationDate. All calculations related to expirationDate will be done based on this TimeZone.


active

boolean active
Flag to denote if this community is active. An active community supports member interaction and may be rendered. An incative community only supports interaction with a very restricted set of members and may not be rendered.


_public

boolean _public
Flag to denote if a community is public. A public comunity may have its title and description be displayed in search results. A user has to be a member of a community to interact with it.


template

boolean template
Flag to denote if a community is a template. A template is a community that itself does not get rendered or have any members. It may only be used as a starting point to create a new community. Communities marked as templates have to be public and inactive.

See Also
ICommunityManager.createCommunity(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition), ICommunityManager.createCommunityTemplate(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition)

global

boolean global
Flag to denote whether a community template is global. Non-global communities require a user to have access to the enclosing portal. Global communities do away with this restriction.


personalPagesEnabled

boolean personalPagesEnabled
Flag to denote if this community allows members to add personal pages to the community.


publicRegistrationEnabled

boolean publicRegistrationEnabled
Flag to denote if this community allows members to self register without an invitation.


registrationPageUri

String registrationPageUri
Uri to the registration page.


errorUri

String errorUri
Uri to the page to be displayed when this community is deactivated.


properties

Map<K,V> properties
Map of CommuityProperty objects associated with this community keyed by property name. Property values may be multi-valued.


portalPath

PortalPath portalPath
Portal path of new desktop to be created when creating a new community.


desktopPath

DesktopPath desktopPath
Desktop path of new desktop to be created when creating a new community.


accessTrackingEnabled

boolean accessTrackingEnabled
Flag to denote if member access tracking is enabled for this community.


communityURI

CommunityURI communityURI
The community URI for this community... This object is only initialized (by the getCommunityURI() method) if requested, as it is a duplicate of information stored in other fields. It is used in the CommunityContext objects. This is also accessed from CommunityDefinitionInternal, which is why it is protected and not private.


communityCallbackClass

String communityCallbackClass
Name of the class to send a callback to on community events


parentId

CommunityDefinitionId parentId
An optional link to a parent community. NOTE: The framework does not attempt to verify circular references.


createdDate

Date createdDate

modifiedDate

Date modifiedDate

l10nManagerHandle

javax.ejb.Handle l10nManagerHandle

Class com.bea.netuix.application.definition.DesktopDefinition extends Object implements Serializable

Serialized Form fields

desktopDefinitionId

DesktopDefinitionId desktopDefinitionId

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

bookDefinitionId

BookDefinitionId bookDefinitionId

desktopInstance

DesktopInstance desktopInstance

desktopType

DesktopType.DesktopTypeValue desktopType

template

boolean template

global

boolean global

treeOptimization

boolean treeOptimization

asyncMode

DesktopDefinition.AsyncModeType asyncMode

createdDate

Date createdDate

modifiedDate

Date modifiedDate

scrollToWindow

boolean scrollToWindow

goo

boolean goo

dvt

boolean dvt

Class com.bea.netuix.application.definition.LayoutDefinition extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

placeholderDefinitions

PlaceholderDefinition[] placeholderDefinitions

iconUri

String iconUri
Holds value of property iconUri.


htmlLayoutUri

String htmlLayoutUri
Holds value of property htmlLayoutUri.


webAppName

String webAppName

layoutFile

String layoutFile

deleted

boolean deleted

createdDate

Date createdDate

modifiedDate

Date modifiedDate

thumbnailUri

String thumbnailUri

Class com.bea.netuix.application.definition.LookAndFeelDefinition extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

webAppName

String webAppName

lookAndFeelFile

String lookAndFeelFile

deleted

boolean deleted

definitionLabel

String definitionLabel

createdDate

Date createdDate

modifiedDate

Date modifiedDate

thumbnailUri

String thumbnailUri

Class com.bea.netuix.application.definition.MarkupDefinition extends Object implements Serializable

Serialized Form fields

name

String name

type

String type

webAppName

String webAppName

markupFile

String markupFile

beginXml

String beginXml

endXml

String endXml

Class com.bea.netuix.application.definition.MenuDefinition extends Object implements Serializable

Serialized Form fields

markupDefinitionId

MarkupDefinitionId markupDefinitionId

localizationResource

LocalizationResource localizationResource

webAppName

String webAppName

menuFile

String menuFile

deleted

boolean deleted

thumbnailUri

String thumbnailUri

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Class com.bea.netuix.application.definition.PageDefinition extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

definitionLabel

String definitionLabel

hidden

boolean hidden

_public

boolean _public

webAppName

String webAppName

pageInstance

PageInstance pageInstance

createdDate

Date createdDate

modifiedDate

Date modifiedDate

hasProxyInfo

byte hasProxyInfo

providerName

String providerName

Class com.bea.netuix.application.definition.PlaceholderDefinition extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

location

int location

Class com.bea.netuix.application.definition.PortalDefinition extends Object implements Serializable

Serialized Form fields

webAppName

String webAppName

pp

PortalPath pp

localizationResource

LocalizationResource localizationResource

contentUri

String contentUri

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Class com.bea.netuix.application.definition.PortletCategoryDefinition extends Object implements Serializable

Serialized Form fields

pid

PortletCategoryDefinitionId pid
parent id


localizationResource

LocalizationResource localizationResource

isRoot

boolean isRoot

webAppName

String webAppName

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Class com.bea.netuix.application.definition.PortletDefinition extends Object implements Serializable

Serialized Form fields

markupDefinitionId

MarkupDefinitionId markupDefinitionId

contentUri

String contentUri

backingFile

String backingFile

forkable

boolean forkable

_public

boolean _public

renderCacheable

boolean renderCacheable

cacheExpires

int cacheExpires

forkRender

boolean forkRender

portletFile

String portletFile

deleted

boolean deleted

helpUri

String helpUri

editUri

String editUri

definitionLabel

String definitionLabel

webAppName

String webAppName

portletInstance

PortletInstance portletInstance

producerHandle

String producerHandle

portletHandle

String portletHandle

wsrpUserPropertiesMode

int wsrpUserPropertiesMode

stateChangeFlag

byte stateChangeFlag

requiresUrlTemplates

boolean requiresUrlTemplates

templatesStoredInSession

boolean templatesStoredInSession

portletState

byte[] portletState

producerOfferedPortlet

boolean producerOfferedPortlet

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Class com.bea.netuix.application.definition.PortletMarkup extends Object implements Serializable

Serialized Form fields

portletType

PortletMarkup.PortletType portletType

help

boolean help

edit

boolean edit

maximize

boolean maximize

minimize

boolean minimize

isFloat

boolean isFloat

delete

boolean delete

backingFile

String backingFile

strutsModule

String strutsModule

action

String action

lafDependenciesUri

String lafDependenciesUri

Class com.bea.netuix.application.definition.ShellDefinition extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

webAppName

String webAppName

shellFile

String shellFile

deleted

boolean deleted

createdDate

Date createdDate

modifiedDate

Date modifiedDate

thumbnailUri

String thumbnailUri

headerLayoutDefinitionId

LayoutDefinitionId headerLayoutDefinitionId

footerLayoutDefinitionId

LayoutDefinitionId footerLayoutDefinitionId

Class com.bea.netuix.application.definition.TemplateTypeDefinition extends Object implements Serializable

Serialized Form fields

_templateTypeId

com.bea.netuix.application.identifier.TemplateTypeId _templateTypeId

_templateType

TemplateTypeDefinition.TemplateType _templateType

Class com.bea.netuix.application.definition.ThemeDefinition extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

webAppName

String webAppName

themeFile

String themeFile

deleted

boolean deleted

createdDate

Date createdDate

modifiedDate

Date modifiedDate

thumbnailUri

String thumbnailUri

Package com.bea.netuix.application.exception

Class com.bea.netuix.application.exception.DuplicateDefinitionException extends NetuixException implements Serializable

Class com.bea.netuix.application.exception.DuplicateDotFileException extends DuplicateObjectException implements Serializable

Serialized Form fields

existingFilePath

String existingFilePath

newFilePath

String newFilePath

duplicatedLabel

String duplicatedLabel

Class com.bea.netuix.application.exception.DuplicateObjectException extends NetuixException implements Serializable

Class com.bea.netuix.application.exception.IllegalDependencyException extends NetuixException implements Serializable

Class com.bea.netuix.application.exception.IllegalOperationException extends NetuixException implements Serializable

Class com.bea.netuix.application.exception.MissingDataException extends NetuixException implements Serializable

Class com.bea.netuix.application.exception.NetuixException extends Exception implements Serializable

Class com.bea.netuix.application.exception.NotEntitledException extends NetuixException implements Serializable

Class com.bea.netuix.application.exception.ObjectInUseException extends NetuixException implements Serializable

Class com.bea.netuix.application.exception.ObjectNotFoundException extends NetuixException implements Serializable

Class com.bea.netuix.application.exception.RedirectionException extends NetuixException implements Serializable

Serialized Form fields

redirectUri

String redirectUri

Package com.bea.netuix.application.identifier

Class com.bea.netuix.application.identifier.BookDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.BookGroupId extends Id implements Serializable

Class com.bea.netuix.application.identifier.BookInstanceId extends Id implements Serializable

Class com.bea.netuix.application.identifier.CommunityDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.CommunityMemberId extends Id implements Serializable

Class com.bea.netuix.application.identifier.CommunityMembershipId extends Id implements Serializable

Class com.bea.netuix.application.identifier.CommunityURI extends Object implements Serializable

Serialized Form fields

webAppName

String webAppName

portalPath

String portalPath

desktopPath

String desktopPath

Class com.bea.netuix.application.identifier.DesktopDefinitionId extends Object implements Serializable

Serialized Form fields

webAppName

String webAppName

portalPath

PortalPath portalPath

desktopPath

DesktopPath desktopPath

Class com.bea.netuix.application.identifier.DesktopInstanceId extends Id implements Serializable

Class com.bea.netuix.application.identifier.DesktopPath extends Path implements Serializable

Class com.bea.netuix.application.identifier.Id extends Object implements Serializable

Serialized Form fields

id

int id

Class com.bea.netuix.application.identifier.InvitationId extends Id implements Serializable

Class com.bea.netuix.application.identifier.InviteeId extends Id implements Serializable

Class com.bea.netuix.application.identifier.LayoutDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.LookAndFeelDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.MarkupDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.MenuDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.MessagingAddressId extends Id implements Serializable

Class com.bea.netuix.application.identifier.NotificationId extends Id implements Serializable

Class com.bea.netuix.application.identifier.NotificationPayloadId extends Id implements Serializable

Class com.bea.netuix.application.identifier.PageDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.PageInstanceId extends Id implements Serializable

Class com.bea.netuix.application.identifier.Path extends Object implements Serializable

Serialized Form fields

path

String path

Class com.bea.netuix.application.identifier.PlaceholderDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.PlacementId extends Id implements Serializable

Class com.bea.netuix.application.identifier.PortalPath extends Path implements Serializable

Class com.bea.netuix.application.identifier.PortletCategoryDefinitionId extends com.bea.netuix.application.identifier.CategoryDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.PortletDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.PortletInstanceId extends Id implements Serializable

Class com.bea.netuix.application.identifier.ShellDefinitionId extends Id implements Serializable

Class com.bea.netuix.application.identifier.ThemeDefinitionId extends Id implements Serializable


Package com.bea.netuix.application.instance

Class com.bea.netuix.application.instance.BookInstance extends Object implements Serializable

Serialized Form fields

menuDefinitionId

MenuDefinitionId menuDefinitionId

themeDefinitionId

ThemeDefinitionId themeDefinitionId

menuOrientation

short menuOrientation

instanceTitle

String instanceTitle

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Class com.bea.netuix.application.instance.DesktopInstance extends Object implements Serializable

Serialized Form fields

shellDefinitionId

ShellDefinitionId shellDefinitionId

bookInstanceId

BookInstanceId bookInstanceId

lookAndFeelDefinitionId

LookAndFeelDefinitionId lookAndFeelDefinitionId

instanceTitle

String instanceTitle

desktopType

DesktopType.DesktopTypeValue desktopType

template

boolean template

global

boolean global

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Class com.bea.netuix.application.instance.PageInstance extends Object implements Serializable

Serialized Form fields

themeDefinitionId

ThemeDefinitionId themeDefinitionId

layoutDefinitionId

LayoutDefinitionId layoutDefinitionId

instanceTitle

String instanceTitle

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Class com.bea.netuix.application.instance.PortletInstance extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource

themeDefinitionId

ThemeDefinitionId themeDefinitionId

titlebarOrientation

short titlebarOrientation

defaultMinimized

boolean defaultMinimized

instanceLabel

String instanceLabel

producerHandle

String producerHandle

portletHandle

String portletHandle

stateChangeFlag

byte stateChangeFlag

requiresUrlTemplates

boolean requiresUrlTemplates

templatesStoredInSession

boolean templatesStoredInSession

portletState

byte[] portletState

producerOfferedPortlet

boolean producerOfferedPortlet

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Package com.bea.netuix.application.localization.definition

Class com.bea.netuix.application.localization.definition.LocalizationLocale extends Object implements Serializable

Serialized Form fields

locale

Locale locale

encoding

String encoding

Class com.bea.netuix.application.localization.definition.LocalizationResource extends Object implements Serializable

Serialized Form fields

localizationLocale

LocalizationLocale localizationLocale

title

String title

description

String description

type

String type

application

String application

Package com.bea.netuix.application.localization.identifier

Class com.bea.netuix.application.localization.identifier.LocalizationIntersectionId extends Id implements Serializable

Class com.bea.netuix.application.localization.identifier.LocalizationLocaleId extends Id implements Serializable


Package com.bea.netuix.application.localization.view

Package com.bea.netuix.application.manager

Class com.bea.netuix.application.manager.CustomizationContext extends Object implements Serializable

Serialized Form fields

locales

ArrayList<E> locales

userDesktopInstanceId

DesktopInstanceId userDesktopInstanceId

adminDesktopInstanceId

DesktopInstanceId adminDesktopInstanceId

entitlementRequest

com.bea.p13n.entitlements.common.EntitlementRequest entitlementRequest

p13nContextHandler

P13nContextHandler p13nContextHandler

visitorMode

boolean visitorMode

disassemblerTemplateAction

int disassemblerTemplateAction

adminBookCustomizations

boolean adminBookCustomizations

adminPageCustomizations

boolean adminPageCustomizations

userBookCustomizations

boolean userBookCustomizations

userPageCustomizations

boolean userPageCustomizations

bookInstanceIds

HashMap<K,V> bookInstanceIds

retrieveResultsIfNoLocale

boolean retrieveResultsIfNoLocale
Do we return an object for which there is no localization match?


username

String username
Impersonate a user, only works if user is in Admin Role


proliferationMode

short proliferationMode

daCapabilities

String[] daCapabilities
Capabilities to check DA against when calling paginated methods. The system performs a logical OR on the access checks on these. Defaults to PortalEntitlementConstants.DA_CAPABILITY_CAN_MANAGE.


resourcePrefix

String resourcePrefix
Prefix used for desktop level DA access checks. Used when needing to determine DA taxonomy for page/book/portlet instances...


includeProxyInfo

boolean includeProxyInfo
Do we include proxy information with books and pages?


Package com.bea.netuix.application.manager.persistence

Class com.bea.netuix.application.manager.persistence.DesktopSearchCriteria extends TemplateSearchCriteria implements Serializable

Serialized Form fields

_desktopType

DesktopType.DesktopTypeValue _desktopType

Class com.bea.netuix.application.manager.persistence.TemplateSearchCriteria extends PortalSearchCriteria implements Serializable

Serialized Form fields

templateBitMap

int templateBitMap

titles

List<E> titles

titleFilterMethod

FilterMethod titleFilterMethod

descriptions

List<E> descriptions

descriptionFilterMethod

FilterMethod descriptionFilterMethod

titleDescriptionLogicalOperator

TemplateSearchCriteria.LOGICAL_OPERATOR titleDescriptionLogicalOperator

m_templateSortCriteria

TemplateSearchCriteria.TemplateSortCriteria m_templateSortCriteria

m_templateSortOrder

SortOrder m_templateSortOrder

templateTypeId

com.bea.netuix.application.identifier.TemplateTypeId templateTypeId

Package com.bea.netuix.application.notifications

Class com.bea.netuix.application.notifications.Notification extends Object implements Serializable

Serialized Form fields

id

NotificationId id

username

String username

consumed

boolean consumed

payload

NotificationPayload payload

Class com.bea.netuix.application.notifications.NotificationCriteria extends Object implements Serializable

Serialized Form fields

username

String username

consumed

Boolean consumed

namespace

String namespace

name

String name

targetWebAppName

String targetWebAppName

targetWebAppNameIsCriteria

boolean targetWebAppNameIsCriteria

sourceWebAppName

String sourceWebAppName

sourcePortalPath

String sourcePortalPath

sourcePortalPathIsCriteria

boolean sourcePortalPathIsCriteria

sourceDesktopPath

String sourceDesktopPath

sourceDesktopPathIsCriteria

boolean sourceDesktopPathIsCriteria

sourceDesktopInstanceTitle

String sourceDesktopInstanceTitle

sourceDesktopInstanceTitleIsCriteria

boolean sourceDesktopInstanceTitleIsCriteria

sourcePortletDefinitionLabel

String sourcePortletDefinitionLabel

sourcePortletDefinitionLabelIsCriteria

boolean sourcePortletDefinitionLabelIsCriteria

sourcePortletInstanceLabel

String sourcePortletInstanceLabel

sourcePortletInstanceLabelIsCriteria

boolean sourcePortletInstanceLabelIsCriteria

selfDestruct

Boolean selfDestruct

active

Boolean active

expiresBefore

Date expiresBefore

expiresAfter

Date expiresAfter

payloadId

NotificationPayloadId payloadId

orderBy

String orderBy

orderAscending

boolean orderAscending

Class com.bea.netuix.application.notifications.NotificationPayload extends Object implements Serializable

Serialized Form fields

payloadId

NotificationPayloadId payloadId

namespace

String namespace

name

String name

payload

String payload

targetWebAppName

String targetWebAppName

srcDesktopDefinitionId

DesktopDefinitionId srcDesktopDefinitionId

webAppName

String webAppName

portalPath

PortalPath portalPath

desktopPath

DesktopPath desktopPath

desktopInstanceTitle

String desktopInstanceTitle

portletDefinitionLabel

String portletDefinitionLabel

portletInstanceLabel

String portletInstanceLabel

selfDestruct

boolean selfDestruct

isActive

boolean isActive

expirationDate

Date expirationDate

Class com.bea.netuix.application.notifications.NotificationPayloadInfo extends Object implements Serializable

Serialized Form fields

namespace

String namespace
The namespace for the notification- cannot be null.


name

String name
The name for the notification- cannot be null.


payload

String payload
The actual payload for the notification. May be null.


targetWebAppName

String targetWebAppName
The target webapp for the notification. If null, the notification is assumed to be globally scoped (delivered to all webapps).


sourceWebAppName

String sourceWebAppName
The webapp name for the source of the notification- cannot be null.


sourcePortalPath

PortalPath sourcePortalPath
The portal path for the source of the notification. May be null.


sourceDesktopPath

DesktopPath sourceDesktopPath
The desktop path for the source of the notification. May be null.


sourceDesktopInstanceTitle

String sourceDesktopInstanceTitle
The desktop instance title for the source of the notification. May be null.


sourcePortletDefinitionLabel

String sourcePortletDefinitionLabel
The portlet definition label for the source of the notification. May be null.


sourcePortletInstanceLabel

String sourcePortletInstanceLabel
The portlet instance label for the source of the notification. May be null.


selfDestruct

boolean selfDestruct
Flag indicating whether notifications should self-destruct. If true, the notification will be removed from the database automatically as it is consumed or when it expires. If false, the notification will be marked as consumed or expired in the database but not removed ever by the framework. Default value is true and this is highly recommended.


expirationDate

Date expirationDate
The date after which the notification is considered expired and will no longer be delivered. If the notification self-destruct flag is true, the notification will be automatically removed from the database when it expires. This value cannot be null or prior to the current time.

Class com.bea.netuix.application.notifications.NotificationUserEnumerationException extends Exception implements Serializable


Package com.bea.netuix.application.notifications.enumerators

Class com.bea.netuix.application.notifications.enumerators.AggregatingNotificationUserEnumerator extends Object implements Serializable

Serialized Form fields

enumerators

Collection<E> enumerators

enumeratorIterator

Iterator<E> enumeratorIterator

usernames

HashMap<K,V> usernames

currEnum

INotificationUserEnumerator currEnum

nextUsername

String nextUsername

Class com.bea.netuix.application.notifications.enumerators.CollectionNotificationUserEnumerator extends Object implements Serializable

Serialized Form fields

usernames

Collection<E> usernames

iterator

Iterator<E> iterator

Class com.bea.netuix.application.notifications.enumerators.GroupNotificationUserEnumerator extends Object implements Serializable

Serialized Form fields

wlsGroupName

String wlsGroupName

atnProvider

String atnProvider

users

List<E> users

iterator

Iterator<E> iterator

Package com.bea.netuix.application.search

Class com.bea.netuix.application.search.BookSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

publicOnly

boolean publicOnly

Class com.bea.netuix.application.search.PageSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

publicOnly

boolean publicOnly

Class com.bea.netuix.application.search.PortalSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

portalPaths

PortalPath[] portalPaths

Class com.bea.netuix.application.search.PortletSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

_producerHandle

String _producerHandle

Class com.bea.netuix.application.search.ProxyResourceSearchCriteria extends WebAppSearchCriteria implements Serializable

Class com.bea.netuix.application.search.WebAppSearchCriteria extends Object implements Serializable

Serialized Form fields

webAppName

String webAppName
web app name


Package com.bea.netuix.application.transform.disassembler.xip

Class com.bea.netuix.application.transform.disassembler.xip.ExportContext extends ExportImportContext implements Serializable

Serialized Form fields

username

String username

Class com.bea.netuix.application.transform.disassembler.xip.ExportImportContext extends Object implements Serializable

Serialized Form fields

scope

short scope

locale

Locale locale

Class com.bea.netuix.application.transform.disassembler.xip.ImportContext extends ExportImportContext implements Serializable

Serialized Form fields

doDeletes

boolean doDeletes

doMoves

boolean doMoves

doOuterMoves

boolean doOuterMoves

doUpdates

boolean doUpdates

abortIfPortletsMissing

boolean abortIfPortletsMissing

modifyDefinitions

boolean modifyDefinitions

proliferateChanges

short proliferateChanges

createPortal

boolean createPortal

portalTitle

String portalTitle

username

String username

suppressErrorMessages

boolean suppressErrorMessages

proliferatePreferences

boolean proliferatePreferences

preferenceDestinationMaster

HashMap<K,V> preferenceDestinationMaster

hadError

boolean hadError

Package com.bea.netuix.application.util

Class com.bea.netuix.application.util.NonSerializingCacheWrapper extends Object implements Serializable

Serialized Form methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Does nothing.

Throws
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Does nothing.

Throws
IOException

Package com.bea.netuix.application.view

Package com.bea.netuix.client.jsp.clienttaglib

Class com.bea.netuix.client.jsp.clienttaglib.BaseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Form fields

client

String client
The client list (comma delimited) this tag should match.

Class com.bea.netuix.client.jsp.clienttaglib.ClientTag extends BaseTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.DefaultTag extends BaseTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.NotClientTag extends BaseTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.NotDefaultTag extends BaseTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.NotRecognizedTag extends BaseTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.RecognizedTag extends BaseTag implements Serializable


Package com.bea.netuix.laf.genes

Class com.bea.netuix.laf.genes.MutationException extends RuntimeException implements Serializable


Package com.bea.netuix.laf.genes.mutators

Class com.bea.netuix.laf.genes.mutators.Classifier extends Object implements Serializable

Class com.bea.netuix.laf.genes.mutators.PathResolver extends Object implements Serializable


Package com.bea.netuix.servicelevel

Package com.bea.netuix.servlets.controls

Class com.bea.netuix.servlets.controls.BackingContext extends com.bea.netuix.servlets.controls.ControlContext implements Serializable

Serialized Form fields

backingPhase

boolean backingPhase
Boolean to denote we are in the backing phase, turns false after preRender this is used to ensure the BackingContext can not be obtained during render phase


redirectPath

String redirectPath
Store the path used in sendRedirect

Class com.bea.netuix.servlets.controls.Capability extends Object implements Serializable

Serialized Form fields

name

String name

entitlementsEnabled

boolean entitlementsEnabled

Class com.bea.netuix.servlets.controls.PresentationContext extends com.bea.netuix.servlets.controls.ControlContext implements Serializable

Serialized Form fields

children

List<E> children

childNameMap

Map<K,V> childNameMap

isThemeDisplaced

boolean isThemeDisplaced

resolvedLocale

Locale resolvedLocale

attributeRenderer

PresentationContextAttributeRenderer<T extends PresentationContext> attributeRenderer

Package com.bea.netuix.servlets.controls.application

Class com.bea.netuix.servlets.controls.application.BodyPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.DesktopPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.FooterPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.HeaderPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.HeadPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.ShellPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.ThemePresentationContext extends PresentationContext implements Serializable


Package com.bea.netuix.servlets.controls.application.backing

Class com.bea.netuix.servlets.controls.application.backing.DesktopBackingContext extends BackingContext implements Serializable

Class com.bea.netuix.servlets.controls.application.backing.FooterBackingContext extends BackingContext implements Serializable

Class com.bea.netuix.servlets.controls.application.backing.HeaderBackingContext extends BackingContext implements Serializable


Package com.bea.netuix.servlets.controls.content

Class com.bea.netuix.servlets.controls.content.ContentNotFoundException extends Exception implements Serializable

Serialized Form fields

page

String page

Class com.bea.netuix.servlets.controls.content.JspContentContext extends com.bea.netuix.servlets.controls.ControlContext implements Serializable

Serialized Form fields

redirectPath

String redirectPath

resolvedLocale

Locale resolvedLocale

Package com.bea.netuix.servlets.controls.content.backing

Class com.bea.netuix.servlets.controls.content.backing.AbstractJspBacking extends Object implements Serializable


Package com.bea.netuix.servlets.controls.layout

Class com.bea.netuix.servlets.controls.layout.BorderLayoutPresentationContext extends LayoutPresentationContext implements Serializable

Serialized Form fields

mScanned

boolean mScanned

mNorth

PlaceholderPresentationContext mNorth

mWest

PlaceholderPresentationContext mWest

mCenter

PlaceholderPresentationContext mCenter

mEast

PlaceholderPresentationContext mEast

mSouth

PlaceholderPresentationContext mSouth

Class com.bea.netuix.servlets.controls.layout.FlowLayoutPresentationContext extends LayoutPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.layout.GridLayoutPresentationContext extends LayoutPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.layout.LayoutPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.layout.PlaceholderPresentationContext extends PresentationContext implements Serializable


Package com.bea.netuix.servlets.controls.page

Class com.bea.netuix.servlets.controls.page.BookBackingContext extends PageBackingContext implements Serializable

Class com.bea.netuix.servlets.controls.page.BookPresentationContext extends PagePresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.page.MenuBackingContext extends BackingContext implements Serializable

Class com.bea.netuix.servlets.controls.page.MenuPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.page.PageBackingContext extends WindowBackingContext implements Serializable

Class com.bea.netuix.servlets.controls.page.PagePresentationContext extends WindowPresentationContext implements Serializable


Package com.bea.netuix.servlets.controls.portlet

Class com.bea.netuix.servlets.controls.portlet.PortletPresentationContext extends WindowPresentationContext implements Serializable


Package com.bea.netuix.servlets.controls.portlet.backing

Class com.bea.netuix.servlets.controls.portlet.backing.PortletBackingContext extends WindowBackingContext implements Serializable


Package com.bea.netuix.servlets.controls.portlet.events

Class com.bea.netuix.servlets.controls.portlet.events.PortletEvent extends com.bea.netuix.servlets.controls.AbstractEvent implements Serializable

Serialized Form fields

payload

Object payload
Deprecated 
An optional payload (user defined). This payload is opaque to the event framework.


Package com.bea.netuix.servlets.controls.window

Class com.bea.netuix.servlets.controls.window.AbstractButtonPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.ButtonPresentationContext extends AbstractButtonPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.IllegalWindowModeException extends Exception implements Serializable

Serialized Form fields

message

String message

Class com.bea.netuix.servlets.controls.window.IllegalWindowStateException extends Exception implements Serializable

Serialized Form fields

message

String message

Class com.bea.netuix.servlets.controls.window.TitlebarPresentationContext extends PresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.ToggleButtonPresentationContext extends AbstractButtonPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.WebflowPresentationContext extends PortletPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.WindowMode extends Capability implements Serializable

Serialized Form fields

contentUri

String contentUri

errorUri

String errorUri

currentContentUri

String currentContentUri

action

String action

refreshAction

String refreshAction

backingFile

String backingFile

threadsafe

boolean threadsafe

Class com.bea.netuix.servlets.controls.window.WindowPresentationContext extends PresentationContext implements Serializable

Serialized Form fields

contentAttributeRenderer

ContentAttributeRenderer<T extends WindowPresentationContext> contentAttributeRenderer

Class com.bea.netuix.servlets.controls.window.WindowState extends Capability implements Serializable


Package com.bea.netuix.servlets.controls.window.backing

Class com.bea.netuix.servlets.controls.window.backing.WindowBackingContext extends BackingContext implements Serializable

Serialized Form fields

request

javax.servlet.http.HttpServletRequest request

Package com.bea.netuix.servlets.l10n

Class com.bea.netuix.servlets.l10n.ResolvedLocale extends Object implements Serializable

Serialized Form fields

originalUri

String originalUri

localizedUri

String localizedUri

resolvedLocale

Locale resolvedLocale

Package com.bea.netuix.servlets.l10n.jsp.taglib

Class com.bea.netuix.servlets.l10n.jsp.taglib.ForwardTag extends L10nTagSupport implements Serializable

Class com.bea.netuix.servlets.l10n.jsp.taglib.IncludeTag extends L10nTagSupport implements Serializable

Class com.bea.netuix.servlets.l10n.jsp.taglib.L10nTagSupport extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Form fields

page

String page

language

String language

country

String country

variant

String variant

isLocaleSet

boolean isLocaleSet

Class com.bea.netuix.servlets.l10n.jsp.taglib.ResolveTag extends L10nTagSupport implements Serializable


Package com.bea.netuix.servlets.manager

Class com.bea.netuix.servlets.manager.AppContext extends Object implements Serializable

Class com.bea.netuix.servlets.manager.PortalServlet extends com.bea.netuix.servlets.manager.SingleFileServlet implements Serializable

Class com.bea.netuix.servlets.manager.PortalServlet.UserCacheFlushSessionBindingListener extends Object implements Serializable

Serialized Form fields

locales

ArrayList<E> locales

userName

String userName

portalPath

String portalPath

desktopPath

String desktopPath

retrieveAdmin

boolean retrieveAdmin

Class com.bea.netuix.servlets.manager.PortletServlet extends PortalServlet implements Serializable

Class com.bea.netuix.servlets.manager.UIControlTreeCacheData extends Object implements Serializable

Serialized Form fields

tree

com.bea.netuix.nf.UIControl tree
Deprecated 

contentType

String contentType
Deprecated 

Package com.bea.netuix.servlets.manager.communities

Class com.bea.netuix.servlets.manager.communities.CommunityAccessRedirectionException extends RedirectionException implements Serializable

Serialized Form fields

typeCode

int typeCode

Class com.bea.netuix.servlets.manager.communities.CommunityContextException extends RuntimeException implements Serializable


Package com.bea.netuix.servlets.manager.communities.invitations.notification

Class com.bea.netuix.servlets.manager.communities.invitations.notification.NotificationInviter extends Object implements Serializable

Serialized Form fields

details

InvitationDetails details

targetWebApp

String targetWebApp

Package com.bea.netuix.util

Class com.bea.netuix.util.PortletParameters extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

encoding

String encoding

stringRep

String stringRep

paramMap

LinkedHashMap<K,V> paramMap

Package com.bea.p13n.ad

Class com.bea.p13n.ad.AdContentException extends ContentException implements Serializable

Class com.bea.p13n.ad.AdInfo extends Object implements Serializable

Serialized Form fields

bucketId

long bucketId

userId

String userId

placeholder

String placeholder

containerUID

String containerUID

containerType

String containerType

contextUID

String contextUID

query

String query

adExpiration

Timestamp adExpiration

weight

int weight

count

int count

Class com.bea.p13n.ad.AdService.AdCounts extends Object implements Serializable

Serialized Form fields

contentPath

String contentPath
The content path


containerName

String containerName
The container UID


impressionCount

long impressionCount
The impression count


clickThruCount

long clickThruCount
The click thru count


Package com.bea.p13n.ad.servlets

Class com.bea.p13n.ad.servlets.AdClickThruServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Form fields

adService

AdService adService

adBucketService

AdBucketService adBucketService

Package com.bea.p13n.ad.servlets.jsp.taglib

Class com.bea.p13n.ad.servlets.jsp.taglib.AdRenderTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Form fields

ad

RenderableContent ad

height

int height

width

int width

Class com.bea.p13n.ad.servlets.jsp.taglib.AdTargetTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Form fields

query

String query

height

int height

width

int width

Package com.bea.p13n.advisor

Class com.bea.p13n.advisor.AdvisorException extends ApplicationException implements Serializable

Class com.bea.p13n.advisor.ElementNotFoundException extends AdvisorException implements Serializable


Package com.bea.p13n.cache

Package com.bea.p13n.cache.servlets

Class com.bea.p13n.cache.servlets.CacheManagerServlet extends javax.servlet.http.HttpServlet implements Serializable


Package com.bea.p13n.common

Package com.bea.p13n.content.advislets

Class com.bea.p13n.content.advislets.ContentQueryAdvisletImpl extends AbstractAdvislet implements Serializable

Serialized Form fields

requiredAttributes

Object[] requiredAttributes

Package com.bea.p13n.content.expression

Class com.bea.p13n.content.expression.ExpressionHelper.ParseException extends IllegalArgumentException implements Serializable

Serialized Form fields

line

int line
The line number of the error.

Less than 0 for unknown.


column

int column
The column number of the error.

Less than 0 for unknown.


token

String token
The possible error token.

Null for unknown.

Class com.bea.p13n.content.expression.PropertyRef extends Operator implements Serializable

Class com.bea.p13n.content.expression.RequestPropertyRef extends PropertyRef implements Serializable

Class com.bea.p13n.content.expression.Search extends Object implements Serializable

Serialized Form fields

hashCode

Number hashCode
Deprecated 
Our calculated hashCode.


maxReturn

long maxReturn
Deprecated 
The maximum number of objects to return.


sort

String sort
Deprecated 
The sorting criteria


expression

Expression expression
Deprecated 
The search expression.


userId

String userId
Deprecated 
The user id.


contextParams

Map<K,V> contextParams
Deprecated 
The context params.

Class com.bea.p13n.content.expression.SessionPropertyRef extends PropertyRef implements Serializable

Class com.bea.p13n.content.expression.SortCriteria extends Object implements Serializable

Serialized Form fields

propertySet

String propertySet
Deprecated 
The property set name.


propertyName

String propertyName
Deprecated 
The property name to sort on.


isAscending

boolean isAscending
Deprecated 
The ascending or descending order.

Class com.bea.p13n.content.expression.UserPropertyRef extends PropertyRef implements Serializable


Package com.bea.p13n.content.model

Class com.bea.p13n.content.model.ContentQueryModel extends XmlObjectModel implements Serializable


Package com.bea.p13n.content.query

Class com.bea.p13n.content.query.ContentQueryNode extends com.bea.p13n.expression.internal.parser.ast.CompositeNode implements Serializable

Serialized Form fields

mName

String mName

Package com.bea.p13n.controls.createUser

Package com.bea.p13n.controls.ejb.events

Package com.bea.p13n.controls.ejb.property

Package com.bea.p13n.controls.ejb.usermgmt

Package com.bea.p13n.controls.events.generic

Package com.bea.p13n.controls.events.standard

Package com.bea.p13n.controls.exceptions

Class com.bea.p13n.controls.exceptions.P13nControlException extends Exception implements Serializable


Package com.bea.p13n.controls.login

Package com.bea.p13n.controls.profile

Package com.bea.p13n.controls.rules

Package com.bea.p13n.controls.securityProvider

Package com.bea.p13n.controls.userInfoQuery

Package com.bea.p13n.delegation.taxonomy

Class com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder extends Object implements Serializable

Serialized Form fields

parentBuilder

TaxonomyBuilder parentBuilder

Class com.bea.p13n.delegation.taxonomy.SimpleTaxonomyBuilder extends Object implements Serializable


Package com.bea.p13n.display.config.exception

Class com.bea.p13n.display.config.exception.DisplayServiceException extends Exception implements Serializable

Serialized Form fields

errorLevel

String errorLevel

Class com.bea.p13n.display.config.exception.IllegalTemplateDefinitionException extends DisplayServiceException implements Serializable

Class com.bea.p13n.display.config.exception.TemplateLookupException extends DisplayServiceException implements Serializable


Package com.bea.p13n.entitlements.policy

Class com.bea.p13n.entitlements.policy.PolicyItem extends Object implements Serializable

Serialized Form fields

entAppName

String entAppName
The enterprise application which is defining/using this policy


webAppName

String webAppName
The webapp which is defining/using this policy


resourceId

String resourceId
The application defined resource taxonomy with leaf resource


userList

List<E> userList
The list of users that this policy will be predicated upon


groupList

List<E> groupList
The list of user groups that this policy will be predicated upon


policyUser

int policyUser
The type of policy (Admin vs. Visitor) controlling where policies are namespaced.


dateCreated

Date dateCreated
Date policy created and last modified


dateModified

Date dateModified

description

String description
Optional description when policy created


p13nContextHandler

P13nContextHandler p13nContextHandler
The context containing the user profile attributes used in custom predicates. This is required to validate caller's access to the entitlement API's, if the admin role is based on a custom predicate.


providerDescription

ProviderDescription providerDescription
The ATZ or RM provider description, which contains a reference to the provider MBean and other descriptive information. For compatibility sake, this field is not required via object construction (defaulting to the default LDAP provider).

Class com.bea.p13n.entitlements.policy.RolePolicyItem extends PolicyItem implements Serializable

Serialized Form fields

resourceScope

int resourceScope
A global, enterprise, webapp, or application scope defined by the EntitlementConstants class.


roleSegmentName

String roleSegmentName
Optional name of a role segment, if this role policy is to contain an ExpressionPredicate


rolePolicyName

String rolePolicyName
The name this policy will be persisted/known as


rolePolicyNamespace

String rolePolicyNamespace
The default namespace for this role policy to be stored into.


roleSegmentDoc

String roleSegmentDoc
The Xml role segment doc, if this role policy uses a custom predicate


roleSegmentLogicalAnd

boolean roleSegmentLogicalAnd
The logical binding of the custom predicate term in the entitlement expression

Class com.bea.p13n.entitlements.policy.SecurityPolicyItem extends PolicyItem implements Serializable

Serialized Form fields

roleList

List<E> roleList
The optional list of predicate roles for this policy.


capability

String capability
The optional capability name for this policy.


description

String description
The optional description for this policy.


Package com.bea.p13n.entitlements.resource

Class com.bea.p13n.entitlements.resource.EnterpriseRoleResource extends P13nCachedResource implements Serializable

Class com.bea.p13n.entitlements.resource.GlobalNodeResource extends P13nResource implements Serializable

Class com.bea.p13n.entitlements.resource.GlobalRoleResource extends P13nCachedResource implements Serializable

Class com.bea.p13n.entitlements.resource.HierarchyRoleResource extends P13nCachedResource implements Serializable

Class com.bea.p13n.entitlements.resource.LeafNodeResource extends P13nResource implements Serializable

Class com.bea.p13n.entitlements.resource.LeafRoleResource extends P13nCachedResource implements Serializable

Class com.bea.p13n.entitlements.resource.P13nCachedResource extends P13nResource implements Serializable

Class com.bea.p13n.entitlements.resource.P13nLibraryResource extends P13nCachedResource implements Serializable

Class com.bea.p13n.entitlements.resource.P13nResource extends ResourceBase implements Serializable

Serialized Form fields

securityResource

SecurityResource securityResource
The P13nResource used to find the applicable Security Policy


initialCapability

String initialCapability
For SecurityResource instances, the requested capability, if any


libraryResourceId

String libraryResourceId
For P13nLibResource instances, the requested capability, if any

Class com.bea.p13n.entitlements.resource.P13nSecurityResource extends P13nCachedResource implements Serializable

Serialized Form fields

resourceScope

int resourceScope

Class com.bea.p13n.entitlements.resource.WebappNodeResource extends P13nResource implements Serializable

Class com.bea.p13n.entitlements.resource.WebappRoleResource extends P13nCachedResource implements Serializable


Package com.bea.p13n.entitlements.service

Class com.bea.p13n.entitlements.service.P13nContextHandler extends Object implements Serializable

Serialized Form fields

names

String[] names

values

Object[] values

Package com.bea.p13n.events

Class com.bea.p13n.events.Event extends AbstractConfigurableEntity implements Serializable

Serialized Form fields

eventType

String eventType
Event type


timeStamp

long timeStamp
Event trigger time stamp


application

String application
Application name


attributes

HashMap<K,V> attributes
Event attribute data


Package com.bea.p13n.exceptions

Class com.bea.p13n.exceptions.ApplicationException extends Exception implements Serializable

Class com.bea.p13n.exceptions.SystemException extends RuntimeException implements Serializable


Package com.bea.p13n.expression

Class com.bea.p13n.expression.ComparisonException extends ExpressionException implements Serializable

Class com.bea.p13n.expression.ExpressionException extends ApplicationException implements Serializable

Class com.bea.p13n.expression.IntrospectionException extends ExpressionException implements Serializable

Class com.bea.p13n.expression.InvalidExpressionException extends ExpressionException implements Serializable

Class com.bea.p13n.expression.MethodCallException extends ExpressionException implements Serializable

Class com.bea.p13n.expression.UnboundVariableException extends InvalidExpressionException implements Serializable


Package com.bea.p13n.expression.operator

Class com.bea.p13n.expression.operator.ClassForName extends Operator implements Serializable

Class com.bea.p13n.expression.operator.ClassGetName extends Operator implements Serializable

Class com.bea.p13n.expression.operator.ClassNewInstance extends Operator implements Serializable

Class com.bea.p13n.expression.operator.If extends Operator implements Serializable

Class com.bea.p13n.expression.operator.Instanceof extends Operator implements Serializable

Class com.bea.p13n.expression.operator.MethodCall extends Operator implements Serializable

Serialized Form fields

SIGNATURE_LENGTH

int SIGNATURE_LENGTH

ARGS_INDEX

int ARGS_INDEX

ARGS_LENGTH

int ARGS_LENGTH

ARGUMENT_ARRAY

Object[] ARGUMENT_ARRAY

METHOD_SIGNATURE_ARRAY

Class<T>[] METHOD_SIGNATURE_ARRAY

Class com.bea.p13n.expression.operator.ObjectGetClass extends Operator implements Serializable

Class com.bea.p13n.expression.operator.ObjectHashCode extends Operator implements Serializable

Class com.bea.p13n.expression.operator.ObjectToString extends Operator implements Serializable

Class com.bea.p13n.expression.operator.Operator extends com.bea.p13n.expression.internal.ComplexExpressionImpl implements Serializable

Class com.bea.p13n.expression.operator.SystemCurrentTimeMillis extends Operator implements Serializable

Class com.bea.p13n.expression.operator.SystemGetProperty extends Operator implements Serializable

Class com.bea.p13n.expression.operator.Variable extends Operator implements Serializable

Serialized Form fields

bound

boolean bound

Class com.bea.p13n.expression.operator.VariableBinding extends Operator implements Serializable


Package com.bea.p13n.expression.operator.collection

Class com.bea.p13n.expression.operator.collection.CollectionContains extends CollectionOperator implements Serializable

Class com.bea.p13n.expression.operator.collection.CollectionContainsAll extends CollectionOperator implements Serializable

Class com.bea.p13n.expression.operator.collection.CollectionOperator extends Operator implements Serializable


Package com.bea.p13n.expression.operator.comparative

Class com.bea.p13n.expression.operator.comparative.ComparativeOperator extends Operator implements Serializable

Class com.bea.p13n.expression.operator.comparative.Equals extends ComparativeOperator implements Serializable

Class com.bea.p13n.expression.operator.comparative.GreaterOrEquals extends ComparativeOperator implements Serializable

Class com.bea.p13n.expression.operator.comparative.GreaterThan extends ComparativeOperator implements Serializable

Class com.bea.p13n.expression.operator.comparative.LessOrEquals extends ComparativeOperator implements Serializable

Class com.bea.p13n.expression.operator.comparative.LessThan extends ComparativeOperator implements Serializable

Class com.bea.p13n.expression.operator.comparative.NotEquals extends ComparativeOperator implements Serializable


Package com.bea.p13n.expression.operator.logical

Class com.bea.p13n.expression.operator.logical.LogicalAnd extends LogicalOperator implements Serializable

Class com.bea.p13n.expression.operator.logical.LogicalMultiAnd extends LogicalOperator implements Serializable

Serialized Form fields

_parameterSignature

Class<T>[] _parameterSignature

Class com.bea.p13n.expression.operator.logical.LogicalMultiOr extends LogicalOperator implements Serializable

Serialized Form fields

_parameterSignature

Class<T>[] _parameterSignature

Class com.bea.p13n.expression.operator.logical.LogicalNot extends LogicalOperator implements Serializable

Class com.bea.p13n.expression.operator.logical.LogicalOperator extends Operator implements Serializable

Class com.bea.p13n.expression.operator.logical.LogicalOr extends LogicalOperator implements Serializable


Package com.bea.p13n.expression.operator.math

Class com.bea.p13n.expression.operator.math.MathAbs extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathAcos extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathAdd extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathAsin extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathAtan extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathAtan2 extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathCeil extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathCos extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathDivide extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathExp extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathFloor extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathIeeeRemainder extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathLog extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathMax extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathMin extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathMultiply extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathOperator extends Operator implements Serializable

Class com.bea.p13n.expression.operator.math.MathPow extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathRandom extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathRint extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathRound extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathSin extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathSqrt extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathSubtract extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathTan extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathToDegrees extends MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathToRadians extends MathOperator implements Serializable


Package com.bea.p13n.expression.operator.string

Class com.bea.p13n.expression.operator.string.StringCharAt extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringCompareToIgnoreCase extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringConcat extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringContains extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringEndsWith extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringEqualsIgnoreCase extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringLength extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringLike extends StringOperator implements Serializable

Serialized Form fields

caseInsensitiveMatch

boolean caseInsensitiveMatch

Class com.bea.p13n.expression.operator.string.StringOperator extends Operator implements Serializable

Class com.bea.p13n.expression.operator.string.StringReplace extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringStartsWith extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringSubstring extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringToLowerCase extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringToUpperCase extends StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringTrim extends StringOperator implements Serializable


Package com.bea.p13n.http

Class com.bea.p13n.http.DefaultRequestFilter extends DefaultSessionFilter implements Serializable

Class com.bea.p13n.http.DefaultSessionFilter extends Object implements Serializable

Class com.bea.p13n.http.Request extends HttpConfigurableEntity implements Serializable

Serialized Form fields

parameters

Map<K,V> parameters

attributes

Map<K,V> attributes

headers

Map<K,V> headers

methods

Map<K,V> methods

session

Session session

principal

Principal principal

Class com.bea.p13n.http.Session extends HttpConfigurableEntity implements Serializable

Serialized Form methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Implement so that we load all the values from the delegate when this is serialized.

Throws
IOException
Serialized Form fields

values

Map<K,V> values

id

String id

createTime

long createTime

lastAccessTime

long lastAccessTime

maxInactiveInterval

int maxInactiveInterval

isNew

boolean isNew

Package com.bea.p13n.jobmanager.exception

Class com.bea.p13n.jobmanager.exception.JobManagerRuntimeException extends RuntimeException implements Serializable

Class com.bea.p13n.jobmanager.exception.ValidationException extends RuntimeException implements Serializable


Package com.bea.p13n.mail

Class com.bea.p13n.mail.MailMessage extends Object implements Serializable

Serialized Form fields

recipients

MailRecipients recipients

headers

Map<K,V> headers

subject

String subject

from

String from

messageText

String messageText

Class com.bea.p13n.mail.MailRecipients extends Object implements Serializable

Serialized Form fields

toAddresses

String[] toAddresses

ccAddresses

String[] ccAddresses

bccAddresses

String[] bccAddresses

Class com.bea.p13n.mail.MailServiceException extends ApplicationException implements Serializable

Class com.bea.p13n.mail.MailSystemException extends SystemException implements Serializable

Class com.bea.p13n.mail.ServletResults extends Object implements Serializable

Serialized Form fields

contentType

String contentType
The value of the content-type header of the JSP page


charset

String charset
The encoding used in the content


content

String content
The contents of the response, as a String


Package com.bea.p13n.mail.servlets

Class com.bea.p13n.mail.servlets.MailPreviewServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Form fields

mailService

MailService mailService
Our cached mail service.


Package com.bea.p13n.management

Class com.bea.p13n.management.InstanceNotFoundException extends InstanceNotFoundException implements Serializable


Package com.bea.p13n.model

Class com.bea.p13n.model.Comparison extends Object implements Serializable

Serialized Form fields

type

Comparison.Type type
The comparison type.


op

Operator op
The operator.


value

Serializable value

Class com.bea.p13n.model.DefaultDocumentModel extends Object implements Serializable

Serialized Form fields

rootModel

Model rootModel
Our root model.

Class com.bea.p13n.model.Model extends Object implements Serializable

Serialized Form fields

docModel

DocumentModel docModel
Our DocumentModel.


childrenModels

List<E> childrenModels
Our children models. This will be null until a child is added.


parentModel

Model parentModel
Our parent model.

Class com.bea.p13n.model.Model.ChangeEvent extends EventObject implements Serializable

Serialized Form fields

model

Model model
The model that was modified.


type

Model.ChangeEvent.Type type
The change type.


propName

String propName
The property name that changed.


oldVal

Object oldVal
The old value.


newVal

Object newVal
The new value.

Class com.bea.p13n.model.PropertyContainer extends Object implements Serializable

Serialized Form fields

property

PropertyRefModel property
Our property.


valueList

List<E> valueList
Our children comparisons.


join

PropertyContainer.JoinType join
Our boolean logic.

Class com.bea.p13n.model.PropertyRefModel extends Object implements Serializable

Serialized Form fields

name

String name
The property name.


propSetName

String propSetName
The property set name.


dataType

PropertyRefModel.DataType dataType
The datatype of the property.


propSetType

PropertyRefModel.PropertySetType propSetType
The property set type.

Class com.bea.p13n.model.XmlObjectModel extends Model implements Serializable

Serialized Form fields

rootXmlObject

org.apache.xmlbeans.XmlObject rootXmlObject
The root XmlObject.


isComplete

boolean isComplete
The is-complete flag for this clause.


instanceUri

String instanceUri
The opaque instanceUri value.


Package com.bea.p13n.pagination

Package com.bea.p13n.placeholder

Class com.bea.p13n.placeholder.ContentBucket.PreviewInfo extends Object implements Serializable

Serialized Form fields

weight

int weight
The weight of the content


content

String content
The XHTML string content


identifier

String identifier
Deprecated No longer used, use path instead.
The content identifier


path

String path
The content path.


isFolder

boolean isFolder
Is the content a folder?


mimeType

String mimeType
The content mimeType


size

int size
The content size

Class com.bea.p13n.placeholder.ContentException extends ApplicationException implements Serializable

Serialized Form fields

isWarning

boolean isWarning

Package com.bea.p13n.placeholder.model

Class com.bea.p13n.placeholder.model.PlaceholderModel extends XmlObjectModel implements Serializable

Class com.bea.p13n.placeholder.model.PlaceholderModelDocument extends DefaultDocumentModel implements Serializable

Class com.bea.p13n.placeholder.model.QueryDefinitionModel extends XmlObjectModel implements Serializable


Package com.bea.p13n.placeholder.servlets

Class com.bea.p13n.placeholder.servlets.PlaceholderPreviewServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Form fields

placeholderService

PlaceholderService placeholderService
Our cached PlaceholderService reference.


adService

AdService adService
Our cached AdService reference.


showDocURI

String showDocURI
The ShowDoc URI to use.


Package com.bea.p13n.placeholder.servlets.jsp.taglib

Class com.bea.p13n.placeholder.servlets.jsp.taglib.PlaceholderTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Form fields

name

String name

height

int height

width

int width

versionedContent

boolean versionedContent
Should this search versioned content and return versions.


Package com.bea.p13n.property

Class com.bea.p13n.property.AbstractConfigurableEntity extends Object implements Serializable

Serialized Form fields

instanceClass

Class<T> instanceClass
The actual implementation class of this entity

Class com.bea.p13n.property.AbstractHierarchicalEntity extends AbstractConfigurableEntity implements Serializable

Class com.bea.p13n.property.AbstractPropertyDefinition extends Object implements Serializable

Serialized Form fields

description

String description
a description of this property


type

int type
what datatype this property holds, from constants in PropertyDefinition


multiValued

boolean multiValued
is this property multi-valued?


restricted

boolean restricted
is this property restricted?


restrictedValues

Collection<E> restrictedValues
a Collection of allowable values, if the property is restricted


defaultValue

Object defaultValue
The property's default value, or a collection of values if the property is multi-valued and there is more than one.


hashCodeInit

boolean hashCodeInit
has the hashCode been calculated yet?


hashCode

int hashCode
the pre-calculated hashCode

Class com.bea.p13n.property.AbstractPropertyLocator extends Object implements Serializable

Serialized Form fields

jndiHomeName

String jndiHomeName

pkString

String pkString

propertySetType

String propertySetType

hashCode

int hashCode

dirtyHashCode

boolean dirtyHashCode

Class com.bea.p13n.property.AbstractPropertyMapKey extends Object implements Serializable

Serialized Form fields

propertySetName

String propertySetName

propertyName

String propertyName

hashCode

int hashCode

dirtyHashCode

boolean dirtyHashCode

Class com.bea.p13n.property.AbstractPropertySet extends Object implements Serializable

Serialized Form fields

name

String name
The name of the property set


description

String description
a description of the property set


type

String type
this property set's type


propertyDefinitions

LinkedHashMap<K,V> propertyDefinitions
a map of propertyName->propertyDefinition objects

Class com.bea.p13n.property.ConfigurableEntityCreateException extends ApplicationException implements Serializable

Class com.bea.p13n.property.ConfigurableEntityImpl extends AbstractConfigurableEntity implements Serializable

Serialized Form fields

_ctx

javax.ejb.EntityContext _ctx
cached entity context


uid

long uid
The unique numeric id of this entity

Class com.bea.p13n.property.ConfigurableEntityPk extends Object implements Serializable

Serialized Form fields

identifier

String identifier

Class com.bea.p13n.property.ConfigurableEntitySystemException extends SystemException implements Serializable

Class com.bea.p13n.property.EntityNotFoundException extends ApplicationException implements Serializable

Class com.bea.p13n.property.HierarchicalEntityImpl extends ConfigurableEntityImpl implements Serializable

Class com.bea.p13n.property.PropertySetParseException extends ApplicationException implements Serializable

Class com.bea.p13n.property.PropertySetRepositoryException extends SystemException implements Serializable

Class com.bea.p13n.property.PropertySetXMLException extends SystemException implements Serializable

Class com.bea.p13n.property.PropertySystemException extends SystemException implements Serializable

Class com.bea.p13n.property.PropertyValidationException extends ApplicationException implements Serializable


Package com.bea.p13n.rules

Package com.bea.p13n.rules.advislets

Class com.bea.p13n.rules.advislets.RuleResultClassFilter extends RuleResultClassFilter implements Serializable


Package com.bea.p13n.rules.manager

Class com.bea.p13n.rules.manager.RuleResultClassFilter extends Object implements Serializable

Serialized Form fields

targetClassArray

Class<T>[] targetClassArray

ruleName

String ruleName

Class com.bea.p13n.rules.manager.RuleSetNotFoundException extends com.bea.p13n.rules.internal.RuleException implements Serializable


Package com.bea.p13n.rules.model

Class com.bea.p13n.rules.model.AddContentQueryModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.AddSegmentModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.BranchModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.ClauseModel extends XmlObjectModel implements Serializable

Serialized Form fields

clauseType

String clauseType
The clause type.

Class com.bea.p13n.rules.model.DateTimeBetweenModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.DateTimeModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.EventTypeModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.InstanceMethodModel extends NamedMethodCallModel implements Serializable

Class com.bea.p13n.rules.model.MethodCallModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.NamedMethodCallModel extends MethodCallModel implements Serializable

Class com.bea.p13n.rules.model.NewInstanceModel extends MethodCallModel implements Serializable

Class com.bea.p13n.rules.model.PropertyToLiteralModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.RuleModel extends ClauseModel implements Serializable

Serialized Form fields

conditions

RuleModel.ConditionsModel conditions
Our Conditions child. This will hold all of the condition ClauseModels.


actions

RuleModel.ActionsModel actions
Our Actions child. This will hold all of the action ClauseModels.


updateClauseTypeListener

Model.ChangeListener updateClauseTypeListener
A listener on conditions and actions to update our clause type when those get changed.

Class com.bea.p13n.rules.model.RuleModel.ActionsModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.RuleModel.ConditionsModel extends ClauseModel implements Serializable

Serialized Form fields

joinCache

PropertyContainer.JoinType joinCache
Cache of the outer-most boolean login.

Class com.bea.p13n.rules.model.RuleModelDocument extends DefaultDocumentModel implements Serializable

Class com.bea.p13n.rules.model.RuleSetModel extends XmlObjectModel implements Serializable

Class com.bea.p13n.rules.model.RuleSetModelDocument extends DefaultDocumentModel implements Serializable

Class com.bea.p13n.rules.model.SegmentModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.StaticMethodModel extends NamedMethodCallModel implements Serializable

Class com.bea.p13n.rules.model.UnrecognizedClauseModel extends ClauseModel implements Serializable

Class com.bea.p13n.rules.model.VariableBindingModel extends ClauseModel implements Serializable


Package com.bea.p13n.security.management

Class com.bea.p13n.security.management.OperationNotSupportedException extends ApplicationException implements Serializable

Class com.bea.p13n.security.management.ProviderDescription extends Object implements Serializable

Serialized Form fields

version

String version
The version number of this provider's implementation.


shortDescription

String shortDescription
The short description of this provider.


displayName

String displayName
The display description of this provider.

Class com.bea.p13n.security.management.ProviderMgmtException extends SystemException implements Serializable


Package com.bea.p13n.security.management.authentication

Class com.bea.p13n.security.management.authentication.AtnProviderDescription extends ProviderDescription implements Serializable

Serialized Form fields

defaultAtnProvider

boolean defaultAtnProvider
Whether or not this provider is the default authentication provider.


controlFlag

String controlFlag
The JAAS control flag setting (REQUIRED,REQUISITE,SUFFICIENT,OPTIONAL)


groupEditorImplemented

boolean groupEditorImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


groupReaderImplemented

boolean groupReaderImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


groupRemoverImplemented

boolean groupRemoverImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


groupMemberListerImplemented

boolean groupMemberListerImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


memberGroupListerImplemented

boolean memberGroupListerImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userEditorImplemented

boolean userEditorImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userLockoutManagerImplemented

boolean userLockoutManagerImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userPasswordEditorImplemented

boolean userPasswordEditorImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userReaderImplemented

boolean userReaderImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userRemoverImplemented

boolean userRemoverImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


providerMgmtCapability

int providerMgmtCapability
The provider capability for management


Package com.bea.p13n.security.management.authorization

Class com.bea.p13n.security.management.authorization.AuthorizerDescription extends ProviderDescription implements Serializable

Serialized Form fields

defaultAuthorizationProvider

boolean defaultAuthorizationProvider

policyReaderImplemented

boolean policyReaderImplemented

policyEditorImplemented

boolean policyEditorImplemented

policyListerImplemented

boolean policyListerImplemented

providerMgmtCapability

int providerMgmtCapability

Package com.bea.p13n.security.management.credentials

Class com.bea.p13n.security.management.credentials.AlreadyExistsException extends ApplicationException implements Serializable

Class com.bea.p13n.security.management.credentials.CredentialAccessException extends SystemException implements Serializable

Class com.bea.p13n.security.management.credentials.CredentialProviderDescription extends ProviderDescription implements Serializable

Serialized Form fields

defaultCredentialMapProvider

boolean defaultCredentialMapProvider
Whether or not this provider is the default credential map provider.


credentialEditorImplemented

boolean credentialEditorImplemented
Whether or not the MBean represented by this object implements this optional management MBean.


credentialReaderImplemented

boolean credentialReaderImplemented
Whether or not the MBean represented by this object implements this optional management MBean.


providerMgmtCapability

int providerMgmtCapability
The provider capability for management

Class com.bea.p13n.security.management.credentials.CredentialVaultException extends SystemException implements Serializable


Package com.bea.p13n.security.management.rolemapper

Class com.bea.p13n.security.management.rolemapper.RoleProviderDescription extends ProviderDescription implements Serializable

Serialized Form fields

defaultRoleProvider

boolean defaultRoleProvider
Whether or not this provider is the default role mapper provider.


roleEditorImplemented

boolean roleEditorImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


roleReaderImplemented

boolean roleReaderImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


providerMgmtCapability

int providerMgmtCapability
The provider capability for management


Package com.bea.p13n.servlets

Class com.bea.p13n.servlets.P13NAuthFilter extends AuthFilter implements Serializable

Class com.bea.p13n.servlets.SendErrorServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Form fields

errorCode

int errorCode

Package com.bea.p13n.servlets.jsp

Class com.bea.p13n.servlets.jsp.BodyTagSupport extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Class com.bea.p13n.servlets.jsp.JspException extends javax.servlet.jsp.JspException implements Serializable

Class com.bea.p13n.servlets.jsp.TagSupport extends javax.servlet.jsp.tagext.TagSupport implements Serializable


Package com.bea.p13n.servlets.jsp.taglib

Class com.bea.p13n.servlets.jsp.taglib.ContentQueryTag extends ContentTagSupport implements Serializable

Serialized Form fields

max

long max
Limits the number of content items returned.


sortBy

String sortBy
A list of document attributes to sort the content by. The syntax follows the SQL 'order by' clause. The sort specification is limited to a list of the metadata attribute names and the keywords ASC and DESC.


query

String query
A content query string that can be appended as an 'and' phrase to the content query in the contentSelector rule.


home

String home
Deprecated Not used any longer
The name of the content home bean. This maps to a JNDI name for the content home that handles a specific type of content and its provider.


securedData

boolean securedData

Class com.bea.p13n.servlets.jsp.taglib.ContentSelectorTag extends ContentTagSupport implements Serializable

Serialized Form fields

selector

String selector
The name of the selector rule in the rule set.


max

long max
Limits the number of content items returned.


sortBy

String sortBy
A list of document attributes to sort the content by. The syntax follows the SQL 'order by' clause. The sort specification is limited to a list of the metadata attribute names and the keywords ASC and DESC.


query

String query
A content query string that can be appended as an 'and' phrase to the content query in the contentSelector rule.


home

String home
Deprecated No longer used.
The name of the content home bean. This maps to a JNDI name for the content home that handles a specific type of content and its provider.


id

String id
To store the value of id attribute.


appendQuery

String appendQuery
The query appended on to the end of the content selector query.


securedData

boolean securedData

Class com.bea.p13n.servlets.jsp.taglib.ContentTagSupport extends TagSupport implements Serializable

Serialized Form fields

useCache

boolean useCache
Should this try to use the cache.


cacheScope

String cacheScope
The cache scope.


cacheId

String cacheId
The cache id.


cacheTimeout

long cacheTimeout
The cache timeout.


contextParams

Map<K,V> contextParams
The context params.


versionedContent

boolean versionedContent
If true, search versioned data and return versions (com.bea.content.virtual.version.Version), instead of nodes (com.bea.content.Node).


searchPaths

String[] searchPaths
Search paths.

Class com.bea.p13n.servlets.jsp.taglib.DivTag extends BodyTagSupport implements Serializable

Serialized Form fields

rule

String rule
The rule in the rule set that determines whether the content should be displayed.


id

String id
To store the value of id attribute.


Package com.bea.p13n.tracking.clickthrough

Class com.bea.p13n.tracking.clickthrough.ClickThroughServlet extends javax.servlet.http.HttpServlet implements Serializable

Class com.bea.p13n.tracking.clickthrough.InvalidArgumentException extends ApplicationException implements Serializable


Package com.bea.p13n.tracking.events

Class com.bea.p13n.tracking.events.ClickContentEvent extends ClickEvent implements Serializable

Class com.bea.p13n.tracking.events.ClickEvent extends TrackingEvent implements Serializable

Class com.bea.p13n.tracking.events.ContentEvent extends TrackingEvent implements Serializable

Class com.bea.p13n.tracking.events.DisplayContentEvent extends ContentEvent implements Serializable

Class com.bea.p13n.tracking.events.RuleEvent extends TrackingEvent implements Serializable

Class com.bea.p13n.tracking.events.SearchEvent extends TrackingEvent implements Serializable

Class com.bea.p13n.tracking.events.SessionBeginEvent extends TrackingEvent implements Serializable

Class com.bea.p13n.tracking.events.SessionEndEvent extends TrackingEvent implements Serializable

Class com.bea.p13n.tracking.events.SessionLoginEvent extends TrackingEvent implements Serializable

Class com.bea.p13n.tracking.events.TrackingEvent extends Event implements Serializable

Serialized Form fields

xmlNamespace

String xmlNamespace
This event's XML namespace Attribute value is a String


xsdFile

String xsdFile
This event's XSD schema file Attribute value is a String


schemaKeys

String[] schemaKeys
This event's list of schema keys


session

javax.servlet.http.HttpSession session
HttpSession object

Class com.bea.p13n.tracking.events.UserRegistrationEvent extends TrackingEvent implements Serializable


Package com.bea.p13n.user

Class com.bea.p13n.user.Classification extends Object implements Serializable

Serialized Form fields

name

String name

Package com.bea.p13n.usermgmt

Class com.bea.p13n.usermgmt.AuthenticationException extends ApplicationException implements Serializable

Class com.bea.p13n.usermgmt.GroupAlreadyExistsException extends ApplicationException implements Serializable

Class com.bea.p13n.usermgmt.InvalidGroupnameException extends ApplicationException implements Serializable

Class com.bea.p13n.usermgmt.InvalidPasswordException extends ApplicationException implements Serializable

Class com.bea.p13n.usermgmt.InvalidUsernameException extends ApplicationException implements Serializable

Class com.bea.p13n.usermgmt.UserAlreadyExistsException extends ApplicationException implements Serializable

Class com.bea.p13n.usermgmt.UserManagementException extends SystemException implements Serializable


Package com.bea.p13n.usermgmt.profile

Class com.bea.p13n.usermgmt.profile.CustomProfileIdentity extends MixedProfileIdentity implements Serializable

Class com.bea.p13n.usermgmt.profile.MixedProfileIdentity extends ProfileIdentity implements Serializable

Serialized Form fields

primaryEntity

String primaryEntity
the primary entity of the profile


secondaryEntity

String secondaryEntity
the secondary custom entity of the profile which can be used as a successor


profileType

ProfileType profileType
Profile type

Class com.bea.p13n.usermgmt.profile.ProfileIdentity extends Object implements Serializable

Serialized Form fields

username

String username
the username of the profile


groupname

String groupname
the groupname of the profile


profileType

ProfileType profileType
Profile type

Class com.bea.p13n.usermgmt.profile.ProfileNotFoundException extends ApplicationException implements Serializable

Class com.bea.p13n.usermgmt.profile.ProfileSystemException extends SystemException implements Serializable

Class com.bea.p13n.usermgmt.profile.ProfileType extends Object implements Serializable

Serialized Form fields

profileType

String profileType

Class com.bea.p13n.usermgmt.profile.SuccessorNotFoundException extends ProfileNotFoundException implements Serializable


Package com.bea.p13n.usermgmt.query

Class com.bea.p13n.usermgmt.query.GroupView extends com.bea.p13n.usermgmt.query.UserGroupView implements Serializable

Serialized Form fields

restricted

boolean restricted

Class com.bea.p13n.usermgmt.query.QuerySpecification extends Object implements Serializable

Serialized Form fields

filterMethod

FilterMethod filterMethod

filterString

String filterString

sortLocale

Locale sortLocale

sortOrder

SortOrder sortOrder

maxResultSize

int maxResultSize

exclusionList

List<E> exclusionList

Class com.bea.p13n.usermgmt.query.UserView extends com.bea.p13n.usermgmt.query.UserGroupView implements Serializable


Package com.bea.p13n.usermgmt.servlets.jsp.taglib

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.AddGroupToGroupTag extends ResultTag implements Serializable

Serialized Form fields

parentGroupName

String parentGroupName
Deprecated 

childGroupName

String childGroupName
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.AddUserToGroupTag extends ResultTag implements Serializable

Serialized Form fields

username

String username
Deprecated 

groupName

String groupName
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.CreateGroupTag extends ResultTag implements Serializable

Serialized Form fields

groupName

String groupName
Deprecated 

parentName

String parentName
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.CreateUserTag extends ResultTag implements Serializable

Serialized Form fields

username

String username
Deprecated 

password

String password
Deprecated 

profileType

String profileType
Deprecated 

doPostProcess

boolean doPostProcess
Deprecated 

saveAnonymous

boolean saveAnonymous
Deprecated 

fireEvent

boolean fireEvent
Deprecated 

login

boolean login
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.GetChildGroupNamesTag extends UserManagementTag implements Serializable

Serialized Form fields

groupName

String groupName
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.GetGroupNamesForUserTag extends UserManagementTag implements Serializable

Serialized Form fields

username

String username
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.GetParentGroupNameTag extends UserManagementTag implements Serializable

Serialized Form fields

groupName

String groupName
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.GetProfileTag extends ResultTag implements Serializable

Serialized Form fields

profileId

String profileId
Deprecated 

successorId

String successorId
Deprecated 

profileType

String profileType
Deprecated 

successorType

String successorType
Deprecated 

profileKey

String profileKey
Deprecated 

successorKey

String successorKey
Deprecated 

scope

String scope
Deprecated 

groupOnly

boolean groupOnly
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.GetPropertyAsStringTag extends GetPropertyTag implements Serializable

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.GetPropertyTag extends PropertyTag implements Serializable

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.GetTopLevelGroupsTag extends UserManagementTag implements Serializable

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.GetUserNamesForGroupTag extends UserManagementTag implements Serializable

Serialized Form fields

groupName

String groupName
Deprecated 

userLimit

int userLimit
Deprecated 

searchExp

String searchExp
Deprecated 

result

String result
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.GetUserNamesTag extends UserManagementTag implements Serializable

Serialized Form fields

userLimit

int userLimit
Deprecated 

searchExp

String searchExp
Deprecated 

result

String result
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.LoginTag extends ResultTag implements Serializable

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.LogoutTag extends UserManagementTag implements Serializable

Serialized Form fields

invalidateSessions

boolean invalidateSessions

removeProfile

boolean removeProfile

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.PropertyTag extends UserManagementTag implements Serializable

Serialized Form fields

propertySet

String propertySet
Deprecated 

propertyName

String propertyName
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.RemoveGroupFromGroupTag extends ResultTag implements Serializable

Serialized Form fields

parentGroupName

String parentGroupName
Deprecated 

childGroupName

String childGroupName
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.RemoveGroupTag extends ResultTag implements Serializable

Serialized Form fields

groupName

String groupName
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.RemovePropertyTag extends PropertyTag implements Serializable

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.RemoveUserFromGroupTag extends ResultTag implements Serializable

Serialized Form fields

username

String username
Deprecated 

groupName

String groupName
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.RemoveUserTag extends ResultTag implements Serializable

Serialized Form fields

username

String username
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTag extends UserManagementTag implements Serializable

Serialized Form fields

result

String result

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.SetPasswordTag extends ResultTag implements Serializable

Serialized Form fields

password

String password

username

String username

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.SetPropertyTag extends PropertyTag implements Serializable

Serialized Form fields

value

Object value
Deprecated 

result

String result
Deprecated 

Class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Form fields

userManager

UserManager userManager

groupManager

GroupManager groupManager

Package com.bea.p13n.util

Class com.bea.p13n.util.MimeTypeHelper.ContentType extends Object implements Serializable

Serialized Form fields

major

String major
The Major type.


minor

String minor
The Minor type.


properties

Properties properties
Additional properties of the content type.


Package com.bea.portal.tools.common.exceptions

Class com.bea.portal.tools.common.exceptions.NoWebAppFoundException extends ToolsException implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.common.exceptions.ToolsException extends Exception implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.content

Class com.bea.portal.tools.content.NodeID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Serialized Form fields

resourceEnv

ResourceEnvironment resourceEnv

Class com.bea.portal.tools.content.NodeIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<NodeID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.NodePath extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

path

String path

elements

String[] elements

Class com.bea.portal.tools.content.NodeResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.PropertyID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.PropertyIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PropertyID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.PropertyResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.content.repository

Class com.bea.portal.tools.content.repository.RepositoriesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Serialized Form fields

resourceEnv

ResourceEnvironment resourceEnv

Class com.bea.portal.tools.content.repository.RepositoriesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<RepositoriesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoriesInRepoModeID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoriesInRepoModeIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<RepositoriesInRepoModeID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoriesInRepoModeResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoriesInTypeModeID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Serialized Form fields

resourceEnv

ResourceEnvironment resourceEnv

Class com.bea.portal.tools.content.repository.RepositoriesInTypeModeIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<RepositoriesInTypeModeID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoriesInTypeModeResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoriesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoryID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Serialized Form fields

resourceEnv

ResourceEnvironment resourceEnv

Class com.bea.portal.tools.content.repository.RepositoryIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<RepositoryID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoryInRepoModeID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoryInRepoModeIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<RepositoryInRepoModeID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoryInRepoModeResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoryInTypeModeID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Serialized Form fields

resourceEnv

ResourceEnvironment resourceEnv

Class com.bea.portal.tools.content.repository.RepositoryInTypeModeIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<RepositoryInTypeModeID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoryInTypeModeResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.repository.RepositoryResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.content.type

Class com.bea.portal.tools.content.type.PropertyDefinitionID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.type.PropertyDefinitionIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PropertyDefinitionID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.type.PropertyDefinitionResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.type.TypeID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Serialized Form fields

resourceEnv

ResourceEnvironment resourceEnv

Class com.bea.portal.tools.content.type.TypeIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<TypeID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.type.TypeResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.content.workflow

Class com.bea.portal.tools.content.workflow.WorkflowID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workflow.WorkflowIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<WorkflowID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workflow.WorkflowResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workflow.WorkflowsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workflow.WorkflowsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<WorkflowsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workflow.WorkflowsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.content.workspace

Class com.bea.portal.tools.content.workspace.AssignedItemsWorkspaceID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workspace.AssignedItemsWorkspaceIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<AssignedItemsWorkspaceID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workspace.AssignedItemsWorkspaceResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workspace.CheckedOutItemsWorkspaceID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workspace.CheckedOutItemsWorkspaceIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CheckedOutItemsWorkspaceID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workspace.CheckedOutItemsWorkspaceResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workspace.WorkspacesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workspace.WorkspacesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<WorkspacesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.content.workspace.WorkspacesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.da.taxonomy

Class com.bea.portal.tools.da.taxonomy.DARootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.PaginationElementTaxonomyBuilder extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.ToolsTreeNodeTaxonomyBuilder extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.campaigns

Class com.bea.portal.tools.da.taxonomy.campaigns.CampaignsRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.campaigns.CampaignTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

modelName

String modelName

Class com.bea.portal.tools.da.taxonomy.campaigns.RuleTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

ruleName

String ruleName

Class com.bea.portal.tools.da.taxonomy.campaigns.ScenarioTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

scenarioName

String scenarioName

Package com.bea.portal.tools.da.taxonomy.content

Class com.bea.portal.tools.da.taxonomy.content.AssignedItemsTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.content.AssignedItemTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

repoName

String repoName

nodeUid

String nodeUid

Class com.bea.portal.tools.da.taxonomy.content.CheckedOutItemsTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.content.CheckedOutItemTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

repoName

String repoName

nodeUid

String nodeUid

Class com.bea.portal.tools.da.taxonomy.content.ContentWorkSpaceRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.content.NodeParentTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.content.NodeTaxonomy extends NodeParentTaxonomy implements Serializable

serialVersionUID: 1L

Serialized Form fields

contentNodePath

String contentNodePath

Class com.bea.portal.tools.da.taxonomy.content.PropertyTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.content.RepositoryInRepoModeTaxonomy extends NodeParentTaxonomy implements Serializable

serialVersionUID: 1L

Serialized Form fields

repositoryName

String repositoryName

Class com.bea.portal.tools.da.taxonomy.content.RepositoryInTypeModeTaxonomy extends NodeParentTaxonomy implements Serializable

serialVersionUID: 1L

Serialized Form fields

repositoryName

String repositoryName

Class com.bea.portal.tools.da.taxonomy.content.RepositoryTaxonomy extends NodeParentTaxonomy implements Serializable

serialVersionUID: 1L

Serialized Form fields

repositoryName

String repositoryName

Class com.bea.portal.tools.da.taxonomy.content.TypeTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

typeName

String typeName

Class com.bea.portal.tools.da.taxonomy.content.VirtualContentRepositoryRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.content.WorkflowsFolderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.content.WorkflowTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.contentselectors

Class com.bea.portal.tools.da.taxonomy.contentselectors.ContentSelectorsRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.contentselectors.ContentSelectorTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.placeholders

Class com.bea.portal.tools.da.taxonomy.placeholders.PlaceholdersRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.placeholders.PlaceholderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.placeholders.QueryDefinitionTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.portal

Class com.bea.portal.tools.da.taxonomy.portal.BookDefinitionTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.BookInstanceTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.CommunitiesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.CommunitiesTemplatesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.CommunityDefinitionTaxonomy extends com.bea.portal.tools.da.taxonomy.portal.DesktopTaxonomy implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.CommunityTemplateTaxonomy extends com.bea.portal.tools.da.taxonomy.portal.DesktopTaxonomy implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.DesktopDefinitionTaxonomy extends com.bea.portal.tools.da.taxonomy.portal.DesktopTaxonomy implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.DesktopTemplatesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.DesktopTemplateTaxonomy extends com.bea.portal.tools.da.taxonomy.portal.DesktopTaxonomy implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.LayoutTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.LibraryBooksTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryLayoutsTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryLookAndFeelsTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryMenusTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryPagesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryPortletCategoriesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryPortletInstancesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.LibraryPortletsTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryRemoteProducersTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryShellsTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryTemplatesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LibraryThemesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.LookAndFeelTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.MenuTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PageInstanceTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PageTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortalRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.PortalsTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.PortalTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortalTemplatesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.portal.PortletCategoryTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortletInstanceTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortletLibraryInstanceTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortletTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.ProducerTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.ShellTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.ThemeTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.segments

Class com.bea.portal.tools.da.taxonomy.segments.SegmentsRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.segments.SegmentTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.serviceadmin

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AdContentProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AdServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AtnHierarchyServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AtnSecurityProviderServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AtnSecurityProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.BehaviorTrackingServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.CampaignServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.CredentialVaultTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.EventServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.ImportToolTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.MailServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.MaintenanceModeTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nCacheConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nCacheTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nProfileConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nSecurityConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.PortalResourcesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.PropertyAdapterTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.RoleSecurityProviderServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.RoleSecurityProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.ScenarioServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.ServiceAdminRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.WpsConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.WsrpConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.WsrpConsumerSecurityTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.serviceadmin.WsrpProducerPortletRegistryTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.da.taxonomy.usermgmt

Class com.bea.portal.tools.da.taxonomy.usermgmt.GroupRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.usermgmt.GroupTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.usermgmt.UserRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.usermgmt.UserTaxonomyBuilder extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

name

String name

Package com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.AuthenticationProvidersTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.AuthenticationProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.RoleMappersTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.RoleProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

roleProviderNodeId

String roleProviderNodeId

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.SecurityProvidersRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.da.taxonomy.visitorroles

Class com.bea.portal.tools.da.taxonomy.visitorroles.VisitorRolesRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.da.taxonomy.visitorroles.VisitorRoleTaxonomy extends ParentedTaxonomyBuilder implements Serializable

serialVersionUID: 1L

Serialized Form fields

role

String role

Package com.bea.portal.tools.im

Class com.bea.portal.tools.im.ToolQueryDefinitionModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

model

QueryDefinitionModel model

index

int index

modelNameless

boolean modelNameless

name

String name

priority

QueryDefinitionModel.Priority priority

Package com.bea.portal.tools.interaction.campaign

Class com.bea.portal.tools.interaction.campaign.CampaignID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.campaign.CampaignIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CampaignID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.campaign.CampaignResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.campaign.CampaignsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.campaign.CampaignsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CampaignsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.campaign.CampaignsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.interaction.campaign.rule

Class com.bea.portal.tools.interaction.campaign.rule.RuleID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.campaign.rule.RuleIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<RuleID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.campaign.rule.RuleResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.interaction.campaign.scenario

Class com.bea.portal.tools.interaction.campaign.scenario.ScenarioID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.campaign.scenario.ScenarioIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ScenarioID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.campaign.scenario.ScenarioResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.interaction.contentselector

Class com.bea.portal.tools.interaction.contentselector.ContentSelectorID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.contentselector.ContentSelectorIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ContentSelectorID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.contentselector.ContentSelectorResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.contentselector.ContentSelectorsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.contentselector.ContentSelectorsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ContentSelectorsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.contentselector.ContentSelectorsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.interaction.placeholder

Class com.bea.portal.tools.interaction.placeholder.PlaceholderID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.placeholder.PlaceholderIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PlaceholderID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.placeholder.PlaceholderResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.placeholder.PlaceholdersID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.placeholder.PlaceholdersIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PlaceholdersID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.placeholder.PlaceholdersResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.interaction.placeholder.query

Class com.bea.portal.tools.interaction.placeholder.query.QueryDefinitionID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.placeholder.query.QueryDefinitionIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<QueryDefinitionID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.placeholder.query.QueryDefinitionResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.interaction.segment

Class com.bea.portal.tools.interaction.segment.SegmentID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.segment.SegmentIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<SegmentID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.segment.SegmentResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.segment.SegmentsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.segment.SegmentsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<SegmentsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.interaction.segment.SegmentsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.management

Class com.bea.portal.tools.management.ManagementID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.ManagementIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ManagementID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.ManagementResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.management.p13n

Class com.bea.portal.tools.management.p13n.P13nManagementID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.P13nManagementIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<P13nManagementID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.P13nManagementResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.management.p13n.ad

Class com.bea.portal.tools.management.p13n.ad.AdContentID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.ad.AdContentIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<AdContentID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.ad.AdContentResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.management.p13n.behaviortracking

Class com.bea.portal.tools.management.p13n.behaviortracking.BehaviorTrackingServiceManagementID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.behaviortracking.BehaviorTrackingServiceManagementIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<BehaviorTrackingServiceManagementID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.behaviortracking.BehaviorTrackingServiceManagementResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.management.p13n.cache

Class com.bea.portal.tools.management.p13n.cache.CacheManagementID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.cache.CacheManagementIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CacheManagementID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.cache.CacheManagementResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.cache.CachesManagementID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.cache.CachesManagementIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CachesManagementID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.cache.CachesManagementResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.management.p13n.event

Class com.bea.portal.tools.management.p13n.event.EventServiceManagementID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.event.EventServiceManagementIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<EventServiceManagementID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.event.EventServiceManagementResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.management.p13n.security

Class com.bea.portal.tools.management.p13n.security.SecurityManagementID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.security.SecurityManagementIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<SecurityManagementID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.security.SecurityManagementResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.management.p13n.security.authentication.provider

Class com.bea.portal.tools.management.p13n.security.authentication.provider.AuthenticationProvidersManagementID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.security.authentication.provider.AuthenticationProvidersManagementIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<AuthenticationProvidersManagementID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.management.p13n.security.authentication.provider.AuthenticationProvidersManagementResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal

Class com.bea.portal.tools.portal.DesktopParentedResourceID extends PortalParentedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.DesktopParentedResourceIDBuilder extends PortalParentedResourceIDBuilder<T extends DesktopParentedResourceID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.DesktopParentedResourceType extends PortalParentedResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.LibraryID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.LibraryIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.LibraryResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.LibraryTemplatesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.LibraryTemplatesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryTemplatesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.LibraryTemplatesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.PortalManagementID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.PortalManagementIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PortalManagementID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.PortalManagementResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.PortalParentedResourceID extends ParentedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.PortalParentedResourceIDBuilder extends ParentedResourceIDBuilder<T extends PortalParentedResourceID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.PortalParentedResourceType extends ParentedResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.TemplatesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.TemplatesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<TemplatesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.TemplatesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.book

Class com.bea.portal.tools.portal.book.BookDefinitionID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.book.BookDefinitionIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<BookDefinitionID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.book.BookDefinitionResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.book.BookDefinitionsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.book.BookDefinitionsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<BookDefinitionsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.book.BookDefinitionsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.book.BookID extends DesktopParentedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.book.BookIDBuilder extends DesktopParentedResourceIDBuilder<BookID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.book.BookResourceType extends DesktopParentedResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.community

Class com.bea.portal.tools.portal.community.CommunitiesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunitiesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CommunitiesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunitiesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunityDefinitionID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunityDefinitionIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CommunityDefinitionID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunityDefinitionResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunityTemplateID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunityTemplateIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CommunityTemplateID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunityTemplateResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunityTemplatesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunityTemplatesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CommunityTemplatesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.CommunityTemplatesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.LibraryCommunityTemplateID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.LibraryCommunityTemplateIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryCommunityTemplateID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.LibraryCommunityTemplateResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.LibraryCommunityTemplatesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.LibraryCommunityTemplatesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryCommunityTemplatesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.community.LibraryCommunityTemplatesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.controls

Package com.bea.portal.tools.portal.desktop

Class com.bea.portal.tools.portal.desktop.DesktopDefinitionID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopDefinitionIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<DesktopDefinitionID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopDefinitionResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopDefinitionsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopDefinitionsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<DesktopDefinitionsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopDefinitionsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<DesktopID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopTemplateID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopTemplateIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<DesktopTemplateID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopTemplateResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopTemplatesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopTemplatesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<DesktopTemplatesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.DesktopTemplatesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.LibraryDesktopTemplateID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.LibraryDesktopTemplateIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryDesktopTemplateID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.LibraryDesktopTemplateResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.LibraryDesktopTemplatesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.LibraryDesktopTemplatesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryDesktopTemplatesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.desktop.LibraryDesktopTemplatesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.laf

Class com.bea.portal.tools.portal.laf.LookAndFeelID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.laf.LookAndFeelIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LookAndFeelID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.laf.LookAndFeelResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.laf.LookAndFeelsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.laf.LookAndFeelsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LookAndFeelsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.laf.LookAndFeelsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.layout

Class com.bea.portal.tools.portal.layout.LayoutID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.layout.LayoutIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LayoutID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.layout.LayoutResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.layout.LayoutsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.layout.LayoutsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LayoutsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.layout.LayoutsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.menu

Class com.bea.portal.tools.portal.menu.MenuID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.menu.MenuIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<MenuID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.menu.MenuResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.menu.MenusID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.menu.MenusIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<MenusID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.menu.MenusResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.page

Class com.bea.portal.tools.portal.page.LibraryPortletInstancesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.LibraryPortletInstancesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryPortletInstancesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.LibraryPortletInstancesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.PageDefinitionID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.PageDefinitionIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PageDefinitionID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.PageDefinitionResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.PageDefinitionsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.PageDefinitionsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PageDefinitionsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.PageDefinitionsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.PageID extends DesktopParentedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.PageIDBuilder extends DesktopParentedResourceIDBuilder<PageID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.page.PageResourceType extends DesktopParentedResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.portal

Class com.bea.portal.tools.portal.portal.PortalID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portal.PortalIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PortalID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portal.PortalResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portal.PortalsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portal.PortalsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PortalsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portal.PortalsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.portlet

Class com.bea.portal.tools.portal.portlet.PortletCategoriesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletCategoriesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PortletCategoriesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletCategoriesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletCategoryID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletCategoryIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PortletCategoryID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletCategoryResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletDefinitionID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletDefinitionIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PortletDefinitionID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletDefinitionResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletDefinitionsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletDefinitionsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PortletDefinitionsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletDefinitionsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletID extends DesktopParentedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletIDBuilder extends DesktopParentedResourceIDBuilder<PortletID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletResourceType extends DesktopParentedResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PortletsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.portlet.PortletsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.shell

Class com.bea.portal.tools.portal.shell.ShellID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.shell.ShellIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ShellID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.shell.ShellResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.shell.ShellsID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.shell.ShellsIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ShellsID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.shell.ShellsResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.theme

Class com.bea.portal.tools.portal.theme.ThemeID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.theme.ThemeIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ThemeID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.theme.ThemeResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.theme.ThemesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.theme.ThemesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<ThemesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.theme.ThemesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portal.wsrp.producer

Class com.bea.portal.tools.portal.wsrp.producer.WSRPProducerID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.wsrp.producer.WSRPProducerIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<WSRPProducerID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.wsrp.producer.WSRPProducerResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.wsrp.producer.WSRPProducersID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.wsrp.producer.WSRPProducersIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<WSRPProducersID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portal.wsrp.producer.WSRPProducersResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.portlet.orb

Class com.bea.portal.tools.portlet.orb.PortletORB extends Object implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portlet.orb.PortletORBEvent extends ActionForm implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.portlet.orb.PortletORBException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.resource

Class com.bea.portal.tools.resource.InvalidResourceID extends ResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.InvalidResourceIDException extends ResourceIDException implements Serializable

serialVersionUID: 1L

Serialized Form fields

resourceID

ResourceID resourceID

Class com.bea.portal.tools.resource.InvalidResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.ParentedResourceID extends WebAppResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.ParentedResourceIDBuilder extends WebAppResourceIDBuilder<T extends ParentedResourceID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.ParentedResourceType extends WebAppResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.ResourceEnvironment extends Object implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.ResourceException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.ResourceID extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

builder

ResourceIDBuilder<T extends ResourceID> builder
The ResourceIDBuilder.


resourceURN

String resourceURN
The URN of the referrent resource.


resourceURNComputed

boolean resourceURNComputed

resourceType

ResourceType resourceType
The ResourceType.

Class com.bea.portal.tools.resource.ResourceIDBuilder extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

expectedResourceType

ResourceType expectedResourceType
The ResourceType.


resourceType

ResourceType resourceType
The ResourceType.


resourceURN

String resourceURN
The URN of the referrent Resource.

Class com.bea.portal.tools.resource.ResourceIDException extends ResourceException implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.ResourceType extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

namespaceURI

String namespaceURI
The URI of the resource type's namespace.

Class com.bea.portal.tools.resource.ResourceTypeException extends ResourceException implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.UnknownResourceID extends ResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.UnknownResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.UnsupportedResourceClassException extends ResourceTypeException implements Serializable

serialVersionUID: 1L

Serialized Form fields

resourceClass

Class<T> resourceClass
The resource Class.

Class com.bea.portal.tools.resource.UnsupportedResourceTypeException extends ResourceTypeException implements Serializable

serialVersionUID: 1L

Serialized Form fields

resourceType

ResourceType resourceType
The ResourceType.


resourceID

ResourceID resourceID
The ResourceID.

Class com.bea.portal.tools.resource.WebAppResourceID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.WebAppResourceIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<T extends WebAppResourceID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.resource.WebAppResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.security.authentication.provider

Class com.bea.portal.tools.security.authentication.provider.AuthenticationProviderID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.authentication.provider.AuthenticationProviderIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<AuthenticationProviderID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.authentication.provider.AuthenticationProviderResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.authentication.provider.AuthenticationProvidersID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.authentication.provider.AuthenticationProvidersIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<AuthenticationProvidersID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.authentication.provider.AuthenticationProvidersResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.security.group

Class com.bea.portal.tools.security.group.GroupID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.group.GroupIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<GroupID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.group.GroupResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.security.provider

Class com.bea.portal.tools.security.provider.SecurityProvidersID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.provider.SecurityProvidersIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<SecurityProvidersID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.provider.SecurityProvidersResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.security.role.da

Class com.bea.portal.tools.security.role.da.DARoleID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.da.DARoleIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<DARoleID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.da.DARoleResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.security.role.mapper

Class com.bea.portal.tools.security.role.mapper.RoleMapperID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.mapper.RoleMapperIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<RoleMapperID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.mapper.RoleMapperResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.mapper.RoleMappersID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.mapper.RoleMappersIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<RoleMappersID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.mapper.RoleMappersResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.security.role.visitor

Class com.bea.portal.tools.security.role.visitor.VisitorRoleID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.visitor.VisitorRoleIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<VisitorRoleID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.visitor.VisitorRoleResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.visitor.VisitorRolesID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.visitor.VisitorRolesIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<VisitorRolesID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.role.visitor.VisitorRolesResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.security.user

Class com.bea.portal.tools.security.user.UserID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.user.UserIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<UserID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.user.UserResourceType extends ResourceType implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.user.UsersID extends com.bea.portal.tools.resource.framework.TaggedResourceID implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.user.UsersIDBuilder extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<UsersID> implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.security.user.UsersResourceType extends ResourceType implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.ugm.controls

Class com.bea.portal.tools.ugm.controls.CurrentUserDeletionException extends Exception implements Serializable

serialVersionUID: 1L

Class com.bea.portal.tools.ugm.controls.MoveGroupException extends Exception implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.ugm.providers.controls

Class com.bea.portal.tools.ugm.providers.controls.NoProvidersFoundException extends Exception implements Serializable

serialVersionUID: 1L


Package com.bea.portal.tools.wsrp.controls

Class com.bea.portal.tools.wsrp.controls.RegistryConfigNotFoundException extends FinderException implements Serializable

serialVersionUID: 1L


Package com.bea.portlet.compression

Class com.bea.portlet.compression.UrlCompressionException extends Exception implements Serializable


Package com.bea.portlet.prefs

Class com.bea.portlet.prefs.PortletCloneNotSupportedException extends IllegalStateException implements Serializable

Class com.bea.portlet.prefs.PreferenceAppStoreException extends Exception implements Serializable

Class com.bea.portlet.prefs.UnmodifiableException extends ReadOnlyException implements Serializable


Package com.bea.portlet.prefs.spi

Class com.bea.portlet.prefs.spi.PortletPreferencesId extends Object implements Serializable

Serialized Form fields

instanceId

int instanceId

definitionLabel

String definitionLabel

instanceLabel

String instanceLabel

keys

ArrayList<E> keys

values

ArrayList<E> values

hashCode

int hashCode

str

String str

Class com.bea.portlet.prefs.spi.PreferenceStoreException extends Exception implements Serializable


Package com.bea.struts.adapter.framework

Class com.bea.struts.adapter.framework.AutoRegisterActionServlet extends ActionServlet implements Serializable

Serialized Form methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws
IOException
Serialized Form fields

_registeredModules

Map<K,V> _registeredModules
Map of module-path to ModuleConfig


_configParams

Map<K,V> _configParams

_moduleConfigLocators

List<E> _moduleConfigLocators

Package com.bea.struts.adapter.taglib.html

Class com.bea.struts.adapter.taglib.html.BaseFieldTagAdapter extends BaseFieldTag implements Serializable

Class com.bea.struts.adapter.taglib.html.BodyTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Form fields

background

String background

bgcolor

String bgcolor

text

String text

link

String link

vlink

String vlink

alink

String alink

Class com.bea.struts.adapter.taglib.html.ButtonTagAdapter extends ButtonTag implements Serializable

Class com.bea.struts.adapter.taglib.html.CancelTagAdapter extends CancelTag implements Serializable

Class com.bea.struts.adapter.taglib.html.CheckboxTagAdapter extends CheckboxTag implements Serializable

Class com.bea.struts.adapter.taglib.html.FileTag extends BaseFieldTagAdapter implements Serializable

Class com.bea.struts.adapter.taglib.html.FormTagAdapter extends FormTag implements Serializable

Class com.bea.struts.adapter.taglib.html.HeadTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class com.bea.struts.adapter.taglib.html.HiddenTag extends BaseFieldTagAdapter implements Serializable

Serialized Form fields

write

boolean write
Should the value of this field also be rendered to the response?

Class com.bea.struts.adapter.taglib.html.HtmlTagAdapter extends HtmlTag implements Serializable

Class com.bea.struts.adapter.taglib.html.ImageTagAdapter extends ImageTag implements Serializable

Class com.bea.struts.adapter.taglib.html.ImgTagAdapter extends ImgTag implements Serializable

Class com.bea.struts.adapter.taglib.html.JavascriptValidatorTagAdapter extends JavascriptValidatorTag implements Serializable

Serialized Form fields

htmlBeginComment

String htmlBeginComment

Class com.bea.struts.adapter.taglib.html.LinkTagAdapter extends LinkTag implements Serializable

Class com.bea.struts.adapter.taglib.html.MultiboxTagAdapter extends MultiboxTag implements Serializable

Class com.bea.struts.adapter.taglib.html.OptionTagAdapter extends OptionTag implements Serializable

Class com.bea.struts.adapter.taglib.html.PasswordTag extends BaseFieldTagAdapter implements Serializable

Class com.bea.struts.adapter.taglib.html.RadioTagAdapter extends RadioTag implements Serializable

Class com.bea.struts.adapter.taglib.html.ResetTagAdapter extends ResetTag implements Serializable

Class com.bea.struts.adapter.taglib.html.RewriteTagAdapter extends LinkTagAdapter implements Serializable

Class com.bea.struts.adapter.taglib.html.SelectTagAdapter extends SelectTag implements Serializable

Class com.bea.struts.adapter.taglib.html.SubmitTagAdapter extends SubmitTag implements Serializable

Class com.bea.struts.adapter.taglib.html.TextareaTagAdapter extends TextareaTag implements Serializable

Class com.bea.struts.adapter.taglib.html.TextTag extends BaseFieldTagAdapter implements Serializable


Package com.bea.struts.adapter.taglib.naming

Class com.bea.struts.adapter.taglib.naming.RewriteNameTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Form fields

name

String name

Package com.bea.struts.adapter.taglib.nested.html

Class com.bea.struts.adapter.taglib.nested.html.NestedFileTag extends FileTag implements Serializable

Serialized Form fields

originalName

String originalName

originalProperty

String originalProperty

Class com.bea.struts.adapter.taglib.nested.html.NestedHiddenTag extends HiddenTag implements Serializable

Serialized Form fields

originalName

String originalName

originalProperty

String originalProperty

Class com.bea.struts.adapter.taglib.nested.html.NestedPasswordTag extends PasswordTag implements Serializable

Serialized Form fields

originalName

String originalName

originalProperty

String originalProperty

Class com.bea.struts.adapter.taglib.nested.html.NestedTextTag extends TextTag implements Serializable

Serialized Form fields

originalName

String originalName

originalProperty

String originalProperty

Package com.bea.struts.adapter.taglib.tiles.ext

Class com.bea.struts.adapter.taglib.tiles.ext.TextTag extends BaseFieldTagAdapter implements Serializable

Serialized Form fields

prefix

String prefix
The prefix to be added before the html name.


Package com.bea.wlp.rest.command

Package com.bea.wlp.rest.servlet

Class com.bea.wlp.rest.servlet.RestServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Form fields

commandFactory

CommandFactory commandFactory

commandDispatcher

CommandDispatcher commandDispatcher

Package com.bea.wlp.services

Class com.bea.wlp.services.ServicesException extends RuntimeException implements Serializable


Package com.bea.wsrp.application.search

Class com.bea.wsrp.application.search.ProducerInfoSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

_filterMethod

FilterMethod _filterMethod

_filterString

String _filterString

Package com.bea.wsrp.consumer.controls

Class com.bea.wsrp.consumer.controls.ProxyPortletPresentationContext extends PortletPresentationContext implements Serializable


Package com.bea.wsrp.consumer.controls.backing

Class com.bea.wsrp.consumer.controls.backing.ProxyPortletBackingContext extends PortletBackingContext implements Serializable


Package com.bea.wsrp.consumer.management.book

Class com.bea.wsrp.consumer.management.book.ProxyBookManagerException extends ProxyResourceManagerException implements Serializable


Package com.bea.wsrp.consumer.management.common

Class com.bea.wsrp.consumer.management.common.ProxyResourceId extends Object implements Serializable

Serialized Form fields

id

int id

Class com.bea.wsrp.consumer.management.common.ProxyResourceManagerException extends Exception implements Serializable


Package com.bea.wsrp.consumer.management.page

Class com.bea.wsrp.consumer.management.page.ProxyPageManagerException extends ProxyResourceManagerException implements Serializable


Package com.bea.wsrp.consumer.management.portlet

Class com.bea.wsrp.consumer.management.portlet.BulkOperationNotSupportedException extends BulkPortletManagerException implements Serializable

Class com.bea.wsrp.consumer.management.portlet.BulkPortletManagerException extends Exception implements Serializable

Class com.bea.wsrp.consumer.management.portlet.ExportBatchTooLargeException extends BulkPortletManagerException implements Serializable

Class com.bea.wsrp.consumer.management.portlet.ProxyPortletInfo extends Object implements Serializable

Serialized Form fields

producerHandle

String producerHandle

portletHandle

String portletHandle

stateChangeFlag

byte stateChangeFlag

requiresUrlTemplates

boolean requiresUrlTemplates

templatesStoredInSession

boolean templatesStoredInSession

proxyPortletId

int proxyPortletId

portletState

byte[] portletState

deleteErrorCause

String deleteErrorCause

producerOfferedPortlet

boolean producerOfferedPortlet

producerRemovable

boolean producerRemovable

Class com.bea.wsrp.consumer.management.portlet.ProxyPortletManagerException extends Exception implements Serializable


Package com.bea.wsrp.consumer.management.producer

Class com.bea.wsrp.consumer.management.producer.ProducerAlreadyExistsException extends ProducerManagerException implements Serializable

Class com.bea.wsrp.consumer.management.producer.ProducerAlreadyRegisteredException extends ProducerManagerException implements Serializable

Class com.bea.wsrp.consumer.management.producer.ProducerManagerException extends Exception implements Serializable

Class com.bea.wsrp.consumer.management.producer.RegistrationNotSupportedException extends ProducerManagerException implements Serializable


Package com.bea.wsrp.ext.holders

Class com.bea.wsrp.ext.holders.NamedStringArray extends AbstractList<NamedStringArray.NamedString> implements Serializable

serialVersionUID: 373656583L

Serialized Form methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Override default serialization

Throws
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Override default serialization

Throws
IOException
Serialized Form fields

payload

Element payload

list

List<E> list

Class com.bea.wsrp.ext.holders.NamedStringArray.NamedString extends Object implements Serializable

serialVersionUID: 373656583L

Serialized Form methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Override default serialization

Throws
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Override default serialization

Throws
IOException
Serialized Form fields

name

String name

value

String value

Class com.bea.wsrp.ext.holders.SimpleStateHolder extends Object implements Serializable

Serialized Form fields

data

HashMap<K,V> data

Class com.bea.wsrp.ext.holders.XmlPayload extends Object implements Serializable

Serialized Form fields

payload

Element payload

type

QName type

Package com.bea.wsrp.faults

Class com.bea.wsrp.faults.AccessDeniedException extends TransportException implements Serializable

Class com.bea.wsrp.faults.ExportByValueNotSupportedException extends TransportException implements Serializable

Class com.bea.wsrp.faults.ExportNoLongerValidException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InconsistentParametersException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidCookieException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidHandleException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidRegistrationException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidSessionException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidUserCategoryException extends TransportException implements Serializable

Class com.bea.wsrp.faults.MissingParametersException extends TransportException implements Serializable

Class com.bea.wsrp.faults.ModifyRegistrationRequiredException extends TransportException implements Serializable

Class com.bea.wsrp.faults.OperationFailedException extends TransportException implements Serializable

Class com.bea.wsrp.faults.OperationNotSupportedException extends TransportException implements Serializable

Class com.bea.wsrp.faults.PortletStateChangeRequiredException extends TransportException implements Serializable

Class com.bea.wsrp.faults.ResourceSuspendedException extends TransportException implements Serializable

Class com.bea.wsrp.faults.TransportException extends RemoteException implements Serializable

Serialized Form fields

faultCode

QName faultCode

faultString

String faultString

detailStackTrace

String detailStackTrace

faultElement

Element faultElement

fault

org.xmlsoap.schemas.soap.envelope.Fault fault

Class com.bea.wsrp.faults.UnsupportedLocaleException extends TransportException implements Serializable

Class com.bea.wsrp.faults.UnsupportedMimeTypeException extends TransportException implements Serializable

Class com.bea.wsrp.faults.UnsupportedModeException extends TransportException implements Serializable

Class com.bea.wsrp.faults.UnsupportedWindowStateException extends TransportException implements Serializable


Package com.bea.wsrp.model

Package com.bea.wsrp.model.events

Package com.bea.wsrp.model.markup

Package com.bea.wsrp.registry

Class com.bea.wsrp.registry.PortletRegistryException extends Exception implements Serializable


Package com.bea.wsrp.registry.entries

Class com.bea.wsrp.registry.entries.BaseEntry extends Object implements Serializable

Serialized Form fields

name

String name

title

String title

description

String description

businessKey

javax.xml.registry.infomodel.Key businessKey

keywords

Map<K,V> keywords

serviceKey

javax.xml.registry.infomodel.Key serviceKey

Class com.bea.wsrp.registry.entries.BookEntry extends RegistryEntry implements Serializable

Class com.bea.wsrp.registry.entries.PageEntry extends RegistryEntry implements Serializable

Class com.bea.wsrp.registry.entries.PortletEntry extends RegistryEntry implements Serializable

Class com.bea.wsrp.registry.entries.ProducerEntry extends BaseEntry implements Serializable

Serialized Form fields

wsdlUrl

String wsdlUrl

Class com.bea.wsrp.registry.entries.RegistryEntry extends BaseEntry implements Serializable

Serialized Form fields

handle

String handle

producerServiceKey

javax.xml.registry.infomodel.Key producerServiceKey

producer

ProducerEntry producer

Package com.bea.wsrp.registry.find

Class com.bea.wsrp.registry.find.FinderException extends PortletRegistryException implements Serializable


Package com.bea.wsrp.services.registration

Class com.bea.wsrp.services.registration.MissingParameterException extends RuntimeException implements Serializable


Package com.bea.wsrp.userproperty

Class com.bea.wsrp.userproperty.PropertyMapKeyImpl extends Object implements Serializable

serialVersionUID: 3256725082645476921L

Serialized Form fields

propertySetName

String propertySetName

propertyName

String propertyName

toString

String toString

hash

int hash

Package com.bea.wsrp.util

Class com.bea.wsrp.util.UnsupportedContentTypeException extends RuntimeException implements Serializable


Package com.beasys.commerce.foundation.expression

Class com.beasys.commerce.foundation.expression.CriteriaHome extends Object implements Serializable

Class com.beasys.commerce.foundation.expression.CriteriaImpl extends ExpressionImpl implements Serializable

Serialized Form fields

criteria

Object criteria
Deprecated 
The criteria value.


property

String property
Deprecated 
The property name.


scope

String scope
Deprecated 
The property scope.


comparator

String comparator
Deprecated 
The comparision operator.

Class com.beasys.commerce.foundation.expression.ExpressionHome extends Object implements Serializable

Class com.beasys.commerce.foundation.expression.ExpressionImpl extends Object implements Serializable

Serialized Form fields

not

boolean not
Deprecated 
Specifies if this is a negative logical expression.

Class com.beasys.commerce.foundation.expression.LogicalHome extends Object implements Serializable

Class com.beasys.commerce.foundation.expression.LogicalImpl extends ExpressionImpl implements Serializable

Serialized Form fields

children

Collection<E> children
Deprecated 
The list of children Expressions.


logical

String logical
Deprecated 
The boolean logical operator.

Class com.beasys.commerce.foundation.expression.SearchHome extends Object implements Serializable

Class com.beasys.commerce.foundation.expression.SearchImpl extends Object implements Serializable

Serialized Form fields

maxReturn

long maxReturn
Deprecated 
The maximum number of objects to return.


sort

String sort
Deprecated 
The sorting criteria


expression

Expression expression
Deprecated 
The search expression.


Package com.beasys.commerce.util

Class com.beasys.commerce.util.ExpressionHelper.ParseException extends IllegalArgumentException implements Serializable

Serialized Form fields

line

int line
The line number of the error.

Less than 0 for unknown.


column

int column
The column number of the error.

Less than 0 for unknown.


token

String token
The possible error token.

Null for unknown.


Package com.oracle.producer.spi

Class com.oracle.producer.spi.WSRPFaultException extends Exception implements Serializable

Serialized Form fields

fault

String fault

Package javax.portlet

Class javax.portlet.PortletException extends Exception implements Serializable

serialVersionUID: 1L

Class javax.portlet.PortletModeException extends PortletException implements Serializable

serialVersionUID: 1L

Class javax.portlet.PortletSecurityException extends PortletException implements Serializable

serialVersionUID: 1L

Class javax.portlet.ReadOnlyException extends PortletException implements Serializable

serialVersionUID: 1L

Class javax.portlet.UnavailableException extends PortletException implements Serializable

serialVersionUID: 1L

Serialized Form fields

permanent

boolean permanent

seconds

int seconds

Class javax.portlet.ValidatorException extends PortletException implements Serializable

serialVersionUID: 1L

Class javax.portlet.WindowStateException extends PortletException implements Serializable

serialVersionUID: 1L


Package org.apache.beehive.netui.pageflow.scoping.internal

Class org.apache.beehive.netui.pageflow.scoping.internal.ScopedSession extends ScopedAttributeContainer implements Serializable



Copyright © 2011, Oracle. All rights reserved.