|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.xsp.script.NotesFunctionsDoc
public abstract class NotesFunctionsDoc
Lotus Notes @Functions emulation layer.
Constructor Summary | |
---|---|
NotesFunctionsDoc()
|
Method Summary | |
---|---|
abstract double |
Abs(double value)
Returns the absolute (unsigned) value of a number. |
abstract java.lang.String |
Abstract(java.lang.String keywords,
int size,
java.lang.String beginText,
java.lang.String bodyFields)
Abbreviates the contents of the content of the given field (or list of fields). |
abstract java.util.Date |
Adjust(java.util.Date date,
int years,
int months,
int days,
int hours,
int minutes,
int seconds)
Adjusts the specified time-date value by the number of years, months, days, hours, minutes, and/or seconds you specify. |
abstract java.util.Date |
Adjust(java.util.Date date,
int years,
int months,
int days,
int hours,
int minutes,
int seconds,
java.lang.String keywords)
The lats parameter must contain "[INLOCALTIME]" to further adjust the time for daylight-saving time if the adjustment crosses the boundary and daylight-saving time is in effect. |
abstract com.ibm.jscript.types.FBSValue |
AttachmentLengths()
Returns a list containing the lengths of each of the files attached to the current document If the current document only has one attachment, it returns the length of this attachment |
abstract com.ibm.jscript.types.FBSValue |
AttachmentModifiedTimes()
Returns a list containing the last modified date of each of the files attached to the current document If the current document only has one attachment, it returns the date when this attachment was last modified |
abstract com.ibm.jscript.types.FBSValue |
AttachmentNames()
Returns a list containing the names of each of the files attached to the current document If the current document only has one attachment, it returns a string containing the name of this attachment |
abstract int |
Attachments()
Returns the number of attachments of the current document |
abstract com.ibm.jscript.types.FBSValue |
Author()
Returns a text list containing the names of the author(s) of the current document |
abstract int |
Begins(java.lang.String value,
java.lang.String subString)
Returns 1 if 'value' strats with the substring 'substring', else returns 0. |
abstract java.lang.String |
Char(int code)
Returns a character from its unicode number value. |
abstract java.lang.String |
ClientType()
Returns "Web" |
abstract void |
ComputeFields()
Recompute all fields in the current document |
abstract int |
Contains(java.lang.String value,
java.lang.String subString)
Determines whether a substring is stored within a string, or if a string list contains an item that contains the given substring. |
abstract int |
Count(com.ibm.jscript.types.FBSValue list)
Returns the number of entries in the list. |
abstract java.util.Date |
Created()
Returns the time-date when the document was created. |
abstract java.util.Date |
Date(java.util.Date date)
Construct a Date object by using the given date: The date part is kept unchanged, while the time portion of the value is replaced by 00:00. |
abstract java.util.Date |
Date(int years,
int months,
int days)
Construct a Date object with the given date, and 00:00 as time. |
abstract java.util.Date |
Date(int years,
int months,
int days,
int hours,
int minutes,
int seconds)
Construct a Date object with all given parameters. |
abstract int |
Day(java.util.Date date)
Extracts and returns the month from the specified date. |
abstract com.ibm.jscript.types.FBSValue |
DbColumn(java.lang.String dbName,
java.lang.String viewName,
int colNumber)
Returns the values found in the given view column. |
abstract com.ibm.jscript.types.FBSValue |
DbLookup(java.lang.String dbName,
java.lang.String viewName,
java.lang.String key,
int colNumber)
Returns the values found in the given view column, where the sorted columns of the view match the given key. |
abstract com.ibm.jscript.types.FBSValue |
DbLookup(java.lang.String dbName,
java.lang.String viewName,
java.lang.String key,
java.lang.String fieldName)
Given a key value, looks in the specified view and finds all documents containing the key value in the first sorted column within the view. |
abstract java.lang.String |
DbName()
Returns the name of the current database. |
abstract java.lang.String |
DbTitle()
Returns the label of the current database. |
abstract com.ibm.jscript.types.FBSValue |
Do(com.ibm.jscript.types.FBSValue values)
All the args are evaluated, return the last value |
abstract java.lang.String |
DocID()
Returns the ID of the current XML document (in XSP database) |
abstract com.ibm.jscript.types.FBSValue |
Element(com.ibm.jscript.types.FBSValue list,
int position)
Return the element of the list at the given position. |
abstract int |
Elements(com.ibm.jscript.types.FBSValue list)
Returns the number of entries in the list, except null, undefined or empty string values. |
abstract int |
Ends(java.lang.String value,
java.lang.String subString)
Returns 1 if 'value' ends with the substring 'substring', else returns 0. |
abstract com.ibm.jscript.types.FBSValue |
Error()
Allows you to generate an error condition within an expression. |
abstract com.ibm.jscript.types.FBSValue |
Explode(java.lang.String value)
Returns a string list composed by elements of the given string, each element in the given string are separated by space, comma or semicolon. |
abstract com.ibm.jscript.types.FBSValue |
Explode(java.lang.String value,
java.lang.String separators)
Returns a string list composed by elements of the given string, each element in the given string are separated by one the given separators |
abstract com.ibm.jscript.types.FBSValue |
Explode(java.lang.String value,
java.lang.String separators,
int incEmpties)
Returns a string list composed by elements of the given string, each element in the given string are separated by one the given separators If incEmpties is 1, an empty string ("") is placed in the returned list when a separator appears at the beginning or end of the string, or two separators appear consecutively in the string. |
abstract com.ibm.jscript.types.FBSValue |
Explode(java.lang.String value,
java.lang.String separators,
int incEmpties,
int newLineAsSeparator)
Returns a string list composed by elements of the given string, each element in the given string are separated by one the given separators If incEmpties is 1, an empty string ("") is placed in the returned list when a separator appears at the beginning or end of the string, or two separators appear consecutively in the string. |
abstract int |
Failure(java.lang.String message)
Returns a message that you supply. |
abstract int |
False()
Returns the number 0. |
abstract java.util.Date |
GetDateField(java.lang.String name)
Returns the value of the given date field |
abstract java.lang.String |
GetEditorField(java.lang.String name)
Returns the value of the given editor field |
abstract com.ibm.jscript.types.FBSValue |
GetField(java.lang.String name)
Returns the value of the given field |
abstract double |
GetNumberField(java.lang.String name)
Returns the value of the given number field |
abstract java.lang.String |
GetReaderField(java.lang.String name)
Returns the value of the given reader field |
abstract java.lang.String |
GetTextField(java.lang.String name)
Returns the value of the given text field |
abstract int |
Hour(java.util.Date date)
Extracts and returns the number of the hour in the specified date. |
abstract void |
If()
Evaluates a condition |
abstract java.lang.String |
Implode(com.ibm.jscript.types.FBSValue textList)
Concatenates all members of the given text list separated by a space and returns a text string. |
abstract java.lang.String |
Implode(com.ibm.jscript.types.FBSValue textList,
java.lang.String sep)
Concatenates all members of the given text list separated by the given separator |
abstract double |
Integer(double value)
Truncates the values in a number or number list at the whole number, leaving off any decimals. |
abstract int |
IsAvailable(java.lang.String name)
Returns 1 if the given field exists in the current document. |
abstract int |
IsDocBeingLoaded()
Returns 1 if the current document is being loaded. |
abstract int |
IsDocBeingSaved()
Returns 1 if the current document is being saved. |
abstract int |
IsError(com.ibm.jscript.types.FBSValue value)
Returns 1 if the value is an undefined value or a list of undefined values, or if it is a number that corresponds to "Not a Number" value. |
abstract com.ibm.jscript.types.FBSValue |
IsMember(com.ibm.jscript.types.FBSValue value,
com.ibm.jscript.types.FBSValue list)
Returns 1 if all elements of the first list (value) are contained in the second list. |
abstract int |
IsMember(java.lang.String value,
com.ibm.jscript.types.FBSValue list)
Returns 1 if the given list contains the given string. |
abstract int |
IsNewDoc()
Returns 1 if the current document is a new document. |
abstract com.ibm.jscript.types.FBSValue |
IsNotMember(com.ibm.jscript.types.FBSValue value,
com.ibm.jscript.types.FBSValue list)
Indicates if a text string (or a text list) is not contained within another text list. |
abstract int |
IsNotMember(java.lang.String value,
com.ibm.jscript.types.FBSValue list)
|
abstract int |
IsNull(com.ibm.jscript.types.FBSValue value)
Returns 1 if the value is an empty string (or a list of empty strings), and returns 0 if the value is not a string value, is not empty, or is an error. |
abstract int |
IsNumber(com.ibm.jscript.types.FBSValue value)
Returns 1 if the value is a number or a number list. |
abstract int |
IsResponseDoc()
Returns 1 if the current document is a response document. |
abstract int |
IsText(com.ibm.jscript.types.FBSValue value)
Returns 1 if the value is a string or a string list |
abstract int |
IsTime(com.ibm.jscript.types.FBSValue value)
Returns 1 if the value is a date or a date list |
abstract int |
IsUnavailable(java.lang.String name)
Returns 0 if the given field exists in the current document. |
abstract int |
IsWebClient()
Returns true. |
abstract java.lang.String |
Left(java.lang.String value,
int n)
Returns the leftmost characters of the string. |
abstract java.lang.String |
Left(java.lang.String value,
java.lang.String subString)
Searches a string from left to right and returns the leftmost characters of the string. |
abstract java.lang.String |
LeftBack(java.lang.String value,
int n)
Returns the leftmost characters of the given string, except the n lats characters. |
abstract java.lang.String |
LeftBack(java.lang.String value,
java.lang.String subString)
Searches a string from right to left and returns a substring. |
abstract int |
Length(java.lang.String value)
Returns the number of characters in the specified string, or if the argument is a string list, |
abstract com.ibm.jscript.types.FBSValue |
List(com.ibm.jscript.types.FBSVariableArgs values)
Create a new value form the given values : if tehre several values, an array will be created. |
abstract java.lang.String |
LowerCase(java.lang.String value)
Converts the uppercase letters in the specified string to lowercase. |
abstract double |
Max(com.ibm.jscript.types.FBSVariableArgs values)
Returns the greatest number among the given arguments. |
abstract int |
Member(java.lang.String value,
com.ibm.jscript.types.FBSValue list)
Returns the position of the given value in the given string list. |
abstract java.lang.String |
Middle(java.lang.String value,
int offset,
int len)
Returns the substring from the middle of the given 'value' string, which begins at the given offset, and ends after 'len' number of characters have been reached. |
abstract java.lang.String |
Middle(java.lang.String value,
int offset,
java.lang.String endString)
The substring from the middle of string, which begins at the 'offset' and ends at the 'endstring'. |
abstract java.lang.String |
Middle(java.lang.String value,
java.lang.String startString,
int len)
The substring from the middle of string, which begins at the 'startString' you specify and ends after 'len' number of characters have been reached. |
abstract java.lang.String |
Middle(java.lang.String value,
java.lang.String startString,
java.lang.String endString)
The substring from the middle of string, which begins at the 'startString' you specify and ends at the 'endstring'. |
abstract java.lang.String |
MiddleBack(java.lang.String value,
int offset,
int len)
Returns a substring from the middle of the given string. |
abstract java.lang.String |
MiddleBack(java.lang.String value,
int offset,
java.lang.String endString)
Returns a substring from the middle of the given string. |
abstract java.lang.String |
MiddleBack(java.lang.String value,
java.lang.String startString,
int len)
Returns a substring from the middle of the given string. |
abstract java.lang.String |
MiddleBack(java.lang.String value,
java.lang.String startString,
java.lang.String endString)
Returns a substring from the middle of the given string. |
abstract double |
Min(com.ibm.jscript.types.FBSVariableArgs values)
Returns the smallest number among the given arguments. |
abstract int |
Minute(java.util.Date date)
Extracts and returns the number of minutes from the specified date. |
abstract java.util.Date |
Modified()
Returns a time-date value indicating when the document was last modified. |
abstract double |
Modulo(double value,
double divider)
Returns the remainder of a division operation. |
abstract int |
Month(java.util.Date date)
Extracts and returns the month from the specified date. |
abstract java.lang.String |
Name(java.lang.String action,
java.lang.String name)
Allows you to manipulate LDAP formatted names. |
abstract java.lang.String |
NewLine()
Returns '\n' character |
abstract int |
No()
Returns the number 0. |
abstract int |
Now()
Returns the current Date in the server time zone. |
abstract int |
Now(java.lang.String options,
java.lang.String serverNames)
Returns the current Date in the server time zone. |
abstract com.ibm.jscript.types.FBSValue |
Null()
Allows you to return the null value. |
abstract java.lang.String |
ProperCase(java.lang.String value)
Converts the words in a string to proper-name capitalization: the first letter of each word becomes uppercase, all others become lowercase. |
abstract double |
Random()
Returns a double value with a positive sign, greater
than or equal to 0.0 and less than 1.0 . |
abstract java.lang.String |
Repeat(java.lang.String value,
int repeat)
Repeats a string a specified number of times. |
abstract java.lang.String |
Repeat(java.lang.String value,
int repeat,
int maxChar)
Repeats a string a specified number of times, but stop when the resulting string contains 'maxchar' characters. |
abstract com.ibm.jscript.types.FBSValue |
Replace(com.ibm.jscript.types.FBSValue sourceList,
com.ibm.jscript.types.FBSValue fromList,
com.ibm.jscript.types.FBSValue toList)
Performs a find-and-replace operation on a text list. |
abstract com.ibm.jscript.types.FBSValue |
ReplaceSubstring(com.ibm.jscript.types.FBSValue sourceList,
com.ibm.jscript.types.FBSValue fromList)
Replaces specific words or phrases in a string with new words or phrases that you specify. |
abstract void |
Return(com.ibm.jscript.types.FBSValue value)
Is equivalent to return statement. |
abstract java.lang.String |
Right(java.lang.String value,
int n)
Returns the rightmost characters in the string. |
abstract java.lang.String |
Right(java.lang.String value,
java.lang.String subString)
Returns returns all of the characters to the right of subString in the given string. |
abstract java.lang.String |
RightBack(java.lang.String value,
int n)
Returns the rightmost characters in a string. |
abstract java.lang.String |
RightBack(java.lang.String value,
java.lang.String rightBack)
|
abstract double |
Round(double value)
Rounds the specified number to the nearest whole number. |
abstract double |
Round(double value,
double factor)
Rounds the specified number to the nearest whole number. |
abstract java.lang.String |
Schema()
Returns the schema of the current XML document |
abstract int |
Second(java.util.Date date)
Extracts and returns the number of seconds from the specified date. |
abstract java.lang.String |
Select(int position,
com.ibm.jscript.types.FBSVariableArgs list)
Returns the value that appears in the number 'position' in the given list. |
abstract void |
SetDateField(java.lang.String name,
java.util.Date value)
Set the given value to the given date field |
abstract void |
SetEditorField(java.lang.String name,
java.lang.String value)
Set the given value to the given editor field |
abstract void |
SetField(java.lang.String name,
com.ibm.jscript.types.FBSValue value)
Set the given value to the given field |
abstract void |
SetNumberField(java.lang.String name,
double value)
Set the given value to the given number field |
abstract void |
SetReaderField(java.lang.String name,
java.lang.String value)
Set the given value to the reader field |
abstract void |
SetTextField(java.lang.String name,
java.lang.String value)
Set the given value to the given text field |
abstract com.ibm.jscript.types.FBSValue |
Subset(com.ibm.jscript.types.FBSValue list,
int length)
Extract from the given list from left to right the given number of values (length). |
abstract int |
Success()
Returns 1 (True). |
abstract double |
Sum(double value)
Adds a set of numbers or number lists. |
abstract java.lang.String |
Text(com.ibm.jscript.types.FBSValue value)
Converts any value to a string. |
abstract java.lang.String |
Text(com.ibm.jscript.types.FBSValue value,
java.lang.String format)
Converts any value to a string. |
abstract double |
TextToNumber(java.lang.String value)
Converts a string to a number value, where possible, else returns 0. |
abstract java.util.Date |
TextToTime(java.lang.String value)
Converts a string to a Date value, where possible, else returns an empty string. |
abstract java.util.Date |
Time(java.util.Date date)
Construct a Date object by using the given date: The time part is kept unchanged, while the date portion of the value is replaced by the 1st january 1970. |
abstract java.util.Date |
Time(int hours,
int minutes,
int seconds)
Construct a Date object with the given time, and 1st january 1970 as date. |
abstract java.util.Date |
Time(int years,
int months,
int days,
int hours,
int minutes,
int seconds)
Construct a Date object with all given parameters. |
abstract java.util.Date |
Today()
Returns today's date with 00:00 as time. |
abstract java.util.Date |
Tomorrow()
Returns the date value that corresponds to tomorrow's date, with 00:00 as time. |
abstract java.lang.String |
Trim(java.lang.String value)
Removes leading, trailing, and redundant spaces from the given string, or from each element of the given string list. |
abstract int |
True()
Returns the number 1. |
abstract java.lang.String |
Unique()
Returns a random, unique text value. |
abstract com.ibm.jscript.types.FBSValue |
Unique(com.ibm.jscript.types.FBSValue list)
Removes duplicate values from the given list. |
abstract java.lang.String |
UpperCase(java.lang.String value)
Converts the lowercase letters in the specified string to uppercase. |
abstract java.lang.String |
UserName()
Returns the distinguish name of the current user |
abstract java.lang.String |
UserName(int index)
Returns the distinguish name of the current user, whatever the index is. |
abstract int |
WeekDay(java.util.Date date)
Computes the day of the week and returns a number that identifies the day. |
abstract java.lang.String |
Word(java.lang.String value,
java.lang.String separator,
int n)
Returns the 'n'th word from the given string. |
abstract int |
Year(java.util.Date date)
Extracts and returns the year from the specified date. |
abstract int |
Yes()
Returns the value 1. |
abstract java.util.Date |
Yesterday()
Returns the date value that corresponds to yesterday's date, with 00:00 as time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotesFunctionsDoc()
Method Detail |
---|
public abstract int True()
public abstract int False()
public abstract int Yes()
public abstract int No()
public abstract int Success()
public abstract int Failure(java.lang.String message)
message
- the error message
public abstract com.ibm.jscript.types.FBSValue Error()
public abstract com.ibm.jscript.types.FBSValue Null()
public abstract int Year(java.util.Date date)
public abstract int Month(java.util.Date date)
public abstract int Day(java.util.Date date)
public abstract int Hour(java.util.Date date)
public abstract int Minute(java.util.Date date)
public abstract int Second(java.util.Date date)
public abstract int Now()
public abstract int Now(java.lang.String options, java.lang.String serverNames)
public abstract int WeekDay(java.util.Date date)
public abstract java.util.Date Date(java.util.Date date)
public abstract java.util.Date Date(int years, int months, int days)
public abstract java.util.Date Date(int years, int months, int days, int hours, int minutes, int seconds)
public abstract java.util.Date Time(java.util.Date date)
public abstract java.util.Date Time(int hours, int minutes, int seconds)
public abstract java.util.Date Time(int years, int months, int days, int hours, int minutes, int seconds)
public abstract java.util.Date Today()
public abstract java.util.Date Tomorrow()
public abstract java.util.Date Yesterday()
public abstract java.util.Date Adjust(java.util.Date date, int years, int months, int days, int hours, int minutes, int seconds)
public abstract java.util.Date Adjust(java.util.Date date, int years, int months, int days, int hours, int minutes, int seconds, java.lang.String keywords)
Adjust(Date, int, int, int, int, int, int)
public abstract int IsNull(com.ibm.jscript.types.FBSValue value)
public abstract int IsNumber(com.ibm.jscript.types.FBSValue value)
public abstract int IsText(com.ibm.jscript.types.FBSValue value)
public abstract int IsTime(com.ibm.jscript.types.FBSValue value)
public abstract int IsError(com.ibm.jscript.types.FBSValue value)
public abstract java.lang.String Text(com.ibm.jscript.types.FBSValue value)
public abstract java.lang.String Text(com.ibm.jscript.types.FBSValue value, java.lang.String format)
public abstract java.util.Date TextToTime(java.lang.String value)
public abstract double TextToNumber(java.lang.String value)
public abstract java.lang.String Trim(java.lang.String value)
public abstract java.lang.String Left(java.lang.String value, int n)
public abstract java.lang.String Left(java.lang.String value, java.lang.String subString)
public abstract java.lang.String LeftBack(java.lang.String value, int n)
public abstract java.lang.String LeftBack(java.lang.String value, java.lang.String subString)
public abstract java.lang.String Right(java.lang.String value, int n)
public abstract java.lang.String Right(java.lang.String value, java.lang.String subString)
public abstract java.lang.String RightBack(java.lang.String value, int n)
public abstract java.lang.String RightBack(java.lang.String value, java.lang.String rightBack)
public abstract java.lang.String Middle(java.lang.String value, int offset, int len)
public abstract java.lang.String Middle(java.lang.String value, int offset, java.lang.String endString)
public abstract java.lang.String Middle(java.lang.String value, java.lang.String startString, int len)
public abstract java.lang.String Middle(java.lang.String value, java.lang.String startString, java.lang.String endString)
public abstract java.lang.String MiddleBack(java.lang.String value, int offset, int len)
public abstract java.lang.String MiddleBack(java.lang.String value, int offset, java.lang.String endString)
public abstract java.lang.String MiddleBack(java.lang.String value, java.lang.String startString, int len)
public abstract java.lang.String MiddleBack(java.lang.String value, java.lang.String startString, java.lang.String endString)
public abstract int Contains(java.lang.String value, java.lang.String subString)
public abstract int Begins(java.lang.String value, java.lang.String subString)
public abstract int Ends(java.lang.String value, java.lang.String subString)
public abstract java.lang.String LowerCase(java.lang.String value)
public abstract java.lang.String UpperCase(java.lang.String value)
public abstract java.lang.String ProperCase(java.lang.String value)
public abstract java.lang.String Name(java.lang.String action, java.lang.String name)
public abstract int Length(java.lang.String value)
public abstract com.ibm.jscript.types.FBSValue ReplaceSubstring(com.ibm.jscript.types.FBSValue sourceList, com.ibm.jscript.types.FBSValue fromList)
public abstract java.lang.String UserName()
public abstract java.lang.String UserName(int index)
public abstract java.lang.String NewLine()
public abstract java.lang.String Word(java.lang.String value, java.lang.String separator, int n)
public abstract java.lang.String Char(int code)
public abstract java.lang.String Select(int position, com.ibm.jscript.types.FBSVariableArgs list)
public abstract java.lang.String Repeat(java.lang.String value, int repeat)
public abstract java.lang.String Repeat(java.lang.String value, int repeat, int maxChar)
public abstract java.lang.String Abstract(java.lang.String keywords, int size, java.lang.String beginText, java.lang.String bodyFields)
public abstract double Abs(double value)
public abstract double Round(double value)
public abstract double Round(double value, double factor)
public abstract double Sum(double value)
public abstract double Integer(double value)
public abstract double Random()
double
value with a positive sign, greater
than or equal to 0.0
and less than 1.0
.
Returned values are chosen pseudorandomly with (approximately)
uniform distribution from that range.
public abstract double Modulo(double value, double divider)
public abstract java.util.Date Created()
public abstract java.util.Date Modified()
public abstract com.ibm.jscript.types.FBSValue GetField(java.lang.String name)
public abstract java.lang.String GetTextField(java.lang.String name)
public abstract double GetNumberField(java.lang.String name)
public abstract java.util.Date GetDateField(java.lang.String name)
public abstract java.lang.String GetReaderField(java.lang.String name)
public abstract java.lang.String GetEditorField(java.lang.String name)
public abstract void SetField(java.lang.String name, com.ibm.jscript.types.FBSValue value)
public abstract void SetTextField(java.lang.String name, java.lang.String value)
public abstract void SetNumberField(java.lang.String name, double value)
public abstract void SetDateField(java.lang.String name, java.util.Date value)
public abstract void SetReaderField(java.lang.String name, java.lang.String value)
public abstract void SetEditorField(java.lang.String name, java.lang.String value)
public abstract java.lang.String DocID()
public abstract java.lang.String Schema()
public abstract int IsAvailable(java.lang.String name)
public abstract int IsUnavailable(java.lang.String name)
public abstract int IsNewDoc()
public abstract int IsResponseDoc()
public abstract int IsDocBeingSaved()
public abstract int IsDocBeingLoaded()
public abstract int Attachments()
public abstract com.ibm.jscript.types.FBSValue AttachmentNames()
public abstract com.ibm.jscript.types.FBSValue AttachmentLengths()
public abstract com.ibm.jscript.types.FBSValue AttachmentModifiedTimes()
public abstract com.ibm.jscript.types.FBSValue Author()
public abstract com.ibm.jscript.types.FBSValue DbColumn(java.lang.String dbName, java.lang.String viewName, int colNumber)
public abstract com.ibm.jscript.types.FBSValue DbLookup(java.lang.String dbName, java.lang.String viewName, java.lang.String key, int colNumber)
public abstract com.ibm.jscript.types.FBSValue DbLookup(java.lang.String dbName, java.lang.String viewName, java.lang.String key, java.lang.String fieldName)
public abstract java.lang.String DbName()
public abstract java.lang.String DbTitle()
public abstract com.ibm.jscript.types.FBSValue Element(com.ibm.jscript.types.FBSValue list, int position)
public abstract com.ibm.jscript.types.FBSValue List(com.ibm.jscript.types.FBSVariableArgs values)
public abstract com.ibm.jscript.types.FBSValue Subset(com.ibm.jscript.types.FBSValue list, int length)
public abstract java.lang.String Unique()
public abstract com.ibm.jscript.types.FBSValue Unique(com.ibm.jscript.types.FBSValue list)
public abstract double Min(com.ibm.jscript.types.FBSVariableArgs values)
public abstract double Max(com.ibm.jscript.types.FBSVariableArgs values)
public abstract int Member(java.lang.String value, com.ibm.jscript.types.FBSValue list)
public abstract int IsMember(java.lang.String value, com.ibm.jscript.types.FBSValue list)
public abstract com.ibm.jscript.types.FBSValue IsMember(com.ibm.jscript.types.FBSValue value, com.ibm.jscript.types.FBSValue list)
public abstract int IsNotMember(java.lang.String value, com.ibm.jscript.types.FBSValue list)
public abstract com.ibm.jscript.types.FBSValue IsNotMember(com.ibm.jscript.types.FBSValue value, com.ibm.jscript.types.FBSValue list)
public abstract java.lang.String Implode(com.ibm.jscript.types.FBSValue textList)
public abstract java.lang.String Implode(com.ibm.jscript.types.FBSValue textList, java.lang.String sep)
public abstract com.ibm.jscript.types.FBSValue Explode(java.lang.String value)
public abstract com.ibm.jscript.types.FBSValue Explode(java.lang.String value, java.lang.String separators)
public abstract com.ibm.jscript.types.FBSValue Explode(java.lang.String value, java.lang.String separators, int incEmpties)
public abstract com.ibm.jscript.types.FBSValue Explode(java.lang.String value, java.lang.String separators, int incEmpties, int newLineAsSeparator)
public abstract int Elements(com.ibm.jscript.types.FBSValue list)
public abstract int Count(com.ibm.jscript.types.FBSValue list)
public abstract com.ibm.jscript.types.FBSValue Replace(com.ibm.jscript.types.FBSValue sourceList, com.ibm.jscript.types.FBSValue fromList, com.ibm.jscript.types.FBSValue toList)
public abstract void If()
public abstract com.ibm.jscript.types.FBSValue Do(com.ibm.jscript.types.FBSValue values)
public abstract void Return(com.ibm.jscript.types.FBSValue value)
public abstract int IsWebClient()
public abstract java.lang.String ClientType()
public abstract void ComputeFields()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |