A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractAssembler - Class in com.fatwire.cs.core.uri
Base implementation of an Assembler.
AbstractAssembler() - Constructor for class com.fatwire.cs.core.uri.AbstractAssembler
Constructor.
AbstractAssembler.AssemblyContext - Class in com.fatwire.cs.core.uri
This class is a wrapper over the Definition object.
AbstractAssembler.AssemblyContext(Definition) - Constructor for class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Construct the simplest possible assembly context that wraps the input definition.
AbstractAssembler.DisassemblyContext - Class in com.fatwire.cs.core.uri
This class is a wrapper over the incoming URI that contains an accessor to arbitrary context parameters that extending classes can specify.
AbstractAssembler.DisassemblyContext(URI) - Constructor for class com.fatwire.cs.core.uri.AbstractAssembler.DisassemblyContext
 
aclExact - Static variable in class COM.FutureTense.Util.ftMessage
 
aclList - Static variable in class COM.FutureTense.Util.ftMessage
 
aclMask - Static variable in class COM.FutureTense.Util.ftMessage
 
aclName - Static variable in class COM.FutureTense.Util.ftMessage
 
aCurUserSessionVariables - Static variable in class COM.FutureTense.Util.ftMessage
 
AddACL(String, FTValList, FTValList) - Method in interface COM.FutureTense.Access.IManageUsers
 
addACL - Static variable in class COM.FutureTense.Util.ftMessage
 
