Serialized Form
Package com.fatwire.assetapi.common |
exceptionEnum
AssetExceptionEnum exceptionEnum
exceptionEnum
AssetExceptionEnum exceptionEnum
Package com.fatwire.cs.core.db |
Class com.fatwire.cs.core.db.TransactionAbortException extends java.lang.Exception implements Serializable |
Package com.fatwire.cs.core.event |
Package com.fatwire.cs.core.search.engine |
Package com.fatwire.cs.core.search.query |
Package com.fatwire.cs.core.search.source |
Class com.fatwire.mda.DimensionException extends java.lang.Exception implements Serializable |
Package com.fatwire.services.beans |
Class com.fatwire.services.beans.AssetIdImpl extends AssetIdImpl implements Serializable |
serialVersionUID: -1167114438289016114L
serialVersionUID: -7828341969005884922L
Class com.fatwire.services.beans.BlobBean extends BaseBean implements Serializable |
serialVersionUID: 1L
filename
java.lang.String filename
bytes
byte[] bytes
tempObjectId
java.lang.String tempObjectId
blobId
java.lang.String blobId
serialVersionUID: 5233203372872357115L
response
ServiceResponse response
- Response object associated with this service bean.
entity
java.lang.Object entity
- Entity associated with this service bean.
serialVersionUID: -2939414071889278460L
messages
java.util.List<E> messages
- Messages describing this response.
severity
java.lang.String severity
- Severity of this error condition.
- See Also:
ServiceResponse.Severity
status
java.lang.Integer status
- Response status associated with this response.
Class com.fatwire.services.beans.ThumbnailBean extends BaseBean implements Serializable |
serialVersionUID: 1L
assetType
java.lang.String assetType
assetSubType
java.lang.String assetSubType
element
java.lang.String element
imageAttribute
java.lang.String imageAttribute
Package com.fatwire.services.beans.asset |
serialVersionUID: -6734764134401199623L
approved
boolean approved
true
if asset is approved or held, false
otherwise.
asset
AssetId asset
- The asset whose approval state is represented by this.
targetId
java.lang.Long targetId
- The id of the destination target where publication of
ApprovalBean.asset
is
being attempted.
blockingAssets
java.util.List<E> blockingAssets
- List of blocking assets.
lastPublished
java.util.Date lastPublished
- Date at which
ApprovalBean.asset
was last published.
details
java.lang.String details
- approval detail
serialVersionUID: -6596871943145528712L
id
AssetId id
- Unique identifier for this asset
name
java.lang.String name
- Name of this asset, a unique value within the same type of assets.
description
java.lang.String description
- Description of the asset used typically in the UI context.
type
TypeBean type
- Type of this asset.
attributes
java.util.List<E> attributes
- List of attributes
serialVersionUID: 8792748188633327637L
success
boolean success
refreshKeys
java.util.List<E> refreshKeys
assetData
AssetData assetData
serialVersionUID: 5031519980588674345L
name
java.lang.String name
- Name of the attribute.
data
java.util.List<E> data
- Data preserved by this attribute.
overwriteData
java.lang.Boolean overwriteData
- Flag to determine if data can be over-written in an attribute.
serialVersionUID: -3152146495512845991L
permitted
java.lang.Boolean permitted
true
if this instance asserts Authorization for an asset
operation.
asset
AssetId asset
- Asset identifier for the asset on which the permission is checked.
serialVersionUID: 7870532151966952159L
type
java.lang.String type
- Type of an asset.
subType
java.lang.String subType
- Sub-type of an asset.
tracked
java.lang.Boolean tracked
- Flag to indicate if this asset type is revision tracked.
flex
java.lang.Boolean flex
- Flag to indicate if this asset type is a flex asset.
assetTypeDescription
java.lang.String assetTypeDescription
- Description of assetType
serialVersionUID: 7153974720821887450L
assetId
AssetId assetId
- Asset whose version life cycle is being tracked.
version
int version
- Current version of
#asset
from its revision history.
comment
java.lang.String comment
- Comment from a user describing changes to a new version.
checkedOutDate
java.util.Date checkedOutDate
- Date when this asset was checked out.
lockedBy
UserBean lockedBy
- User who is locking
#asset
.
Package com.fatwire.services.beans.asset.authorization |
serialVersionUID: -373992701629756362L
user
UserBean user
- A user.
asset
AssetId asset
- An asset.
site
SiteBean site
- A publication instance.
function
java.lang.String function
- A function attempted on
AuthorizationRequestBean.asset
.
failFast
java.lang.Boolean failFast
Flag to set fail fast criterion.
Set to true if the service should perform an early return upon the first
failure or error condition.
serialVersionUID: 6307459853102560655L
references
java.util.List<E> references
- List of assets referencing an asset.
destinations
java.util.List<E> destinations
- List of destinations for which an asset is the publication initiation
point.
sharedWithAllsites
java.lang.Boolean sharedWithAllsites
Flag indicating if an asset is shared with all sites.
serialVersionUID: -9074906321416697684L
lockedBy
UserBean lockedBy
- User locking this asset, hence preventing a modification operation.
tracked
boolean tracked
checkedOut
boolean checkedOut
locked
boolean locked
asset
AssetId asset
Package com.fatwire.services.beans.asset.basic |
serialVersionUID: -5402124012077433880L
serialVersionUID: -3067673273327524701L
serialVersionUID: 4627325001624427406L
includedAsset
AssetId includedAsset
- The asset included in this slot.
Package com.fatwire.services.beans.asset.basic.template |
serialVersionUID: -2193037719205692067L
name
java.lang.String name
- Name of this template argument.
description
java.lang.String description
- Description for this template argument.
values
java.util.Map<K,V> values
- Map of argument value and its corresponding description.
serialVersionUID: 2321174468900981810L
templateType
TemplateBean.Type templateType
- Type of this template.
tname
java.lang.String tname
pageName
java.lang.String pageName
typeless
boolean typeless
thumbnailUrl
java.lang.String thumbnailUrl
- relative path of the thumbnail.
serialVersionUID: -5505684667616425115L
count
java.lang.Integer count
- Count of the maximum number of templates that could be fetched from the
server against a specific query for templates.
templates
java.util.List<E> templates
- List of templates returned as a paged result.
Package com.fatwire.services.beans.entity |
serialVersionUID: -8707952871476350016L
assetId
AssetId assetId
createDate
java.lang.String createDate
serialVersionUID: -6704203446472762442L
asset
AssetId asset
- Asset whose assignment life cycle is represented by this.
workflowState
java.lang.String workflowState
- Free form workflow state in which
AssignmentBean.asset
is currently in.
dueDate
java.util.Date dueDate
- Date by which this assignment is due by the current user.
deadlocked
java.lang.Boolean deadlocked
Flag indicating if this asset is in deadlock state in a workflow.
true
value indicates deadlock.
assigner
UserBean assigner
- The user who has last assigned the asset into a workflow step.
comment
java.lang.String comment
- Comment by
AssignmentBean.assigner
for the action to perform in the current
step of a workflow.
serialVersionUID: 3665132610557896845L
id
long id
- Identifier for this destination.
name
java.lang.String name
- Name of this destination.
type
DestinationBean.Type type
- Type of this destination.
serialVersionUID: -8774863570624119383L
name
java.lang.String name
- Name of the role.
serialVersionUID: -7125162638460233479L
id
long id
- Identifier for this site (although both the name and this abstract
numeric identifier
name
java.lang.String name
- Name of this site
description
java.lang.String description
- Description of this site.
previewAsset
AssetId previewAsset
- Identifier for the default preview asset.
serialVersionUID: -1094631883969439634L
id
java.lang.Long id
- Unique identifier for this start menu item.
name
java.lang.String name
- Name of this start menu item.
description
java.lang.String description
- Description of this start menu item.
defaultLayout
java.lang.String defaultLayout
type
StartMenuBean.Type type
- Type of this start menu item.
assetType
TypeBean assetType
- Asset type for which instances (assets) can be accessed using this start
menu.
workflow
WorkflowBean workflow
- Workflow associated with this start menu item.
serialVersionUID: -8704812169222271513L
nodeId
java.lang.String nodeId
assetType
java.lang.String assetType
type
java.lang.String type
id
java.lang.String id
name
java.lang.String name
refreshKey
java.lang.String refreshKey
isLeaf
boolean isLeaf
loadUrl
java.lang.String loadUrl
browseUrl
java.lang.String browseUrl
executeUrl
java.lang.String executeUrl
parentId
java.lang.String parentId
iconUrl
java.lang.String iconUrl
okAction
java.lang.String okAction
subtype
java.lang.String subtype
children
java.lang.String children
index
int index
startQpnt
int startQpnt
nodeType
java.lang.String nodeType
maxNodes
java.lang.String maxNodes
totalNodes
java.lang.String totalNodes
executeFunction
java.lang.String executeFunction
OkFunctions
java.lang.String OkFunctions
serialVersionUID: 1820740204687548364L
id
java.lang.String id
- Unique identifier for this user
name
java.lang.String name
- Name of this user, also serves as a unique identifier.
locale
java.lang.String locale
- Locale of this user.
serialVersionUID: 5415335510451951235L
processId
long processId
- Process Id or the unique identifier associated with this workflow.
stepId
long stepId
- Identifier for the step in which an asset is in the current workflow.
action
WorkflowBean.Action action
- Action associated with this step of the workflow.
roleUserMapping
java.util.Map<K,V> roleUserMapping
- The role-user mapping for this workflow step. The map contains roles as
the key and the list of all users in a given site who have the role
assigned to them, as the value.
Package com.fatwire.services.beans.search |
serialVersionUID: 1L
searchText
java.lang.String searchText
assetType
java.lang.String assetType
assetTypeConfig
java.lang.String assetTypeConfig
configName
java.lang.String configName
searchView
java.lang.String searchView
assetSubType
java.lang.String assetSubType
sort
java.lang.String sort
defaultSortColumn
java.lang.String defaultSortColumn
defaultSortOrder
java.lang.String defaultSortOrder
rows
java.lang.String rows
searchType
java.lang.String searchType
saveSearchId
java.lang.String saveSearchId
keyword
java.lang.String keyword
locale
java.lang.String locale
author
java.lang.String author
assetName
java.lang.String assetName
assetId
java.lang.String assetId
description
java.lang.String description
startMenuId
java.lang.String startMenuId
modified
java.lang.String modified
modifiedFrom
java.lang.String modifiedFrom
modifiedTo
java.lang.String modifiedTo
attributes
java.lang.Object[] attributes
browseUrl
java.lang.String browseUrl
tree
java.lang.String tree
browse
boolean browse
serialVersionUID: 1L
id
long id
name
java.lang.String name
userName
java.lang.String userName
searchCriteria
SearchCriteria searchCriteria
roles
java.util.List<E> roles
siteId
java.lang.Long siteId
frontPage
SmartList.SearchType frontPage
Package com.fatwire.services.exception |
serialVersionUID: -8421768936284590175L
Class com.fatwire.services.exception.LocalizedSevicesException extends ServiceException implements Serializable |
_key
java.lang.String _key
_locale
java.util.Locale _locale
parameters
java.util.Map<K,V> parameters
serialVersionUID: -6275307946305438873L
Class com.fatwire.services.exception.TagsException extends java.lang.Exception implements Serializable |
serialVersionUID: -6275307946305438873L
Class com.fatwire.services.exception.ValidationException extends java.lang.Exception implements Serializable |
serialVersionUID: 1L
Package com.fatwire.transformer.common |
serialVersionUID: 1L
Package com.fatwire.wem.sso |
Class com.fatwire.wem.sso.InvalidTicketException extends SSOException implements Serializable |
serialVersionUID: -7825273285162442458L
serialVersionUID: -4883102410791854946L
Package COM.FutureTense.Access |
Package COM.FutureTense.Apps.Util |
Class COM.FutureTense.Apps.Util.CatalogColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable |
Class COM.FutureTense.Apps.Util.CatalogTableModel extends javax.swing.table.AbstractTableModel implements Serializable |
rowdata
java.lang.Object[][] rowdata
colnames
java.lang.String[] colnames
m_nLastColumnSorted
int m_nLastColumnSorted
m_nSortColumn
int m_nSortColumn
m_bColIsNumber
boolean m_bColIsNumber
m_bSortAsending
boolean[] m_bSortAsending
m_listSelectionModel
javax.swing.ListSelectionModel m_listSelectionModel
m_tabledata
COM.FutureTense.Util.TableData m_tabledata
m_vSortVector
java.util.Vector<E> m_vSortVector
Class COM.FutureTense.Apps.Util.EditPassWordDialog extends javax.swing.JDialog implements Serializable |
fComponentsAdjusted
boolean fComponentsAdjusted
currentPasswordLabel
javax.swing.JLabel currentPasswordLabel
currentPasswordValue
javax.swing.JPasswordField currentPasswordValue
pword2Label
javax.swing.JLabel pword2Label
pword1Label
javax.swing.JLabel pword1Label
pword2
javax.swing.JPasswordField pword2
pword1
javax.swing.JPasswordField pword1
okButton
javax.swing.JButton okButton
closebutton
javax.swing.JButton closebutton
bOK
boolean bOK
Class COM.FutureTense.Apps.Util.FillinDialog extends javax.swing.JDialog implements Serializable |
valTexts
java.util.Vector<E> valTexts
okButton
javax.swing.JButton okButton
noButton
javax.swing.JButton noButton
bNoButton
boolean bNoButton
values
java.lang.String[] values
titles
java.lang.String[] titles
ntitles
int ntitles
parent
java.awt.Frame parent
Class COM.FutureTense.Apps.Util.FParams extends java.util.Hashtable implements Serializable |
Class COM.FutureTense.Apps.Util.JAboutDialog extends COM.FutureTense.Apps.Util.MessageDialog implements Serializable |
Class COM.FutureTense.Apps.Util.MessageDialog extends javax.swing.JDialog implements Serializable |
okButton
javax.swing.JButton okButton
Class COM.FutureTense.Apps.Util.PasswordDialog extends javax.swing.JDialog implements Serializable |
oldPort
java.lang.String oldPort
btnchoices
java.util.Vector<E> btnchoices
vStockURLs
java.util.Vector<E> vStockURLs
btnindex
int btnindex
options
java.lang.String[] options
sCustomURLValue
java.lang.String sCustomURLValue
bOK
boolean bOK
mUseIniFileField
boolean mUseIniFileField
mJFileChooser
javax.swing.JFileChooser mJFileChooser
mJFrame
javax.swing.JFrame mJFrame
fComponentsAdjusted
boolean fComponentsAdjusted
serverName
javax.swing.JLabel serverName
serverNameValue
javax.swing.JTextField serverNameValue
serverPortValue
javax.swing.JTextField serverPortValue
nameLabel
javax.swing.JLabel nameLabel
passwordLabel
javax.swing.JLabel passwordLabel
userName
javax.swing.JTextField userName
iniFile
javax.swing.JTextField iniFile
iniLabel
javax.swing.JLabel iniLabel
userPassword
javax.swing.JPasswordField userPassword
okButton
javax.swing.JButton okButton
closebutton
javax.swing.JButton closebutton
buttonGroup
javax.swing.ButtonGroup buttonGroup
secureButtonGroup
javax.swing.ButtonGroup secureButtonGroup
customURLValue
javax.swing.JTextField customURLValue
customURLButton
javax.swing.JRadioButton customURLButton
secureLabel
javax.swing.JLabel secureLabel
secureYesRadioButton
javax.swing.JRadioButton secureYesRadioButton
secureNoRadioButton
javax.swing.JRadioButton secureNoRadioButton
Class COM.FutureTense.Apps.Util.QuestionDialog extends javax.swing.JDialog implements Serializable |
bYes
boolean bYes
mbSetYesAsDefault
boolean mbSetYesAsDefault
yesButton
javax.swing.JButton yesButton
noButton
javax.swing.JButton noButton
titlelable
javax.swing.JLabel titlelable
Package COM.FutureTense.Interfaces |
serialVersionUID: 418696945952737381L
readObject
public void readObject(java.io.ObjectInputStream oObjectInputStream,
boolean fileNameOnly)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Method to read a serialized object from an input stream
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- 5.0
readObject
public void readObject(java.io.ObjectInputStream oObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Method to read a serialized object from an input stream
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
- Since:
- 5.0
writeObject
public void writeObject(java.io.ObjectOutputStream oObjectOutputStream,
boolean fileNameOnly)
throws java.io.IOException
- Method to write a serialized object to an output stream
- Throws:
java.io.IOException
- Since:
- 5.0
writeObject
public void writeObject(java.io.ObjectOutputStream oObjectOutputStream)
throws java.io.IOException
- Method to write a serialized object to an output stream
- Throws:
java.io.IOException
- Since:
- 5.0
vt
int vt
data
java.lang.Object data
bFile
boolean bFile
Class COM.FutureTense.Interfaces.FTValMap extends java.util.HashMap<java.lang.String,FTVAL> implements Serializable |
Package COM.FutureTense.Util |
Class COM.FutureTense.Util.ftErrorsException extends java.lang.Exception implements Serializable |
m_nErrorCode
int m_nErrorCode
m_bResult
boolean m_bResult
m_nErrorReason
int m_nErrorReason
m_aErrorDetails
java.lang.String[] m_aErrorDetails
Class COM.FutureTense.Util.PastramiException extends java.lang.Exception implements Serializable |
serialVersionUID: 1L
mPattern
java.lang.String mPattern
mMonths
java.util.List<E> mMonths
mDayOfWeeks
java.util.List<E> mDayOfWeeks
mDayOfMonths
java.util.List<E> mDayOfMonths
mHours
java.util.List<E> mHours
mMinutes
java.util.List<E> mMinutes
mSeconds
java.util.List<E> mSeconds
Package COM.FutureTense.XML.Post |
errno
int errno
response
java.lang.String response
codes
COM.FutureTense.Util.ftStatusCode codes
Package COM.FutureTense.XML.Template |
Class COM.FutureTense.XML.Template.FTRuntimeError extends java.lang.Exception implements Serializable |
Class COM.FutureTense.XML.Template.FTUserStop extends java.lang.Exception implements Serializable |
Package com.openmarket.basic.interfaces |
Class com.openmarket.basic.interfaces.AssetException extends java.lang.Exception implements Serializable |
Class com.openmarket.basic.interfaces.CompositeString extends java.lang.Object implements Serializable |
objectArray
java.lang.Object[] objectArray
Package com.openmarket.gator.flexfilters |
Class com.openmarket.gator.flexfilters.FlexFilterInstance extends com.openmarket.assetframework.common.TransactionalAssetInstance implements Serializable |
arguments
java.util.Hashtable<K,V> arguments
Class com.openmarket.gator.flexfilters.FlexFilterTypeDescriptor extends com.openmarket.assetframework.complexasset.ComplexAssetTypeDescriptor implements Serializable |
attr
java.lang.String attr
Package com.openmarket.gator.interfaces |
Class com.openmarket.gator.interfaces.AssetRList.MyIList extends com.openmarket.basic.common.BaseList implements Serializable |
referenceList
IListBasic referenceList
rows
java.util.Vector<E> rows
Class com.openmarket.gator.interfaces.RepresentationException extends java.lang.Exception implements Serializable |
Package com.openmarket.xcelerate.asset |
Class com.openmarket.xcelerate.asset.Application extends com.openmarket.assetmaker.asset.AMAsset implements Serializable |
serialVersionUID: -268972761063457287L
Class com.openmarket.xcelerate.asset.Asset extends com.openmarket.framework.objects.AbstractObject implements Serializable |
serialVersionUID: -2829040431053019749L
undoCheckout
boolean undoCheckout
ics
ICS ics
theAssetType
com.openmarket.xcelerate.asset.AssetType theAssetType
m_oAbstractNode
com.openmarket.framework.objects.AbstractNode m_oAbstractNode
m_bMayHaveAbstractNode
boolean m_bMayHaveAbstractNode
m_loadoption
int m_loadoption
m_bChildrenLoaded
boolean m_bChildrenLoaded
m_AssetAssociations
com.openmarket.xcelerate.asset.AssetAssociations m_AssetAssociations
m_bAssetPubLoaded
boolean m_bAssetPubLoaded
pendingPubList
java.util.Hashtable<K,V> pendingPubList
m_tags
java.util.List<E> m_tags
m_RatingValues
com.openmarket.xcelerate.common.AssetRatingValues m_RatingValues
m_DimensionValues
com.openmarket.xcelerate.common.AssetDimensionValues m_DimensionValues
m_DimParentValues
com.openmarket.xcelerate.common.DimGroupValues m_DimParentValues
m_bForceNotNew
boolean m_bForceNotNew
Class com.openmarket.xcelerate.asset.AssetAssociation extends java.lang.Object implements Serializable |
serialVersionUID: -8756272335686650747L
rank
int rank
childid
java.lang.Long childid
childtype
java.lang.String childtype
code
java.lang.String code
nid
java.lang.Long nid
Class com.openmarket.xcelerate.asset.AssetAssociations extends java.lang.Object implements Serializable |
serialVersionUID: 881437963689457089L
pendingAdds
java.util.HashMap<K,V> pendingAdds
serialVersionUID: 6607682949129586795L
_assetType
java.lang.String _assetType
_assetId
long _assetId
Class com.openmarket.xcelerate.asset.AssetList extends java.util.HashSet implements Serializable |
Class com.openmarket.xcelerate.asset.AssetType extends com.openmarket.framework.objects.AbstractObject implements Serializable |
serialVersionUID: -1612297755179066218L
Class com.openmarket.xcelerate.asset.AssetTypeDescriptor extends java.lang.Object implements Serializable |
serialVersionUID: -9134127139001518393L
assettype
java.lang.String assettype
plural
java.lang.String plural
logic
java.lang.String logic
description
java.lang.String description
usesearchindex
java.lang.String usesearchindex
indexfile
java.lang.String indexfile
urldescriptorspec
java.lang.String urldescriptorspec
urldescriptordata
byte[] urldescriptordata
canbechild
java.lang.String canbechild
uid
java.lang.String uid
useDimension
java.lang.String useDimension
Class com.openmarket.xcelerate.asset.Association extends com.openmarket.framework.objects.AbstractObject implements Serializable |
serialVersionUID: -1945611947345464166L
Class com.openmarket.xcelerate.asset.BulkAsset extends com.openmarket.xcelerate.asset.Asset implements Serializable |
serialVersionUID: -8473972822431908801L
Class com.openmarket.xcelerate.asset.Collection extends com.openmarket.xcelerate.asset.BulkAsset implements Serializable |
serialVersionUID: -9213771013927718964L
Class com.openmarket.xcelerate.asset.CSElementInstance extends com.openmarket.assetframework.complexasset.ComplexAsset implements Serializable |
serialVersionUID: -5803309044214841774L
argStruct
com.openmarket.xcelerate.common.ArgStruct argStruct
cvals
com.openmarket.xcelerate.common.CompositionValues cvals
mapValues
com.openmarket.xcelerate.common.MapValues mapValues
element
com.openmarket.xcelerate.interfaces.IElementCatalogEntry element
useExistingEC
boolean useExistingEC
columnList
FTValList columnList
Class com.openmarket.xcelerate.asset.DimensionAssetInstance extends com.openmarket.xcelerate.asset.BulkAsset implements Serializable |
serialVersionUID: 7902353330162083038L
Class com.openmarket.xcelerate.asset.DimensionSetInstanceImpl extends com.openmarket.xcelerate.asset.BulkAsset implements Serializable |
serialVersionUID: 6135184448286619838L
enabledDimensions
com.openmarket.xcelerate.common.DimSetEnabledDimensionValues enabledDimensions
Class com.openmarket.xcelerate.asset.Link extends com.openmarket.xcelerate.asset.BulkAsset implements Serializable |
serialVersionUID: -582620661063523387L
Class com.openmarket.xcelerate.asset.Page extends com.openmarket.xcelerate.asset.BulkAsset implements Serializable |
serialVersionUID: -2143694670408998398L
m_oNode
com.openmarket.xcelerate.site.SitePlanNode m_oNode
Class com.openmarket.xcelerate.asset.Query extends com.openmarket.xcelerate.asset.BulkAsset implements Serializable |
serialVersionUID: -948409076272226103L
Class com.openmarket.xcelerate.asset.RecommendedAssetIdImpl extends AssetIdImpl implements Serializable |
serialVersionUID: 7707682949129586795L
confidence
int confidence
rating
int rating
reason
java.lang.String reason
Class com.openmarket.xcelerate.asset.SiteEntryInstance extends com.openmarket.assetframework.complexasset.ComplexAsset implements Serializable |
serialVersionUID: 6761419570125081551L
scEntry
com.openmarket.xcelerate.interfaces.ISiteCatalogEntry scEntry
useExistingSC
boolean useExistingSC
Class com.openmarket.xcelerate.asset.TemplateInstance extends com.openmarket.assetframework.complexasset.ComplexAsset implements Serializable |
serialVersionUID: 3591457407807850349L
m_iSubtype
com.openmarket.xcelerate.interfaces.ISubtypeList m_iSubtype
argStruct
com.openmarket.xcelerate.common.ArgStruct argStruct
compValues
com.openmarket.xcelerate.common.CompositionValues compValues
siteCatalogRows
com.openmarket.xcelerate.interfaces.ISiteCatalogList siteCatalogRows
elements
com.openmarket.xcelerate.common.ElementCatalogList elements
calledValues
com.openmarket.xcelerate.common.CalledValues calledValues
thumbnailValues
com.openmarket.xcelerate.common.ThumbnailValues thumbnailValues
mapValues
com.openmarket.xcelerate.common.MapValues mapValues
pubnames
java.lang.String[] pubnames
useExistingElement
boolean useExistingElement
acl
java.lang.String acl
pagecriteria
java.util.HashSet<E> pagecriteria
Class com.openmarket.xcelerate.asset.View extends com.openmarket.assetmaker.asset.AMAsset implements Serializable |
serialVersionUID: -764372661063523387L
Package com.openmarket.xcelerate.common |
Class com.openmarket.xcelerate.common.ArgStruct extends java.lang.Object implements Serializable |
serialVersionUID: 3392604681080086612L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
myargs
java.util.Hashtable<K,V> myargs
Class com.openmarket.xcelerate.common.ArgStruct.ArgItem extends java.lang.Object implements Serializable |
serialVersionUID: -8692986125535207119L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
description
java.lang.String description
argvalues
java.util.Hashtable<K,V> argvalues
Class com.openmarket.xcelerate.common.ArgumentList extends java.lang.Object implements Serializable |
serialVersionUID: 5750717485891321504L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
hashtable
java.util.Hashtable<K,V> hashtable
Class com.openmarket.xcelerate.common.ArgumentList.Argument extends java.lang.Object implements Serializable |
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
argName
java.lang.String argName
argValue
java.lang.String argValue
Class com.openmarket.xcelerate.common.AssetDimensionValues extends java.lang.Object implements Serializable |
serialVersionUID: 326173356163476301L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
setAssetIds
java.util.SortedSet<E> setAssetIds
comparator
com.openmarket.xcelerate.common.DimensionNameComparator comparator
setDimensions
java.util.SortedSet<E> setDimensions
Class com.openmarket.xcelerate.common.AssetRatingValues extends java.lang.Object implements Serializable |
serialVersionUID: 192476178495593768L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
ratings
java.util.List<E> ratings
Class com.openmarket.xcelerate.common.AssetRatingValues.AssetRating extends java.lang.Object implements Serializable |
serialVersionUID: -1077484088117460274L
segId
java.lang.String segId
inRating
java.lang.String inRating
outRating
java.lang.String outRating
Class com.openmarket.xcelerate.common.CalledValues extends java.lang.Object implements Serializable |
serialVersionUID: 329062156510721575L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
hashtable
java.util.Hashtable<K,V> hashtable
Class com.openmarket.xcelerate.common.CompositionValues extends java.lang.Object implements Serializable |
serialVersionUID: -62319270498261699L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
compEntries
java.util.Hashtable<K,V> compEntries
Class com.openmarket.xcelerate.common.CompositionValues.CompositionKey extends java.lang.Object implements Serializable |
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
site
java.lang.String site
context
java.lang.String context
Class com.openmarket.xcelerate.common.CompositionValues.CompositionVals extends java.lang.Object implements Serializable |
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
assettype
java.lang.String assettype
assetid
java.lang.String assetid
tname
java.lang.String tname
theme
java.lang.String theme
targs
com.openmarket.xcelerate.interfaces.IArgumentList targs
Class com.openmarket.xcelerate.common.DimGroupValues extends java.lang.Object implements Serializable |
serialVersionUID: 2156373573074117744L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
set
java.util.HashSet<E> set
serialVersionUID: -5035761704475739348L
group
java.lang.String group
parent
AssetId parent
Class com.openmarket.xcelerate.common.DimSetEnabledDimensionValues extends java.lang.Object implements Serializable |
serialVersionUID: -3235532054559012844L
readObject
public void readObject(ICS arg0,
java.io.ObjectInputStream arg1)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
setAssetIds
java.util.SortedSet<E> setAssetIds
setDimensions
java.util.SortedSet<E> setDimensions
Class com.openmarket.xcelerate.common.ElementCatalogEntry extends java.lang.Object implements Serializable |
serialVersionUID: -956205671939196788L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
elementname
java.lang.String elementname
description
java.lang.String description
resdetails1
java.lang.String resdetails1
resdetails2
java.lang.String resdetails2
urlFileSpec
java.lang.String urlFileSpec
urlFileData
java.lang.String urlFileData
theme
java.lang.String theme
Class com.openmarket.xcelerate.common.ElementCatalogList extends java.lang.Object implements Serializable |
serialVersionUID: -5325790906878331L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
hashtable
java.util.Hashtable<K,V> hashtable
COLON
java.lang.String COLON
ELEMENTCATALOG
java.lang.String ELEMENTCATALOG
ELEMENTNAME
java.lang.String ELEMENTNAME
Class com.openmarket.xcelerate.common.MapValues extends java.lang.Object implements Serializable |
serialVersionUID: -5932033328912649337L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
valueMap2
java.util.HashMap<K,V> valueMap2
Class com.openmarket.xcelerate.common.MapValues.KeyValue extends java.lang.Object implements Serializable |
serialVersionUID: 7122789454734677371L
type
java.lang.String type
value
java.lang.String value
Class com.openmarket.xcelerate.common.MapValues.SiteKey extends java.lang.Object implements Serializable |
serialVersionUID: -92618171136231895L
siteid
java.lang.Long siteid
key
java.lang.String key
Class com.openmarket.xcelerate.common.RoleList extends java.lang.Object implements Serializable |
serialVersionUID: -3482471096730167986L
hashtable
java.util.Hashtable<K,V> hashtable
Class com.openmarket.xcelerate.common.SiteCatalogEntry extends java.lang.Object implements Serializable |
serialVersionUID: 7190476979765833285L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
pd
COM.FutureTense.ContentServer.PageData pd
Class com.openmarket.xcelerate.common.SiteCatalogList extends java.lang.Object implements Serializable |
serialVersionUID: -7790531502257466240L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
hashtable
java.util.Hashtable<K,V> hashtable
Class com.openmarket.xcelerate.common.SiteList extends java.lang.Object implements Serializable |
serialVersionUID: 1162614497389845604L
hashtable
java.util.Hashtable<K,V> hashtable
Class com.openmarket.xcelerate.common.SubtypeList extends java.lang.Object implements Serializable |
serialVersionUID: -4658519125679070464L
vector
java.util.Vector<E> vector
subtype
java.lang.String subtype
Class com.openmarket.xcelerate.common.ThumbnailValues extends java.lang.Object implements Serializable |
serialVersionUID: -7974202658332303739L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
hashtable
java.util.Hashtable<K,V> hashtable
Class com.openmarket.xcelerate.common.ThumbnailValues.ThumbnailValue extends java.lang.Object implements Serializable |
serialVersionUID: 6914009433442212929L
readObject
public void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
data
FTVAL data
filename
java.lang.String filename
Class com.openmarket.xcelerate.common.TNameManager.ThumbList extends com.openmarket.basic.common.DoubleStringList implements Serializable |
filename
java.lang.String[] filename
filedata
FTVAL[] filedata
Class com.openmarket.xcelerate.common.TypeList extends java.lang.Object implements Serializable |
serialVersionUID: -7094280601720877044L
readObject
public void readObject(java.io.ObjectInput arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
public void writeObject(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
hashtable
java.util.Hashtable<K,V> hashtable
Package com.openmarket.xcelerate.interfaces |
Class com.openmarket.xcelerate.interfaces.LockException extends java.lang.Exception implements Serializable |
Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.