Modifier and Type | Method and Description |
---|---|
protected void |
AssetStatisticsStorage.callCatalogManager(FTValList lst) |
static List<String> |
ConditionParser.parseBasicCondition(ICS ics,
Long site,
AssetTypeDef atd,
Condition c,
String prefix,
FTValList attributes)
This method is used to convert a condition to an asset search format.
|
Modifier and Type | Method and Description |
---|---|
void |
IManageUsers.AddACL(String acl,
FTValList valIn,
FTValList valOut) |
void |
IManageUsers.AddUser(String username,
FTValList valIn,
FTValList valOut) |
void |
IManageUsers.DeleteUser(String username,
FTValList valIn,
FTValList valOut) |
String |
ValidateLogin.Execute(FTValList valIn,
FTValList valOut) |
ICS |
ValidateLogin.getICS(FTValList vIn)
get ICS from FTValList
|
protected ValidateLogin.UserManagement |
ValidateLogin.GetUserManagement(FTValList valIn) |
String |
IUsers.Login(String username,
char[] password,
FTValList vIn,
FTValList vOut) |
void |
IUsers.Logout(String username,
FTValList vIn,
FTValList vOut) |
void |
IManageUsers.ModifyUser(String username,
FTValList valIn,
FTValList valOut) |
Modifier and Type | Method and Description |
---|---|
FTValList |
FTValList.copy()
Create a new FTValList which
is a copy of this list.
|
static FTValList |
Utilities.getParams(String in)
Build a vallist of parameters given input
in the form of a=b and c=d
|
FTValList |
ICS.grabHeaders()
Get headers set since last call.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ICS.AppEvent(String name,
String guid,
String times,
FTValList params)
Create an event which triggers
a registered function (via GUID or class).
|
boolean |
ICS.BlobServer(FTValList args,
COM.FutureTense.Interfaces.IMIMENotifier im,
OutputStream os)
Invoke the BlobServer to retrieve a blob into an output stream
internal.
|
boolean |
ICS.BlobServer(FTValList args,
OutputStream os)
Invoke the BlobServer to retrieve a blob into an output stream.
|
boolean |
ICS.CallElement(String elementname,
FTValList lin)
Executes a registered element.
|
boolean |
ICS.CatalogManager(FTValList lin)
Executes the Catalog Manager logic class
This method is analogous to the XML <CATALOGMANAGER> command.
|
boolean |
ICS.CatalogManager(FTValList lin,
Object oBatchContext)
Executes the Catalog Manager logic class
This method is analogous to the XML <CATALOGMANAGER> command.
|
String |
ICS.diskFileName(String pname,
FTValList arguments)
Deprecated.
Method is disabled since cached pages
are stored in the database now.
|
boolean |
ICS.EmailEvent(String name,
String tolist,
String times,
String filespec,
String contenttype,
String charset,
FTValList attachments)
Create an event which triggers
an email
|
int |
IXMLBodyTag.endTag(ICS ics,
String sTagName,
FTValList vIn)
Method to evaluate the end tag of a dynamic tag
|
int |
IDynamicTag.endTag(ICS ics,
String sTagName,
FTValList vIn)
Method to evaluate the end tag of a dynamic tag
|
String |
IXMLBodyTag.Execute(FTValList vIn,
FTValList vOut)
Deprecated.
The execute method of this interface will never
be invoked and it should always return null.
|
boolean |
ICS.IndexAdd(String sIndex,
String sEntryName,
String sEntryDetail,
String sWordList,
String sWordListDelimiters,
String sFileList,
String sDate,
FTValList vlTextArguments,
FTValList vlFileArguments,
FTValList vlDateArguments,
String sEngine,
String sCharset,
StringBuffer sbError)
Adds an item to the search index.
|
boolean |
ICS.IndexCreate(String sIndex,
FTValList vlFieldArguments,
String sEngine,
String sCharset,
StringBuffer errstr)
Creates a search index.
|
boolean |
ICS.IndexReplace(String sIndex,
String sEntryName,
String sEntryDetail,
String sWordList,
String sWordListDelimiters,
String sFileList,
String sDate,
FTValList vlTextArguments,
FTValList vlFileArguments,
FTValList vlDateArguments,
String sEngine,
String sCharset,
StringBuffer sbError)
Replaces an item in the search index.
|
boolean |
ICS.InsertPage(String pagename,
FTValList lin)
Invokes a pagelet inline with
the current evaluation.
|
String |
ICS.pageURL(String pname,
FTValList arguments)
Return the cache key in 'url' form of the
execution instance (page/pagelet) defined by
the input parameters.
|
String |
ICS.ReadPage(String pagename,
FTValList lin)
Invokes a pagelet through Content Server.
|
String |
ICS.runTag(String sTag,
FTValList vIn)
Method to execute a simple XML tag by name.
|
IList |
ICS.Search(String sIndex,
String sWhat,
String sRelevence,
String sQueryParser,
int nMaxResults,
FTValList vlAdditionalIndexes,
String sList,
String sEngine,
String sCharset,
StringBuffer sbError)
Searches an index.
|
boolean |
ICS.SendMail(String to,
String subject,
String body,
String replyto,
String contenttype,
String charset,
FTValList attachments)
Sends an email to the specified address.
|
int |
IXMLBodyTag.startTag(ICS ics,
String sTagName,
FTValList vIn,
String sCData)
Method to evaluate the start tag of a dynamic tag
|
int |
IDynamicTag.startTag(ICS ics,
String sTagName,
FTValList vIn,
String sCData)
Method to evaluate the start tag of a dynamic tag
|
boolean |
ICS.TreeManager(FTValList lin)
Executes the Tree Manager logic class
This method is analogous to the XML <TREEMANAGER> command.
|
boolean |
ICS.TreeManager(FTValList lin,
Object oBatchContext)
Executes the Tree Manager logic class.
|
Modifier and Type | Field and Description |
---|---|
protected FTValList |
FormPoster.m_vlHeaderInfo
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FTValList |
FormPoster.findAllCookies()
Deprecated.
Find the cookies in the post response
|
static FTValList |
FormPoster.findAllCookies(String sData)
Deprecated.
Find all cookie values in the HTTP response
|
FTValList |
FormPoster.getCookies()
Deprecated.
Return FTValList containing all cookie names/values
|
protected FTValList |
FormPoster.postProcessMIMEHeader(String sHeader)
Deprecated.
Called to post-process a mime header once the postconnector
reads it
|
Modifier and Type | Method and Description |
---|---|
void |
FormPoster.setHeaderInformation(FTValList vlHeaderInfo)
Deprecated.
Use the header information supplied
|
void |
ftErrors.SetStatus(COM.FutureTense.Util.ftStatusCode statusCode,
FTValList valOut) |
void |
ftErrors.SetValOut(FTValList valOut) |
Modifier and Type | Method and Description |
---|---|
String |
Seed.Execute(FTValList vIn,
FTValList vOut)
Implements the Execute method in a manner similar
to newRequest
|
Modifier and Type | Method and Description |
---|---|
void |
AMUsers.AddACL(String acl,
FTValList vIn,
FTValList vOut)
Add ACL in Directory Services
|
void |
AMUsers.AddUser(String user,
FTValList vIn,
FTValList vOut)
Add User
|
void |
AMUsers.DeleteUser(String user,
FTValList vIn,
FTValList vOut) |
void |
AMUsers.FlushCache(FTValList vIn,
FTValList vOut) |
String |
AMUsers.GetACLs(String userid,
FTValList vIn,
FTValList vOut)
Get user ACLs(Groups) from Directory Services
|
String |
AMUsers.Login(String username,
char[] password,
FTValList vIn,
FTValList vOut)
Get user id (dn) of specified user
|
void |
AMUsers.Logout(String username,
FTValList vIn,
FTValList vOut) |
void |
AMUsers.ModifyUser(String str,
FTValList fTValList,
FTValList fTValList2) |
Modifier and Type | Method and Description |
---|---|
void |
JNDIUsers.AddACL(String acl,
FTValList vIn,
FTValList vOut)
Add ACL in Directory Services
|
void |
JNDIUsers.AddUser(String user,
FTValList vIn,
FTValList vOut)
Add User
|
void |
JNDIUsers.DeleteUser(String user,
FTValList vIn,
FTValList vOut) |
void |
JNDIUsers.FlushCache(FTValList vIn,
FTValList vOut) |
String |
JNDIUsers.GetACLs(String userid,
FTValList vIn,
FTValList vOut)
Get user ACLs(Groups) from Directory Services
|
String |
JNDIUsers.Login(String username,
char[] password,
FTValList vIn,
FTValList vOut)
Get user id (dn) of specified user
|
void |
JNDIUsers.Logout(String username,
FTValList vIn,
FTValList vOut) |
void |
JNDIUsers.ModifyUser(String str,
FTValList fTValList,
FTValList fTValList2) |
Modifier and Type | Method and Description |
---|---|
int |
Load.endTag(ICS ics,
FTValList vIn)
Method which processes the start tag of the acl.load tag.
|
int |
List.endTag(ICS ics,
FTValList vIn)
Method which processes the end tag of the acl.list tag.
|
int |
Create.endTag(ICS ics,
FTValList vIn)
Method which processes the end tag of the acl.create tag.
|
int |
Delete.startTag(ICS ics,
FTValList vIn)
Method which processes the start tag of the acl.delete tag.
|
Modifier and Type | Method and Description |
---|---|
int |
Search.endTag(ICS ics,
FTValList vIn)
Method to implement the end tag of the dir.search
|
int |
ReplaceAttrs.endTag(ICS ics,
FTValList vIn)
Method to implement the end tag of the dir.replaceattrs
|
int |
RemoveAttrs.endTag(ICS ics,
FTValList vIn)
Method to implement the end tag of the dir.removeattrs
|
int |
GetAttrs.endTag(ICS ics,
FTValList vIn)
Method to implement the end tag of the dir.getattrs
|
int |
Create.endTag(ICS ics,
FTValList vIn)
Method to implement the end tag of the dir.create
|
int |
AddAttrs.endTag(ICS ics,
FTValList vIn)
Method to implement the end tag of the dir.addattrs
|
int |
Search.startTag(ICS ics,
FTValList vIn)
Method which processes the start tag of the install tag.
|
int |
ReplaceAttrs.startTag(ICS ics,
FTValList vIn)
Method which processes the start tag of the install tag.
|
int |
RemoveGroupMember.startTag(ICS ics,
FTValList vIn)
Method to implement the start tag of the dir.removegroupmember
|
int |
RemoveAttrs.startTag(ICS ics,
FTValList vIn)
Method which processes the start tag of the install tag.
|
int |
ListUsers.startTag(ICS ics,
FTValList vIn)
Method to implement the start tag of the dir.listusers
|
int |
GroupMemberships.startTag(ICS ics,
FTValList vIn)
Method to implement the start tag of the dir.groupmemberships
|
int |
GroupMembers.startTag(ICS ics,
FTValList vIn)
Method to implement the start tag of the dir.groupmembers
|
int |
GetAttrs.startTag(ICS ics,
FTValList vIn)
Method which processes the start tag of the install tag.
|
int |
Delete.startTag(ICS ics,
FTValList vIn)
Method to implement the start tag of the dir.delete
|
int |
Create.startTag(ICS ics,
FTValList vIn)
Method which processes the start tag of the install tag.
|
int |
Children.startTag(ICS ics,
FTValList vIn)
Method to implement the start tag of the dir.children
|
int |
AddGroupMember.startTag(ICS ics,
FTValList vIn)
Method to implement the start tag of the dir.addgroupmember
|
int |
AddAttrs.startTag(ICS ics,
FTValList vIn)
Method which processes the start tag of the install tag.
|
Modifier and Type | Method and Description |
---|---|
int |
MakeChild.endTag(ICS ics,
FTValList vIn)
Method to implement the end tag of the name.makechild
|
int |
MakeChild.startTag(ICS ics,
FTValList vIn)
Method which processes the start tag of the name:makechild tag.
|
int |
Get.startTag(ICS ics,
FTValList vIn)
Method to implement the start tag of the name.get
|
Modifier and Type | Method and Description |
---|---|
abstract FTValList |
AbstractFlexFilter.getLegalArguments(IFilterEnvironment env,
String filterIdentifier)
Obtain the legal filter arguments.
|
FTValList |
AbstractFlexFilter.replicateArguments(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
IReplicate replicateObject)
Perform a copy of the arguments, using the mapping structure provided.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFlexFilter.checkArguments(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
IReplicate replicateObject)
Check validity of arguments for share, using the mapping structure provided.
|
void |
AbstractFlexFilter.describeDerivedAttributes(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
String defTypeName,
String parentDefTypeName,
IFilterDescription descriptionObject)
Describe all the potential derived attributes, parent affinities,
and recommendations the filter might set.
|
abstract void |
AbstractFlexFilter.filterAsset(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
IFilterableAssetInstance instance)
Perform the filter operation.
|
String |
AbstractFlexFilter.getAttrID(IFilterEnvironment ifilterenvironment,
FTValList ftValList,
String argname)
This is a helper to return the attribute asset ID for a specific attribute that was
passed to the filter as an attribute argument.
|
void |
AbstractFlexFilter.getDependencies(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
String assetTypeName,
String parentTypeName,
IFilterDependencies filterdeps)
Describe the filter's asset dependencies.
|
String |
AbstractFlexFilter.getFilterEditURL(IFilterEnvironment env,
String loginname,
String filterIdentifier,
FTValList filterArguments)
This method is depreciated and is implemented to return null.
|
FTValList |
AbstractFlexFilter.replicateArguments(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
IReplicate replicateObject)
Perform a copy of the arguments, using the mapping structure provided.
|
Constructor and Description |
---|
AbstractFlexFilter(FTValList ftvallist)
Implementations are required to have a single-argument public
constructor that expects a COM.FutureTense.Interfaces.FTValList
object.
|
Modifier and Type | Method and Description |
---|---|
FTValList |
IFilter.getLegalArguments(IFilterEnvironment env,
String filterIdentifier)
Obtain the legal filter arguments.
|
FTValList |
IFilter.replicateArguments(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
IReplicate replicateObject)
Perform a copy of the arguments, using the mapping structure provided.
|
Modifier and Type | Method and Description |
---|---|
void |
IFilter.checkArguments(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
IReplicate replicateObject)
Check validity of arguments for sharing of the asset, using the
mapping structure provided.
|
void |
IFilter.describeDerivedAttributes(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
String defTypeName,
String groupDefTypeName,
IFilterDescription descriptionObject)
Describe all the potential derived attributes, group affinities,
and recommendations the filter might set.
|
void |
IFilter.filterAsset(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
IFilterableAssetInstance instance)
Perform the filter operation.
|
void |
IFilter.getDependencies(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
String assetTypeName,
String groupTypeName,
IFilterDependencies filterdeps)
Describe the filter's asset dependencies.
|
String |
IFilter.getFilterEditURL(IFilterEnvironment env,
String loginname,
String filterIdentifier,
FTValList filterArguments)
Deprecated.
|
FTValList |
IFilter.replicateArguments(IFilterEnvironment env,
String filterIdentifier,
FTValList filterArguments,
IReplicate replicateObject)
Perform a copy of the arguments, using the mapping structure provided.
|
Modifier and Type | Method and Description |
---|---|
String |
CustomLogin.Execute(FTValList valIn,
FTValList valOut) |
void |
CustomUsers.FlushCache(FTValList vIn,
FTValList vOut) |
String |
CustomUsers.GetACLs(String userid,
FTValList vIn,
FTValList vOut) |
protected ICS |
CustomUsers.getICS(FTValList vIn) |
String |
CustomUsers.Login(String username,
char[] password,
FTValList vIn,
FTValList vOut) |
void |
CustomUsers.Logout(String username,
FTValList vIn,
FTValList vOut) |