addAssociation(String, List<AssetId>) - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
addAssociation(String, List<AssetId>) - Method in interface com.fatwire.assetapi.data.MutableAssetData
Adds an associations by a given name
addAttributeData(AttributeData) - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
addAttributeData(AttributeData) - Method in interface com.fatwire.assetapi.data.MutableAssetData
Adds an attribute data.
addCookieToVector(Vector, String, String) - Static method in class COM.FutureTense.Util.FormPoster
Deprecated.  
addFile(String, String, String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Add a file (upload file path spec) to data for multipart post, as in INPUT TYPE=FILE
addFile(String, String, String, String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Add a file (upload file path spec) to data for multipart post, as in INPUT TYPE=FILE Allow specifing of mime type string.
addFileData(String, String, byte[]) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Add file (upload) data via a byte array for multipart post, as in INPUT TYPE=FILE
addFileData(String, String, byte[], String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Add file (upload) data via a byte array for multipart post, as in INPUT TYPE=FILE
addFileData(String, String, InputStream, String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Add file (upload) data via a InputStream object for multipart post, as in INPUT TYPE=FILE
addFileData(String, String, InputStream) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Add file (upload) data via a InputStream object for multipart post, as in INPUT TYPE=FILE
addrow - Static variable in class COM.FutureTense.Util.ftMessage
 
addrows - Static variable in class COM.FutureTense.Util.ftMessage
 
addrowtext - Static variable in class COM.FutureTense.Util.ftMessage
 
addTextValue(String, String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Adds a name/value pair to the MIME message we're assembling.
AddToStringError(String) - Method in class COM.FutureTense.Apps.Util.FTError
 
addURL(String, String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Add a url ("http://" or "https://") to data for multipart post, as in INPUT TYPE=FILE
AddUser(String, FTValList, FTValList) - Method in interface COM.FutureTense.Access.IManageUsers
 
addUser - Static variable in class COM.FutureTense.Util.ftMessage
 
allocaterow - Static variable in class COM.FutureTense.Util.ftMessage
 
alphaSortedKeys() - Method in class COM.FutureTense.Interfaces.FTValList
Thread safe way to access items sorted keys().
altertable - Static variable in class COM.FutureTense.Util.ftMessage
 
and(Condition) - Method in interface com.fatwire.assetapi.query.Condition
Joins (Conjunction) a given Condition with this Condition
and(Condition) - Method in class com.fatwire.assetapi.query.SimpleCondition
 
AndList - Static variable in class COM.FutureTense.Util.ftMessage
 
ANYTYPE - Static variable in class com.fatwire.assetapi.def.AttributeDefProperties
 
appendFile(String, String) - Static method in class COM.FutureTense.Interfaces.Utilities
Appends to a file to disk.
appendFile(String, byte[], int) - Static method in class COM.FutureTense.Interfaces.Utilities
Appends to a file to disk.
AppEvent(String, String, String, FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Create an event which triggers a registered function (via GUID or class)
approot - Static variable in class COM.FutureTense.Util.ftMessage
 
appserverservlet - Static variable in class COM.FutureTense.Util.ftMessage
 
appservertype - Static variable in class COM.FutureTense.Util.ftMessage
 
ARG_ARGS - Static variable in class COM.FutureTense.Util.ftMessage
 
ARG_CDATA - Static variable in class COM.FutureTense.Util.ftMessage
 
ARG_CORESIDENT_SS - Static variable in class COM.FutureTense.Util.ftMessage
 
ARG_ICS - Static variable in class COM.FutureTense.Util.ftMessage
 
ARG_IPS - Static variable in class COM.FutureTense.Util.ftMessage
 
ARG_JSP - Static variable in class COM.FutureTense.Util.ftMessage
 
ARG_TAGNAME - Static variable in class COM.FutureTense.Util.ftMessage
 
assemble(Definition) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Constructs a URI from the Definition provided.
assemble(Definition) - Method in interface com.fatwire.cs.core.uri.Assembler
Construct a URI from a Definition.
assemble(Definition, String) - Method in class com.fatwire.cs.core.uri.AssemblerEngine
This method assembles the Definition into a URI using the assembler specified.
Assembler - Interface in com.fatwire.cs.core.uri
This interface defines the component that converts a Definition to a URI, and converts a URI back into a Definition.
AssemblerEngine - Class in com.fatwire.cs.core.uri
This class is a utility that manages the invocation of the Assembler interface.
AssetAccessException - Exception in com.fatwire.assetapi.common
A layer specific exception for Asset Access API.
AssetAccessException(String) - Constructor for exception com.fatwire.assetapi.common.AssetAccessException
 
AssetAccessException(Throwable) - Constructor for exception com.fatwire.assetapi.common.AssetAccessException
 
ASSETAPI_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Asset API log
AssetAssociationDef - Interface in com.fatwire.assetapi.def
This interface defines an asset association definition.
AssetData - Interface in com.fatwire.assetapi.data
This interface represents an asset instance (data of a single asset).
AssetDataImpl - Class in com.fatwire.assetapi.data
AssetData interface implementation class
AssetDataImpl(AssetId) - Constructor for class com.fatwire.assetapi.data.AssetDataImpl
Create an AssetData object with asset id
AssetDataImpl(AssetTypeDef, AssetId) - Constructor for class com.fatwire.assetapi.data.AssetDataImpl
Create an AssetData object with AssetTypeDef and asset id
AssetDataImpl(AssetData) - Constructor for class com.fatwire.assetapi.data.AssetDataImpl
 
AssetDataManager - Interface in com.fatwire.assetapi.data
This interface is the primary access point for getting to Asset's data.
AssetDataManagerImpl - Class in com.fatwire.assetapi.data
AssetDataManager implementation class The class has two variant of read methods: 1.
AssetDataManagerImpl(ICS) - Constructor for class com.fatwire.assetapi.data.AssetDataManagerImpl
 
assetDir - Static variable in class COM.FutureTense.Util.ftMessage
 
AssetId - Interface in com.fatwire.assetapi.data
This interface identifies an instance of the asset uniquely in the system.
AssetTypeDef - Interface in com.fatwire.assetapi.def
This interface defines an Asset Type definition.
AssetTypeDefManager - Interface in com.fatwire.assetapi.def
This interface provides management services for Asset type definitions.
AssetTypeDefManagerImpl - Class in com.fatwire.assetapi.def
Sample implementation for Asset type definitions.
AssetTypeDefManagerImpl(ICS) - Constructor for class com.fatwire.assetapi.def.AssetTypeDefManagerImpl
 
AssetTypeDefProperties - Class in com.fatwire.assetapi.def
This class hosts properties associated with an asset type definition.
AssetTypeDefProperties() - Constructor for class com.fatwire.assetapi.def.AssetTypeDefProperties
 
atEnd() - Method in interface COM.FutureTense.Interfaces.IList
Return whether this list is at the last row (at the end) of the rows of data.
AttributeData - Interface in com.fatwire.assetapi.data
This interface represents data that is associated with an attribute.
AttributeDataFactory - Class in com.fatwire.assetapi.data
 
AttributeDataImpl - Class in com.fatwire.assetapi.data
 
AttributeDataImpl(AttributeDef, String, AttributeTypeEnum, Object) - Constructor for class com.fatwire.assetapi.data.AttributeDataImpl
 
AttributeDataImpl(AttributeDef, String, AttributeTypeEnum, List) - Constructor for class com.fatwire.assetapi.data.AttributeDataImpl
 
AttributeDataImpl(String, String, String, AttributeTypeEnum, Object) - Constructor for class com.fatwire.assetapi.data.AttributeDataImpl
 
AttributeDataImpl(String, String, String, AttributeTypeEnum, List) - Constructor for class com.fatwire.assetapi.data.AttributeDataImpl
 
AttributeDef - Interface in com.fatwire.assetapi.def
This interface represents definition of an attribute
AttributeDefProperties - Class in com.fatwire.assetapi.def
This class is a container for all properties associated with AttributeDef.
AttributeDefProperties() - Constructor for class com.fatwire.assetapi.def.AttributeDefProperties
 
AttributeDefProperties.EnumData - Class in com.fatwire.assetapi.def
Indicates the data definition associated with an attribute of type ENUM
AttributeDefProperties.EnumData(String, Map) - Constructor for class com.fatwire.assetapi.def.AttributeDefProperties.EnumData
 
AttributeDefProperties.ValueCount - Enum in com.fatwire.assetapi.def
Indicates whether the attribute is single valued, multiple valued or a multiple value ordered
AttributeTypeEnum - Enum in com.fatwire.assetapi.def
Enumeration of all known attribute types and their properties.
AUTH_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Authentication and Authorization (User Management) logger name
authpassword - Static variable in class COM.FutureTense.Util.ftMessage
 
authusername - Static variable in class COM.FutureTense.Util.ftMessage
 
AutonomySearchClass - Static variable in class COM.FutureTense.Util.ftMessage
 
avParserAdvanced - Static variable in class COM.FutureTense.Util.ftMessage
 
avParserCombined - Static variable in class COM.FutureTense.Util.ftMessage
 
avParserSimple - Static variable in class COM.FutureTense.Util.ftMessage
 
avPropCJKQuery - Static variable in class COM.FutureTense.Util.ftMessage
 
avPropdefindex - Static variable in class COM.FutureTense.Util.ftMessage
 
avProplicense - Static variable in class COM.FutureTense.Util.ftMessage
 
avProplicensetype - Static variable in class COM.FutureTense.Util.ftMessage
 
AVSearchClass - Static variable in class COM.FutureTense.Util.ftMessage
 

B

badaction - Static variable in class COM.FutureTense.Util.ftMessage
 
badarg - Static variable in class COM.FutureTense.Util.ftMessage
 
badasset - Static variable in class COM.FutureTense.Util.ftMessage
 
badCertificate - Static variable in exception COM.FutureTense.Util.ftErrors
 
badCharSet - Static variable in exception COM.FutureTense.Util.ftErrors
 
badchildargumenttag - Static variable in class COM.FutureTense.Util.ftMessage
 
badconditional - Static variable in class COM.FutureTense.Util.ftMessage
 
badcounter - Static variable in exception COM.FutureTense.Util.ftErrors
 
badcounter - Static variable in class COM.FutureTense.Util.ftMessage
 
badDate - Static variable in exception COM.FutureTense.Util.ftErrors
 
badDate - Static variable in class COM.FutureTense.Util.ftMessage
 
badDefs - Static variable in class COM.FutureTense.Util.ftMessage
 
baddelim - Static variable in class COM.FutureTense.Util.ftMessage
 
badEmail - Static variable in class COM.FutureTense.Util.ftMessage
 
badEvent - Static variable in class COM.FutureTense.Util.ftMessage
 
badfile - Static variable in class COM.FutureTense.Util.ftMessage
 
baditem - Static variable in class COM.FutureTense.Util.ftMessage
 
badKey - Static variable in class COM.FutureTense.Util.ftMessage
 
badlist - Static variable in class COM.FutureTense.Util.ftMessage
 
badlistname - Static variable in class COM.FutureTense.Util.ftMessage
 
badNativeMethodCall - Static variable in exception COM.FutureTense.Util.ftErrors
 
badnumber - Static variable in exception COM.FutureTense.Util.ftErrors
 
badoutputstr - Static variable in exception COM.FutureTense.Util.ftErrors
 
badparams - Static variable in exception COM.FutureTense.Util.ftErrors
 
badParser - Static variable in exception COM.FutureTense.Util.ftErrors
 
badpassword - Static variable in exception COM.FutureTense.Util.ftErrors
 
badPassword - Static variable in class COM.FutureTense.Util.ftMessage
 
badpath - Static variable in class COM.FutureTense.Util.ftMessage
 
badPrivType - Static variable in class COM.FutureTense.Util.ftMessage
 
badquerydata - Static variable in class COM.FutureTense.Util.ftMessage
 
badqueryinfo - Static variable in class COM.FutureTense.Util.ftMessage
 
badreplace - Static variable in class COM.FutureTense.Util.ftMessage
 
badResponse - Static variable in class COM.FutureTense.Util.ftMessage
 
badrevision - Static variable in class COM.FutureTense.Util.ftMessage
 
badRTPrivType - Static variable in class COM.FutureTense.Util.ftMessage
 
badSearchType - Static variable in exception COM.FutureTense.Util.ftErrors
 
badSMTPparams - Static variable in class COM.FutureTense.Util.ftMessage
 
badsqlout - Static variable in class COM.FutureTense.Util.ftMessage
 
badsqltype - Static variable in class COM.FutureTense.Util.ftMessage
 
badtablename - Static variable in class COM.FutureTense.Util.ftMessage
 
badtag - Static variable in class COM.FutureTense.Util.ftMessage
 
badwhatstr - Static variable in exception COM.FutureTense.Util.ftErrors
 
badxmlfilter - Static variable in class COM.FutureTense.Util.ftMessage
 
badxmlinput - Static variable in class COM.FutureTense.Util.ftMessage
 
badxmloutput - Static variable in class COM.FutureTense.Util.ftMessage
 
badxmltag - Static variable in class COM.FutureTense.Util.ftMessage
 
barslash - Static variable in class COM.FutureTense.Util.ftMessage
 
BASE_NAME - Static variable in class COM.FutureTense.Util.ftMessage
FatWire base logger name
baseDir - Static variable in class COM.FutureTense.Util.ftMessage
 
BasePortlet - Class in com.openmarket.Satellite.portlet
Abstract implementation of a portlet class that invokes Satellite Server functionality.
BasePortlet() - Constructor for class com.openmarket.Satellite.portlet.BasePortlet
 
batchClientID - Static variable in class COM.FutureTense.Util.ftMessage
 
begintag - Static variable in class COM.FutureTense.Util.ftMessage
 
bflushFailed - Static variable in class COM.FutureTense.Util.ftMessage
 
bflushGood - Static variable in class COM.FutureTense.Util.ftMessage
 
bigLogo - Static variable in class COM.FutureTense.Util.ftMessage
 
binarydata - Static variable in class COM.FutureTense.Util.ftMessage
 
BLOB - Static variable in class COM.FutureTense.Interfaces.FTVAL
 
BLOB_SERVER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
blobcol - Static variable in class COM.FutureTense.Util.ftMessage
 
blobheader - Static variable in class COM.FutureTense.Util.ftMessage
 
blobheadername - Static variable in class COM.FutureTense.Util.ftMessage
 
blobheadervalue - Static variable in class COM.FutureTense.Util.ftMessage
 
blobid - Static variable in class COM.FutureTense.Util.ftMessage
 
blobkey - Static variable in class COM.FutureTense.Util.ftMessage
 
BlobObject - Interface in com.fatwire.assetapi.data
This interface represents an attribute data of BLOB/URL type.
BlobObject.BlobAddress - Interface in com.fatwire.assetapi.data
This interface represent the address information of a corresponding BlobObject.
BlobObjectImpl - Class in com.fatwire.assetapi.data
 
BlobObjectImpl(String, String, byte[]) - Constructor for class com.fatwire.assetapi.data.BlobObjectImpl
 
BlobObjectImpl(String, String, byte[], BlobObject.BlobAddress) - Constructor for class com.fatwire.assetapi.data.BlobObjectImpl
 
BlobServer(FTValList, IMIMENotifier, OutputStream) - Method in interface COM.FutureTense.Interfaces.ICS
Invoke the BlobServer to retrieve a blob into an output stream
BLOBSERVER_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Blob server debug logger name
blobservererr - Static variable in exception COM.FutureTense.Util.ftErrors
 
blobSrvGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
blobSrvGuid_id - Static variable in interface COM.FutureTense.Interfaces.ICS
GUID string for the BlobServer
blobSrvGuid_id - Static variable in class COM.FutureTense.Util.ftMessage
 
blobtable - Static variable in class COM.FutureTense.Util.ftMessage
 
blobwhere - Static variable in class COM.FutureTense.Util.ftMessage
 
brk - Static variable in class COM.FutureTense.Util.ftMessage
 
Browser - Static variable in class COM.FutureTense.Util.ftMessage
 
bsRequestCache - Static variable in class COM.FutureTense.Util.ftMessage
 
buildCookieArray() - Method in class COM.FutureTense.Util.FormPoster
Deprecated.  

C

CACHE_SERVER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
cachefolder - Static variable in class COM.FutureTense.Util.ftMessage
 
cacheManagerDEFAULT - Static variable in class COM.FutureTense.Util.ftMessage
 
cacheManagerFILESYSTEM - Static variable in class COM.FutureTense.Util.ftMessage
 
cacheManagerJMS - Static variable in class COM.FutureTense.Util.ftMessage
 
cacheManagerJMSConnection - Static variable in class COM.FutureTense.Util.ftMessage
 
cacheManagerJMSInit - Static variable in class COM.FutureTense.Util.ftMessage
 
cacheManagerJMSTopic - Static variable in class COM.FutureTense.Util.ftMessage
 
cacheManagerProp - Static variable in class COM.FutureTense.Util.ftMessage
 
CacheOutput - Static variable in class COM.FutureTense.Util.ftMessage
 
CacheSizeAbs - Static variable in class COM.FutureTense.Util.ftMessage
 
CacheSizeKey - Static variable in class COM.FutureTense.Util.ftMessage
 
cacheSrvGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
cacheSrvGuid_id - Static variable in interface COM.FutureTense.Interfaces.ICS
GUID string for the CacheServer
cacheSrvGuid_id - Static variable in class COM.FutureTense.Util.ftMessage
 
CacheSync - Static variable in class COM.FutureTense.Util.ftMessage
 
CacheTimeout - Static variable in class COM.FutureTense.Util.ftMessage
 
calendarFromJDBCString(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Returns a calendar object from JDBC date/time.
CallElement(String, FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Executes a registered element.
callElement - Static variable in class COM.FutureTense.Util.ftMessage
 
callLogixError - Static variable in exception COM.FutureTense.Util.ftErrors
 
callLogixException - Static variable in exception COM.FutureTense.Util.ftErrors
 
CallSQL(String, String, int, boolean, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Executes a stored SQL statement.
CallSQL(String, String, int, boolean, boolean, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Executes a stored SQL statement.
cantAdd - Static variable in class COM.FutureTense.Util.ftMessage
 
cantAddAcl - Static variable in class COM.FutureTense.Util.ftMessage
 
cantDel - Static variable in class COM.FutureTense.Util.ftMessage
 
cantDelAcl - Static variable in class COM.FutureTense.Util.ftMessage
 
cantLoadSearchEngine - Static variable in exception COM.FutureTense.Util.ftErrors
 
cantModAcl - Static variable in class COM.FutureTense.Util.ftMessage
 
cantModify - Static variable in class COM.FutureTense.Util.ftMessage
 
cantUpdateAcls - Static variable in class COM.FutureTense.Util.ftMessage
 
catalog - Static variable in class COM.FutureTense.Util.ftMessage
 
CATALOG_MANAGER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
CatalogDef(String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Queries a catalog for its column definition and stores the results in a list.
CatalogKey - Static variable in class COM.FutureTense.Util.ftMessage
 
CatalogKeySQL - Static variable in class COM.FutureTense.Util.ftMessage
 
CatalogManager(FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Executes the Catalog Manager logic class

CatalogManager(FTValList, Object) - Method in interface COM.FutureTense.Interfaces.ICS
Executes the Catalog Manager logic class

category() - Method in class com.fatwire.cs.core.properties.Description
Get the category for this property
catManGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
catManGuid_id - Static variable in interface COM.FutureTense.Interfaces.ICS
GUID string for the CatalogManager
catManGuid_id - Static variable in class COM.FutureTense.Util.ftMessage
 
ccsession - Static variable in class COM.FutureTense.Util.ftMessage
 
cgipath - Static variable in class COM.FutureTense.Util.ftMessage
 
cgipathparam - Static variable in class COM.FutureTense.Util.ftMessage
 
cgiprefix - Static variable in class COM.FutureTense.Util.ftMessage
 
checkIn(List<AssetId>) - Method in interface com.fatwire.assetapi.data.RevisionTrackingManager
Checks in a given collection of AssetIds
checkIn(List<AssetId>) - Method in class com.fatwire.assetapi.data.RevisionTrackingManagerImpl
 
checkOut(List<AssetId>) - Method in interface com.fatwire.assetapi.data.RevisionTrackingManager
Checks out a collection of AssetIds
checkOut(List<AssetId>) - Method in class com.fatwire.assetapi.data.RevisionTrackingManagerImpl
 
checkpagelets - Static variable in class COM.FutureTense.Util.ftMessage
 
checksession - Static variable in class COM.FutureTense.Util.ftMessage
 
childTableName - Static variable in class COM.FutureTense.Util.ftMessage
 
choice - Static variable in class COM.FutureTense.Util.ftMessage
 
classCast - Static variable in exception COM.FutureTense.Util.ftErrors
 
classNotFound - Static variable in exception COM.FutureTense.Util.ftErrors
 
cleanRawResponse(boolean) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Fetch the raw bytes from the output stream and remove the HTTP header.
cleanRawResponse() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Fetch the raw bytes from the output stream and remove the HTTP header.
cleanResponse(boolean) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Fetch the string from the output stream and remove the HTTP header.
cleanResponse() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Fetch the string from the output stream and remove the HTTP header.
clear() - Method in interface COM.FutureTense.Interfaces.ISyncHash
Empty a hash - causes cluster sync as needed
ClearErrno() - Method in interface COM.FutureTense.Interfaces.ICS
Clears the current error code, setting it to 0.
clientID - Static variable in class COM.FutureTense.Util.ftMessage
 
clone() - Method in class com.fatwire.cs.core.db.PreparedStmt
Deep copy
clone(String) - Method in interface COM.FutureTense.Interfaces.IList
Normally used internally by CS server to shallow copy a list object; return null from a user defined list object if support isn't implemented or desired.
close() - Method in interface COM.FutureTense.Interfaces.ICS
Method to close and release any resources associated with this object
closeLabel - Static variable in class COM.FutureTense.Util.ftMessage
 
clustersync - Static variable in class COM.FutureTense.Util.ftMessage
 
clusterSyncDEFAULT - Static variable in class COM.FutureTense.Util.ftMessage
 
clusterSyncNAS - Static variable in class COM.FutureTense.Util.ftMessage
 
clustersyncprop - Static variable in class COM.FutureTense.Util.ftMessage
 
cmdfailed - Static variable in class COM.FutureTense.Util.ftMessage
 
colCount - Static variable in class COM.FutureTense.Util.ftMessage
 
colname - Static variable in class COM.FutureTense.Util.ftMessage
 
colNameDate - Static variable in class COM.FutureTense.Util.ftMessage
 
colNameEntry - Static variable in class COM.FutureTense.Util.ftMessage
 
colNameEntryDetails - Static variable in class COM.FutureTense.Util.ftMessage
 
colNameRelevance - Static variable in class COM.FutureTense.Util.ftMessage
 
COLUMN_FOREIGN - Static variable in class COM.FutureTense.Util.ftMessage
 
COLUMN_KEY - Static variable in class COM.FutureTense.Util.ftMessage
 
COLUMN_NAME - Static variable in class COM.FutureTense.Util.ftMessage
 
COLUMN_SIZE - Static variable in class COM.FutureTense.Util.ftMessage
 
COLUMN_TYPE - Static variable in class COM.FutureTense.Util.ftMessage
 
columnname - Static variable in class COM.FutureTense.Util.ftMessage
 
columnNameAt(int) - Method in class com.fatwire.cs.core.db.PreparedStmt
Returns column name at given placeholder position
colunmsLowerCase - Static variable in class COM.FutureTense.Util.ftMessage
 
colvalue - Static variable in class COM.FutureTense.Util.ftMessage
 
com.fatwire.assetapi.common - package com.fatwire.assetapi.common
 
com.fatwire.assetapi.data - package com.fatwire.assetapi.data
 
com.fatwire.assetapi.def - package com.fatwire.assetapi.def
 
com.fatwire.assetapi.query - package com.fatwire.assetapi.query
 
com.fatwire.cs.core.cache - package com.fatwire.cs.core.cache
 
com.fatwire.cs.core.db - package com.fatwire.cs.core.db
 
com.fatwire.cs.core.properties - package com.fatwire.cs.core.properties
 
com.fatwire.cs.core.uri - package com.fatwire.cs.core.uri
 
com.fatwire.mda - package com.fatwire.mda
 
com.fatwire.system - package com.fatwire.system
 
COM.FutureTense.Access - package COM.FutureTense.Access
 
COM.FutureTense.Apps.Util - package COM.FutureTense.Apps.Util
 
COM.FutureTense.Interfaces - package COM.FutureTense.Interfaces
 
COM.FutureTense.Util - package COM.FutureTense.Util
 
COM.FutureTense.XML.Post - package COM.FutureTense.XML.Post
 
COM.FutureTense.XML.Template - package COM.FutureTense.XML.Template
 
com.openmarket.Satellite.portlet - package com.openmarket.Satellite.portlet
 
Command - Static variable in class COM.FutureTense.Util.ftMessage
 
commit - Static variable in class COM.FutureTense.Util.ftMessage
 
CommitBatchedCommands(Object) - Method in interface COM.FutureTense.Interfaces.ICS
Commit CatalogManager and TreeManager commands queued to the batch context
committables - Static variable in class COM.FutureTense.Util.ftMessage
 
company - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase#COMPANY
component_name - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase#COMPONENT_NAME
Condition - Interface in com.fatwire.assetapi.query
Represents a data condition to be satisfied by returning results when used in a Query.
ConditionExpression - Interface in com.fatwire.assetapi.query
This interface represents an expression associated with a Condition.
ConditionExpressionImpl - Class in com.fatwire.assetapi.query
 
ConditionExpressionImpl(String, OpTypeEnum, List, QueryProperties) - Constructor for class com.fatwire.assetapi.query.ConditionExpressionImpl
 
ConditionExpressionImpl(String, OpTypeEnum, List) - Constructor for class com.fatwire.assetapi.query.ConditionExpressionImpl
 
ConditionFactory - Class in com.fatwire.assetapi.query
A utility for creating Conditions
ConditionFactory() - Constructor for class com.fatwire.assetapi.query.ConditionFactory
 
ConditionParser - Class in com.fatwire.assetapi.query
The parsing utilities to parse the conditions from query into Baisc search ics variables or flex search conditon - SearchState
configError - Static variable in class COM.FutureTense.Util.ftMessage
 
configError2 - Static variable in class COM.FutureTense.Util.ftMessage
 
Connect - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. CONNECT action
connectLabel - Static variable in class COM.FutureTense.Util.ftMessage
 
connpicturesub - Static variable in class COM.FutureTense.Util.ftMessage
 
conSrvGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
conSrvGuid_id - Static variable in interface COM.FutureTense.Interfaces.ICS
GUID string for the ContentServer
conSrvGuid_id - Static variable in class COM.FutureTense.Util.ftMessage
 
constructApp(String) - Method in class com.openmarket.Satellite.portlet.BasePortlet
Return a concrete implementation of a Satellite Server application.
constructApp(String) - Method in class com.openmarket.Satellite.portlet.Satellite
 
CONTENT_SERVER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
CONTENT_SERVER - Static variable in class com.fatwire.cs.core.uri.Definition.SatelliteContext
 
ContentCatalog - Static variable in interface COM.FutureTense.Interfaces.ICS
Catalog type for use with GetCatalogType
contenttype - Static variable in class COM.FutureTense.Util.ftMessage
 
COOKIE_SERVER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
cookieSrvGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
cookieSrvGuid_id - Static variable in class COM.FutureTense.Util.ftMessage
 
copy() - Method in class COM.FutureTense.Interfaces.FTValList
Create a new FTValList which is a copy of this list.
copyFile - Static variable in class COM.FutureTense.Util.ftMessage
 
CopyList(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Copies a list object.
copyright1998 - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase.Copyright#getString
copyright1999 - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase.Copyright#getString
copyright2000 - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase.Copyright#getString
copyright2001 - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase.Copyright#getString
copyright2002 - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase.Copyright#getString
copyright2003 - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase.Copyright#getString
copyright2004 - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase.Copyright#getString
count() - Method in class COM.FutureTense.Interfaces.FTValList
 
counterprefix - Static variable in class COM.FutureTense.Util.ftMessage
 
counters - Static variable in class COM.FutureTense.Util.ftMessage
 
create(AssetTypeDef) - Method in interface com.fatwire.assetapi.def.AssetTypeDefManager
NOTE: This method is not implemented yet.
create(AssetTypeDef) - Method in class com.fatwire.assetapi.def.AssetTypeDefManagerImpl
Creates an assetTypeDef in the database
createBetweenCondition(String, Object, Object) - Method in class com.fatwire.assetapi.query.ConditionFactory
default open between condition
createBetweenCondition(String, Object, Object, boolean, boolean) - Method in class com.fatwire.assetapi.query.ConditionFactory
default open between condition
createCondition(String, OpTypeEnum, String) - Static method in class com.fatwire.assetapi.query.ConditionFactory
create a String condition
createCondition(String, OpTypeEnum, List<String>, boolean, boolean) - Static method in class com.fatwire.assetapi.query.ConditionFactory
create a String type condition with a list of values as input
createCondition(String, OpTypeEnum, List<String>) - Static method in class com.fatwire.assetapi.query.ConditionFactory
create a String type condition with a list of values as input
createCondition(String, OpTypeEnum, String, boolean, boolean) - Static method in class com.fatwire.assetapi.query.ConditionFactory
create a String type condition with a list of values as input
createCondition(String, OpTypeEnum, Integer) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Conditions for Integer Values
createCondition(String, OpTypeEnum, Integer, boolean, boolean) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with Integer values
createCondition(String, OpTypeEnum, Date) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with Date values
createCondition(String, OpTypeEnum, Date, boolean, boolean) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with Date values
createCondition(String, OpTypeEnum, Float) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with Float values
createCondition(String, OpTypeEnum, Float, boolean, boolean) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with Float values
createCondition(String, OpTypeEnum, Long) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with Long values
createCondition(String, OpTypeEnum, Long, boolean, boolean) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with Long values
createCondition(String, OpTypeEnum, List<String>, boolean) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create an condtion with a list of values and operation type
createConditionExpression(String, OpTypeEnum, String, boolean, boolean) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with ConditionExpression
createConditionExpression(String, OpTypeEnum, List<String>, boolean, boolean) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with ConditionExpression Create the condtion with ConditionExpression
createConditionExpression(String, OpTypeEnum, List<String>, QueryProperties) - Static method in class com.fatwire.assetapi.query.ConditionFactory
Create the condtion with ConditionExpression
createdDir - Static variable in class COM.FutureTense.Util.ftMessage
 
createdtable - Static variable in class COM.FutureTense.Util.ftMessage
 
createdTempTable - Static variable in class COM.FutureTense.Util.ftMessage
 
createif - Static variable in class COM.FutureTense.Util.ftMessage
 
CreateIUsers(Properties) - Method in class COM.FutureTense.Access.ValidateLogin
 
createtable - Static variable in class COM.FutureTense.Util.ftMessage
 
createTempFile(boolean) - Static method in class COM.FutureTense.Interfaces.Utilities
Method to create a temporary file
createtemptable - Static variable in class COM.FutureTense.Util.ftMessage
 
createtree - Static variable in class COM.FutureTense.Util.ftMessage
 
cryptoEnabled() - Static method in class COM.FutureTense.Interfaces.Utilities
Checks if encryption is enabled.
csampm - Static variable in class COM.FutureTense.Util.ftMessage
 
csbrowser - Static variable in class COM.FutureTense.Util.ftMessage
 
CSCacheDefault - Static variable in class COM.FutureTense.Util.ftMessage
 
CSCacheDefaultAbs - Static variable in class COM.FutureTense.Util.ftMessage
 
CSCacheDefaultTime - Static variable in class COM.FutureTense.Util.ftMessage
 
cscachefile - Static variable in class COM.FutureTense.Util.ftMessage
 
CSCacheNoSync - Static variable in class COM.FutureTense.Util.ftMessage
 
cscharset - Static variable in class COM.FutureTense.Util.ftMessage
 
csConnectLabel - Static variable in class COM.FutureTense.Util.ftMessage
 
cscontenttype - Static variable in class COM.FutureTense.Util.ftMessage
 
cscookievariables - Static variable in class COM.FutureTense.Util.ftMessage
 
csdataindatabase - Static variable in class COM.FutureTense.Util.ftMessage
 
csdate - Static variable in class COM.FutureTense.Util.ftMessage
 
csday - Static variable in class COM.FutureTense.Util.ftMessage
 
csddate - Static variable in class COM.FutureTense.Util.ftMessage
 
csdisksize - Static variable in class COM.FutureTense.Util.ftMessage
 
csempty - Static variable in class COM.FutureTense.Util.ftMessage
 
csfile - Static variable in class COM.FutureTense.Util.ftMessage
 
csheader - Static variable in class COM.FutureTense.Util.ftMessage
 
cshour - Static variable in class COM.FutureTense.Util.ftMessage
 
cshour24 - Static variable in class COM.FutureTense.Util.ftMessage
 
cshttp - Static variable in class COM.FutureTense.Util.ftMessage
 
cshttps - Static variable in class COM.FutureTense.Util.ftMessage
 
cshttpvariables - Static variable in class COM.FutureTense.Util.ftMessage
 
csIniFile - Static variable in class COM.FutureTense.Util.ftMessage
 
csioerror - Static variable in class COM.FutureTense.Util.ftMessage
 
csisexport - Static variable in class COM.FutureTense.Util.ftMessage
 
csmin - Static variable in class COM.FutureTense.Util.ftMessage
 
csmon - Static variable in class COM.FutureTense.Util.ftMessage
 
cspathinfo - Static variable in class COM.FutureTense.Util.ftMessage
 
csprefix - Static variable in class COM.FutureTense.Util.ftMessage
 
csPropEditFileNT - Static variable in class COM.FutureTense.Util.ftMessage
 
csPropEditFileOther - Static variable in class COM.FutureTense.Util.ftMessage
 
csproperty - Static variable in class COM.FutureTense.Util.ftMessage
 
csquerystring - Static variable in class COM.FutureTense.Util.ftMessage
 
csremoteaddr - Static variable in class COM.FutureTense.Util.ftMessage
 
csremotehost - Static variable in class COM.FutureTense.Util.ftMessage
 
csrequestfactory - Static variable in class COM.FutureTense.Util.ftMessage
 
csrequestmethod - Static variable in class COM.FutureTense.Util.ftMessage
 
csServerLogFile - Static variable in class COM.FutureTense.Util.ftMessage
 
csservername - Static variable in class COM.FutureTense.Util.ftMessage
 
csserverport - Static variable in class COM.FutureTense.Util.ftMessage
 
csserverprotocol - Static variable in class COM.FutureTense.Util.ftMessage
 
csServiceInfo - Static variable in class COM.FutureTense.Util.ftMessage
 
csServiceKey - Static variable in class COM.FutureTense.Util.ftMessage
 
csServiceName - Static variable in class COM.FutureTense.Util.ftMessage
 
cssqldate - Static variable in class COM.FutureTense.Util.ftMessage
 
cssystemassetsroot - Static variable in class COM.FutureTense.Util.ftMessage
 
cstbldir - Static variable in class COM.FutureTense.Util.ftMessage
 
cstimeout - Static variable in class COM.FutureTense.Util.ftMessage
 
csuniqueid - Static variable in class COM.FutureTense.Util.ftMessage
 
csVersion - Static variable in class COM.FutureTense.Util.ftMessage
 
cswheredate - Static variable in class COM.FutureTense.Util.ftMessage
 
cswrapper - Static variable in class COM.FutureTense.Util.ftMessage
 
csXmlHeaderAutoStreamProp - Static variable in class COM.FutureTense.Util.ftMessage
 
csXmlHeaderProp - Static variable in class COM.FutureTense.Util.ftMessage
 
csyear - Static variable in class COM.FutureTense.Util.ftMessage
 
currentRow() - Method in interface COM.FutureTense.Interfaces.IList
Returns the number of the current row of this list.
curRow - Static variable in class COM.FutureTense.Util.ftMessage
 
curUserACL - Static variable in class COM.FutureTense.Util.ftMessage
 
curUserID - Static variable in class COM.FutureTense.Util.ftMessage
 
curUserPassword - Static variable in class COM.FutureTense.Util.ftMessage
 
curValue - Static variable in class COM.FutureTense.Util.ftMessage
 

D

databaseType - Static variable in class COM.FutureTense.Util.ftMessage
 
DATE - Static variable in class COM.FutureTense.Interfaces.FTVAL
 
datepicture - Static variable in class COM.FutureTense.Util.ftMessage
 
datepicturesub - Static variable in class COM.FutureTense.Util.ftMessage
 
datetime - Static variable in class COM.FutureTense.Util.ftMessage
 
datetimeformat - Static variable in class COM.FutureTense.Util.ftMessage
 
DB_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Database logger name
dbConError - Static variable in class COM.FutureTense.Util.ftMessage
 
dbDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.DB_DEBUG
dberror - Static variable in exception COM.FutureTense.Util.ftErrors
 
dbError - Static variable in class COM.FutureTense.Util.ftMessage
 
dbErrorSysACLs - Static variable in class COM.FutureTense.Util.ftMessage
 
dbErrorSysInfo - Static variable in class COM.FutureTense.Util.ftMessage
 
dbErrorSysInit - Static variable in class COM.FutureTense.Util.ftMessage
 
dbErrorSysInit2 - Static variable in class COM.FutureTense.Util.ftMessage
 
dbErrorSysTables - Static variable in class COM.FutureTense.Util.ftMessage
 
dbSysInfo - Static variable in class COM.FutureTense.Util.ftMessage
 
dbtblCreateInfo - Static variable in class COM.FutureTense.Util.ftMessage
 
deBabble(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Replaces %20,%22,%12,%3c,%3e,%26 in input string with the characters they represent.
debugSearchEngine - Static variable in class COM.FutureTense.Util.ftMessage
 
DebugSESearchClass - Static variable in class COM.FutureTense.Util.ftMessage
 
debugSrvGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
debugSrvGuid_id - Static variable in class COM.FutureTense.Util.ftMessage
 
decode(String) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
URLDecodes a string using the encoding specified by this class.
decode(String, Map) - Method in interface COM.FutureTense.Interfaces.ICS
Method to split the attribute portion of a URL string into a set of attributes.
decryptString(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Decrypts a string with the default key.
decryptString(String, byte[]) - Static method in class COM.FutureTense.Interfaces.Utilities
Decrypts a string with the supplied key.
DEFAULT - Static variable in class com.fatwire.cs.core.uri.Definition.ContainerType
 
defaultRawDataKey - Static variable in class COM.FutureTense.Util.ftMessage
 
defaultValue() - Method in class com.fatwire.cs.core.properties.Description
Get a default value for this property.
defBinHeader - Static variable in class COM.FutureTense.Util.ftMessage
 
Definition - Interface in com.fatwire.cs.core.uri
This class is a data object which contains all of the data required to create a URI for a Content Server system.
Definition.AppType - Class in com.fatwire.cs.core.uri
This object defines the Content Server app type for which the URI should be constructed.
Definition.ContainerType - Class in com.fatwire.cs.core.uri
This object defines the containers for which a URI can be defined.
Definition.SatelliteContext - Class in com.fatwire.cs.core.uri
Class to define the satellite context of the URI.
defSMTPsubject - Static variable in class COM.FutureTense.Util.ftMessage
 
defTextHeader - Static variable in class COM.FutureTense.Util.ftMessage
 
deinitSystem - Static variable in class COM.FutureTense.Util.ftMessage
 
delete(List<AssetId>) - Method in interface com.fatwire.assetapi.data.AssetDataManager
Deletes a given Iterator of AssetIds from database.
delete(List<AssetId>) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
 
delete(List<String>) - Method in interface com.fatwire.assetapi.def.AssetTypeDefManager
NOTE: This method is not implemented yet.
delete(List<String>) - Method in class com.fatwire.assetapi.def.AssetTypeDefManagerImpl
Deletes asset types from the database and all their instances.
Delete - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. DELETE action
deleteFile(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Deletes a file from disk.
deletefile - Static variable in class COM.FutureTense.Util.ftMessage
 
deletelog - Static variable in class COM.FutureTense.Util.ftMessage
 
deleterevision - Static variable in class COM.FutureTense.Util.ftMessage
 
deleterow - Static variable in class COM.FutureTense.Util.ftMessage
 
deleterows - Static variable in class COM.FutureTense.Util.ftMessage
 
DeleteSynchronizedHash(String) - Method in interface COM.FutureTense.Interfaces.ICS
Destroy a synchronized hash
deletetable - Static variable in class COM.FutureTense.Util.ftMessage
 
deletetree - Static variable in class COM.FutureTense.Util.ftMessage
 
DeleteUser(String, FTValList, FTValList) - Method in interface COM.FutureTense.Access.IManageUsers
 
delUser - Static variable in class COM.FutureTense.Util.ftMessage
 
DependencyTypeEnum - Enum in com.fatwire.assetapi.def
Type enum that defines the dependency type.
deployJSPData(String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Deploy JSP data contained in a buffer.
deployJSPFile(String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Deploy a JSP file.
Description - Class in com.fatwire.cs.core.properties
This class defines a property that Content Server's property editor can read and describe.
Description(String, String, String, String) - Constructor for class com.fatwire.cs.core.properties.Description
Create a new Description
description() - Method in class com.fatwire.cs.core.properties.Description
Get a text description of this property.
DescriptionList - Interface in com.fatwire.cs.core.properties
Interface providing access to a list of PropertyDescriptions.
destroy() - Method in class com.openmarket.Satellite.portlet.BasePortlet
Destroys the portlet.
DestroyEvent(String) - Method in interface COM.FutureTense.Interfaces.ICS
Destroy a registered event by name
DestroyEvent - Static variable in class COM.FutureTense.Util.ftMessage
 
detail(int) - Method in exception COM.FutureTense.Util.ftErrors
Method to get an error detail
details() - Method in exception COM.FutureTense.Util.ftErrors
Method to get the error detail count
dgbSetSearchEngineMethod - Static variable in class COM.FutureTense.Util.ftMessage
 
DimensionableAssetManager - Interface in com.fatwire.mda
This interface provides a mechanism for manipulating Dimensional assets.
directoryList(String, String, boolean, int) - Static method in class COM.FutureTense.Interfaces.Utilities
Returns a vector of filenames given a path and a filter.
directoryList(String, String, boolean, int, IDirectoryObserver) - Static method in class COM.FutureTense.Interfaces.Utilities
Returns a vector of filenames given a path and a filter.
DisableCache() - Method in interface COM.FutureTense.Interfaces.ICS
Disables any caching of the current execution thread.
DisableEvent(String) - Method in interface COM.FutureTense.Interfaces.ICS
Disabled a registered event by name
DisableEvent - Static variable in class COM.FutureTense.Util.ftMessage
 
DisableFragmentCache() - Method in interface COM.FutureTense.Interfaces.ICS
Disable caching on this fragment and all of its parents, but not any of its children.
disassemble(URI, Definition.ContainerType) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Constructs a Definition from the URI provided, using the container type specified.
disassemble(URI, Definition.ContainerType) - Method in interface com.fatwire.cs.core.uri.Assembler
This method disassembles a URI into its components, constructing a Definition object to provide conveniece accessors to the data encoded in the URI.
disassemble(URI, Definition.ContainerType) - Method in class com.fatwire.cs.core.uri.AssemblerEngine
This method attempts to disassemble a URI using all registered assemblers until a match is found.
disassemble(URI, Definition.ContainerType) - Method in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
This method disassembles a URI into its components, constructing a Definition object to provide conveniece accessors to the data encoded in the URI.
diskFileName() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Method is disabled since cached pages are stored in the database now.
diskFileName(String, FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Method is disabled since cached pages are stored in the database now.
diskFileName(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Method is disabled since cached pages are stored in the database now.
DISPATCH_MANAGER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
doAuthentication() - Method in class COM.FutureTense.Util.FormPoster
Deprecated.  
docshttp - Static variable in class COM.FutureTense.Util.ftMessage
 
documentationURLProperty - Static variable in class COM.FutureTense.Util.ftMessage
 
doEdit(RenderRequest, RenderResponse) - Method in class com.openmarket.Satellite.portlet.Satellite
Implementation of GenericPortlet.doEdit that dispatches to a ContentServer page.
doHelp(RenderRequest, RenderResponse) - Method in class com.openmarket.Satellite.portlet.Satellite
Implementation of GenericPortlet.doHelp that dispatches to a ContentServer page.
doIt(String[]) - Method in class COM.FutureTense.XML.Post.XMLPost
This method kicks off the XML Post process.
dontfailifnotfound - Static variable in class COM.FutureTense.Util.ftMessage
 
DOUBLE - Static variable in class COM.FutureTense.Interfaces.FTVAL
 
doublestr - Static variable in class COM.FutureTense.Util.ftMessage
 
doView(RenderRequest, RenderResponse) - Method in class com.openmarket.Satellite.portlet.Satellite
Implementation of GenericPortlet.doView that dispatches to a ContentServer page.
dumpMsg(String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Send a String message to stdout or a log file if one was selected via setLog.
dumpTitle - Static variable in class COM.FutureTense.Util.ftMessage
 
dupCatCreate - Static variable in class COM.FutureTense.Util.ftMessage
 
dupIfChild - Static variable in class COM.FutureTense.Util.ftMessage
 
duplicate - Static variable in exception COM.FutureTense.Util.ftErrors
 
duplicateFieldValues - Static variable in exception COM.FutureTense.Util.ftErrors
 

E

E_CANCELLED - Static variable in class COM.FutureTense.Apps.Util.FTError
 
E_FAIL - Static variable in class COM.FutureTense.Apps.Util.FTError
 
E_PARTIAL_SUCCESS - Static variable in class COM.FutureTense.Apps.Util.FTError
 
E_SUCCESS - Static variable in class COM.FutureTense.Apps.Util.FTError
 
editrow - Static variable in class COM.FutureTense.Util.ftMessage
 
editrows - Static variable in class COM.FutureTense.Util.ftMessage
 
elementCatalog - Static variable in class COM.FutureTense.Util.ftMessage
 
elementDir - Static variable in class COM.FutureTense.Util.ftMessage
 
elementError - Static variable in class COM.FutureTense.Util.ftMessage
 
elementException - Static variable in class COM.FutureTense.Util.ftMessage
 
ElementName - Static variable in class COM.FutureTense.Util.ftMessage
 
elementNotFound - Static variable in class COM.FutureTense.Util.ftMessage
 
elements - Static variable in class COM.FutureTense.Util.ftMessage
 
elementStart - Static variable in class COM.FutureTense.Util.ftMessage
 
elementStop - Static variable in class COM.FutureTense.Util.ftMessage
 
emailaccount - Static variable in class COM.FutureTense.Util.ftMessage
 
emailauthclass - Static variable in class COM.FutureTense.Util.ftMessage
 
emailbody - Static variable in class COM.FutureTense.Util.ftMessage
 
emailcharset - Static variable in class COM.FutureTense.Util.ftMessage
 
emailcontenttype - Static variable in class COM.FutureTense.Util.ftMessage
 
emailDefAuthClass - Static variable in class COM.FutureTense.Util.ftMessage
 
EmailEvent(String, String, String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Create an event which triggers an email
EmailEvent(String, String, String, String, String, String, FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Create an event which triggers an email
emailEvent - Static variable in class COM.FutureTense.Util.ftMessage
 
emailexception - Static variable in exception COM.FutureTense.Util.ftErrors
 
emailhost - Static variable in class COM.FutureTense.Util.ftMessage
 
emailpassword - Static variable in class COM.FutureTense.Util.ftMessage
 
emailreturnto - Static variable in class COM.FutureTense.Util.ftMessage
 
emailsubject - Static variable in class COM.FutureTense.Util.ftMessage
 
emptyFolder(String, boolean) - Static method in class COM.FutureTense.Interfaces.Utilities
Delete a folder (optional) and all the contents within, recursively.
emptyfolder(String, String) - Static method in class COM.FutureTense.Interfaces.Utilities
Delete all the files which match the pattern from the specified directory tree, recursively.
emptylist - Static variable in exception COM.FutureTense.Util.ftErrors
 
emptystr - Static variable in class COM.FutureTense.Util.ftMessage
 
EnableEvent(String) - Method in interface COM.FutureTense.Interfaces.ICS
Enabled a registered event by name
EnableEvent - Static variable in class COM.FutureTense.Util.ftMessage
 
encode(String) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
URLEncodes a string using the encoding specified by this class.
encode(String, Map, boolean) - Method in interface COM.FutureTense.Interfaces.ICS
Method to build an encoded URL string from a set of attributes
encrypted - Static variable in class COM.FutureTense.Util.ftMessage
 
encryptedProps - Static variable in class COM.FutureTense.Util.ftMessage
 
encryptPlatformString(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Encrypts a string with the default key.
encryptPlatformString(String, byte[]) - Static method in class COM.FutureTense.Interfaces.Utilities
Encrypts a string with the supplied key.
encryptString(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Encrypts a string with the default key.
encryptString(String, byte[]) - Static method in class COM.FutureTense.Interfaces.Utilities
Encrypts a string with the supplied key.
endNodes - Static variable in class COM.FutureTense.Util.ftMessage
 
endTag(ICS, String, FTValList) - Method in interface COM.FutureTense.Interfaces.IDynamicTag
Method to evaluate the end tag of a dynamic tag
endTag(ICS, String, FTValList) - Method in interface COM.FutureTense.Interfaces.IXMLBodyTag
Method to evaluate the end tag of a dynamic tag
endtag - Static variable in class COM.FutureTense.Util.ftMessage
 
ensureFolder(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Make sure a path exists, creating subfolders as needed
equals(Object) - Method in class COM.FutureTense.Interfaces.FTValList
 
equals - Static variable in class COM.FutureTense.Util.ftMessage
 
errAsyncSearchWarnno - Static variable in class COM.FutureTense.Util.ftMessage
 
errBadCharSet - Static variable in class COM.FutureTense.Util.ftMessage
 
errBadEntry - Static variable in class COM.FutureTense.Util.ftMessage
 
errBadIndex - Static variable in class COM.FutureTense.Util.ftMessage
 
errBadParams - Static variable in exception COM.FutureTense.Util.ftErrors
 
errBadParams - Static variable in class COM.FutureTense.Util.ftMessage
 
errBadParser - Static variable in class COM.FutureTense.Util.ftMessage
 
errBadSearchEngineType - Static variable in class COM.FutureTense.Util.ftMessage
 
errBadWhat - Static variable in class COM.FutureTense.Util.ftMessage
 
errDBExecuting - Static variable in exception COM.FutureTense.Util.ftErrors
 
errDBExecutingPS - Static variable in exception COM.FutureTense.Util.ftErrors
 
errDBFetchConn - Static variable in exception COM.FutureTense.Util.ftErrors
 
errDBIAccess - Static variable in exception COM.FutureTense.Util.ftErrors
 
errDBInit - Static variable in exception COM.FutureTense.Util.ftErrors
 
errDBInstant - Static variable in exception COM.FutureTense.Util.ftErrors
 
errDBLookup - Static variable in exception COM.FutureTense.Util.ftErrors
 
errDBNoClass - Static variable in exception COM.FutureTense.Util.ftErrors
 
errdetail - Static variable in class COM.FutureTense.Util.ftMessage
 
errDuplicateFieldValues - Static variable in class COM.FutureTense.Util.ftMessage
 
errErrCallingInclude - Static variable in exception COM.FutureTense.Util.ftErrors
 
errErrCallingInclude - Static variable in class COM.FutureTense.Util.ftMessage
 
errExcCallingInclude - Static variable in exception COM.FutureTense.Util.ftErrors
 
errExcCallingInclude - Static variable in class COM.FutureTense.Util.ftMessage
 
errFileArgsNoMatch - Static variable in class COM.FutureTense.Util.ftMessage
 
errIndexAddFailed - Static variable in class COM.FutureTense.Util.ftMessage
 
errIndexAddNoData - Static variable in class COM.FutureTense.Util.ftMessage
 
errIndexAlreadyExists - Static variable in class COM.FutureTense.Util.ftMessage
 
errIndexCreateFailed - Static variable in class COM.FutureTense.Util.ftMessage
 
errInvalidJSPPath - Static variable in exception COM.FutureTense.Util.ftErrors
 
errInvalidJSPPath - Static variable in class COM.FutureTense.Util.ftMessage
 
errInvalidJSPRoot - Static variable in exception COM.FutureTense.Util.ftErrors
 
errInvalidJSPRoot - Static variable in class COM.FutureTense.Util.ftMessage
 
errInvalidObjectInHash - Static variable in exception COM.FutureTense.Util.ftErrors
 
errInvalidObjectInHash - Static variable in class COM.FutureTense.Util.ftMessage
 
errLicense - Static variable in exception COM.FutureTense.Util.ftErrors
 
errNativeMethod - Static variable in class COM.FutureTense.Util.ftMessage
 
errNativeMethodVersion - Static variable in class COM.FutureTense.Util.ftMessage
 
errno - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoConnServer - Static variable in exception COM.FutureTense.Util.ftErrors
 
errNoCreateIndexDir - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoCreDatFile - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoCreFile - Static variable in exception COM.FutureTense.Util.ftErrors
 
errNoCreFile - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoCrePopFile - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoDefSearchIndex - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoDispatcher - Static variable in exception COM.FutureTense.Util.ftErrors
 
errNoDispatcher - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoDREConnection - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoFieldArgument - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoIndex - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoIndexArgument - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoInsertDate - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoJSPSupport - Static variable in exception COM.FutureTense.Util.ftErrors
 
errNoJSPSupport - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoQueryParser - Static variable in class COM.FutureTense.Util.ftMessage
 
errNoRelevence - Static variable in class COM.FutureTense.Util.ftMessage
 
ERRORBADRESPONSE - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. Error server response did not contain handshake code
ERRORFILEIO - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. File I/O error
ERRORGENERAL - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. General error
ERRORILLEGALDATAFORACTION - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. File data used with Get Method error
ERRORNETDISCONNECT - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. Error network disconnected
ERRORNOCONSERVER - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. Error can't connect to server
ERRORNOTAUTHENTICATED - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. Server certificate does not match what is expected
ERRORNOURLPARAM - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. Error bad URL input params
ERROROUTOFMEMORY - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. Error - out of memory reading a server response
errorReturn - Static variable in class COM.FutureTense.Util.ftMessage
 
ERRORSUCCESS - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. Error success
ERRORTIMEOUT - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. Error network timeout forced
errSearchNotUpToDate - Static variable in class COM.FutureTense.Util.ftMessage
 
errTextArgsNoMatch - Static variable in class COM.FutureTense.Util.ftMessage
 
errUnknownField - Static variable in class COM.FutureTense.Util.ftMessage
 
errUnknownFieldType - Static variable in class COM.FutureTense.Util.ftMessage
 
esRequestCache - Static variable in class COM.FutureTense.Util.ftMessage
 
eval - Static variable in class COM.FutureTense.Util.ftMessage
 
evalError - Static variable in exception COM.FutureTense.Util.ftErrors
 
evalError - Static variable in class COM.FutureTense.Util.ftMessage
 
evalFailure - Static variable in class COM.FutureTense.Util.ftMessage
 
evalpage - Static variable in class COM.FutureTense.Util.ftMessage
 
evalservererr - Static variable in exception COM.FutureTense.Util.ftErrors
 
evalSrvGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
evalSrvGuid_id - Static variable in interface COM.FutureTense.Interfaces.ICS
GUID string for the EvalServer
evalSrvGuid_id - Static variable in class COM.FutureTense.Util.ftMessage
 
EVALUATE_BODY - Static variable in interface COM.FutureTense.Interfaces.IDynamicTag
Define a return code to indicate that the body should be evaluated
EVALUATE_BODY - Static variable in interface COM.FutureTense.Interfaces.IXMLBodyTag
Define a return code to indicate that the body should be evaluated
EVALUATE_COMPLETE - Static variable in interface COM.FutureTense.Interfaces.IDynamicTag
Define a return code to indicate that evaluation is complete
EVALUATE_COMPLETE - Static variable in interface COM.FutureTense.Interfaces.IXMLBodyTag
Define a return code to indicate that evaluation is complete
evalXMLFailure - Static variable in class COM.FutureTense.Util.ftMessage
 
EVENT_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Event engine logger name
eventApplogic - Static variable in class COM.FutureTense.Util.ftMessage
 
eventDbError - Static variable in class COM.FutureTense.Util.ftMessage
 
eventdbexception - Static variable in exception COM.FutureTense.Util.ftErrors
 
eventDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.EVENT_DEBUG
eventError - Static variable in class COM.FutureTense.Util.ftMessage
 
eventError2 - Static variable in class COM.FutureTense.Util.ftMessage
 
eventexception - Static variable in exception COM.FutureTense.Util.ftErrors
 
EventHost - Static variable in class COM.FutureTense.Util.ftMessage
 
eventMailFile - Static variable in class COM.FutureTense.Util.ftMessage
 
eventMailto - Static variable in class COM.FutureTense.Util.ftMessage
 
eventManagerDEFAULT - Static variable in class COM.FutureTense.Util.ftMessage
 
eventManagerENGINE - Static variable in class COM.FutureTense.Util.ftMessage
 
eventManagerNAS - Static variable in class COM.FutureTense.Util.ftMessage
 
eventName - Static variable in class COM.FutureTense.Util.ftMessage
 
eventParams - Static variable in class COM.FutureTense.Util.ftMessage
 
eventTable - Static variable in class COM.FutureTense.Util.ftMessage
 
eventTimes - Static variable in class COM.FutureTense.Util.ftMessage
 
eventType - Static variable in class COM.FutureTense.Util.ftMessage
 
exceptionerr - Static variable in exception COM.FutureTense.Util.ftErrors
 
execFailed - Static variable in class COM.FutureTense.Util.ftMessage
 
Execute(FTValList, FTValList) - Method in class COM.FutureTense.Access.ValidateLogin
 
Execute(FTValList, FTValList) - Method in interface COM.FutureTense.Interfaces.IXMLBodyTag
Deprecated. The execute method of this interface will never be invoked and it should always return null.
Execute(FTValList, FTValList) - Method in interface COM.FutureTense.XML.Template.Seed
Implements the Execute method in a manner similar to newRequest
executeError - Static variable in exception COM.FutureTense.Util.ftErrors
 
exitQuestion - Static variable in class COM.FutureTense.Util.ftMessage
 
exitTitle - Static variable in class COM.FutureTense.Util.ftMessage
 
ExpForce - Static variable in class COM.FutureTense.Util.ftMessage
 
ExpIgnore - Static variable in class COM.FutureTense.Util.ftMessage
 
ExpIsExporting - Static variable in class COM.FutureTense.Util.ftMessage
 
EXPORT_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Export logger name
exportError - Static variable in exception COM.FutureTense.Util.ftErrors
 
exportfolder - Static variable in class COM.FutureTense.Util.ftMessage
 
exportForm - Static variable in class COM.FutureTense.Util.ftMessage
 
exportlog - Static variable in class COM.FutureTense.Util.ftMessage
 
exportMap - Static variable in class COM.FutureTense.Util.ftMessage
 
exportPage - Static variable in class COM.FutureTense.Util.ftMessage
 
exportPages - Static variable in class COM.FutureTense.Util.ftMessage
 
ExpOutput - Static variable in class COM.FutureTense.Util.ftMessage
 
ExpOutputTo - Static variable in class COM.FutureTense.Util.ftMessage
 
ExpTrack - Static variable in class COM.FutureTense.Util.ftMessage
 
extendedErrorCode - Static variable in class COM.FutureTense.Util.ftMessage
 
extendedErrorText - Static variable in class COM.FutureTense.Util.ftMessage
 

F

failureStr - Static variable in class COM.FutureTense.Util.ftMessage
 
fakeTable - Static variable in class COM.FutureTense.Util.ftMessage
 
falsestr - Static variable in class COM.FutureTense.Util.ftMessage
 
filecheckprop - Static variable in class COM.FutureTense.Util.ftMessage
 
filedata - Static variable in class COM.FutureTense.Util.ftMessage
 
fileError - Static variable in class COM.FutureTense.Util.ftMessage
 
fileException - Static variable in class COM.FutureTense.Util.ftMessage
 
fileExists(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Does a verification of a file existing on disk
filefolder - Static variable in class COM.FutureTense.Util.ftMessage
 
fileFromSpec(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Returns a file from a file specification.
FILELOCK_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
File Locking processing debug flag.
fileLockLoadOK() - Static method in class COM.FutureTense.Interfaces.Utilities
Check to see if the file lock native library loaded successfully.
FILENAME - Static variable in class com.fatwire.assetapi.def.AttributeDefProperties
 
fileName(String, String) - Static method in class COM.FutureTense.Interfaces.Utilities
Creates a full path including file name, given a folder and file name.
fileName - Static variable in class COM.FutureTense.Util.ftMessage
 
filenotdeleted - Static variable in exception COM.FutureTense.Util.ftErrors
 
fileNotDeleted - Static variable in class COM.FutureTense.Util.ftMessage
 
filenotfolder - Static variable in exception COM.FutureTense.Util.ftErrors
 
filenotfound - Static variable in exception COM.FutureTense.Util.ftErrors
 
fileNotFound - Static variable in class COM.FutureTense.Util.ftMessage
 
filenotread - Static variable in exception COM.FutureTense.Util.ftErrors
 
filenotwritten - Static variable in exception COM.FutureTense.Util.ftErrors
 
fileoverwriteerror - Static variable in exception COM.FutureTense.Util.ftErrors
 
filesize - Static variable in class COM.FutureTense.Util.ftMessage
 
filetype - Static variable in class COM.FutureTense.Util.ftMessage
 
findAllCookies() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Find the cookies in the post response
findAllCookies(String) - Static method in class COM.FutureTense.Util.FormPoster
Deprecated. Find all cookie values in the HTTP response
findByName(String, String) - Method in interface com.fatwire.assetapi.def.AssetTypeDefManager
Finds an asset type definition by its name The method expects a valid asset type to be passed in.
findByName(String, String) - Method in class com.fatwire.assetapi.def.AssetTypeDefManagerImpl
Finds an asset type definition by its name
first - Static variable in interface COM.FutureTense.Interfaces.IList
Command indicating that IList.moveToRow(int, int) should move to the first row.
flush() - Method in interface COM.FutureTense.Interfaces.IList
Flushes a list object, destroying any backing data store.
flushblobtable - Static variable in class COM.FutureTense.Util.ftMessage
 
flushblobtables - Static variable in class COM.FutureTense.Util.ftMessage
 
FlushCache() - Method in interface COM.FutureTense.Access.IUsers
 
flushcache - Static variable in class COM.FutureTense.Util.ftMessage
 
FlushCatalog(String) - Method in interface COM.FutureTense.Interfaces.ICS
Flushes any cached information on a named catalog.
flushcatalog - Static variable in class COM.FutureTense.Util.ftMessage
 
flushcatalogerr - Static variable in class COM.FutureTense.Util.ftMessage
 
flushevalpage - Static variable in class COM.FutureTense.Util.ftMessage
 
flushevalpages - Static variable in class COM.FutureTense.Util.ftMessage
 
flushFailed - Static variable in class COM.FutureTense.Util.ftMessage
 
flushGood - Static variable in class COM.FutureTense.Util.ftMessage
 
flushpage - Static variable in class COM.FutureTense.Util.ftMessage
 
flushpages - Static variable in class COM.FutureTense.Util.ftMessage
 
flushproperty - Static variable in class COM.FutureTense.Util.ftMessage
 
FlushStream() - Method in interface COM.FutureTense.Interfaces.ICS
Flush the output stream of pending data (not stuff in cache for page)
FOLDER - Static variable in class com.fatwire.assetapi.def.AttributeDefProperties
 
foldernotdeleted - Static variable in exception COM.FutureTense.Util.ftErrors
 
folderUI - Static variable in class COM.FutureTense.Util.ftMessage
 
foreign - Static variable in class COM.FutureTense.Util.ftMessage
 
ForeignCatalog - Static variable in interface COM.FutureTense.Interfaces.ICS
Catalog type for use with GetCatalogType
foreigncreatetable - Static variable in class COM.FutureTense.Util.ftMessage
 
foreignTable - Static variable in class COM.FutureTense.Util.ftMessage
 
foreignUI - Static variable in class COM.FutureTense.Util.ftMessage
 
formatJdbcDate(Date) - Static method in class com.fatwire.cs.core.db.Util
Given a Date, return a string in the standard jdbc form: yyyy-MM-dd HH:mm:ss
formbase - Static variable in class COM.FutureTense.Util.ftMessage
 
formerror - Static variable in class COM.FutureTense.Util.ftMessage
 
FormPoster - Class in COM.FutureTense.Util
Deprecated. Use HttpAccess APIs instead
FormPoster() - Constructor for class COM.FutureTense.Util.FormPoster
Deprecated. Construct a new object for post
formpriv - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrBadResponse - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrFileIO - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrIllDataForAction - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrNetDisconnected - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrNoConnServer - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrNoMem - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrNotAuthenticated - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrNoUrlParams - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrTimeout - Static variable in class COM.FutureTense.Util.ftMessage
 
fpstrErrUnknown - Static variable in class COM.FutureTense.Util.ftMessage
 
freezecache - Static variable in class COM.FutureTense.Util.ftMessage
 
fromcount - Static variable in class COM.FutureTense.Util.ftMessage
 
FTError - Class in COM.FutureTense.Apps.Util
 
FTError() - Constructor for class COM.FutureTense.Apps.Util.FTError
 
FTError(boolean, int, String) - Constructor for class COM.FutureTense.Apps.Util.FTError
 
ftErrors - Exception in COM.FutureTense.Util
A class to hold error codes
ftErrors(int) - Constructor for exception COM.FutureTense.Util.ftErrors
 
ftErrors(String) - Constructor for exception COM.FutureTense.Util.ftErrors
 
ftErrors(int, int) - Constructor for exception COM.FutureTense.Util.ftErrors
 
ftErrors(int, int, String) - Constructor for exception COM.FutureTense.Util.ftErrors
 
ftErrors(int, int, String[]) - Constructor for exception COM.FutureTense.Util.ftErrors
 
ftMessage - Class in COM.FutureTense.Util
Things which might need language translation someday.
ftMessage() - Constructor for class COM.FutureTense.Util.ftMessage
 
FTVAL - Class in COM.FutureTense.Interfaces
 
FTVAL() - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTVAL(String) - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTVAL(File) - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTVAL(int, Object) - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTVAL(Long) - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTVAL(Integer) - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTVAL(int) - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTVAL(long) - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTVAL(byte[]) - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTVAL(Object) - Constructor for class COM.FutureTense.Interfaces.FTVAL
 
FTValList - Class in COM.FutureTense.Interfaces
ContentServer interfaces

Yes, this object isn't an interface but it helps.

FTValList() - Constructor for class COM.FutureTense.Interfaces.FTValList
 
FTValList(int) - Constructor for class COM.FutureTense.Interfaces.FTValList
 

G

generalException - Static variable in class COM.FutureTense.Util.ftMessage
 
GENERIC_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Generic logger name
genEvent - Static variable in class COM.FutureTense.Util.ftMessage
 
genID(boolean) - Method in interface COM.FutureTense.Interfaces.ICS
Generate a unique number.
genID(ICS) - Static method in class COM.FutureTense.Interfaces.Utilities
Deprecated. use ICS.genID(boolean) instead
genID() - Static method in class COM.FutureTense.Interfaces.Utilities
Deprecated. use ICS.genID(boolean) instead
get(AssetId, int) - Method in interface com.fatwire.assetapi.data.RevisionTrackingManager
Returns AssetData for a given asset and version number.
get(AssetId, int) - Method in class com.fatwire.assetapi.data.RevisionTrackingManagerImpl
 
get(Object) - Method in class COM.FutureTense.Interfaces.FTValList
Return the data regardless of type
get(String) - Method in interface COM.FutureTense.Interfaces.ISyncHash
Get an object from hash - performs required data validation/VM synchronization checks as needed.
Get - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. GET action
GetACLs(String) - Method in interface COM.FutureTense.Access.IUsers
 
getAll(AssetId) - Method in interface com.fatwire.assetapi.data.RevisionTrackingManager
Returns all revision tracked data for a given asset
getAll(AssetId) - Method in class com.fatwire.assetapi.data.RevisionTrackingManagerImpl
 
getAnonymousACLs() - Static method in class COM.FutureTense.Access.ValidateLogin
Deprecated.  
getAnonymousACLs(ICS) - Method in class COM.FutureTense.Access.ValidateLogin
In case of native install, we create DefaultReader user inside the database and we can assign exclusive ACLs to him.
getAnonymousID() - Static method in class COM.FutureTense.Access.ValidateLogin
 
getAppType() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get the app type.
getAppType(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Return the AppType for the URI specified.
getAppType() - Method in interface com.fatwire.cs.core.uri.Definition
Returns the app type for which this URI is to be generated.
getAppType(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler
This method uses the PathInfo object to get the AppType found on the URI.
getAppType(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Get the app type for this URI.
getAppType() - Method in class com.fatwire.cs.core.uri.Simple
 
getAppTypes() - Static method in class com.fatwire.cs.core.uri.Definition.AppType
Return an iterator containing all of the app types known.
getAssemblerClassnamePropName(int) - Static method in class com.fatwire.cs.core.uri.AssemblerEngine
Get the classname property name for the URI Assembler given the rank index specified
getAssemblerShortFormPropName(int) - Static method in class com.fatwire.cs.core.uri.AssemblerEngine
Get the shortform property name for the URI Assembler given the rank index specified
getAssemblyContext(Definition) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Returns an assembly context object given the input definition.
getAssemblyContext(Definition) - Method in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
 
getAssetDataManager() - Method in interface com.fatwire.system.Session
Deprecated. use Session.getManager(java.lang.String) instead
getAssetDefManager() - Method in interface com.fatwire.system.Session
Deprecated. use Session.getManager(java.lang.String) instead
getAssetId() - Method in interface com.fatwire.assetapi.data.AssetData
Returns unique identification of the asset instance AssetId
getAssetId() - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
getAssetid() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the assetid information for the attribute
getAssetRef() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the asset reference map of attribute typed Asset
getAssetType() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the asset type for attribute typed of asset
getAssetType() - Method in interface com.fatwire.assetapi.query.Query
Returns asset type this query is built for
getAssetType() - Method in class com.fatwire.assetapi.query.SimpleQuery
Returns asset type this query is built for
getAssetTypeDef() - Method in interface com.fatwire.assetapi.data.AssetData
Returns AssetTypeDef this instance is based on.
getAssetTypeDef() - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
getAssetTypes() - Method in interface com.fatwire.assetapi.def.AssetTypeDefManager
Returns all asset type names in the system.
getAssetTypes() - Method in class com.fatwire.assetapi.def.AssetTypeDefManagerImpl
 
getAssociatedAssets(String) - Method in interface com.fatwire.assetapi.data.AssetData
Returns named associations by given name.
getAssociatedAssets(String) - Method in class com.fatwire.assetapi.data.AssetDataImpl
this method is lazy loading associated assets
getAssociationNames() - Method in class com.fatwire.assetapi.data.AssetDataImpl
retreive the list of the association names that this asset contains data for
getAssociations() - Method in interface com.fatwire.assetapi.def.AssetTypeDef
Gets association definitions for this asset type
getAt(int) - Method in class com.fatwire.cs.core.db.StatementParam
Returns data for a given position
getAttribute() - Method in class com.fatwire.assetapi.query.SortOrder
Get the name of attribute
getAttribute(String) - Method in interface COM.FutureTense.Interfaces.ICS
Method to get an attribute value from the request
getAttributeData(String) - Method in interface com.fatwire.assetapi.data.AssetData
Returns data associated with a given attribute.
getAttributeData() - Method in interface com.fatwire.assetapi.data.AssetData
Returns a list of all attribute data associated with this instance of asset
getAttributeData(String) - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
getAttributeData() - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
getAttributeDef() - Method in interface com.fatwire.assetapi.data.AttributeData
Returns attribute definition for this attribute.
getAttributeDef() - Method in class com.fatwire.assetapi.data.AttributeDataImpl
 
getAttributeDefs() - Method in interface com.fatwire.assetapi.def.AssetTypeDef
Returns all attribute definitions that make up this asset type definition
getAttributeEditor() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the attribute editor name for this flex attribute type
getAttributeId() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the flex attribute id for a flex attribute
getAttributeName() - Method in interface com.fatwire.assetapi.data.AttributeData
Returns name of the attribute for which this instance represents data
getAttributeName() - Method in class com.fatwire.assetapi.data.AttributeDataImpl
 
getAttributeName() - Method in interface com.fatwire.assetapi.query.ConditionExpression
Returns the name of Attribute this condition is based on
getAttributeName() - Method in class com.fatwire.assetapi.query.ConditionExpressionImpl
 
getAttributeNames() - Method in interface com.fatwire.assetapi.data.AssetData
Returns List of attribute names contained in this instance of AssetData.
getAttributeNames() - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
getAttributeNames() - Method in interface com.fatwire.assetapi.query.Query
Lists name of the attributes requested in the Query
getAttributeNames() - Method in class com.fatwire.assetapi.query.SimpleQuery
Lists name of the attributes requested in the Query
getAttributeNames() - Method in interface COM.FutureTense.Interfaces.ICS
Method to get an enumeration of all the request attribute names
getattributes - Static variable in class COM.FutureTense.Util.ftMessage
 
getattributesresponsename - Static variable in class COM.FutureTense.Util.ftMessage
 
getattributesuserattparam - Static variable in class COM.FutureTense.Util.ftMessage
 
getattributesuseridparam - Static variable in class COM.FutureTense.Util.ftMessage
 
getAuthority() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get the authority.
getAuthority(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Returns the authority (host and port) for the assembly context specified.
getAuthority(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Returns the authority (host:port etc) for the URI specified
getAuthority() - Method in interface com.fatwire.cs.core.uri.Definition
Returns the authority for this URI.
getAuthority(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Get the authority for this URI
getAuthority(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Get the authority from the URI specified
getAuthority(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
 
getAuthority() - Method in class com.fatwire.cs.core.uri.Simple
 
GetBin(String) - Method in interface COM.FutureTense.Interfaces.ICS
Returns the value of a binary variable, such as a posted value.
getBinary() - Method in interface com.fatwire.assetapi.data.BlobObject
retrieves the binary related to this Binary Object
getBinary() - Method in class com.fatwire.assetapi.data.BlobObjectImpl
 
getBlob() - Method in class COM.FutureTense.Interfaces.FTVAL
Method to get the value as a byte array if the value is a blob
getBlobAddress() - Method in interface com.fatwire.assetapi.data.BlobObject
Returns the db address for a given blob object.
getBlobAddress() - Method in class com.fatwire.assetapi.data.BlobObjectImpl
 
GetBoolError() - Method in class COM.FutureTense.Apps.Util.FTError
 
getCanAddSubtypes() - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Indicates if this asset type can have subtypes
getCanBeChild() - Method in interface com.fatwire.assetapi.def.AssetTypeDef
Indicates if instances of this asset type can be a child of instances of other asset types.
GetCatalogType(String) - Method in interface COM.FutureTense.Interfaces.ICS
Gets the type of a catalog.
GetCgi(String) - Method in interface COM.FutureTense.Interfaces.ICS
Gets variable value even if the value is binary.
getCharset() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the charset for the flex attribute
getChildAssetType() - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Returns the child asset type associated with this relationship definition.
getClearCount() - Method in interface com.fatwire.cs.core.cache.RuntimeCacheStats
Returns the number of times cache instance was cleared (emptied).
getColumnName() - Method in interface com.fatwire.assetapi.data.BlobObject.BlobAddress
Returns the column name of where the blob object is hold
getColumnName(int) - Method in interface COM.FutureTense.Interfaces.IList
Retrieves the name of the column at an offset, counting from 0 (zero).
getComplexError() - Method in interface COM.FutureTense.Interfaces.ICS
Get error details in the form of COM.FutureTense.Util.ftErrors.
getCondition() - Method in interface com.fatwire.assetapi.query.Query
Returns Condition for this Query, if any,
getCondition() - Method in class com.fatwire.assetapi.query.SimpleQuery
Returns Condition for this Query, if any,
getConfidence() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets the confidence sepcified for richtext search
getContainerType() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get the container type.
getContainerType() - Method in interface com.fatwire.cs.core.uri.Definition
Returns the container type for which this URI is to be generated.
getContainerType() - Method in class com.fatwire.cs.core.uri.Simple
 
getContainerTypes() - Static method in class com.fatwire.cs.core.uri.Definition.ContainerType
Return an iterator containing all of the app types known.
getContentType() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the content type for a blob typed flex attribute
getContentType() - Method in class com.openmarket.Satellite.portlet.BasePortlet
Return the content type to be used for the response if available.
getContentType() - Method in class com.openmarket.Satellite.portlet.Satellite
Content type is not set by this method; rather, the application itself is allowed to set it.
getContextParameter(Object) - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Method to return arbitrary context parameters for use by overriding classes during the assembly operations.
getContextParameter(Object) - Method in class com.fatwire.cs.core.uri.AbstractAssembler.DisassemblyContext
Accessor method for arbitrary context parameters.
getContextParameter(Object) - Method in class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler.QAPIDisassemblyContext
 
getConvertEngine() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the convert engine name for the attribute
getCookie(String) - Method in interface COM.FutureTense.Interfaces.ICS
Get the value of a cookie from the header
getCookieArray(String) - Static method in class COM.FutureTense.Util.FormPoster
Deprecated. Find all cookie values in the HTTP response
getCookies() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Return FTValList containing all cookie names/values
GetCounter(String) - Method in interface COM.FutureTense.Interfaces.ICS
Returns the value of a counter.
getCreatedDate() - Method in interface com.fatwire.cs.core.cache.RuntimeCacheStats
Returns the time this cache was created.
getData() - Method in interface com.fatwire.assetapi.data.AttributeData
Returns handle to the raw data.
getData() - Method in class com.fatwire.assetapi.data.AttributeDataImpl
 
getDataAsList() - Method in interface com.fatwire.assetapi.data.AttributeData
Returns handle to data when data is multi valued.
getDataAsList() - Method in class com.fatwire.assetapi.data.AttributeDataImpl
 
getDataMap() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the datamap for attribute typed List/Array etc.
getDefaultValue() - Method in class com.fatwire.assetapi.def.AttributeDefProperties.EnumData
Returns the default value of the ENUM type, if any.
getDependencyType() - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Returns dependency type associated with this relationship.
getDepType() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the dependency type of the attribute
getDescription() - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Returns description associated with the association, if any.
getDescription() - Method in interface com.fatwire.assetapi.def.AssetTypeDef
Gets the description associated with the asset type.
getDescription() - Method in interface com.fatwire.assetapi.def.AttributeDef
Returns description associated with the attribute, if any.
getDirection() - Method in class com.fatwire.assetapi.query.SortOrder
Get sort direction, true for ascending, false for descending.
getDisassemblyContext(URI) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
 
getDisassemblyContext(URI) - Method in class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler
This method tries to create a QueryAsPathInfoAssembler.PathInfo object by calling QueryAsPathInfoAssembler.parsePath(java.lang.String).
getEditingStyple() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the editing style, local or remote , for flex attribute
getEditPage(RenderRequest, RenderResponse) - Method in class com.openmarket.Satellite.portlet.Satellite
Get the default CS pagename to handle edit mode render requests for this portlet.
getEndEnum() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the ending enum value of attribute typed of STRUCT, ARRAY, ect.
getEnumData() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the enum data that the attribute could be valued
getEnumValues() - Method in class com.fatwire.assetapi.def.AttributeDefProperties.EnumData
Returns all ENUM values.
GetErrno() - Method in interface COM.FutureTense.Interfaces.ICS
Returns the current error code.
getErrno() - Method in exception COM.FutureTense.XML.Post.XMLPost.XMLPostException
Returns the errno value associated with this failure
getError() - Method in exception COM.FutureTense.Util.ftErrors
Method to get the error code
getExpression() - Method in interface com.fatwire.assetapi.query.Condition
Returns ConditionExpression this Condition represents
getExpression() - Method in class com.fatwire.assetapi.query.SimpleCondition
 
getExternalCol() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the external table column name for flex attribute
getExternalId() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the external table column name for the value of external saved flex attribute
getExternalTable() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the external table name of the flex attribute
getFetchDirection() - Method in class com.fatwire.cs.core.db.PreparedStmt
Returns the configured fetch direction
getFetchSize() - Method in class com.fatwire.cs.core.db.PreparedStmt
Returns the fetch size that will be used while executing this statement.
getFile() - Method in class COM.FutureTense.Interfaces.FTVAL
Method to get a file representation of the object
getFileData(String) - Method in interface COM.FutureTense.Interfaces.IList
Returns the data contained in a referenced data file.
getFilename() - Method in interface com.fatwire.assetapi.data.BlobObject
Gets the filename related to this binary object
getFilename() - Method in class com.fatwire.assetapi.data.BlobObjectImpl
 
getFileString(String) - Method in interface COM.FutureTense.Interfaces.IList
Returns the string data contained in a referenced data file.
getFilter() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the filter for this attribute
getFilterID() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the flex filter id associated with a flex attribute
getFoldername() - Method in interface com.fatwire.assetapi.data.BlobObject
Gets the foler name of the binary Object; the value returned is the absolute path of where the blob/binary is stored
getFoldername() - Method in class com.fatwire.assetapi.data.BlobObjectImpl
 
getFragment() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get the uri fragment.
getFragment(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Get the fragment corresponding to this assembly context.
getFragment(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Returns the fragment for the uri specified
getFragment() - Method in interface com.fatwire.cs.core.uri.Definition
Returns a fragment identifier for this URI.
getFragment(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Returns the fragment for this URI.
getFragment(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Get the fragment from the URI specified
getFragment(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
 
getFragment() - Method in class com.fatwire.cs.core.uri.Simple
 
getHelpPage(RenderRequest, RenderResponse) - Method in class com.openmarket.Satellite.portlet.Satellite
Get the default CS pagename to handle help mode render requests for this portlet.
getHits() - Method in interface com.fatwire.cs.core.cache.RuntimeCacheStats
Returns number of cache hits recorded.
getHTTPStatusCode() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Fetch the HTTP status from the response
getHTTPStatusText() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Fetch the HTTP status text from the response
getICS(FTValList) - Method in class COM.FutureTense.Access.ValidateLogin
get ICS from FTValList
getId() - Method in interface com.fatwire.assetapi.data.AssetId
Returns asset id
getIdentifier() - Method in interface com.fatwire.assetapi.data.BlobObject.BlobAddress
Returns the identifier of the row where the blob object is hold (normally it should be id or nid, and the type is normally Long or String
getIdentifierColumnName() - Method in interface com.fatwire.assetapi.data.BlobObject.BlobAddress
Returns the column name of the identifier column
getIndirectColumnName(int) - Method in interface COM.FutureTense.Interfaces.IList
Supply the upload column by index; this is normally only used by internal IPS generates list objects for url columns ie upload datasource columns.
GetInt() - Method in class COM.FutureTense.Interfaces.FTVAL
Return the integer value from this object
GetIntError() - Method in class COM.FutureTense.Apps.Util.FTError
 
getIProperties() - Method in interface COM.FutureTense.Interfaces.ICS
Return an IProperties object that provides access to the properties that are currently loaded into the CS context.
getIsAssetmakerAsset() - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Indicates if this asset type is an asset maker asset type
getIsBasicSearch() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets if to use Asset.Search for flex asset type, default to be false if the value is not set by the setter method.
getIsCaseSensitive() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets whether the flex asset search is case sensitive or not, default to be false if the value is not set by the setter method.
getIsCoreAsset() - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Indicates if this asset type is a core asset type.
getIServlet() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. The IServlet interface is not portable across various containers, and as such its use should be limited.
getIsFlexAsset() - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Indicates if this asset type is a flex asset
getIsImmediateOnly() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets whether to only retrieve the immediate attribute values from flex asset attributes, default value is true
getIsLowerEqual() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets whether the lower bound contains equal or not for range search, default to be false if the value is not set by the setter method.
getIsNameMustUnique() - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Indicates if the name for this type has to be unique
getIsUpperEqual() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets whether the upper bound contains equal or not for range search, default to be false if the value is not set by the setter method.
getJoinType() - Method in interface com.fatwire.assetapi.query.Condition
Returns the nesting type associated with the condition
getJoinType() - Method in class com.fatwire.assetapi.query.SimpleCondition
 
getLastError() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Retrieve the last error code set
getLastErrorStr() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Retrieve any coded message from the status code object
getLastErrorText() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Retrieve the text represenation of the error returned by getLastError()
getLastFlushedDate() - Method in interface com.fatwire.cs.core.cache.RuntimeCacheStats
Returns the time this cache was last flushed.
getLastPrunedDate() - Method in interface com.fatwire.cs.core.cache.RuntimeCacheStats
Returns the time this cache was last pruned.
getLeftCondition() - Method in interface com.fatwire.assetapi.query.Condition
Returns the left hand side of joined condition
getLeftCondition() - Method in class com.fatwire.assetapi.query.SimpleCondition
 
getLimit() - Method in class com.fatwire.cs.core.db.PreparedStmt
Returns the max number of rows configured.
GetList(String) - Method in interface COM.FutureTense.Interfaces.ICS
The GetList method retrieves the IList object for the given list name.
GetList(String, boolean) - Method in interface COM.FutureTense.Interfaces.ICS
The GetList method retrieves the IList object for the given list name.
getLoadDependency() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets what kind of depency to log when loading assets returned from Query
getLocaleString(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Method to get a locale specific string
getLog() - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Return a Log object that is appropriate for use with this component.
getManager(String) - Method in interface com.fatwire.system.Session
Get a manager from the session given the name of Manager.
getMaxAnswers() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets the max answers specified for richtext search
getMaxRows() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets the max number of items the query wants to return
getMinElementCount() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the mininum element count for attribute typed List
getMinRowCount() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the mininum row count for attribute typed List
getMirrorDepType() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the dependency type for this attribute in term of mirror publishing
getMisses() - Method in interface com.fatwire.cs.core.cache.RuntimeCacheStats
Returns number of cache misses recorded.
getMultiple() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the multiple information about the attribute
getName() - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Gets the name of the association
getName() - Method in interface com.fatwire.assetapi.def.AssetTypeDef
Gets the name of the Asset type
getName() - Method in interface com.fatwire.assetapi.def.AttributeDef
Gets the name of the attribute
getName() - Method in enum com.fatwire.assetapi.def.AttributeTypeEnum
 
getName() - Method in enum com.fatwire.assetapi.query.OpTypeEnum
 
getName() - Method in interface COM.FutureTense.Interfaces.IList
Retrieves the name of this list.
getName() - Method in interface COM.FutureTense.Interfaces.ISyncHash
Get name
getNamespace() - Method in interface COM.FutureTense.Interfaces.ICS
The value returned by this method should be prefixed or appended to elements, such as JavaScript variables or function names, to ensure they are unique in the context of the generated page.
GetObj() - Method in class COM.FutureTense.Interfaces.FTVAL
Return the data from this object
GetObj(String) - Method in interface COM.FutureTense.Interfaces.ICS
Retrieve the last object saved earlier in this same thread using #SetObj(String, Object) or #PushObj(String, Object).
getObject(String) - Method in interface COM.FutureTense.Interfaces.IList
Get an object from the specified column for the current row.
getOpType() - Method in interface com.fatwire.assetapi.query.ConditionExpression
Returns the Operation type enumeration for this condition
getOpType() - Method in class com.fatwire.assetapi.query.ConditionExpressionImpl
 
getOrdinal() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the ordinal information for the attribute
getOriginalDefinition() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Method to return the original input definition object.
getOutputFileSpec() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Fetch the file spec where the post output has been written
getPageData(String) - Method in interface COM.FutureTense.Interfaces.ICS
Get the PageData object for the specified pagename
getParameter(String) - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get the specified parameter.
getParameter(String) - Method in interface com.fatwire.cs.core.uri.Definition
Return a single parameter with the given name.
getParameter(String) - Method in class com.fatwire.cs.core.uri.Simple
 
getParameterNames() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get the specified parameter names.
getParameterNames() - Method in interface com.fatwire.cs.core.uri.Definition
Returns the names of all the parameters.
getParameterNames() - Method in class com.fatwire.cs.core.uri.Simple
 
getParameters(String) - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get the specified parameters.
getParameters(String) - Method in interface com.fatwire.cs.core.uri.Definition
Returns an array of parameters with the given name.
getParameters(String) - Method in class com.fatwire.cs.core.uri.Simple
 
getParams(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Build a vallist of parameters given input in the form of "a=b&c=d..."
getParams(String, Map, boolean) - Static method in class COM.FutureTense.Interfaces.Utilities
Build a map of parameters given input in the form of "a=b&c=d..."
getParentDefs() - Method in interface com.fatwire.assetapi.def.AssetTypeDef
Lists parent definitions for thsi asset type
getParents() - Method in interface com.fatwire.assetapi.data.AssetData
Returns Asset identifiers of parent assets, if any.
getParents() - Method in class com.fatwire.assetapi.data.AssetDataImpl
Returns Asset identifiers of parent assets, if any.
getParser() - Method in class com.fatwire.assetapi.query.QueryProperties
Gets the parser for richtext search
getPastramiEngine() - Method in interface COM.FutureTense.Interfaces.ICS
Method to return a PastramiEngine object based on the value of the propety cs.PastramiEngine or the override class name passed in
getPath(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Returns the path for the assembly context specified.
getPath(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler
This method calls super.getPath() and encode(super.getQuery()) and appends them together.
getPath(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
This method returns the path for the URI given the definition specified.
getPath(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
 
getPathForApp(Definition.AppType) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Returns the path for the definition specified given the app type.
getPathForSatelliteServer(Definition.AppType) - Method in class com.fatwire.cs.core.uri.QueryAssembler
This method returns the path for a given app type when a Satellite Server URI has been requested.
getPlural() - Method in interface com.fatwire.assetapi.def.AssetTypeDef
Gets the plural name associated with the asset type.
getPOP3Messages(String, String, String, boolean) - Static method in class COM.FutureTense.Interfaces.Utilities
Retrieves a vector of messages from a POP3 server; default connection timeout is 120 seconds.
getPOP3Messages(String, String, String, boolean, int) - Static method in class COM.FutureTense.Interfaces.Utilities
Retrieves a vector of messages from a POP3 server; specify the connection timeout on checking for new mail.
getPositionsCount() - Method in class com.fatwire.cs.core.db.PreparedStmt
Returns the number of placeholders in this prepared statement.
getPositionsCount() - Method in class com.fatwire.cs.core.db.StatementParam
Returns the number of positions (placeholders)
getPreferredAssembler() - Method in class com.fatwire.cs.core.uri.SatelliteTokenAssembler.STADefinition
Get the preferred assembler that this definition was originally supposed to use.
getProperties() - Method in interface com.fatwire.assetapi.def.AssetTypeDef
Returns properties associated with asset type
getProperties() - Method in interface com.fatwire.assetapi.def.AttributeDef
Returns properties associated with the attribute.
getProperties() - Method in interface com.fatwire.assetapi.query.ConditionExpression
Returns properties associated with the condition
getProperties() - Method in class com.fatwire.assetapi.query.ConditionExpressionImpl
 
getProperties() - Method in interface com.fatwire.assetapi.query.Query
Returns properties associated with Query
getProperties() - Method in class com.fatwire.assetapi.query.SimpleQuery
Gets properties associated with this Query instance.
getProperty(String, String) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Get the property value of a specified property.
GetProperty(String) - Method in interface COM.FutureTense.Interfaces.ICS
Gets a property from the ContentServer property file.
GetProperty(String, String, boolean) - Method in interface COM.FutureTense.Interfaces.ICS
Gets a property from the a property file set.
getQuery(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
This method returns the query string for the URI given the assembly context specified.
getQuery(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Returns a map of query name/value pairs for the URI specified.
getQuery(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler
Returns the query string.
getQuery(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler
This method uses the PathInfo object to get the query parameters
getQuery(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
This method grabs all the parameters from the Definition specified and converts them into a query string.
getQuery(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Return the query paramers from the URI.
getRawResponse() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Fetch the raw bytes from the output stream
getReason() - Method in exception COM.FutureTense.Util.ftErrors
Method to get the error reason
getRelative(AssetId, String) - Method in interface com.fatwire.mda.DimensionableAssetManager
Given an identifier for an asset, retrieve the asset that is semantically equivalent to the input asset whose dimension is the specified value.
getRelatives(AssetId, DimensionFilterInstance) - Method in interface com.fatwire.mda.DimensionableAssetManager
Given an identifier for an asset, retrieve all of the assets that are its semantic equivalents.
getRelatives(AssetId, DimensionFilterInstance, String) - Method in interface com.fatwire.mda.DimensionableAssetManager
Given an identifier for an asset, retrieve all of the assets that are its semantic equivalents within the specified group.
getRemoveCount() - Method in interface com.fatwire.cs.core.cache.RuntimeCacheStats
Returns the number of times cache instances were removed.
getRenderPage(RenderRequest, RenderResponse) - Method in class com.openmarket.Satellite.portlet.Satellite
Get the default CS pagename to handle render requests for this portlet.
getRequired() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the required information for the attribute
getResponse() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Returns String response from the server after we post() our request.
getResponse() - Method in exception COM.FutureTense.XML.Post.XMLPost.XMLPostException
Returns the response returned by the target
getResponseEncoding() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Method to get the character encoding of the response if known
getRevisionTrackingManager() - Method in interface com.fatwire.system.Session
Deprecated. use Session.getManager(java.lang.String) instead
getRightCondition() - Method in interface com.fatwire.assetapi.query.Condition
Returns the right hand side of joined condition
getRightCondition() - Method in class com.fatwire.assetapi.query.SimpleCondition
 
getSatellite(String) - Method in interface COM.FutureTense.Interfaces.ICS
Method to get read-only information about a Satellite server.
getSatelliteContext() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get the satellite context.
getSatelliteContext(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Return the Satellite Context for this Definition
getSatelliteContext() - Method in interface com.fatwire.cs.core.uri.Definition
Returns an object describing whether the URI should be set to render a Satellite Server URL or a Content Server URL.
getSatelliteContext(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler
This method uses the PathInfo object to get the Satellitecontext
getSatelliteContext(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Returns the satellite context for the URI specified.
getSatelliteContext() - Method in class com.fatwire.cs.core.uri.Simple
Returns an object describing whether the URI should be forcibly set to render a Satellite Server URL or a Content Server URL.
getSatelliteContexts() - Static method in class com.fatwire.cs.core.uri.Definition.SatelliteContext
Return an iterator containing all of the app types known.
getScheme() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get the scheme.
getScheme(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Returns the scheme (protocol) for the assembly context specified.
getScheme(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Return the scheme (http, https, etc.) for the URI specified
getScheme() - Method in interface com.fatwire.cs.core.uri.Definition
Returns the scheme for this URI.
getScheme(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
 
getScheme(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Get the scheme from the URI specified.
getScheme(AbstractAssembler.AssemblyContext) - Method in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
 
getScheme() - Method in class com.fatwire.cs.core.uri.Simple
 
GetSearchEngine(String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Get an instance of the specified search engine.
GetSearchEngineList() - Method in interface COM.FutureTense.Interfaces.ICS
Get a string list of the available search engines.
getSearchEngineName() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the search engine name for the flex attribute
getServlet() - Method in interface COM.FutureTense.Interfaces.IServlet
Deprecated.  
getServletCookies() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Get HTTPServlet cookies
getServletRequest() - Method in interface COM.FutureTense.Interfaces.IServlet
Deprecated.  
getServletResponse() - Method in interface COM.FutureTense.Interfaces.IServlet
Deprecated.  
getSession() - Static method in class com.fatwire.system.SessionFactory
Gets handle to a Session instance using context information registered with the current thread.
getSession(ICS) - Static method in class com.fatwire.system.SessionFactory
This methods gets a session with an existing ics.
getSessionEncode(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Get the session encode flag for this Definition.
getSessionEncode(AbstractAssembler.DisassemblyContext) - Method in class com.fatwire.cs.core.uri.QueryAssembler
Return whether or not session encoding should be done for the URI specified.
getSize() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the data size of the attribute type
GetSize() - Method in class COM.FutureTense.Interfaces.FTVAL
Deprecated. returns 0 for indirect files
getSortOrder() - Method in interface com.fatwire.assetapi.query.Query
Returns list of SortOrders.
getSortOrder() - Method in class com.fatwire.assetapi.query.SimpleQuery
Returns list of SortOrders.
getSSRenderParams(RenderRequest) - Method in class com.openmarket.Satellite.portlet.BasePortlet
Get the SSRenderParams object that holds all request parameters that are sent by Satellite Server to Content Server.
GetSSVar(String) - Method in interface COM.FutureTense.Interfaces.ICS
Returns the value of a session variable.
GetSSVars() - Method in interface COM.FutureTense.Interfaces.ICS
Returns an enumeration of all session variables.
getStartEnum() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the starting enum value of attribute typed of STRUCT, ARRAY, ect.
getStatement() - Method in class com.fatwire.cs.core.db.PreparedStmt
Returns the SQL statement used for preparing the prepared statement.
getStatusCodes() - Method in exception COM.FutureTense.XML.Post.XMLPost.XMLPostException
Returns an ftStatusCode object that contains a list of success or error result codes, including numeric error codes and comments about each failure.
getStatusRecordToken(int) - Method in class COM.FutureTense.Util.FormPoster
Deprecated.  
getStorageStyle() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the storage style, local or external, for flex attribute
getStream() - Method in class COM.FutureTense.Interfaces.FTVAL
Method to get an input stream for the data
getString() - Method in class COM.FutureTense.Interfaces.FTVAL
Method to get the value as a string if the value is not a blob
GetStringError() - Method in class COM.FutureTense.Apps.Util.FTError
 
getSubtype() - Method in interface com.fatwire.assetapi.def.AssetTypeDef
Returns the name of subtype, if present.
getSubtype() - Method in interface com.fatwire.assetapi.query.Query
 
getSubtype() - Method in class com.fatwire.assetapi.query.SimpleQuery
Returns asset type this query is built for
getSubTypes() - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Returns list of subtypes selected for this association.
getSubTypes(String) - Method in interface com.fatwire.assetapi.def.AssetTypeDefManager
Returns subtype names given the asset type name If the asset type name specified is not existed in System, the method would return an empty List and will not throw exception.
getSubTypes(String) - Method in class com.fatwire.assetapi.def.AssetTypeDefManagerImpl
 
GetSynchronizedHash(String, boolean, int, int, boolean, boolean) - Method in interface COM.FutureTense.Interfaces.ICS
Locate/create a named synchronized hash
GetSynchronizedHash(String, boolean, int, int, boolean, boolean, Collection) - Method in interface COM.FutureTense.Interfaces.ICS
Locate/create a named synchronized hash
getTableName() - Method in interface com.fatwire.assetapi.data.BlobObject.BlobAddress
Returns the table name of where the blob object is hold
getTables() - Method in class com.fatwire.cs.core.db.PreparedStmt
Returns table names as a part of this prepared statement.
getTrackingStatus(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Method to get the tracking status for a row in a table
getType() - Method in interface com.fatwire.assetapi.data.AssetId
Returns asset type
getType() - Method in interface com.fatwire.assetapi.data.AttributeData
Indicates the type of data contained.
getType() - Method in class com.fatwire.assetapi.data.AttributeDataImpl
 
getType() - Method in interface com.fatwire.assetapi.def.AttributeDef
Gets the data type associated with the Attribute
GetType() - Method in class COM.FutureTense.Interfaces.FTVAL
Deprecated. the type should be private
getTypes() - Method in class com.fatwire.cs.core.db.PreparedStmt
Returns list of 'types' (Integer representation of sql types) in the order in which they appear in the prepared statement.
getUploadDir() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets the upload folder for the flex attribute typed url
getURI() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.DisassemblyContext
Returns the original input URI belonging to the context.
getURL(IURLDefinition) - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use ICS.getURL(Definition, String) instead. This method will be removed after Content Server 6.1
getURL(Definition, String) - Method in interface COM.FutureTense.Interfaces.ICS
Method to generate a URI appropriate for the request
GetUserManagement(FTValList) - Method in class COM.FutureTense.Access.ValidateLogin
 
getUserPrincipal() - Method in interface COM.FutureTense.Interfaces.ICS
Returns a java.security.Principal object containing the name of the current authenticated user.
getVal(String) - Method in class COM.FutureTense.Interfaces.FTValList
Get a FTVAL from a key name
getValBLOB(String) - Method in class COM.FutureTense.Interfaces.FTValList
Get byte[] from key
getValBLOBSize(String) - Method in class COM.FutureTense.Interfaces.FTValList
Get the size of blob data - 0 returned if not a blob
getValInt(String) - Method in class COM.FutureTense.Interfaces.FTValList
Get an int value from a key
getValString(String) - Method in class COM.FutureTense.Interfaces.FTValList
Get a string from a key
getValue(String) - Method in interface COM.FutureTense.Interfaces.IList
Retrieves the value of a named column for the current row.
getValueCount() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves the ValueCount information(whether attribute is single, multiple, or multiple ordered) of the attribute in the asset definition
getValues() - Method in interface com.fatwire.assetapi.query.ConditionExpression
Retrurns the values associated with the condition
getValues() - Method in class com.fatwire.assetapi.query.ConditionExpressionImpl
 
GetVar(String) - Method in interface COM.FutureTense.Interfaces.ICS
Returns the value of a variable.
GetVars() - Method in interface COM.FutureTense.Interfaces.ICS
Returns an enumeration of all variables.
getVersions(AssetId) - Method in interface com.fatwire.assetapi.data.RevisionTrackingManager
Returns all available version numbers of tracked assets given an asset id.
getVersions(AssetId) - Method in class com.fatwire.assetapi.data.RevisionTrackingManagerImpl
 
goodString(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Return if a string is empty or null
gotorow - Static variable in interface COM.FutureTense.Interfaces.IList
Command indicating that IList.moveToRow(int, int) should move to the specified row.
gotoRow - Static variable in class COM.FutureTense.Util.ftMessage
 
grabCacheStatus() - Method in interface COM.FutureTense.Interfaces.ICS
get the cache status
grabHeaders() - Method in interface COM.FutureTense.Interfaces.ICS
Get headers set since last call

H

hasData() - Method in interface COM.FutureTense.Interfaces.IList
Checks if the list contains any data.
hasINotifyObjects() - Method in interface com.fatwire.cs.core.cache.RuntimeCacheStats
Indicates if the cache contains INotify instances
Head - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. HEAD action
helloCSGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
helloCSGuid_id - Static variable in class COM.FutureTense.Util.ftMessage
 
history - Static variable in class COM.FutureTense.Util.ftMessage
 
hostFailed - Static variable in class COM.FutureTense.Util.ftMessage
 
hours - Static variable in class COM.FutureTense.Util.ftMessage
 
htmlpage - Static variable in class COM.FutureTense.Util.ftMessage
 
HTTP_ACCEPT_CHARSET - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_ACCEPT_LANGUAGE - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_ACCEPT_MIME_TYPES - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_CONNECTION - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_CONTENT_LENGTH - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_CONTENT_TYPE - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_CONTENT_TYPE_CHARSET - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_EXPIRES - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_LAST_MODIFIED - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_POST_FORMMULTIPART - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_POST_FORMURLENCODED - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_REFERER - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_SET_COOKIE - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTP_USER_AGENT - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HttpHost - Static variable in class COM.FutureTense.Util.ftMessage
 
HttpProtocol - Static variable in class COM.FutureTense.Util.ftMessage
 
HTTPRESPONSENOPAGEFOUND - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTPRESPONSENOSERVICE - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTPRESPONSENOTOK - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. HTTP Errors...
HTTPRESPONSEOK - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. HTTP Success
HTTPRESPONSETIMEOUT - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
HTTPVERSION10 - Static variable in interface COM.FutureTense.Interfaces.ICS
 
HTTPVERSION10 - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. HTTP 1.0 flag
httpversion10 - Static variable in class COM.FutureTense.Util.ftMessage
 
HTTPVERSION11 - Static variable in interface COM.FutureTense.Interfaces.ICS
 
HTTPVERSION11 - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. HTTP 1.1 flag
httpversion11 - Static variable in class COM.FutureTense.Util.ftMessage
 

I

I4 - Static variable in class COM.FutureTense.Interfaces.FTVAL
 
ICS - Interface in COM.FutureTense.Interfaces
Primary interface for accessing Content Server functionality.
ICS_MISSING() - Static method in exception COM.FutureTense.Access.UserError
 
IDynamicTag - Interface in COM.FutureTense.Interfaces
Interface for classes implement dynamic XML tags.
ignoreRow - Static variable in class COM.FutureTense.Util.ftMessage
 
IList - Interface in COM.FutureTense.Interfaces
This interface defines the IList object that is used throughout Content Server for database queries and other representations of tabular data.
IManageUsers - Interface in COM.FutureTense.Access
IManageUsers interface Implemented by ValidateLogin components responsible for managing users
IndexAdd(String, String, String, String, String, String, String, FTValList, FTValList, FTValList, String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Adds an item to the search index.
indexAlreadyExists - Static variable in exception COM.FutureTense.Util.ftErrors
 
IndexCreate(String, FTValList, String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Creates a search index.
IndexDestroy(String, String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Deletes a search index.
IndexExists(String, String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Checks for the existence a search index.
IndexRemove(String, String, String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Removes a search index entry.
IndexReplace(String, String, String, String, String, String, String, FTValList, FTValList, FTValList, String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Replaces an item in the search index.
IniFILE - Static variable in class COM.FutureTense.Util.ftMessage
 
INIFILE_BADPROPERTY(String, String) - Static method in exception COM.FutureTense.Access.UserError
 
INIFILE_NOTFOUND(String) - Static method in exception COM.FutureTense.Access.UserError
 
INIFILE_NOTSUPPLIED() - Static method in exception COM.FutureTense.Access.UserError
 
INIFILE_READ(String) - Static method in exception COM.FutureTense.Access.UserError
 
IniFILEMerge - Static variable in class COM.FutureTense.Util.ftMessage
 
inipath - Static variable in class COM.FutureTense.Util.ftMessage
 
init() - Method in class COM.FutureTense.Util.FormPoster
Deprecated.  
init(PortletConfig) - Method in class com.openmarket.Satellite.portlet.BasePortlet
Initializes the portlet.
initComplete - Static variable in exception COM.FutureTense.Util.ftErrors
 
initComplete - Static variable in class COM.FutureTense.Util.ftMessage
 
initSystem - Static variable in class COM.FutureTense.Util.ftMessage
 
initSystem2 - Static variable in class COM.FutureTense.Util.ftMessage
 
insert(List<AssetData>) - Method in interface com.fatwire.assetapi.data.AssetDataManager
NOTE: This method is not implemented yet.
insert(List<AssetData>) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
if there is guareentee that all the data are from the same asset type, we would potentially use Asset.Save( ics, assettype, IAsset[] ) however there is no guareentee of that, we would have to save asset one by one
InsertPage(String, FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Invokes a pagelet inline with the current evaluation.
INSTALL_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Installer log name
installationActions - Static variable in class COM.FutureTense.Util.ftMessage
 
installationProgress - Static variable in class COM.FutureTense.Util.ftMessage
 
installDateInstalled - Static variable in class COM.FutureTense.Util.ftMessage
 
installDeathSuggestions - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultBackText - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultExitText - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultHelpText - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultLaunchEditor - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultNextText - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultOKText - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultOpenText - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultPickDlgTitle - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultTestCS - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultTitle - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultWarningText - Static variable in class COM.FutureTense.Util.ftMessage
 
installDefaultXML - Static variable in class COM.FutureTense.Util.ftMessage
 
installDependencyMissing - Static variable in class COM.FutureTense.Util.ftMessage
 
installDocType - Static variable in class COM.FutureTense.Util.ftMessage
 
installerServlet - Static variable in class COM.FutureTense.Util.ftMessage
 
installFailedMessage - Static variable in class COM.FutureTense.Util.ftMessage
 
installFinishedSuccessfully - Static variable in class COM.FutureTense.Util.ftMessage
 
installingMessage - Static variable in class COM.FutureTense.Util.ftMessage
 
installInProgressMessage - Static variable in class COM.FutureTense.Util.ftMessage
 
installLogName - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. use instead
installPatchString - Static variable in class COM.FutureTense.Util.ftMessage
 
installPathToOracleClasses - Static variable in class COM.FutureTense.Util.ftMessage
 
InstallProduct - Static variable in class COM.FutureTense.Util.ftMessage
 
installRequiredFiles - Static variable in class COM.FutureTense.Util.ftMessage
 
installSatelliteServerGenricText - Static variable in class COM.FutureTense.Util.ftMessage
 
installStartMessage - Static variable in class COM.FutureTense.Util.ftMessage
 
InstallTitle - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartGenericInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartGenericInstructionTextNT - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartGenericText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartIASInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartIASInstructionTextNT - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartIASText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartJBossGenericInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartJBossGenericInstructionTextNT - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartJBossGenericText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartOracleASInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartOracleASText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartResinInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartResinText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartSunInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartSunInstructionTextNT - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartSunJES3AppInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartSunJES3AppInstructionTextNT - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartSunJES3PortalInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartSunPortalInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartSunPortalText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartSunText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartTomcatInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartTomcatText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartWL6InstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartWL9InstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartWLInstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartWLInstructionTextNT - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartWLText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartWS4InstructionText - Static variable in class COM.FutureTense.Util.ftMessage
 
installUpdateStartWS4Text - Static variable in class COM.FutureTense.Util.ftMessage
 
installVerifyError - Static variable in class COM.FutureTense.Util.ftMessage
 
installVerifyPasswordsError - Static variable in class COM.FutureTense.Util.ftMessage
 
internalxml - Static variable in class COM.FutureTense.Util.ftMessage
 
interrogatetbl - Static variable in class COM.FutureTense.Util.ftMessage
 
invalidBlobInput - Static variable in class COM.FutureTense.Util.ftMessage
 
invalidCall - Static variable in class COM.FutureTense.Util.ftMessage
 
invalidCall2 - Static variable in class COM.FutureTense.Util.ftMessage
 
invalidEval - Static variable in class COM.FutureTense.Util.ftMessage
 
invalidList - Static variable in exception COM.FutureTense.Util.ftErrors
 
invalidobjectinfo - Static variable in exception COM.FutureTense.Util.ftErrors
 
InvalidPasswdLengthMessage - Static variable in class COM.FutureTense.Util.ftMessage
 
inventoryBlobs - Static variable in class COM.FutureTense.Util.ftMessage
 
inventoryClass - Static variable in class COM.FutureTense.Util.ftMessage
 
inventoryClassProperty - Static variable in class COM.FutureTense.Util.ftMessage
 
inventoryRetainBlobInventory - Static variable in class COM.FutureTense.Util.ftMessage
 
ioErrorThrown() - Method in interface COM.FutureTense.Interfaces.ICS
Check to see if the http request has registered an io error ie broken pipe
ipsnewobjid - Static variable in class COM.FutureTense.Util.ftMessage
 
isAllowEmbeddedLinks() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Gets whether embedded links are allowed in this flex attribute or not
isAnonymousID(String) - Static method in class COM.FutureTense.Access.ValidateLogin
 
isAnonymousLogin(String, String) - Static method in class COM.FutureTense.Access.ValidateLogin
 
isCacheable(String) - Method in interface COM.FutureTense.Interfaces.ICS
Determine if a page is set to cache at this time.
isCaseSensitive() - Method in interface COM.FutureTense.Interfaces.IDynamicTag
Method to see if the name and attributes are case sensitive
isCaseSensitive() - Method in interface COM.FutureTense.Interfaces.IXMLBodyTag
Method to see if the name and attributes are case sensitive
IsCatalog - Static variable in class COM.FutureTense.Util.ftMessage
 
IsColumn - Static variable in class COM.FutureTense.Util.ftMessage
 
isComplete() - Method in class com.fatwire.cs.core.db.PreparedStmt
Indicates if this instance is completely formed (bound with data).
isComplete() - Method in class com.fatwire.cs.core.db.StatementParam
Indicates if this instance is completely formed (bound with data).
IsCounter - Static variable in class COM.FutureTense.Util.ftMessage
 
isDataMandatory() - Method in interface com.fatwire.assetapi.def.AttributeDef
Indicates if data for this attribute is mandatory.
isDerivedFlexAttribute() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves whether the attribute is an derived attribute in the asset defintion that contains it
isEditable() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves whether the attribute is editable or not in the asset
IsElement(String) - Method in interface COM.FutureTense.Interfaces.ICS
Checks for the existance of an element.
IsElement - Static variable in class COM.FutureTense.Util.ftMessage
 
isEmpty() - Method in class COM.FutureTense.Interfaces.FTVAL
Method to determine if a value is empty
IsErr - Static variable in class COM.FutureTense.Util.ftMessage
 
IServlet - Interface in COM.FutureTense.Interfaces
Deprecated.  
isFile(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Verify a file
isFolder(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Verify a folder
isForeign() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.DisassemblyContext
This flag represents the ownership of the URI being decoded.
isInheritedFlexAttribute() - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Retrieves whether the attribute is an inherited parent attribute or not
IsList - Static variable in class COM.FutureTense.Util.ftMessage
 
isMetaDataAttribute() - Method in interface com.fatwire.assetapi.def.AttributeDef
Indicates if this attribute is metadata type (as opposed to user defined).
IsObject - Static variable in class COM.FutureTense.Util.ftMessage
 
isReplaceRequired() - Method in interface COM.FutureTense.Interfaces.IDynamicTag
Method to see if the attributes should have variables replaced
isReplaceRequired() - Method in interface COM.FutureTense.Interfaces.IXMLBodyTag
Method to see if the attributes should have variables replaced
IsSSVar - Static variable in class COM.FutureTense.Util.ftMessage
 
IsSystemSecure() - Method in interface COM.FutureTense.Interfaces.ICS
Return if the current thread is running with CS security on or off - depends on property file setting and if off, no access restrictions will be in place at the core catalog level
IsTracked(String) - Method in interface COM.FutureTense.Interfaces.ICS
Checks if a catalog is revision tracked.
IsTracked - Static variable in class COM.FutureTense.Util.ftMessage
 
IsTree - Static variable in class COM.FutureTense.Util.ftMessage
 
IsVar - Static variable in class COM.FutureTense.Util.ftMessage
 
ISyncHash - Interface in COM.FutureTense.Interfaces
This class presents functionality like a hashtable but with cluster sync and LRU behaviors.
itemIsInList(Vector, String, boolean) - Static method in class COM.FutureTense.Interfaces.Utilities
Determines if a given string is in a vector.
IterableIListWrapper - Class in COM.FutureTense.Util
This class provides a lightweight wrapper over an IList object for the purpose of adding Iterable functionality to the IList.
IterableIListWrapper(IList) - Constructor for class COM.FutureTense.Util.IterableIListWrapper
 
iterator() - Method in interface com.fatwire.cs.core.properties.DescriptionList
Return an iterator over the PropertyDescriptions found in this list.
iterator() - Method in class com.fatwire.cs.core.uri.LogPropertyDescriptions
Return an iterator over the PropertyDescriptions found in this list.
iterator() - Method in class COM.FutureTense.Util.IterableIListWrapper
Return an Iterator over the IList.
IUsers - Interface in COM.FutureTense.Access
IUsers interface Implemented by ValidateLogin components responsible for validating login and returning ACLs.
IXMLBodyTag - Interface in COM.FutureTense.Interfaces
This interface defines the methods that a class must implement in order to create a custom XML body tag.

J

jdbcDateFromCal(Calendar) - Static method in class COM.FutureTense.Interfaces.Utilities
Returns a JDBC formatted date from a calendar object.
jdbcTimeFrom(Calendar) - Static method in class COM.FutureTense.Interfaces.Utilities
Returns a JDBC formatted time from a calendar object.
join - Static variable in class COM.FutureTense.Util.ftMessage
 
JoinTypeEnum - Enum in com.fatwire.assetapi.query
Enumeration representing conjunction (AND) or disjunction (OR) for a nesting Condition
jsk - Static variable in class COM.FutureTense.Util.ftMessage
 
jskFutureTense - Static variable in class COM.FutureTense.Util.ftMessage
 
jskResin - Static variable in class COM.FutureTense.Util.ftMessage
 
JSP_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
JSP element deployment and deployment logger name
jspDebugProp - Static variable in class COM.FutureTense.Util.ftMessage
 
jspresponsewrapper - Static variable in class COM.FutureTense.Util.ftMessage
 

K

keymarker - Static variable in class COM.FutureTense.Util.ftMessage
 
keys() - Method in class COM.FutureTense.Interfaces.FTValList
Thread safe way to access items keys().
keySet() - Method in interface COM.FutureTense.Interfaces.ISyncHash
Return a set of all of the keys in the current hash.
keysFromMap(Map) - Static method in class COM.FutureTense.Interfaces.Utilities
Return a string of keys from the Map
keysVector() - Method in class COM.FutureTense.Interfaces.FTValList
Thread safe way to access items keys().
killsession - Static variable in class COM.FutureTense.Util.ftMessage
 

L

last - Static variable in interface COM.FutureTense.Interfaces.IList
Command indicating that IList.moveToRow(int, int) should move to the last row.
length() - Method in class COM.FutureTense.Interfaces.FTVAL
Method to determine the length of a value
lightweight - Static variable in class COM.FutureTense.Util.ftMessage
 
line - Static variable in class COM.FutureTense.Util.ftMessage
 
listAllDBProps - Static variable in class COM.FutureTense.Util.ftMessage
 
listCopyError - Static variable in exception COM.FutureTense.Util.ftErrors
 
listname - Static variable in class COM.FutureTense.Util.ftMessage
 
listRenameError - Static variable in exception COM.FutureTense.Util.ftErrors
 
listtables - Static variable in class COM.FutureTense.Util.ftMessage
 
listtrees - Static variable in class COM.FutureTense.Util.ftMessage
 
listusergroupparam - Static variable in class COM.FutureTense.Util.ftMessage
 
listusers - Static variable in class COM.FutureTense.Util.ftMessage
 
listusersresponse - Static variable in class COM.FutureTense.Util.ftMessage
 
literal(String, String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Generates a literal value specific to a column in a table.
live - Static variable in class COM.FutureTense.Util.ftMessage
 
loadProperties - Static variable in class COM.FutureTense.Util.ftMessage
 
LoadProperty(String) - Method in interface COM.FutureTense.Interfaces.ICS
Loads a new property set into the system.
lock - Static variable in class COM.FutureTense.Util.ftMessage
 
lockFile(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Lock a file name for exclusive use by this thread.
lockname - Static variable in class COM.FutureTense.Util.ftMessage
 
LOG_NAME - Static variable in interface com.fatwire.cs.core.uri.Assembler
Logger name, for use with Jakarta Commons Logging.
LOG_NAME - Static variable in interface com.fatwire.cs.core.uri.Definition
Logger name, for use with Jakarta Commons Logging.
Login(String, String, FTValList, FTValList) - Method in interface COM.FutureTense.Access.IUsers
 
login(boolean, ftStatusCode, String, String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Login or logout Set the url first in the FormPoster otherwise it will attempt to default to a NAS 2.1 style URL
login - Static variable in class COM.FutureTense.Util.ftMessage
 
LOGIN_FAILED() - Static method in exception COM.FutureTense.Access.UserError
 
LogMsg(String) - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. Out of the box Logger names are identified in ftMessage.
Logout(String, FTValList, FTValList) - Method in interface COM.FutureTense.Access.IUsers
 
logout - Static variable in class COM.FutureTense.Util.ftMessage
 
LogPropertyDescriptions - Class in com.fatwire.cs.core.uri
This class defines logger configuration properties for the uri assembly component.
LogPropertyDescriptions() - Constructor for class com.fatwire.cs.core.uri.LogPropertyDescriptions
 
LONG - Static variable in class COM.FutureTense.Interfaces.FTVAL
 
loopruntime - Static variable in class COM.FutureTense.Util.ftMessage
 
LPSTR - Static variable in class COM.FutureTense.Interfaces.FTVAL
 

M

m_bFileDataAdded - Variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
m_byUserBodyData - Variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
m_byUserBodyStream - Variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
m_byUserContentLength - Variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
m_Cookies - Variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
m_dsnContext - Static variable in class COM.FutureTense.Util.ftMessage
 
m_nEXCEPTION - Static variable in exception COM.FutureTense.Util.ftErrors
 
m_nLastError - Variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
m_nNOERROR - Static variable in exception COM.FutureTense.Util.ftErrors
 
m_sbUserTextParams - Variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
m_sDefaultContentType - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_setJspRootParameter - Static variable in class COM.FutureTense.Util.ftMessage
 
m_sPropertyArgumentCount - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyArgumentNamePrefix - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyArgumentValuePrefix - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyDeleteFile - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyFailure - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyFileNameFilter - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyLogFile - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyProxyHost - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyProxyPort - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertySuccess - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyTimeout - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_sPropertyUrl - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_SSO - Variable in class COM.FutureTense.Access.ValidateLogin
 
m_strDSN - Static variable in class COM.FutureTense.Util.ftMessage
 
m_sYes - Static variable in class COM.FutureTense.XML.Post.XMLPost
 
m_UserCache - Variable in class COM.FutureTense.Access.ValidateLogin
 
m_UserManager - Variable in class COM.FutureTense.Access.ValidateLogin
 
m_vlHeaderInfo - Variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
maintenance_version - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase#MAINTENANCE_VERSION
major_version - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase#MAJOR_VERSION
managedbeventerror - Static variable in exception COM.FutureTense.Util.ftErrors
 
manageeventerror - Static variable in exception COM.FutureTense.Util.ftErrors
 
MAP_KEY - Static variable in class COM.FutureTense.Util.ftMessage
 
MAP_VALUE - Static variable in class COM.FutureTense.Util.ftMessage
 
match - Static variable in class COM.FutureTense.Util.ftMessage
 
maxErrno - Static variable in exception COM.FutureTense.Util.ftErrors
 
maxlogsize - Static variable in class COM.FutureTense.Util.ftMessage
 
maxrows - Static variable in class COM.FutureTense.Util.ftMessage
 
maxusers - Static variable in exception COM.FutureTense.Util.ftErrors
 
maxvarcharsz - Static variable in class COM.FutureTense.Util.ftMessage
 
memException - Static variable in class COM.FutureTense.Util.ftMessage
 
metadata - Static variable in class COM.FutureTense.Util.ftMessage
 
minor_version - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase#MINOR_VERSION
minutes - Static variable in class COM.FutureTense.Util.ftMessage
 
Mirror(Vector, String, String, String, String, String, int, boolean, boolean, int, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Mirrors a result set.
Mirror(Vector, Vector, String, String, String, String, String, int, boolean, boolean, int, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Mirrors a result set.
mirrorAbort - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorabort - Static variable in class COM.FutureTense.Util.ftMessage
 
mirroraborted - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorauthpassword - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorauthusername - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorbadcoltype - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorbadcolumntype - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorbadconfiginfo - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorBadConfigInfo - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorBadNextRow - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorbadresponse - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorCode - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorCommitted - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorDelTmpTable - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorDone - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorfilenotfound - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorGetConfig - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorGetConfig - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorheader - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorHTTP - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorinprogress - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorInProgress - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrornetabort - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorNetAbort - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrornocommit - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorNode - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorNoFile - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrornorows - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrornorunning - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrornoserver - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorNoServer - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorNotCommitted - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrornotreenodes - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorNoTreeNodes - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrornotrees - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorNoTrees - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrornotreetable - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorNoTreeTable - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorNotRunning - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrornotrycreate - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrornotrycreate - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorok - Static variable in exception COM.FutureTense.Util.ftErrors
 
mirrorPassword - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorPort - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorprotocolversion - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorProxyPort - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorProxyServer - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorrows - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorRowsPerPost - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorTarget - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorThreads - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorTree - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorUser - Static variable in class COM.FutureTense.Util.ftMessage
 
mirrorvarnotfound - Static variable in exception COM.FutureTense.Util.ftErrors
 
missingclasstype - Static variable in exception COM.FutureTense.Util.ftErrors
 
mJSPClear - Static variable in class COM.FutureTense.Util.ftMessage
 
mJSPPath - Static variable in class COM.FutureTense.Util.ftMessage
 
mJSPRefresh - Static variable in class COM.FutureTense.Util.ftMessage
 
mJSPRoot - Static variable in class COM.FutureTense.Util.ftMessage
 
mJSPWork - Static variable in class COM.FutureTense.Util.ftMessage
 
modifiedRename - Static variable in class COM.FutureTense.Util.ftMessage
 
ModifyUser(String, FTValList, FTValList) - Method in interface COM.FutureTense.Access.IManageUsers
 
modifyUser - Static variable in class COM.FutureTense.Util.ftMessage
 
moreRows - Static variable in class COM.FutureTense.Util.ftMessage
 
moveTo(int) - Method in interface COM.FutureTense.Interfaces.IList
Moves the list to a given row number.
moveToRow(int, int) - Method in interface COM.FutureTense.Interfaces.IList
Move to a new row given a specific command
msgbody - Static variable in class COM.FutureTense.Interfaces.Utilities
Use this to locate the body portion of a returned getPOP3Messages() element
MutableAssetData - Interface in com.fatwire.assetapi.data
Interface that is a mutable extension of AssetData

N

name() - Method in class com.fatwire.cs.core.properties.Description
Get the name of this property
name() - Method in interface com.fatwire.cs.core.properties.DescriptionList
Get the property file name associated with this description list.
name() - Method in class com.fatwire.cs.core.uri.LogPropertyDescriptions
Get the property file name associated with this description list.
nameLabel - Static variable in class COM.FutureTense.Util.ftMessage
 
nas21Label - Static variable in class COM.FutureTense.Util.ftMessage
 
nativeMethodMismatch - Static variable in exception COM.FutureTense.Util.ftErrors
 
nclass - Static variable in class COM.FutureTense.Util.ftMessage
 
nclassid - Static variable in class COM.FutureTense.Util.ftMessage
 
ncode - Static variable in class COM.FutureTense.Util.ftMessage
 
nearTag - Static variable in class COM.FutureTense.Util.ftMessage
 
newArrayAttributeData(String, String, String, List) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type array with a list of data
newAssetAttributeData(String, String, String, Long) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute of type asset with asset type, subtype and asset id
newAssetData(String, AssetData) - Method in interface com.fatwire.assetapi.data.AssetDataManager
NOTE: This method is not implemented yet.
newAssetData(String, AssetData) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
 
newAssetTypeDef() - Method in interface com.fatwire.assetapi.def.AssetTypeDefManager
NOTE: This method is not implemented yet.
newAssetTypeDef() - Method in class com.fatwire.assetapi.def.AssetTypeDefManagerImpl
Create an empty AssetTypeDef
newAssociationDef() - Method in interface com.fatwire.assetapi.def.AssetTypeDefManager
NOTE: This method is not implemented yet.
newAssociationDef() - Method in class com.fatwire.assetapi.def.AssetTypeDefManagerImpl
Creates a new instance of Association by a given name.
newAttribiteData(String, String, String) - Method in interface com.fatwire.assetapi.data.AssetDataManager
NOTE: This method is not implemented yet.
newAttribiteData(String, String, String) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
 
newAttributeData(String, String, String, AttributeTypeEnum, Object) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data with attribute type specified
newAttributeData(String, String, String, AttributeTypeEnum, List) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data with attribute type specified
newAttributeDef() - Method in interface com.fatwire.assetapi.def.AssetTypeDefManager
NOTE: This method is not implemented yet.
newAttributeDef() - Method in class com.fatwire.assetapi.def.AssetTypeDefManagerImpl
Creates a new instance of AttributeTypeDefinition
newBlobData(String, String, String, BlobObject) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type blob
newBlobData(String, String, String, List) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type blob
newDateAttributeData(String, String, String, Date) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Date
newDateAttributeData(String, String, String, List<Date>) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Date
newFloatAttributeData(String, String, String, Float) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Float Create an attribute data of type Long
newFloatAttributeData(String, String, String, List<Float>) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Float Create an attribute data of type Long
newInstance(Properties, Properties) - Static method in class com.fatwire.cs.core.uri.AssemblerEngine
Construct an AssemblerEngine given the properties specified.
newLargeTextAttributeData(String, String, String, String) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Large Text
newLargeTextAttributeData(String, String, String, List<String>) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Large Text
newListAttributeData(String, String, String, List) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type list with a list of data
newLongAttributeData(String, String, String, Long) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Long
newLongAttributeData(String, String, String, List<Long>) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Long Create an attribute data of type Long
newMoneyAttributeData(String, String, String, Float) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Money Create an attribute data of type Long
newMoneyAttributeData(String, String, String, List<Float>) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type Float
newOneOfAttributeData(String, String, String, Object) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type one of with a list of data
newParam() - Method in class com.fatwire.cs.core.db.PreparedStmt
Creates an exemplar instance of Parameter container.
NewSeedFromTagname(String) - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. use ICS.runTag(String, FTValList) instead
newSession(String, String) - Static method in class com.fatwire.system.SessionFactory
This method creates a new Session backed by given user's privileges.
newStringAttributeData(String, String, String, String) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create attribute data type of String
newStringAttributeData(String, String, String, List<String>) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create attribute data type of String
newStructAttributeData(String, String, String, List) - Static method in class com.fatwire.assetapi.data.AttributeDataFactory
Create an attribute data of type struct with a list of data
newTableName - Static variable in class COM.FutureTense.Util.ftMessage
 
newtreename - Static variable in class COM.FutureTense.Util.ftMessage
 
newusername - Static variable in class COM.FutureTense.Util.ftMessage
 
newuserpassword - Static variable in class COM.FutureTense.Util.ftMessage
 
next - Static variable in interface COM.FutureTense.Interfaces.IList
Command indicating that IList.moveToRow(int, int) should move to the next row.
nid - Static variable in class COM.FutureTense.Util.ftMessage
 
no - Static variable in class COM.FutureTense.Util.ftMessage
 
noAccess - Static variable in exception COM.FutureTense.Util.ftErrors
 
noAccess - Static variable in class COM.FutureTense.Util.ftMessage
 
noaddrow - Static variable in class COM.FutureTense.Util.ftMessage
 
noBinary - Static variable in class COM.FutureTense.Util.ftMessage
 
noblobdata - Static variable in class COM.FutureTense.Util.ftMessage
 
nocache - Static variable in class COM.FutureTense.Util.ftMessage
 
nocacheblob - Static variable in class COM.FutureTense.Util.ftMessage
 
noCatCreate - Static variable in class COM.FutureTense.Util.ftMessage
 
noColFound - Static variable in class COM.FutureTense.Util.ftMessage
 
nocolvalue - Static variable in exception COM.FutureTense.Util.ftErrors
 
nocontrol - Static variable in class COM.FutureTense.Util.ftMessage
 
noCreateDir - Static variable in class COM.FutureTense.Util.ftMessage
 
noCreDatFile - Static variable in exception COM.FutureTense.Util.ftErrors
 
noCrePopFile - Static variable in exception COM.FutureTense.Util.ftErrors
 
nodeCatalog - Static variable in class COM.FutureTense.Util.ftMessage
 
nodechilderror - Static variable in exception COM.FutureTense.Util.ftErrors
 
nodecrypt - Static variable in class COM.FutureTense.Util.ftMessage
 
noDefFound - Static variable in class COM.FutureTense.Util.ftMessage
 
noDefsFound - Static variable in class COM.FutureTense.Util.ftMessage
 
nodeltemptable - Static variable in exception COM.FutureTense.Util.ftErrors
 
nodeltemptable - Static variable in class COM.FutureTense.Util.ftMessage
 
nodeUI - Static variable in class COM.FutureTense.Util.ftMessage
 
noDREConnection - Static variable in exception COM.FutureTense.Util.ftErrors
 
noElement - Static variable in exception COM.FutureTense.Util.ftErrors
 
NOERROR - Static variable in exception COM.FutureTense.Util.ftErrors
 
noEvalFile - Static variable in exception COM.FutureTense.Util.ftErrors
 
noFieldArgument - Static variable in exception COM.FutureTense.Util.ftErrors
 
noForm - Static variable in class COM.FutureTense.Util.ftMessage
 
noFoundDir - Static variable in class COM.FutureTense.Util.ftMessage
 
nogenTempTableName - Static variable in exception COM.FutureTense.Util.ftErrors
 
nogenTempTableName - Static variable in class COM.FutureTense.Util.ftMessage
 
noheader - Static variable in class COM.FutureTense.Util.ftMessage
 
noInstance - Static variable in exception COM.FutureTense.Util.ftErrors
 
nolooplist - Static variable in class COM.FutureTense.Util.ftMessage
 
nomirrormixedcols - Static variable in exception COM.FutureTense.Util.ftErrors
 
nomirrormixedcols - Static variable in class COM.FutureTense.Util.ftMessage
 
noModInsertDate - Static variable in exception COM.FutureTense.Util.ftErrors
 
nonCSList - Static variable in exception COM.FutureTense.Util.ftErrors
 
none - Static variable in class COM.FutureTense.Util.ftMessage
 
nonodes - Static variable in exception COM.FutureTense.Util.ftErrors
 
nonodetoget - Static variable in exception COM.FutureTense.Util.ftErrors
 
noPage - Static variable in class COM.FutureTense.Util.ftMessage
 
noPage2 - Static variable in class COM.FutureTense.Util.ftMessage
 
noPost - Static variable in class COM.FutureTense.Util.ftMessage
 
noprivs - Static variable in exception COM.FutureTense.Util.ftErrors
 
noprivsrt - Static variable in exception COM.FutureTense.Util.ftErrors
 
noQuery - Static variable in class COM.FutureTense.Util.ftMessage
 
noqueuedtables - Static variable in class COM.FutureTense.Util.ftMessage
 
noregister - Static variable in exception COM.FutureTense.Util.ftErrors
 
noRevTrackInfo - Static variable in class COM.FutureTense.Util.ftMessage
 
norowincrement - Static variable in exception COM.FutureTense.Util.ftErrors
 
norows - Static variable in exception COM.FutureTense.Util.ftErrors
 
noRowsFound - Static variable in class COM.FutureTense.Util.ftMessage
 
noRowsMatch - Static variable in class COM.FutureTense.Util.ftMessage
 
nosession - Static variable in exception COM.FutureTense.Util.ftErrors
 
noSharedDir - Static variable in class COM.FutureTense.Util.ftMessage
 
noSqlFile - Static variable in exception COM.FutureTense.Util.ftErrors
 
NoSuchCatalog - Static variable in interface COM.FutureTense.Interfaces.ICS
Catalog type for use with GetCatalogType
nosuchrow - Static variable in exception COM.FutureTense.Util.ftErrors
 
noSysAcl - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysElement - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysEvent - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysInfo - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysLocaleString - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysSeedAccess - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysSite - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysSQL - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysTransforms - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysUser - Static variable in class COM.FutureTense.Util.ftMessage
 
noSysUserAttr - Static variable in class COM.FutureTense.Util.ftMessage
 
notable - Static variable in exception COM.FutureTense.Util.ftErrors
 
noTableAdd - Static variable in class COM.FutureTense.Util.ftMessage
 
notabledef - Static variable in exception COM.FutureTense.Util.ftErrors
 
noTableDelete - Static variable in class COM.FutureTense.Util.ftMessage
 
noTableFound - Static variable in class COM.FutureTense.Util.ftMessage
 
notblob - Static variable in class COM.FutureTense.Util.ftMessage
 
noTempTableName - Static variable in class COM.FutureTense.Util.ftMessage
 
notequals - Static variable in class COM.FutureTense.Util.ftMessage
 
notree - Static variable in exception COM.FutureTense.Util.ftErrors
 
notsupported - Static variable in exception COM.FutureTense.Util.ftErrors
 
nottemptable - Static variable in exception COM.FutureTense.Util.ftErrors
 
nottemptable - Static variable in class COM.FutureTense.Util.ftMessage
 
noUI - Static variable in class COM.FutureTense.Util.ftMessage
 
noUpload - Static variable in class COM.FutureTense.Util.ftMessage
 
noUser - Static variable in class COM.FutureTense.Util.ftMessage
 
npath - Static variable in class COM.FutureTense.Util.ftMessage
 
nrank - Static variable in class COM.FutureTense.Util.ftMessage
 
NTUserNameAttribute - Static variable in class COM.FutureTense.Util.ftMessage
 
nullstr - Static variable in class COM.FutureTense.Util.ftMessage
 
nullValue - Static variable in class COM.FutureTense.Util.ftMessage
 
number - Static variable in class COM.FutureTense.Util.ftMessage
 
numColumns() - Method in interface COM.FutureTense.Interfaces.IList
Retrieves the number of columns in the list, excluding indirect columns.
numIndirectColumns() - Method in interface COM.FutureTense.Interfaces.IList
Return a count of columns which are meant to be indirect data pointers; normally only used by internal CS ilist objects so the default implementation for a user-defined ilist should return 0
numRows() - Method in interface COM.FutureTense.Interfaces.IList
Returns the number of rows in a list.
nversion - Static variable in class COM.FutureTense.Util.ftMessage
 

O

ObjectCatalog - Static variable in interface COM.FutureTense.Interfaces.ICS
Catalog type for use with GetCatalogType
objecttbl - Static variable in class COM.FutureTense.Util.ftMessage
 
objecttblUI - Static variable in class COM.FutureTense.Util.ftMessage
 
objid - Static variable in class COM.FutureTense.Util.ftMessage
 
objVersion - Static variable in class COM.FutureTense.Util.ftMessage
 
off - Static variable in class COM.FutureTense.Util.ftMessage
 
on - Static variable in class COM.FutureTense.Util.ftMessage
 
Options - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. PUT action
OpTypeEnum - Enum in com.fatwire.assetapi.query
Enumeration representing the type operand for attribute type query operations.
or(Condition) - Method in interface com.fatwire.assetapi.query.Condition
Joins (Disjunction) a given Condition with this Condition
or(Condition) - Method in class com.fatwire.assetapi.query.SimpleCondition
 
oracle8Driver - Static variable in class COM.FutureTense.Util.ftMessage
 
oracle9Driver - Static variable in class COM.FutureTense.Util.ftMessage
 
orderby - Static variable in class COM.FutureTense.Util.ftMessage
 
OrList - Static variable in class COM.FutureTense.Util.ftMessage
 
orphanIfChild - Static variable in class COM.FutureTense.Util.ftMessage
 
osIgnoreFileCase() - Static method in class COM.FutureTense.Interfaces.Utilities
Return if the server OS has case specific vs casepreserve filesystem naming.
osSafeSpec(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Returns a filespec where the "/" or "\" characters have been replaced by the system specific paths.
outofmemory - Static variable in exception COM.FutureTense.Util.ftErrors
 

P

PAGE_CACHE_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Page cache logger name
PAGE_DISPATCH_SERVER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
PageCriteria - Static variable in class COM.FutureTense.Util.ftMessage
 
pageCriteriaKeys(String) - Method in interface COM.FutureTense.Interfaces.ICS
Get a String array of page criteria allowable keynames
PAGENAME - Static variable in class com.fatwire.cs.core.uri.AbstractAssembler
This string corresponds to the required variable for the Content Server app type, pagename.
PageName - Static variable in class COM.FutureTense.Util.ftMessage
 
pagenoprivs - Static variable in exception COM.FutureTense.Util.ftErrors
 
pagenotfound - Static variable in exception COM.FutureTense.Util.ftErrors
 
pageNotFound - Static variable in class COM.FutureTense.Util.ftMessage
 
pagenotlive - Static variable in exception COM.FutureTense.Util.ftErrors
 
pageNotLive - Static variable in class COM.FutureTense.Util.ftMessage
 
pageStart - Static variable in class COM.FutureTense.Util.ftMessage
 
pageStop - Static variable in class COM.FutureTense.Util.ftMessage
 
pagetoken - Static variable in class COM.FutureTense.Util.ftMessage
 
pageURL() - Method in interface COM.FutureTense.Interfaces.ICS
Return the cache key in 'url' form of the current execution instance (page/pagelet).
pageURL(String, FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Return the cache key in 'url' form of the execution instance (page/pagelet) defined by the input parameters.
paneLogName - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. use instead
parentnode - Static variable in class COM.FutureTense.Util.ftMessage
 
parentNodes - Static variable in class COM.FutureTense.Util.ftMessage
 
parentTableName - Static variable in class COM.FutureTense.Util.ftMessage
 
parse(String) - Method in class COM.FutureTense.Interfaces.FTValList
Convert a string of form "a=b&c=d&..." to an FTValList set of name/value pairs Note - will add new and/or replace existing data.
parse(String, boolean) - Method in class COM.FutureTense.Interfaces.FTValList
Also URL-encode each parameter
parseBasicCondition(ICS, AssetTypeDef, Condition, String, FTValList) - Static method in class com.fatwire.assetapi.query.ConditionParser
This method is used to convert a condition to an asset search format.
parseFlexCondition(ICS, AssetTypeDef, String, Condition) - Static method in class com.fatwire.assetapi.query.ConditionParser
 
parseJdbcDate(String) - Static method in class com.fatwire.cs.core.db.Util
Given an input string in JDBC form, parse it and return a date object.
parsePath(String) - Method in class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler
Parse the path from the uriDefinition and get back a PathInfo data object containing all the useful info that was encoded in the path.
parseQueryString(String) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Parse a query string and put the parameters into a map.
password - Static variable in class COM.FutureTense.Util.ftMessage
 
passwordLabel - Static variable in class COM.FutureTense.Util.ftMessage
 
passwordStrengthString - Static variable in class COM.FutureTense.Util.ftMessage
 
pastramiClass - Static variable in class COM.FutureTense.Util.ftMessage
 
pastramiClassProperty - Static variable in class COM.FutureTense.Util.ftMessage
 
pastramiDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.GENERIC_DEBUG
pastramiDebugProp - Static variable in class COM.FutureTense.Util.ftMessage
 
pastramiServletDefault - Static variable in class COM.FutureTense.Util.ftMessage
 
PATH_INFO - Static variable in class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler.QAPIDisassemblyContext
 
PATH_INFO - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
pathFromSpec(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Returns a path from a file specification.
pathnotfound - Static variable in exception COM.FutureTense.Util.ftErrors
 
pathNotFound - Static variable in class COM.FutureTense.Util.ftMessage
 
pending - Static variable in class COM.FutureTense.Util.ftMessage
 
per_cookie_log - Static variable in class COM.FutureTense.Util.ftMessage
 
pgCacheDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.PAGE_CACHE_DEBUG
pgCacheDebugProp - Static variable in class COM.FutureTense.Util.ftMessage
 
pgCacheMemoryThresholdProp - Static variable in class COM.FutureTense.Util.ftMessage
 
pgcachetimeout - Static variable in class COM.FutureTense.Util.ftMessage
 
pingdb - Static variable in class COM.FutureTense.Util.ftMessage
 
pingDBAck - Static variable in exception COM.FutureTense.Util.ftErrors
 
pingdbfailed - Static variable in class COM.FutureTense.Util.ftMessage
 
PopObj(String) - Method in interface COM.FutureTense.Interfaces.ICS
Pop the last object saved earlier in this same thread by a given name.
PopVars() - Method in interface COM.FutureTense.Interfaces.ICS
Pops the variable stack, returning the variables to their previously stacked state.
PORTLET - Static variable in class com.fatwire.cs.core.uri.Definition.ContainerType
 
Post - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. POST action
post() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Send this record via an HTTP POST.
postProcessMIMEHeader(String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Called to post-process a mime header once the postconnector reads it
PREFERRED_ASSEMBLER - Static variable in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
Parameter for the preferred assembler
PreparedStmt - Class in com.fatwire.cs.core.db
This class is a thin abstraction over the JDBC PreparedStatement functionality.
PreparedStmt(String, List) - Constructor for class com.fatwire.cs.core.db.PreparedStmt
Constructs a new PreparedStmt using basic SQL construct that is used to build a prepared statement and tables used in it (in the form clause).
prev - Static variable in interface COM.FutureTense.Interfaces.IList
Command indicating that IList.moveToRow(int, int) should move to the previous row.
processAction(ActionRequest, ActionResponse) - Method in class com.openmarket.Satellite.portlet.BasePortlet
It's not possible to override ProcessAction in the satellite portlet.
processCookie(int, String, Vector) - Static method in class COM.FutureTense.Util.FormPoster
Deprecated.  
processExceptionerr - Static variable in exception COM.FutureTense.Util.ftErrors
 
product - Static variable in class COM.FutureTense.Interfaces.Utilities
For finding out the IPS product name
product - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase.Copyright#getString
product_name - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase#PRODUCT_NAME
PROP_PATH_PREFIX - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name prefix.
PROP_URIBASE_BLOB_SERVER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Blob Server app's uri path
PROP_URIBASE_CACHE_SERVER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Cache Server app's uri path
PROP_URIBASE_CATALOG_MANAGER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Catalog Manager app's uri path
PROP_URIBASE_CONTENT_SERVER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Content Server app's uri path
PROP_URIBASE_COOKIE_SERVER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Cookie Server app's uri path
PROP_URIBASE_DISPATCH_MANAGER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Dispatch Manager app's uri path
PROP_URIBASE_PAGE_DISPATCH_SERVER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Page Dispatch Server app's uri path
PROP_URIBASE_SATELLITE_SERVER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Satellite Server servlet's uri path.
PROP_URIBASE_SEED_DISPATCH_SERVER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Seed Dispatch Server app's uri path
PROP_URIBASE_SYNC_SEED_DISPATCH_SERVER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Sync Seed Dispatch Server app's uri path
PROP_URIBASE_TREE_MANAGER - Static variable in interface com.fatwire.cs.core.uri.Assembler
Property name for the Tree Manager app's uri path
propbigint - Static variable in class COM.FutureTense.Util.ftMessage
 
propchar - Static variable in class COM.FutureTense.Util.ftMessage
 
propCSDBType - Static variable in class COM.FutureTense.Util.ftMessage
 
propCSDSN - Static variable in class COM.FutureTense.Util.ftMessage
 
propDBConnPicture - Static variable in class COM.FutureTense.Util.ftMessage
 
propdouble - Static variable in class COM.FutureTense.Util.ftMessage
 
propDoubleSchema - Static variable in class COM.FutureTense.Util.ftMessage
 
propertyname - Static variable in class COM.FutureTense.Util.ftMessage
 
propinteger - Static variable in class COM.FutureTense.Util.ftMessage
 
propjdbcfetchsize - Static variable in class COM.FutureTense.Util.ftMessage
 
proplongvarbinary - Static variable in class COM.FutureTense.Util.ftMessage
 
proplongvarchar - Static variable in class COM.FutureTense.Util.ftMessage
 
propNTDefaultACL - Static variable in class COM.FutureTense.Util.ftMessage
 
propNTDefaultReaderACL - Static variable in class COM.FutureTense.Util.ftMessage
 
propNTDefaultReaderID - Static variable in class COM.FutureTense.Util.ftMessage
 
propNTDefaultReaderPW - Static variable in class COM.FutureTense.Util.ftMessage
 
propNTLogFile - Static variable in class COM.FutureTense.Util.ftMessage
 
propNTLogging - Static variable in class COM.FutureTense.Util.ftMessage
 
propnull - Static variable in class COM.FutureTense.Util.ftMessage
 
propnumeric - Static variable in class COM.FutureTense.Util.ftMessage
 
propprimarykey - Static variable in class COM.FutureTense.Util.ftMessage
 
propprivpassword - Static variable in class COM.FutureTense.Util.ftMessage
 
propprivusername - Static variable in class COM.FutureTense.Util.ftMessage
 
propSearchAPIDebug - Static variable in class COM.FutureTense.Util.ftMessage
 
propSearchDebug - Static variable in class COM.FutureTense.Util.ftMessage
 
propSearchEngine - Static variable in class COM.FutureTense.Util.ftMessage
 
propSearchEngineDebug - Static variable in class COM.FutureTense.Util.ftMessage
 
propSearchEngineList - Static variable in class COM.FutureTense.Util.ftMessage
 
propSearchFactoryDebug - Static variable in class COM.FutureTense.Util.ftMessage
 
propSearchKeepTemps - Static variable in class COM.FutureTense.Util.ftMessage
 
propSearchQueryDebug - Static variable in class COM.FutureTense.Util.ftMessage
 
propSearchUseDebugSE - Static variable in class COM.FutureTense.Util.ftMessage
 
propsmallint - Static variable in class COM.FutureTense.Util.ftMessage
 
proptimestamp - Static variable in class COM.FutureTense.Util.ftMessage
 
propunique - Static variable in class COM.FutureTense.Util.ftMessage
 
propUniqueIdPoolMask - Static variable in class COM.FutureTense.Util.ftMessage
 
propUniqueIdPoolSize - Static variable in class COM.FutureTense.Util.ftMessage
 
propvarchar - Static variable in class COM.FutureTense.Util.ftMessage
 
purgeDone - Static variable in class COM.FutureTense.Util.ftMessage
 
purgetemptables - Static variable in class COM.FutureTense.Util.ftMessage
 
PushObj(String, Object) - Method in interface COM.FutureTense.Interfaces.ICS
Save an object by name, and retain any object previously saved by that same name.
PushVars() - Method in interface COM.FutureTense.Interfaces.ICS
Saves a copy of all the current variables to a stack.
put(Object, Object) - Method in class COM.FutureTense.Interfaces.FTValList
Associates a value with a specified key.
put(String, Object) - Method in interface COM.FutureTense.Interfaces.ISyncHash
Add something to the hash; will generate appropriate cluster sync methods and LRU behavior.
put(String, Object, Calendar) - Method in interface COM.FutureTense.Interfaces.ISyncHash
Deprecated. use put(String,Object,Date) insatead.
put(String, Object, Date) - Method in interface COM.FutureTense.Interfaces.ISyncHash
Add something to the hash; will generate appropriate cluster sync methods and LRU behavior.
Put - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. PUT action
pversion - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase.Copyright#getString

Q

Query - Interface in com.fatwire.assetapi.query
Query is an abstract construct that defines user's request for asset's data, just like SQL, expect that Query is an object oriented representation.
QueryAsPathInfoAssembler - Class in com.fatwire.cs.core.uri
This assembler creates a URL without a query string.
QueryAsPathInfoAssembler() - Constructor for class com.fatwire.cs.core.uri.QueryAsPathInfoAssembler
 
QueryAsPathInfoAssembler.PathInfo - Class in com.fatwire.cs.core.uri
Simple class containing information embedded in the pathinfo.
QueryAsPathInfoAssembler.QAPIDisassemblyContext - Class in com.fatwire.cs.core.uri
 
QueryAssembler - Class in com.fatwire.cs.core.uri
This class is capable of assembling and disassembling a standard URL for Content Server.
QueryAssembler() - Constructor for class com.fatwire.cs.core.uri.QueryAssembler
 
QueryEvents(String, String, Boolean, String) - Method in interface COM.FutureTense.Interfaces.ICS
Attempt to query for a list of matching events
queryException - Static variable in class COM.FutureTense.Util.ftMessage
 
querymaxvarcharlen - Static variable in class COM.FutureTense.Util.ftMessage
 
QueryProperties - Class in com.fatwire.assetapi.query
This class defines property keys and values for Query
QueryProperties() - Constructor for class com.fatwire.assetapi.query.QueryProperties
 

R

read(Query) - Method in interface com.fatwire.assetapi.data.AssetDataManager
Reads all asset data that satisfies a given Query
read(List<AssetId>) - Method in interface com.fatwire.assetapi.data.AssetDataManager
Reads asset data for all given AssetIds.
read(Query) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
read a list of Asset Data that satisfy the query.
read(List<AssetId>) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
 
readAttributes(AssetId, List<String>) - Method in interface com.fatwire.assetapi.data.AssetDataManager
Reads given set attribute data and returns an AssetData instance containing them.
readAttributes(AssetId, List<String>) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
 
readByteFile(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Reads in the file indicated by the passed file path, and returns the bytes.
readByteURL(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Reads the passed URL, and returns its bytes.
ReadEvent(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Attempt to read an event record
readFile(String, String) - Static method in class COM.FutureTense.Interfaces.Utilities
Reads in the file indicated by the passed file path, and returns its contents.
readFile(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Reads in the file indicated by the passed file path, and returns its contents.
readFile(String, OutputStream) - Static method in class COM.FutureTense.Interfaces.Utilities
Reads in the file indicated by the passed file path, and writes the bytes to the stream.
readForUpdate(Query) - Method in interface com.fatwire.assetapi.data.AssetDataManager
NOTE: This method is not implemented yet.
readForUpdate(List<AssetId>) - Method in interface com.fatwire.assetapi.data.AssetDataManager
NOTE: This method is not implemented yet.
readForUpdate(Query) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
 
readForUpdate(List<AssetId>) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
read a list of asset data to update
readObject(ObjectInputStream) - Method in class COM.FutureTense.Interfaces.FTVAL
Method to read a serialized object from an input stream
ReadPage(String, FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Invokes a pagelet through Content Server.
readStream(InputStream) - Method in class COM.FutureTense.Util.FormPoster
Deprecated.  
readURL(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Reads the passed URL, and returns its contents.
Reason - Static variable in class COM.FutureTense.Util.ftMessage
 
recordNotFound - Static variable in class COM.FutureTense.Util.ftMessage
 
refreshACL - Static variable in class COM.FutureTense.Util.ftMessage
 
refreshcachefolder - Static variable in class COM.FutureTense.Util.ftMessage
 
RegisterList(String, IList) - Method in interface COM.FutureTense.Interfaces.ICS
Register an IList object with CS for use in XML tagging; this assumes that the IList was created in a manner that did not implicitly register the name, as would be the case with the listname parameter to SQL(), SelectTo(), etc.
registerMIMENotifier(IMIMENotifier) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Register an object that supports the IMIMENotifier interface so that it will be called with MIME header information.
release - Static variable in class COM.FutureTense.Util.ftMessage
 
REMOTE_ADDR - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
REMOTE_HOST - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated.  
remove(Object) - Method in class COM.FutureTense.Interfaces.FTValList
Remove an object from the map and return the old object or null
remove(String) - Method in interface COM.FutureTense.Interfaces.ISyncHash
Remove an item
removeAll() - Method in class COM.FutureTense.Interfaces.FTValList
Remove all items in this list
removeAttribute(String) - Method in interface COM.FutureTense.Interfaces.ICS
Method to remove an attribute from the request
removeAttributeData(String) - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
removeAttributeData(String) - Method in interface com.fatwire.assetapi.data.MutableAssetData
Removes an attribute data from collection
RemoveCounter(String) - Method in interface COM.FutureTense.Interfaces.ICS
Remove counter
RemoveSSVar(String) - Method in interface COM.FutureTense.Interfaces.ICS
Removes a session variable.
removeVal(String) - Method in class COM.FutureTense.Interfaces.FTValList
Remove a name/value pair
RemoveVar(String) - Method in interface COM.FutureTense.Interfaces.ICS
Removes a variable.
rename(String) - Method in interface COM.FutureTense.Interfaces.IList
Allow the renaming of a list
RenameList(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Renames a list object.
renamepicture - Static variable in class COM.FutureTense.Util.ftMessage
 
renametable - Static variable in class COM.FutureTense.Util.ftMessage
 
render(RenderRequest, RenderResponse) - Method in class com.openmarket.Satellite.portlet.BasePortlet
Render method is called to render the portlet.
replaceadded - Static variable in class COM.FutureTense.Util.ftMessage
 
replaceAll(String, String, String) - Static method in class COM.FutureTense.Interfaces.Utilities
Replaces a strings contents (all occurrences) with specified values.
replaceInvalidCharacters - Static variable in class COM.FutureTense.Util.ftMessage
 
replacePrefix - Static variable in class COM.FutureTense.Util.ftMessage
 
replacereplaced - Static variable in class COM.FutureTense.Util.ftMessage
 
replacerow - Static variable in class COM.FutureTense.Util.ftMessage
 
replacerows - Static variable in class COM.FutureTense.Util.ftMessage
 
replaceRowsID - Static variable in exception COM.FutureTense.Util.ftErrors
 
replaceSuffix - Static variable in class COM.FutureTense.Util.ftMessage
 
REQUEST_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Request processing debug flag.
requestCacheDEFAULT - Static variable in class COM.FutureTense.Util.ftMessage
 
requestcacheerr - Static variable in exception COM.FutureTense.Util.ftErrors
 
requestCacheMEMORY - Static variable in class COM.FutureTense.Util.ftMessage
 
requestCacheNAS - Static variable in class COM.FutureTense.Util.ftMessage
 
requestGroup - Static variable in class COM.FutureTense.Util.ftMessage
 
requireSessionCookiesProperty - Static variable in class COM.FutureTense.Util.ftMessage
 
Reset() - Method in class COM.FutureTense.Apps.Util.FTError
 
reset() - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Reset to reuse for a new post
ResolveVariables(String) - Method in interface COM.FutureTense.Interfaces.ICS
Resolves any variable, query column value, counter or property in this string.
ResolveVariables(String, boolean) - Method in interface COM.FutureTense.Interfaces.ICS
Resolves any variable, query column value, counter or property in this string.
restoreProperties - Static variable in class COM.FutureTense.Util.ftMessage
 
RestoreProperty(boolean) - Method in interface COM.FutureTense.Interfaces.ICS
Restores the previous property set into the system.
RESULT_SET_CACHE_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Result set cache logger name
results - Static variable in class COM.FutureTense.Util.ftMessage
 
retrieve - Static variable in class COM.FutureTense.Util.ftMessage
 
retrievebinary - Static variable in class COM.FutureTense.Util.ftMessage
 
retrieverevision - Static variable in class COM.FutureTense.Util.ftMessage
 
retrievestatus - Static variable in class COM.FutureTense.Util.ftMessage
 
returnString - Static variable in interface COM.FutureTense.XML.Template.Seed
 
revisions - Static variable in class COM.FutureTense.Util.ftMessage
 
revisionTracking - Static variable in class COM.FutureTense.Util.ftMessage
 
revisiontrackingerr - Static variable in exception COM.FutureTense.Util.ftErrors
 
RevisionTrackingManager - Interface in com.fatwire.assetapi.data
This interface acts as accessor for Revision tracking functionality.
RevisionTrackingManagerImpl - Class in com.fatwire.assetapi.data
 
RevisionTrackingManagerImpl(ICS) - Constructor for class com.fatwire.assetapi.data.RevisionTrackingManagerImpl
 
revTrackInfo - Static variable in class COM.FutureTense.Util.ftMessage
 
rollback - Static variable in class COM.FutureTense.Util.ftMessage
 
RollbackBatchedCommands(Object) - Method in interface COM.FutureTense.Interfaces.ICS
Abort CatalogManager and TreeManager commands queued to the batch context
rollbacktables - Static variable in class COM.FutureTense.Util.ftMessage
 
rowAdded - Static variable in class COM.FutureTense.Util.ftMessage
 
rowAddedError - Static variable in class COM.FutureTense.Util.ftMessage
 
rowCount - Static variable in class COM.FutureTense.Util.ftMessage
 
rowDeleted - Static variable in class COM.FutureTense.Util.ftMessage
 
rowError - Static variable in class COM.FutureTense.Util.ftMessage
 
RowsMatched - Static variable in class COM.FutureTense.Util.ftMessage
 
rsCacheDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.RESULT_SET_CACHE_DEBUG
rsCacheDebugProp - Static variable in class COM.FutureTense.Util.ftMessage
 
rtAutoTrackAnnotation - Static variable in class COM.FutureTense.Util.ftMessage
 
rtAutoTrackCreator - Static variable in class COM.FutureTense.Util.ftMessage
 
RTCommit(String, String, String, boolean) - Method in interface COM.FutureTense.Interfaces.ICS
Creates a new revision of a record from a tracked table.
RTDeleteRevision(String, String, int) - Method in interface COM.FutureTense.Interfaces.ICS
Deletes a revision of a row from a tracked table.
RTHistory(String, String, String, String, String, String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Returns revision history for rows in a revision tracked table.
RTInfo(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Returns information on tracked tables from the RTInfo table
RTLock(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Locks a record by the current user in a tracked table.
rtparamAnnotation - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamAsset - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamCheckout - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamCreator - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamList - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamLocker - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamStorage - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamVersion - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamVersionFirst - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamVersionLast - Static variable in class COM.FutureTense.Util.ftMessage
 
rtparamVersions - Static variable in class COM.FutureTense.Util.ftMessage
 
RTRelease(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Release a lock on a row from a tracked table.
RTRetrieveRevision(String, String, int, String) - Method in interface COM.FutureTense.Interfaces.ICS
This method returns a specific version for a tracked table.
RTRetrieveRevision(String, String, String, String) - Method in interface COM.FutureTense.Interfaces.ICS
This method returns a specific version for a tracked table.
RTRollback(String, String, int) - Method in interface COM.FutureTense.Interfaces.ICS
Reverts a row in a tracked table to a previous revision.
RTRollback(String, String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Reverts a row in a tracked table to a previous revision.
RTSetVersions(String, int) - Method in interface COM.FutureTense.Interfaces.ICS
Sets the number of revisions stored for each row in a tracked table.
RTTableSuffix - Static variable in class COM.FutureTense.Util.ftMessage
 
RTTrackTable(String, String, int) - Method in interface COM.FutureTense.Interfaces.ICS
Enables revision tracking operations on a table.
RTUnlockRecord(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Unlocks a locked row.
RTUntrackTable(String) - Method in interface COM.FutureTense.Interfaces.ICS
Stops tracking a table.
runTag(String, FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Method to execute a simple XML tag by name.
RuntimeCacheStats - Interface in com.fatwire.cs.core.cache
This interface represents for various runtime statistics associated with a cache instance.

S

s_hUserManagers - Static variable in class COM.FutureTense.Access.ValidateLogin
 
s_iUserManagerLock - Static variable in class COM.FutureTense.Access.ValidateLogin
 
sanitizeString(String) - Static method in class COM.FutureTense.Util.FormPoster
Deprecated. Clean a string by only returning a printable substring
Satellite - Class in com.openmarket.Satellite.portlet
Base class for portlets that access Content Server through Satellite Server.
Satellite() - Constructor for class com.openmarket.Satellite.portlet.Satellite
 
SATELLITE_FRAGMENT - Static variable in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
Value always passed as the fragment into SatelliteTokenAssembler URIs.
SATELLITE_SCHEME - Static variable in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
Value always passed as the scheme into SatelliteTokenAssembler URIs
SATELLITE_SERVER - Static variable in class com.fatwire.cs.core.uri.Definition.SatelliteContext
 
SATELLITE_TOKEN - Static variable in class com.fatwire.cs.core.uri.SatelliteTokenAssembler
This string is a token that will appear in every URI assembled by this assembler.
SatelliteTokenAssembler - Class in com.fatwire.cs.core.uri
This class assembles URIs that are destined for Satellite Server's translation.
SatelliteTokenAssembler() - Constructor for class com.fatwire.cs.core.uri.SatelliteTokenAssembler
 
SatelliteTokenAssembler.STADefinition - Class in com.fatwire.cs.core.uri
This class constructs a special Definition that is designed for use with the SatelliteTokenAssembler.
SatelliteTokenAssembler.STADefinition(Definition, String) - Constructor for class com.fatwire.cs.core.uri.SatelliteTokenAssembler.STADefinition
 
Search(String, String, String, String, int, FTValList, String, String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Searches an index.
searchAddIndexFailed - Static variable in exception COM.FutureTense.Util.ftErrors
 
SearchDateToNative(String, StringBuffer, String, String, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Converts a javaSQL date string to native search engine format.
searchDeleteIndexFailed - Static variable in exception COM.FutureTense.Util.ftErrors
 
searchEngineAutonomy - Static variable in class COM.FutureTense.Util.ftMessage
 
searchEngineAV - Static variable in class COM.FutureTense.Util.ftMessage
 
searchEngineDebug - Static variable in class COM.FutureTense.Util.ftMessage
 
searchEngineVerity - Static variable in class COM.FutureTense.Util.ftMessage
 
searchException - Static variable in class COM.FutureTense.Util.ftMessage
 
searchFailed - Static variable in exception COM.FutureTense.Util.ftErrors
 
searchIndexCreateFailed - Static variable in exception COM.FutureTense.Util.ftErrors
 
searchIndexExists - Static variable in exception COM.FutureTense.Util.ftErrors
 
searchnodefindexfound - Static variable in exception COM.FutureTense.Util.ftErrors
 
searchNoIndex - Static variable in exception COM.FutureTense.Util.ftErrors
 
searchNotUpToDateDueToIndexing - Static variable in exception COM.FutureTense.Util.ftErrors
 
searchRemoveIndexFailed - Static variable in exception COM.FutureTense.Util.ftErrors
 
seconds - Static variable in class COM.FutureTense.Util.ftMessage
 
secureCatalogManager - Static variable in class COM.FutureTense.Util.ftMessage
 
secureCommuncation - Static variable in class COM.FutureTense.Util.ftMessage
 
Seed - Interface in COM.FutureTense.XML.Template
A thing more simple then a bean.
SEED_DISPATCH_SERVER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
selectCount - Static variable in class COM.FutureTense.Util.ftMessage
 
selectFromTable - Static variable in class COM.FutureTense.Util.ftMessage
 
SelectTo(String, String, String, String, int, String, boolean, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Performs a simple query by specifing a list of column names to return, and a list of column names to use as filtering.
selfmodify - Static variable in class COM.FutureTense.Util.ftMessage
 
selwhat - Static variable in class COM.FutureTense.Util.ftMessage
 
selwhere - Static variable in class COM.FutureTense.Util.ftMessage
 
SendMail(String, String, String, String, String, String, FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Sends an email to the specified address.
SendMail(String, String, String, String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Sends an email to the specified address.
SendMail(String, String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Sends an email to the specified address.
sendMail(String, String, String, String, String, String, StringBuffer) - Static method in class COM.FutureTense.Interfaces.Utilities
Sends an SMTP mail message.
sendMail(String, String, String, String, String, String, String, StringBuffer) - Static method in class COM.FutureTense.Interfaces.Utilities
Deprecated. use sendMail which includes charset instead
sendMail(String, String, String, String, String, String, String, String, StringBuffer) - Static method in class COM.FutureTense.Interfaces.Utilities
Sends an SMTP mail message.
sendMail(String, String[], String, String, String, String, StringBuffer) - Static method in class COM.FutureTense.Interfaces.Utilities
Sends an SMTP mail
sendMail(String, String[], String, String, String, String, String, StringBuffer) - Static method in class COM.FutureTense.Interfaces.Utilities
Deprecated. use sendMail which includes charset instead
sendMail(String, String[], String, String, String, String, String, String, StringBuffer) - Static method in class COM.FutureTense.Interfaces.Utilities
Sends an SMTP mail
sendmail - Static variable in class COM.FutureTense.Util.ftMessage
 
serveblob - Static variable in class COM.FutureTense.Util.ftMessage
 
serverLabel - Static variable in class COM.FutureTense.Util.ftMessage
 
SERVLET - Static variable in class com.fatwire.cs.core.uri.Definition.ContainerType
 
servletio - Static variable in exception COM.FutureTense.Util.ftErrors
 
servletLabel - Static variable in class COM.FutureTense.Util.ftMessage
 
servletSecurity - Static variable in class COM.FutureTense.Util.ftMessage
 
Session - Interface in com.fatwire.system
A session is a token that encapsulates connectivity to a single Content Server instance.
SESSION_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Session logger name
sessionDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.SESSION_DEBUG
sessionEncode() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.AssemblyContext
Get session encode switch
sessionEncode() - Method in interface com.fatwire.cs.core.uri.Definition
Returns true if this URI should be session-encoded by the container.
sessionEncode() - Method in class com.fatwire.cs.core.uri.Simple
 
SessionExists(String) - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. this always returns false
SessionFactory - Class in com.fatwire.system
This is a factory to create new Session instances or obtain ones already created.
SessionID() - Method in interface COM.FutureTense.Interfaces.ICS
Find out the session id being used by this user session.
sessionNotFound - Static variable in class COM.FutureTense.Util.ftMessage
 
sessionvariableprefix - Static variable in class COM.FutureTense.Util.ftMessage
 
setAction(String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Sets the action for this request.
setAllowEmbeddedLinks(boolean) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets whether the attribute allows embedded links to be created inside its content
setAssetid(AttributeDef) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies the assetid information of the attribute
setAssetRef(Map<String, String>) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the asset reference map of attribute typed Asset
setAssetType(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies the asset type for attribute typed of asset
setAssociations(List<AssetAssociationDef>) - Method in interface com.fatwire.assetapi.def.AssetTypeDef
 
setAttribute(String, Object) - Method in interface COM.FutureTense.Interfaces.ICS
Method to set an attribute for the request
setAttributeData(List<AttributeData>) - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
setAttributeData(List<AttributeData>) - Method in interface com.fatwire.assetapi.data.MutableAssetData
Sets data for this instance of AssetData
setAttributeDefs(List<AttributeDef>) - Method in interface com.fatwire.assetapi.def.AssetTypeDef
 
setAttributeEditor(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies the attribute editor name for this flex attribute type
setAttributeId(long) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the id for the attribute
setAttributes(List<String>) - Method in class com.fatwire.assetapi.query.SimpleQuery
Sets(resets) the names of attributes this Query uses.
setAutenticationParameters(String, String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set the certificate parameters to be used to authenticate the server.
setBigDecimal(int, BigDecimal) - Method in class com.fatwire.cs.core.db.StatementParam
Sets a BigDecimal value at a given position
setBinary(int, byte[]) - Method in class com.fatwire.cs.core.db.StatementParam
Sets Binary value for a given position
setBodyData(byte[]) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Pass a prebuilt MIME body for posting
setBodyStream(Object, int) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Pass a prebuilt MIME body for posting
setBoolean(int, boolean) - Method in class com.fatwire.cs.core.db.StatementParam
Sets boolean value at a given index
SetBoolError(boolean) - Method in class COM.FutureTense.Apps.Util.FTError
 
setByte(int, byte) - Method in class com.fatwire.cs.core.db.StatementParam
Sets byte at a given position
setCaBeChild(boolean) - Method in interface com.fatwire.assetapi.def.AssetTypeDef
 
setCanAddSubtypes(boolean) - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Sets/resets whether this type can or can not have subtypes.
setCharacterEncoding(String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set the character encoding for the string data contained in the MIME request message body Ignored when the transmission method is Get
setCharset(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets charset for flex attribute
setChildAssetType(String) - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Sets the name of child asset type
setComplexError(ftErrors) - Method in interface COM.FutureTense.Interfaces.ICS
Set a complex error using COM.FutureTense.Util.ftErrors
setCondition(Condition) - Method in class com.fatwire.assetapi.query.SimpleQuery
Sets(resets) Condition used for thsi query
setConfidence(float) - Method in class com.fatwire.assetapi.query.QueryProperties
Sets the confidence value for richtext search
setContentType(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the content type for a blob typed flex attribute
setConvertEngine(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the convert engine for the attribute
SetCookie(String, String, int, String, String, boolean) - Method in interface COM.FutureTense.Interfaces.ICS
Sets or removes a cookie.
setCookies(Cookie[]) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Use these cookies in the future
setCookies(Map) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Use these cookies in the future
SetCounter(String, int) - Method in interface COM.FutureTense.Interfaces.ICS
Set a counter
setDataMap(Map<String, AttributeDef>) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the datamap for attribute typed List/Array etc.
setDate(int, Date) - Method in class com.fatwire.cs.core.db.StatementParam
Sets a Date vlaue a given position
setDependencyType(DependencyTypeEnum) - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Sets dependency type
setDepType(DependencyTypeEnum) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the dependency type of this attribute
setDerivedFlexAttribute(boolean) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies whether the attribute is an derived attribute in the asset defintion that contains it
setDescription(String) - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Sets the description associated with association
setDescription(String) - Method in interface com.fatwire.assetapi.def.AssetTypeDef
 
setDescription(String) - Method in interface com.fatwire.assetapi.def.AttributeDef
 
setDouble(int, double) - Method in class com.fatwire.cs.core.db.StatementParam
Sets a double value at a given position
setDump(boolean) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Control status logging info; default is false
setEditable(boolean) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies whether the attribute is editable or not in the asset
setEditingStyple(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the editing styple of the flex attribute
setElement(int, String, String) - Method in class com.fatwire.cs.core.db.PreparedStmt
Sets type information at position pos.
setElement(int, int) - Method in class com.fatwire.cs.core.db.PreparedStmt
Sets type information at position pos.
setEncodeURL(String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set the URL to post to.
setEndEnum(Number) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the ending enum value of attribute typed of STRUCT, ARRAY, ect.
setEnumData(AttributeDefProperties.EnumData) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the enum data that the attribute could be valued
SetErrno(int) - Method in interface COM.FutureTense.Interfaces.ICS
Set the current error code as an integer.
setExternalCol(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the Column name of the external table where the attribute is stored
setExternalId(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the id in the external table where the flex attribute is stored
setExternalTable(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the external table name for the flex attribute that stored externally
setFetchDirection(int) - Method in class com.fatwire.cs.core.db.PreparedStmt
Sets the JDBC fetch direction to be used for result execution The value defaults to ResultSet.FETCH_FORWARD
setFetchSize(int) - Method in class com.fatwire.cs.core.db.PreparedStmt
Sets the fetch size to to be used for execution of this statement
setFilter(AttributeDef) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the filter for this attribute
setFilterID(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies the flex filter id associated with a flex attribute
setFloat(int, float) - Method in class com.fatwire.cs.core.db.StatementParam
Sets a float value at a given position
setForeign() - Method in class com.fatwire.cs.core.uri.AbstractAssembler.DisassemblyContext
This flag represents the ownership of the URI being decoded.
setHeaderInformation(FTValList) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Use the header information supplied
setHTTPVersion(int) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set the HTTP protocol version to use.
setInheritedFlexAttribute(boolean) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies whether the flex attribute is an attribute that has its values inherited from its parents
setInt(int, int) - Method in class com.fatwire.cs.core.db.StatementParam
Sets an int value at a given position
SetIntError(int) - Method in class COM.FutureTense.Apps.Util.FTError
 
setIsAssetmakerAsset(boolean) - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Sets the asset maker asset type information for this asset type
setIsBasicSearch(boolean) - Method in class com.fatwire.assetapi.query.QueryProperties
Specifies whether to use Asset.Search for flex asset type
setIsCaseSensitive(boolean) - Method in class com.fatwire.assetapi.query.QueryProperties
Specifies whether the flex asset search is case sensitive or not
setIsCoreAsset(boolean) - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Sets the type of this asset type (core or not).
setIsFlexAsset(boolean) - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Sets the asset type to be or not to be a flex asset
setIsImmediateOnly(boolean) - Method in class com.fatwire.assetapi.query.QueryProperties
Specifies whether to only retrieve the immediate attribute values from flex asset attributes
setIsLowerEqual(boolean) - Method in class com.fatwire.assetapi.query.QueryProperties
Specifies whether the lower bound contains equal or not for range search
setIsMandatory(boolean) - Method in interface com.fatwire.assetapi.def.AttributeDef
 
setIsMetadataAttribute(boolean) - Method in interface com.fatwire.assetapi.def.AttributeDef
 
setIsNameMustUnique(boolean) - Method in class com.fatwire.assetapi.def.AssetTypeDefProperties
Sets the asset type to have unique name or to not have unqiue name
setIsUpperEqual(boolean) - Method in class com.fatwire.assetapi.query.QueryProperties
Specifies whether the upper bound contains equal or not for range search
setIXMLBodyTagParent(IXMLBodyTag) - Method in interface COM.FutureTense.Interfaces.IXMLBodyTag
Method to set the parent of a tag
setLimit(int) - Method in class com.fatwire.cs.core.db.PreparedStmt
Sets the maximum number of rows for execution of this statement.
setLoadDependency(int) - Method in class com.fatwire.assetapi.query.QueryProperties
Sets the load dependency for the assets that would be returned by the Query
setLog(LogFile) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Supply a logging object if desired for special log types; not required, output will stream to default location based on invocation environment
setLong(int, long) - Method in class com.fatwire.cs.core.db.StatementParam
Sets a long value at a given position
setMaxAnswers(int) - Method in class com.fatwire.assetapi.query.QueryProperties
Sets the maxAnswers value for richtext search
setMaxRows(int) - Method in class com.fatwire.assetapi.query.QueryProperties
set the max number of items to return from the query
setMinElementCount(int) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the mininum element count for attribute typed List
setMinRowCount(int) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the mininum row count for attribute typed List
setMirrorDepType(DependencyTypeEnum) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies the dependency type for this attribute in term of mirror publishing
setMultiple(AttributeDef) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies the multiple information about the
setName(String) - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Sets the name of the association
setName(String) - Method in interface com.fatwire.assetapi.def.AssetTypeDef
 
setName(String) - Method in interface com.fatwire.assetapi.def.AttributeDef
 
setNull(int) - Method in class com.fatwire.cs.core.db.StatementParam
Sets 'null' at a given position
SetObj(String, Object) - Method in interface COM.FutureTense.Interfaces.ICS
Save an object by name.
setOrdinal(AttributeDef) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies the ordinal inforamtion for the attribute
setOutputDirectory(String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set the directory where the post results output file should be written.
setOutputStream(OutputStream) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set an output stream to be used for capturing the response.
setParent(IDynamicTag) - Method in interface COM.FutureTense.Interfaces.IDynamicTag
Method to set the parent of a tag
setParentDefs(List<AttributeDef>) - Method in interface com.fatwire.assetapi.def.AssetTypeDef
 
setParents(List<AssetId>) - Method in class com.fatwire.assetapi.data.AssetDataImpl
 
setParents(List<AssetId>) - Method in interface com.fatwire.assetapi.data.MutableAssetData
Sets parent assets for this instance of AssetData
setParser(String) - Method in class com.fatwire.assetapi.query.QueryProperties
Sets teh parser for richtext search
setPlural(String) - Method in interface com.fatwire.assetapi.def.AssetTypeDef
 
setPort(int) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set the port to be used to connect to the remote http server
setProperties(AssetTypeDefProperties) - Method in interface com.fatwire.assetapi.def.AssetTypeDef
 
setProperties(AttributeDefProperties) - Method in interface com.fatwire.assetapi.def.AttributeDef
 
setProperties(QueryProperties) - Method in class com.fatwire.assetapi.query.SimpleQuery
 
setProperties(Properties) - Method in class com.fatwire.cs.core.uri.AbstractAssembler
Sets the properties into the assembler.
setProperties(Properties) - Method in interface com.fatwire.cs.core.uri.Assembler
Sets the properties into the assembler.
setProxy(String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set the proxy host if needed to post thru a fire wall
setProxyPort(int) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Specify a proxy server port if needed to push data thru a firewall
setQueryStringParameter(String, String) - Method in class com.fatwire.cs.core.uri.Simple
Adds a value to the list of parameters for this Definition.
setQueryStringParameter(String, String[]) - Method in class com.fatwire.cs.core.uri.Simple
Sets the query string parameter for the name specified.
setQueryStringParameters(Map) - Method in class com.fatwire.cs.core.uri.Simple
Sets all of the query string parameters for this Definition.
setRequired(AttributeDef) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies the required information for the attribute
setSearchEngineName(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the search engine name for the attribute to be indexed with
setSecureProtocol(boolean) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Communicate in secure (https) mode.
setShort(int, short) - Method in class com.fatwire.cs.core.db.StatementParam
Sets a short value at a given position
setSize(int) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sepcifies the size of the attribute
setSortOrder(List<SortOrder>) - Method in class com.fatwire.assetapi.query.SimpleQuery
Sets(resets) sort order to be used in this Query.
SetSSVar(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Sets a session variable to the specified value.
SetSSVar(String, int) - Method in interface COM.FutureTense.Interfaces.ICS
Sets a session variable to the specified value.
setStartEnum(Number) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the starting enum value of attribute typed of STRUCT, ARRAY, ect.
SetStatus(ftStatusCode, FTValList) - Method in exception COM.FutureTense.Util.ftErrors
 
setStorageStyle(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the storage styple, local/external for the flex attribute; local indicates the attribute is stored in Content Server managed table, external indicates the attribute is from other table
setString(int, String) - Method in class com.fatwire.cs.core.db.StatementParam
Sets a String value at a given position
SetStringError(String) - Method in class COM.FutureTense.Apps.Util.FTError
 
setSubtype(String) - Method in interface com.fatwire.assetapi.def.AssetTypeDef
 
setSubTypes(List<String>) - Method in interface com.fatwire.assetapi.def.AssetAssociationDef
Sets subtype names
setTime(int, Time) - Method in class com.fatwire.cs.core.db.StatementParam
Sets Time value for a given position
setTimeout(int) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set a network socket connection timeout, in milliseconds.
setTimeStamp(int, Timestamp) - Method in class com.fatwire.cs.core.db.StatementParam
Sets Timestamp value for a given position
setType(AttributeTypeEnum) - Method in interface com.fatwire.assetapi.def.AttributeDef
 
setUploadDir(String) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Sets the upload folder for the flex attribute typed url
setURL(String) - Method in class COM.FutureTense.Util.FormPoster
Deprecated. Set the URL to post to.
setVal(String, FTVAL) - Method in class COM.FutureTense.Interfaces.FTValList
Set a USERDATA typed object to a key name
setVal(String, int, Object) - Method in class COM.FutureTense.Interfaces.FTValList
Set a typed object to a key name
setValBLOB(String, byte[]) - Method in class COM.FutureTense.Interfaces.FTValList
Store binary data by key name
setValBLOB(String, byte[], int) - Method in class COM.FutureTense.Interfaces.FTValList
Store binary data by key name
setValBLOBFile(String, String) - Method in class COM.FutureTense.Interfaces.FTValList
Store binary data by key name
setValInt(String, int) - Method in class COM.FutureTense.Interfaces.FTValList
Set an integer with a key
SetValOut(FTValList) - Method in exception COM.FutureTense.Util.ftErrors
 
setValString(String, String) - Method in class COM.FutureTense.Interfaces.FTValList
Set a string by key name
setValueCount(AttributeDefProperties.ValueCount) - Method in class com.fatwire.assetapi.def.AttributeDefProperties
Specifies the ValueCount information(whether attribute is single, multiple, or multiple ordered) of the attribute in the asset definition
SetVar(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Sets a variable to the specified value.
SetVar(String, int) - Method in interface COM.FutureTense.Interfaces.ICS
Sets a variable to the specified value.
SetVar(String, FTVAL) - Method in interface COM.FutureTense.Interfaces.ICS
Sets a variable to the specified value.
setversions - Static variable in class COM.FutureTense.Util.ftMessage
 
sharedDir - Static variable in class COM.FutureTense.Util.ftMessage
 
Simple - Class in com.fatwire.cs.core.uri
Simple implementation of the Definition interface.
Simple(boolean, Definition.SatelliteContext, Definition.ContainerType, String, String, Definition.AppType, String) - Constructor for class com.fatwire.cs.core.uri.Simple
Simple Definition
SimpleCondition - Class in com.fatwire.assetapi.query
This class contains a sample simple implementation for Condition interface.
SimpleCondition(ConditionExpression) - Constructor for class com.fatwire.assetapi.query.SimpleCondition
 
SimpleQuery - Class in com.fatwire.assetapi.query
This class presents a helpful way to create Queries based on commonly used patterns.
SimpleQuery(String, String) - Constructor for class com.fatwire.assetapi.query.SimpleQuery
Builds Query with asset type.
SimpleQuery(String, String, Condition, List<String>) - Constructor for class com.fatwire.assetapi.query.SimpleQuery
Builds a Query for an asset type, a Condition and a List of attributes.
SimpleQuery(String, String, Condition, List<String>, List<SortOrder>) - Constructor for class com.fatwire.assetapi.query.SimpleQuery
Builds a Query with all invarients specified...
siteCatalog - Static variable in class COM.FutureTense.Util.ftMessage
 
SiteGod - Static variable in class COM.FutureTense.Util.ftMessage
 
SiteGodPassword - Static variable in class COM.FutureTense.Util.ftMessage
 
SiteGodUserID - Static variable in class COM.FutureTense.Util.ftMessage
 
SiteReader - Static variable in class COM.FutureTense.Util.ftMessage
 
SiteReaderPassword - Static variable in class COM.FutureTense.Util.ftMessage
 
SiteReaderUserID - Static variable in class COM.FutureTense.Util.ftMessage
 
size() - Method in interface COM.FutureTense.Interfaces.ISyncHash
Return the size of the current hash
smallLogo - Static variable in class COM.FutureTense.Util.ftMessage
 
soapaction - Static variable in class COM.FutureTense.Util.ftMessage
 
soapargname - Static variable in class COM.FutureTense.Util.ftMessage
 
soapargument - Static variable in class COM.FutureTense.Util.ftMessage
 
soaparguments - Static variable in class COM.FutureTense.Util.ftMessage
 
soapargvalue - Static variable in class COM.FutureTense.Util.ftMessage
 
soapAuthor - Static variable in class COM.FutureTense.Util.ftMessage
 
soapAuthorMsg - Static variable in class COM.FutureTense.Util.ftMessage
 
soapBinaryAttachmentHeaderPrefix - Static variable in class COM.FutureTense.Util.ftMessage
 
soapContentDispositionHeader - Static variable in class COM.FutureTense.Util.ftMessage
 
soapDocKey - Static variable in class COM.FutureTense.Util.ftMessage
 
soaplists - Static variable in class COM.FutureTense.Util.ftMessage
 
soapMethod - Static variable in class COM.FutureTense.Util.ftMessage
 
soapMsgKey - Static variable in class COM.FutureTense.Util.ftMessage
 
soapNamePrefix - Static variable in class COM.FutureTense.Util.ftMessage
 
soapNamespaceURI - Static variable in class COM.FutureTense.Util.ftMessage
 
soapPropertyPrefix - Static variable in class COM.FutureTense.Util.ftMessage
 
soapRA - Static variable in class COM.FutureTense.Util.ftMessage
 
soaptable - Static variable in class COM.FutureTense.Util.ftMessage
 
soaptablecell - Static variable in class COM.FutureTense.Util.ftMessage
 
soaptablerow - Static variable in class COM.FutureTense.Util.ftMessage
 
soaptableschema - Static variable in class COM.FutureTense.Util.ftMessage
 
soaptype - Static variable in class COM.FutureTense.Util.ftMessage
 
soapURI - Static variable in class COM.FutureTense.Util.ftMessage
 
sortedKeys() - Method in class COM.FutureTense.Interfaces.FTValList
Thread safe way to access items sorted keys().
SortOrder - Class in com.fatwire.assetapi.query
This class represents a Sort order for asset instances to be returned.
SortOrder(String, boolean) - Constructor for class com.fatwire.assetapi.query.SortOrder
Creates a sort order for a single attribute
sortWords(Vector) - Static method in class COM.FutureTense.Interfaces.Utilities
Sort a list of strings, longest to shortest
sortWordsAlpha(Vector) - Static method in class COM.FutureTense.Interfaces.Utilities
Sort a list of strings alphanumerically
space - Static variable in class COM.FutureTense.Util.ftMessage
 
spaceErrorString - Static variable in class COM.FutureTense.Util.ftMessage
 
sparkExitMsg - Static variable in class COM.FutureTense.Util.ftMessage
 
specialverb - Static variable in class COM.FutureTense.Util.ftMessage
 
SQL(String, String, String, int, boolean, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Executes an SQL statement.
SQL(String, String, String, int, boolean, boolean, StringBuffer) - Method in interface COM.FutureTense.Interfaces.ICS
Executes an SQL statement.
SQL(PreparedStmt, StatementParam, boolean) - Method in interface COM.FutureTense.Interfaces.ICS
Executes a given PreparedStmt with supplied data; returns data in the form of an IList.
sqlAnywhereDriver - Static variable in class COM.FutureTense.Util.ftMessage
 
sqlDate(Calendar) - Static method in class COM.FutureTense.Interfaces.Utilities
Returns a string formatted as JDBC date/time from a calendar object.
SQLExp(String, String, String, String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Generates an expression for an SQL WHERE clause

SQLExp(String, String, String, String, String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Generates an expression for an SQL WHERE clause

SQLExpAND - Static variable in interface COM.FutureTense.Interfaces.ICS
AND type string for use with SQLExp
SQLExpIN - Static variable in interface COM.FutureTense.Interfaces.ICS
IN type string for use with SQLExp
SQLExpOR - Static variable in interface COM.FutureTense.Interfaces.ICS
OR type string for use with SQLExp
sqlFile - Static variable in class COM.FutureTense.Util.ftMessage
 
sqlNotFound - Static variable in class COM.FutureTense.Util.ftMessage
 
sqlServerDriver - Static variable in class COM.FutureTense.Util.ftMessage
 
sqlStrSelect - Static variable in class COM.FutureTense.Util.ftMessage
 
squote - Static variable in class COM.FutureTense.Util.ftMessage
 
ssBlobExpiration - Static variable in class COM.FutureTense.Util.ftMessage
 
ssFlushServer - Static variable in class COM.FutureTense.Util.ftMessage
 
ssHost - Static variable in class COM.FutureTense.Util.ftMessage
 
ssHosts - Static variable in class COM.FutureTense.Util.ftMessage
 
ssPass - Static variable in class COM.FutureTense.Util.ftMessage
 
ssPort - Static variable in class COM.FutureTense.Util.ftMessage
 
ssProcessAction(ActionRequest, ActionResponse) - Method in class com.openmarket.Satellite.portlet.BasePortlet
This method is called by BasePortlet.processAction(ActionRequest, ActionResponse) and allows for custom logic to occur at the portlet level prior to the execution of the Satellite Server logic.
ssProtocol - Static variable in class COM.FutureTense.Util.ftMessage
 
ssUsers - Static variable in class COM.FutureTense.Util.ftMessage
 
ssvariables - Static variable in class COM.FutureTense.Util.ftMessage
 
stackoverflow - Static variable in exception COM.FutureTense.Util.ftErrors
 
StartBatchContext() - Method in interface COM.FutureTense.Interfaces.ICS
Fetch Batch context object to queue CatalogManager and TreeManager commands
startTag(ICS, String, FTValList, String) - Method in interface COM.FutureTense.Interfaces.IDynamicTag
Method to evaluate the start tag of a dynamic tag
startTag(ICS, String, FTValList, String) - Method in interface COM.FutureTense.Interfaces.IXMLBodyTag
Method to evaluate the start tag of a dynamic tag
statCopy - Static variable in class COM.FutureTense.Util.ftMessage
 
StatementParam - Class in com.fatwire.cs.core.db
This class represents the data supplied to the execution of a prepared statement.
statInit - Static variable in class COM.FutureTense.Util.ftMessage
 
statRegister - Static variable in class COM.FutureTense.Util.ftMessage
 
status_beta - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase#STATUS_BETA
status_patch - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase#STATUS_PATCH
status_release - Static variable in class COM.FutureTense.Util.ftMessage
Deprecated. see BuildBase#STATUS_RELEASE
StatusStates - Static variable in class COM.FutureTense.Util.ftMessage
 
StreamBinary(byte[], int, int) - Method in interface COM.FutureTense.Interfaces.ICS
Immediately streams binary out to the ICS context (RIGHT NOW).
StreamEvalBytes(String) - Method in interface COM.FutureTense.Interfaces.ICS
Writes a string to the current element evaluation stream; it will be appended to the current element output buffer.
StreamHeader(String, String) - Method in interface COM.FutureTense.Interfaces.ICS
Immediately stream header data.
StreamText(String) - Method in interface COM.FutureTense.Interfaces.ICS
Immediately streams text out to the ICS context (RIGHT NOW).
stringendindex - Static variable in exception COM.FutureTense.Util.ftErrors
 
stringFromValList(Map) - Static method in class COM.FutureTense.Interfaces.Utilities
Create a url-like set of name/values from a map ie x=y&a=b&c=d
stringFromValList(Map, boolean) - Static method in class COM.FutureTense.Interfaces.Utilities
Create a url-like set of name/values from a map ie x=y&a=b&c=d
stringindex - Static variable in exception COM.FutureTense.Util.ftErrors
 
stringInList(String) - Method in interface COM.FutureTense.Interfaces.IList
Internal CS function; 1 column lists may choose to implement whether a given value is in any row.
stringpicture - Static variable in class COM.FutureTense.Util.ftMessage
 
stringpicturesub - Static variable in class COM.FutureTense.Util.ftMessage
 
success - Static variable in exception COM.FutureTense.Util.ftErrors
 
successReturn - Static variable in class COM.FutureTense.Util.ftMessage
 
successStr - Static variable in class COM.FutureTense.Util.ftMessage
 
successTitle - Static variable in class COM.FutureTense.Util.ftMessage
 
suppressPasswordNamesProp - Static variable in class COM.FutureTense.Util.ftMessage
 
suppressPasswordsProp - Static variable in class COM.FutureTense.Util.ftMessage
 
SYNC_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Cluster synchronization logger name
SYNC_SEED_DISPATCH_SERVER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
syncDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.SYNC_DEBUG
syncSeedSetContentType - Static variable in class COM.FutureTense.Util.ftMessage
 
sysACL - Static variable in class COM.FutureTense.Util.ftMessage
 
sysACLName - Static variable in class COM.FutureTense.Util.ftMessage
 
sysAss - Static variable in class COM.FutureTense.Util.ftMessage
 
sysEvent - Static variable in class COM.FutureTense.Util.ftMessage
 
sysExpire - Static variable in class COM.FutureTense.Util.ftMessage
 
sysGenId - Static variable in class COM.FutureTense.Util.ftMessage
 
sysInfo - Static variable in class COM.FutureTense.Util.ftMessage
 
sysItemCache - Static variable in class COM.FutureTense.Util.ftMessage
 
sysLocalAlias - Static variable in class COM.FutureTense.Util.ftMessage
 
sysLocaleString - Static variable in class COM.FutureTense.Util.ftMessage
 
sysPageCache - Static variable in class COM.FutureTense.Util.ftMessage
 
syspagecachesz - Static variable in class COM.FutureTense.Util.ftMessage
 
syspagecachetimeout - Static variable in class COM.FutureTense.Util.ftMessage
 
sysRemoteAlias - Static variable in class COM.FutureTense.Util.ftMessage
 
sysSatellite - Static variable in class COM.FutureTense.Util.ftMessage
 
sysSeedAccess - Static variable in class COM.FutureTense.Util.ftMessage
 
sysSeedAccessAcl - Static variable in class COM.FutureTense.Util.ftMessage
 
sysSeedAccessClass - Static variable in class COM.FutureTense.Util.ftMessage
 
sysSQL - Static variable in class COM.FutureTense.Util.ftMessage
 
systable - Static variable in class COM.FutureTense.Util.ftMessage
 
system - Static variable in class COM.FutureTense.Util.ftMessage
 
SystemAssetsRoot - Static variable in class COM.FutureTense.Util.ftMessage
 
SystemCatalog - Static variable in interface COM.FutureTense.Interfaces.ICS
Catalog type for use with GetCatalogType
systemDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.GENERIC_DEBUG
systemSession() - Method in interface COM.FutureTense.Interfaces.ICS
Are sessions enabled for the current pagelet?
systemSessionError - Static variable in class COM.FutureTense.Util.ftMessage
 
sysTransforms - Static variable in class COM.FutureTense.Util.ftMessage
 
systrees - Static variable in class COM.FutureTense.Util.ftMessage
 
sysUserAttr - Static variable in class COM.FutureTense.Util.ftMessage
 
sysUsers - Static variable in class COM.FutureTense.Util.ftMessage
 

T

tableAdded - Static variable in class COM.FutureTense.Util.ftMessage
 
tableAltered - Static variable in class COM.FutureTense.Util.ftMessage
 
tableAreadyExists - Static variable in exception COM.FutureTense.Util.ftErrors
 
TableColType - Static variable in class COM.FutureTense.Util.ftMessage
 
tableCreated - Static variable in exception COM.FutureTense.Util.ftErrors
 
tableDeleted - Static variable in class COM.FutureTense.Util.ftMessage
 
tablekey - Static variable in class COM.FutureTense.Util.ftMessage
 
tablekeyUI - Static variable in class COM.FutureTense.Util.ftMessage
 
tablekeyvalue - Static variable in class COM.FutureTense.Util.ftMessage
 
tablename - Static variable in class COM.FutureTense.Util.ftMessage
 
tableNameAt(int) - Method in class com.fatwire.cs.core.db.PreparedStmt
Returns tablename specified at a given position
tableNotAltered - Static variable in class COM.FutureTense.Util.ftMessage
 
tableNotRenamed - Static variable in class COM.FutureTense.Util.ftMessage
 
tableNotVerified - Static variable in class COM.FutureTense.Util.ftMessage
 
tableRenamed - Static variable in class COM.FutureTense.Util.ftMessage
 
tableTitle - Static variable in class COM.FutureTense.Util.ftMessage
 
tableVerified - Static variable in class COM.FutureTense.Util.ftMessage
 
tableVerified2 - Static variable in class COM.FutureTense.Util.ftMessage
 
tagtag - Static variable in class COM.FutureTense.Util.ftMessage
 
TargetIniFile - Static variable in class COM.FutureTense.Util.ftMessage
 
tblname - Static variable in class COM.FutureTense.Util.ftMessage
 
tDepthError - Static variable in class COM.FutureTense.Util.ftMessage
 
TempCatalog - Static variable in interface COM.FutureTense.Interfaces.ICS
Catalog type for use with GetCatalogType
tempCatalog - Static variable in class COM.FutureTense.Util.ftMessage
 
tempPrefix - Static variable in class COM.FutureTense.Util.ftMessage
 
tempTableCreated - Static variable in exception COM.FutureTense.Util.ftErrors
 
tempTree - Static variable in class COM.FutureTense.Util.ftMessage
 
TempTreeCatalog - Static variable in interface COM.FutureTense.Interfaces.ICS
Catalog type for use with GetCatalogType
testConnection - Static variable in class COM.FutureTense.Util.ftMessage
 
text - Static variable in class COM.FutureTense.Util.ftMessage
 
ThrowException() - Method in interface COM.FutureTense.Interfaces.ICS
Interface to xml THROWEXCEPTION functionality - this effects the entire thread ie http request
TIME_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
Time and performance logger name
timeDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.TIME_DEBUG
tlistname - Static variable in class COM.FutureTense.Util.ftMessage
 
toString() - Method in enum com.fatwire.assetapi.def.AttributeTypeEnum
 
toString() - Method in enum com.fatwire.assetapi.query.OpTypeEnum
 
toString() - Method in class com.fatwire.cs.core.db.StatementParam
Useful String representation of the object
toString() - Method in class com.fatwire.cs.core.uri.Definition.AppType
Returns a string representation of this type.
toString() - Method in class com.fatwire.cs.core.uri.Definition.ContainerType
Returns a string representation of this type.
toString() - Method in class com.fatwire.cs.core.uri.Definition.SatelliteContext
Returns a string representation of this type.
toString() - Method in class COM.FutureTense.Interfaces.FTVAL
Method to convert a value to a string
toString(String) - Method in class COM.FutureTense.Interfaces.FTVAL
Method to convert a value to a string
tpath - Static variable in class COM.FutureTense.Util.ftMessage
 
tpath2 - Static variable in class COM.FutureTense.Util.ftMessage
 
Trace - Static variable in class COM.FutureTense.Util.FormPoster
Deprecated. TRACE action
TRACKING_LOCKEDBYOTHER - Static variable in interface COM.FutureTense.Interfaces.ICS
Tracking status code for getTrackingStatus()
TRACKING_LOCKEDBYUSER - Static variable in interface COM.FutureTense.Interfaces.ICS
Tracking status code for getTrackingStatus()
TRACKING_NOACCESS - Static variable in interface COM.FutureTense.Interfaces.ICS
Tracking status code for getTrackingStatus()
TRACKING_NOTLOCKED - Static variable in interface COM.FutureTense.Interfaces.ICS
Tracking status code for getTrackingStatus()
TRACKING_NOTTRACKED - Static variable in interface COM.FutureTense.Interfaces.ICS
Tracking status code for getTrackingStatus()
TRACKING_UNKNOWN - Static variable in interface COM.FutureTense.Interfaces.ICS
Tracking status code for getTrackingStatus()
tracktable - Static variable in class COM.FutureTense.Util.ftMessage
 
TREE_MANAGER - Static variable in class com.fatwire.cs.core.uri.Definition.AppType
 
treeaddchild - Static variable in class COM.FutureTense.Util.ftMessage
 
treeaddchildren - Static variable in class COM.FutureTense.Util.ftMessage
 
treebadparent - Static variable in exception COM.FutureTense.Util.ftErrors
 
TreeCatalog - Static variable in interface COM.FutureTense.Interfaces.ICS
Catalog type for use with GetCatalogType
treeCatalog - Static variable in class COM.FutureTense.Util.ftMessage
 
treecopychild - Static variable in class COM.FutureTense.Util.ftMessage
 
treeCreated - Static variable in exception COM.FutureTense.Util.ftErrors
 
treedelchild - Static variable in class COM.FutureTense.Util.ftMessage
 
treedelchildren - Static variable in class COM.FutureTense.Util.ftMessage
 
treedepth - Static variable in class COM.FutureTense.Util.ftMessage
 
treefindnode - Static variable in class COM.FutureTense.Util.ftMessage
 
treefromchild - Static variable in class COM.FutureTense.Util.ftMessage
 
treegetchildren - Static variable in class COM.FutureTense.Util.ftMessage
 
treegetnode - Static variable in class COM.FutureTense.Util.ftMessage
 
treegetparent - Static variable in class COM.FutureTense.Util.ftMessage
 
treelimit - Static variable in class COM.FutureTense.Util.ftMessage
 
TreeManager(FTValList) - Method in interface COM.FutureTense.Interfaces.ICS
Executes the Tree Manager logic class

TreeManager(FTValList, Object) - Method in interface COM.FutureTense.Interfaces.ICS
Executes the Tree Manager logic class

treeManGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
treeManGuid_id - Static variable in interface COM.FutureTense.Interfaces.ICS
GUID string for the TreeManager
treeManGuid_id - Static variable in class COM.FutureTense.Util.ftMessage
 
treemovechild - Static variable in class COM.FutureTense.Util.ftMessage
 
treemovechildren - Static variable in class COM.FutureTense.Util.ftMessage
 
treename - Static variable in class COM.FutureTense.Util.ftMessage
 
treenode - Static variable in class COM.FutureTense.Util.ftMessage
 
treepathnotvalid - Static variable in exception COM.FutureTense.Util.ftErrors
 
treeselecterror - Static variable in exception COM.FutureTense.Util.ftErrors
 
treesetobject - Static variable in class COM.FutureTense.Util.ftMessage
 
treestate - Static variable in class COM.FutureTense.Util.ftMessage
 
treeUI - Static variable in class COM.FutureTense.Util.ftMessage
 
treevalidatenode - Static variable in class COM.FutureTense.Util.ftMessage
 
treewidth - Static variable in class COM.FutureTense.Util.ftMessage
 
truestr - Static variable in class COM.FutureTense.Util.ftMessage
 
twhere - Static variable in class COM.FutureTense.Util.ftMessage
 
twhere2 - Static variable in class COM.FutureTense.Util.ftMessage
 
typeSeparatorChar - Static variable in class COM.FutureTense.Util.ftMessage
 

U

umSingleSignOn - Static variable in class COM.FutureTense.Util.ftMessage
 
unhandledCmd - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallError - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallFailedMessage - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallFinishedSuccessfully - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallfoundDependentProducts - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallInProgressMessage - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallkey - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallkeyval - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallPrdDlgHeader - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallPrdDlgLabel - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallProductNotInstalled - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallRequiredProducts - Static variable in class COM.FutureTense.Util.ftMessage
 
uninstallStartMessage - Static variable in class COM.FutureTense.Util.ftMessage
 
UNKNOWN - Static variable in class COM.FutureTense.Interfaces.FTVAL
 
Unknown - Static variable in class COM.FutureTense.Util.ftMessage
 
unknown - Static variable in class COM.FutureTense.Util.ftMessage
 
unknownBrowser - Static variable in class COM.FutureTense.Util.ftMessage
 
UNKNOWNCOMMAND(String) - Static method in exception COM.FutureTense.Access.UserError
 
unknownerror - Static variable in exception COM.FutureTense.Util.ftErrors
 
unknownField - Static variable in exception COM.FutureTense.Util.ftErrors
 
unknownFieldType - Static variable in exception COM.FutureTense.Util.ftErrors
 
unknownobjclass - Static variable in exception COM.FutureTense.Util.ftErrors
 
unknownobjid - Static variable in exception COM.FutureTense.Util.ftErrors
 
unknownobstyle - Static variable in exception COM.FutureTense.Util.ftErrors
 
unknownsearchengine - Static variable in exception COM.FutureTense.Util.ftErrors
 
unknownTable2 - Static variable in class COM.FutureTense.Util.ftMessage
 
unknownuser - Static variable in exception COM.FutureTense.Util.ftErrors
 
unlockFile(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Unlock a file name from exclusive use by this thread
unlockname - Static variable in class COM.FutureTense.Util.ftMessage
 
unlockrecord - Static variable in class COM.FutureTense.Util.ftMessage
 
UnnamedAssociationName - Static variable in interface com.fatwire.assetapi.def.AssetAssociationDef
The key associated with unnamed association.
unsecured - Static variable in class COM.FutureTense.Util.ftMessage
 
Unsupported - Static variable in class COM.FutureTense.Util.ftMessage
 
UNSUPPORTEDACTION(String) - Static method in exception COM.FutureTense.Access.UserError
 
unsupportedSearchFunction - Static variable in exception COM.FutureTense.Util.ftErrors
 
untracktable - Static variable in class COM.FutureTense.Util.ftMessage
 
unzipFile(String, String) - Static method in class COM.FutureTense.Interfaces.Utilities
Unzips a file into a folder.
update(List<AssetData>) - Method in interface com.fatwire.assetapi.data.AssetDataManager
NOTE: This method is not implemented yet.
update(List<AssetData>) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
 
updaterow - Static variable in class COM.FutureTense.Util.ftMessage
 
updaterow2 - Static variable in class COM.FutureTense.Util.ftMessage
 
updaterowNull - Static variable in class COM.FutureTense.Util.ftMessage
 
updaterows - Static variable in class COM.FutureTense.Util.ftMessage
 
updaterows2 - Static variable in class COM.FutureTense.Util.ftMessage
 
updaterowSkip - Static variable in class COM.FutureTense.Util.ftMessage
 
upgradeAbort - Static variable in class COM.FutureTense.Util.ftMessage
 
upgradeNoFile - Static variable in class COM.FutureTense.Util.ftMessage
 
uploaddir - Static variable in class COM.FutureTense.Util.ftMessage
 
uploadUI - Static variable in class COM.FutureTense.Util.ftMessage
 
url - Static variable in class COM.FutureTense.Util.ftMessage
 
urlData - Static variable in class COM.FutureTense.Util.ftMessage
 
urlDataSZ - Static variable in class COM.FutureTense.Util.ftMessage
 
urlException - Static variable in class COM.FutureTense.Util.ftMessage
 
urlNotFound - Static variable in class COM.FutureTense.Util.ftMessage
 
usedisk - Static variable in class COM.FutureTense.Util.ftMessage
 
useProxyServer - Static variable in class COM.FutureTense.Util.ftMessage
 
useracl - Static variable in class COM.FutureTense.Util.ftMessage
 
userAdded - Static variable in class COM.FutureTense.Util.ftMessage
 
userDefs - Static variable in class COM.FutureTense.Util.ftMessage
 
userDeleted - Static variable in class COM.FutureTense.Util.ftMessage
 
usererr - Static variable in exception COM.FutureTense.Util.ftErrors
 
UserError - Exception in COM.FutureTense.Access
 
UserError(String) - Constructor for exception COM.FutureTense.Access.UserError
 
UserError(int) - Constructor for exception COM.FutureTense.Access.UserError
 
UserError(int, String) - Constructor for exception COM.FutureTense.Access.UserError
 
UserError(int, String[]) - Constructor for exception COM.FutureTense.Access.UserError
 
USEREXCEPTION() - Static method in exception COM.FutureTense.Access.UserError
 
userid - Static variable in class COM.FutureTense.Util.ftMessage
 
UserIsMember(String) - Method in interface COM.FutureTense.Interfaces.ICS
Determines if the currently logged in user is a member of a supplied group.
USERMANAGER() - Static method in exception COM.FutureTense.Access.UserError
 
userModified - Static variable in class COM.FutureTense.Util.ftMessage
 
username - Static variable in class COM.FutureTense.Util.ftMessage
 
Util - Class in com.fatwire.cs.core.db
Handy utility class for working with databases.
Utilities - Class in COM.FutureTense.Interfaces
Utility methods.
Utilities() - Constructor for class COM.FutureTense.Interfaces.Utilities
 

V

validateComplete - Static variable in exception COM.FutureTense.Util.ftErrors
 
validateComplete - Static variable in class COM.FutureTense.Util.ftMessage
 
validated - Static variable in class COM.FutureTense.Util.ftMessage
 
ValidateLogin - Class in COM.FutureTense.Access
valIn must contain: String ftcmd command, ie addUser,modifyUser,delUser,login String:username required always

IF login String:password required for login and addUser String:system domain or host name to validate with (optional)

this applogic can choose to cache login results if it wishes.

ValidateLogin() - Constructor for class COM.FutureTense.Access.ValidateLogin
 
ValidateLogin.UserManagement - Class in COM.FutureTense.Access
 
validateuser - Static variable in class COM.FutureTense.Util.ftMessage
 
validateZip(String) - Static method in class COM.FutureTense.Interfaces.Utilities
Validates a zip file's zip integrity
validAttributes(ICS, AssetTypeDef, List<String>) - Static method in class com.fatwire.assetapi.query.ConditionParser
validate whether any of the attribute specified in the list does not belong to the specified assettype/subtype
valueOf(String) - Static method in enum com.fatwire.assetapi.def.AttributeDefProperties.ValueCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fatwire.assetapi.def.AttributeTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fatwire.assetapi.def.DependencyTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fatwire.assetapi.query.JoinTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fatwire.assetapi.query.OpTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.fatwire.cs.core.uri.Definition.AppType
Factory method to get a specific app type
valueOf(String) - Static method in class com.fatwire.cs.core.uri.Definition.ContainerType
Factory method to get a specific app type
valueOf(String) - Static method in class com.fatwire.cs.core.uri.Definition.SatelliteContext
Factory method to get a specific app type
values() - Static method in enum com.fatwire.assetapi.def.AttributeDefProperties.ValueCount
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.fatwire.assetapi.def.AttributeTypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.fatwire.assetapi.def.DependencyTypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.fatwire.assetapi.query.JoinTypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.fatwire.assetapi.query.OpTypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
variableNotFound - Static variable in class COM.FutureTense.Util.ftMessage
 
variableprefix - Static variable in class COM.FutureTense.Util.ftMessage
 
variables - Static variable in class COM.FutureTense.Util.ftMessage
 
verb - Static variable in class COM.FutureTense.Util.ftMessage
 
verify - Static variable in class COM.FutureTense.Util.ftMessage
 
verityFieldTypeDate - Static variable in class COM.FutureTense.Util.ftMessage
 
verityFieldTypeText - Static variable in class COM.FutureTense.Util.ftMessage
 
verityParserBoolPlus - Static variable in class COM.FutureTense.Util.ftMessage
 
verityParserFreeText - Static variable in class COM.FutureTense.Util.ftMessage
 
verityParserSimple - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropCharSet - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropDebug - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropDefIdx - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropDefParser - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropIndexingInterval - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropKBPath - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropLocale - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropOrg - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropPath - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropSig - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropSyncIndexing - Static variable in class COM.FutureTense.Util.ftMessage
 
verityPropTPPath - Static variable in class COM.FutureTense.Util.ftMessage
 
VeritySearchClass - Static variable in class COM.FutureTense.Util.ftMessage
 

W

webdav_property_root - Static variable in class COM.FutureTense.Util.ftMessage
 
webdavSrvGuid - Static variable in class COM.FutureTense.Util.ftMessage
 
webRootName - Static variable in class COM.FutureTense.Util.ftMessage
 
welcome - Static variable in class COM.FutureTense.Util.ftMessage
 
wildcard - Static variable in class COM.FutureTense.Util.ftMessage
 
wildcardUI - Static variable in class COM.FutureTense.Util.ftMessage
 
wildfilefilter - Static variable in class COM.FutureTense.Util.ftMessage
 
wildRestOfStringChar - Static variable in class COM.FutureTense.Util.ftMessage
 
wildSingleChar - Static variable in class COM.FutureTense.Util.ftMessage
 
words(String, int) - Static method in class COM.FutureTense.Interfaces.Utilities
Parses a string into a vector of words.
words(String, String) - Static method in class COM.FutureTense.Interfaces.Utilities
Parses a string into a vector of words.
wrFailed - Static variable in class COM.FutureTense.Util.ftMessage
 
writeFile(String, String) - Static method in class COM.FutureTense.Interfaces.Utilities
Writes a file to disk, given an OS specific path and the contents of the file.
writeFile(String, byte[], int) - Static method in class COM.FutureTense.Interfaces.Utilities
Writes a file to disk, given an OS specific path and the contents of the file.
writeObject(ObjectOutputStream) - Method in class COM.FutureTense.Interfaces.FTVAL
Method to write a serialized object to an output stream
WRONG_METHOD(String) - Static method in exception COM.FutureTense.Access.UserError
 

X

xcmd - Static variable in class COM.FutureTense.Util.ftMessage
 
XML_DEBUG - Static variable in class COM.FutureTense.Util.ftMessage
XML element evaluation engine logger name
xmlaok - Static variable in exception COM.FutureTense.Util.ftErrors
 
xmlbadfile - Static variable in exception COM.FutureTense.Util.ftErrors
 
xmlbadparams - Static variable in exception COM.FutureTense.Util.ftErrors
 
XMLbadversion - Static variable in class COM.FutureTense.Util.ftMessage
 
xmlDebug() - Method in interface COM.FutureTense.Interfaces.ICS
Deprecated. Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.XML_DEBUG
xmldocfailed - Static variable in exception COM.FutureTense.Util.ftErrors
 
XMLdoctype - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLDTDName - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLendftcs - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLError - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLFilteredFile - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLFilteredString - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLFilterFile - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLFilterString - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLftcs - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLftcsNum - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLHeader - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLNoElement - Static variable in class COM.FutureTense.Util.ftMessage
 
xmlnofilterdefs - Static variable in exception COM.FutureTense.Util.ftErrors
 
xmlnoinput - Static variable in exception COM.FutureTense.Util.ftErrors
 
XMLParse - Static variable in class COM.FutureTense.Util.ftMessage
 
xmlparsefailed - Static variable in exception COM.FutureTense.Util.ftErrors
 
XMLParseFile - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLPost - Class in COM.FutureTense.XML.Post
Enable the posting of XML documents into the database.
XMLPost() - Constructor for class COM.FutureTense.XML.Post.XMLPost
 
XMLPost.XMLPostException - Exception in COM.FutureTense.XML.Post
This exception will be thrown if there is a failure executing XMLPost for any reason.
xmlsyntax - Static variable in exception COM.FutureTense.Util.ftErrors
 
XMLVerify - Static variable in class COM.FutureTense.Util.ftMessage
 
XMLVerifyFile - Static variable in class COM.FutureTense.Util.ftMessage
 
xmlwritefailed - Static variable in exception COM.FutureTense.Util.ftErrors
 

Y

yes - Static variable in class COM.FutureTense.Util.ftMessage
 
yesUI - Static variable in class COM.FutureTense.Util.ftMessage
 

Z

zerolengthbytearray - Static variable in class COM.FutureTense.Util.ftMessage
 
zerolengthstring - Static variable in class COM.FutureTense.Util.ftMessage
 
zerostring - Static variable in class COM.FutureTense.Util.ftMessage
 
zipentrynotread - Static variable in exception COM.FutureTense.Util.ftErrors
 
zipexception - Static variable in exception COM.FutureTense.Util.ftErrors
 
zipunpackerror - Static variable in exception COM.FutureTense.Util.ftErrors
 
zipvalidateerror - Static variable in exception COM.FutureTense.Util.ftErrors
 

_

_getAssets(Query) - Method in class com.fatwire.assetapi.data.AssetDataManagerImpl
Get a list of asset data, this method is common for both readonly load and mutuable load of assets In this case, we only return a Iterable and cast the returned data according to the usage

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _