*
Metamerge logo
Search

Advanced Search
*
*
*
* HOME DOCUMENTS & RESOURCES DOWNLOADS EARLY TECH ACCESS SUPPORT FAQ KNOWN ISSUES OLD VERSIONS

 

*

 

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

A

abort(String) - Method in class com.architech.connector.rscConnector
 
abort(String) - Method in interface com.architech.connector.rscConnectorInterface
 
abortAssemblyLine(String) - Method in class com.architech.function.userFunctions2
Throws a rseAbortAL exception to tell the assembly line to terminate the assembly line.
accumulateDupEntries - Variable in class com.architech.rscTaskComponent
This governs wether multiple lookups are combined into one entry or not.
add(Entry) - Method in class com.architech.rscTaskComponent
This method implements the AddOnly mode operation.
addAttributeValue(Object, Object) - Method in class com.architech.entry.Entry
This method adds a value to an attribute.
addCriteria(String, int, Object) - Method in class com.architech.rscSearchCriteria
Add expression to criteria array.
addCriteria(String, int, Object, boolean) - Method in class com.architech.rscSearchCriteria
Add expression to criteria array.
addFindEntry(Object) - Method in class com.architech.connector.rscConnector
Adds an entry to the list of duplicate entries found.
addTemplate(String, int, String) - Method in class com.architech.rscSearchCriteria
Add a criteria to the templates array.
addValue(Object) - Method in class com.architech.entry.Attribute
This method adds a value to the attribute's list of values.
and - Variable in class com.architech.rscSearchCriteria.rscSearch
 
Attribute - class com.architech.entry.Attribute.
The Attribute class is used in conjunction with the Entry object to store information about an attribute.
ATTRIBUTE_ADD - Static variable in class com.architech.entry.Attribute
Add value
ATTRIBUTE_DELETE - Static variable in class com.architech.entry.Attribute
Delete value
ATTRIBUTE_REPLACE - Static variable in class com.architech.entry.Attribute
Replace value
Attribute() - Constructor for class com.architech.entry.Attribute
Initialize this attribute with no name, no values and the operation code set to ATTRIBUTE_REPLACE.
Attribute(String) - Constructor for class com.architech.entry.Attribute
Initializes this attribute with no values and the operation code set to ATTRIBUTE_REPLACE, the name is set to name.
Attribute(String, Object) - Constructor for class com.architech.entry.Attribute
Initializes this attribute with operation code set to ATTRIBUTE_REPLACE, the name is set to name and the value value is added to the list of values.

B

buildCriteria(EntryInterface) - Method in class com.architech.rscSearchCriteria
Build the criteria array using provided entry.
buildCriteriaScript(EntryInterface) - Method in class com.architech.rscSearchCriteria
Call user defined script to build the search filter.
buildLdapFilter(rscSearchCriteria.rscSearch) - Method in class com.architech.rscSearchCriteria
Constructs an LDAP search filter from an rscSearch class.
buildNotesFilter(rscSearchCriteria.rscSearch) - Method in class com.architech.rscSearchCriteria
Constructs an Notes search filter from an rscSearch class.
buildNotesFTFilter(rscSearchCriteria.rscSearch) - Method in class com.architech.rscSearchCriteria
Constructs an Notes FullText search filter from an rscSearch class.
buildSQLFilter(rscSearchCriteria.rscSearch) - Method in class com.architech.rscSearchCriteria
Constructs an SQL where expression from an rscSearch class.

C

charCode(char) - Method in class com.architech.function.userFunctions2
Returns a character's numeric value using the Character.digit method.
charCode(String, int) - Method in class com.architech.function.userFunctions2
Returns the numeric value for a character.
chdir(String) - Method in class com.architech.function.userFunctions2
Change Java runtime working directory (Sets the "user.dir" property which not always works!!).
clear() - Method in class com.architech.entry.Attribute
This method removes all values from this attribute and sets the operation to ATTRIBUTE_REPLACE.
clearFindEntries() - Method in class com.architech.connector.rscConnector
Removes all entries from the duplicate entry list.
clone() - Method in class com.architech.entry.Attribute
Returns a clone of this object.
clone(Entry) - Method in class com.architech.entry.Entry
This method returns an Entry object which is a clone of the p1 Entry.
close() - Method in class com.architech.rscTask
The close method terminates all connectors
close() - Method in class com.architech.rscTaskComponent
This method closes the connector (connector.terminate()) and calls the before/after close hooks.
closeParser() - Method in class com.architech.parser.rspParser
Close parser and deallocate resources.
connector - Variable in class com.architech.rscTaskComponent
This is the connector we are working with
contains(Object) - Method in class com.architech.entry.Attribute
This method checks if a value is contained in this attribute.
copyFile(String, String, boolean) - Method in class com.architech.function.userFunctions2
Copy file.

D

debug(Object) - Method in class com.architech.rscTask
Logs a message to the assembly line logfile
debug(String) - Method in class com.architech.connector.rscConnector
Log a message to the connector's log if the debug flag is set.
debug(String) - Method in class com.architech.rscTaskComponent
Call logmsg if we have debug messages enabled
debug(String) - Method in class com.architech.parser.rspParser
Writes a message to the log if debug mode is set.
debugBreak(Object) - Method in class com.architech.rscTask
This method sends an object for display to the debug panel and waits for a continue/stop message.
debuggerEnabled() - Method in class com.architech.rscTask
Description of the Method
debugMode() - Method in class com.architech.connector.rscConnector
Returns whether debug mode is set or not.
debugMode() - Method in class com.architech.parser.rspParser
Returns current status of the debugMode flag.
debugMsg(Object) - Method in class com.architech.rscTask
This method sends an object for display to the debug panel.
delete(Entry) - Method in class com.architech.rscTaskComponent
This method implements the Delete mode operation.
deleteEntry(Entry) - Method in class com.architech.rscTaskComponent
This method calls the delete method.
deleteEntry(Entry, rscSearchCriteria) - Method in class com.architech.connector.rscConnector
Deletes an existing entry.
deleteEntry(Entry, rscSearchCriteria) - Method in interface com.architech.connector.rscConnectorInterface
 
disableDebug() - Method in class com.architech.rscTask
DEBUG METHODS This method disconnects any open debug session.
disableDebug(Object) - Method in class com.architech.rscTask
Description of the Method
dtSeconds() - Method in class com.architech.function.userFunctions2
Returns the number of milliseconds since Jan 1 1970 as a string.
dumpEntry(Entry) - Method in class com.architech.function.userFunctions2
Dumps an entry to the console log.
dumpEntry(Entry) - Method in class com.architech.rscTask
Prints the contents of an entry to the logfile.
dumpEntry(Entry) - Method in class com.architech.rscTaskComponent
Deprecated method.
dumpJavaClass(String) - Method in class com.architech.function.userFunctions2
Dumps the public methods for a Java class.

E

enableDebug() - Method in class com.architech.rscTask
This method connects to Metamerge Admin debug panel.
enableDebug(int) - Method in class com.architech.rscTask
Description of the Method
Entry - class com.architech.entry.Entry.
The Entry class is widely used in the Metamerge product.
Entry() - Constructor for class com.architech.entry.Entry
 
Entry(Hashtable) - Constructor for class com.architech.entry.Entry
 
entry2LDIF(Entry) - Method in class com.architech.function.userFunctions2
Converts an Entry object to an LDIF string.
EXCACT - Static variable in class com.architech.rscSearchCriteria
 
expandParameters(rsConfiguration) - Method in class com.architech.rscTaskComponent
This method expands the connector's parameters.

F

filter - Variable in class com.architech.rscSearchCriteria
 
FINAL_STRING - Static variable in class com.architech.rscSearchCriteria
 
findEntry(Object, Object) - Method in class com.architech.connector.rscConnector
Locates an entry based on a key/value pair.
findEntry(rscSearchCriteria) - Method in class com.architech.connector.rscConnector
Finds an existing entry.
findEntry(rscSearchCriteria) - Method in interface com.architech.connector.rscConnectorInterface
 
flush() - Method in class com.architech.parser.rspParser
Flush any data to the output stream.
formatDate(Date, String) - Method in class com.architech.function.userFunctions2
this method formats a java.util.Date object using the provided template

G

get(Object) - Method in class com.architech.entry.Entry
This method returns the Attribute object for a named attribute.
getAttribute(Object) - Method in class com.architech.entry.Entry
This method returns the Attribute object for a named attribute.
getAttributeCollection() - Method in class com.architech.entry.Entry
This method returns a java.util.Collection containing attribute names in this entry.
getAttributeNames() - Method in class com.architech.entry.Entry
This method returns an array of strings containing attribute names in this entry.
getBoolean(Object) - Method in class com.architech.connector.rscConnector
Get boolean returns the value of a config parameter as boolean
getCapabilities() - Method in class com.architech.connector.rscConnector
Returns the connector's capabilities flag.
getCapabilities() - Method in interface com.architech.connector.rscConnectorInterface
 
getClassInstance(String) - Static method in class com.architech.connector.rscConnector
Returns a class instance of the specified classname
getClassInstance(String) - Static method in class com.architech.parser.rspParser
Create a parser instance.
getConfig(String) - Method in class com.architech.rscTask
getConfig returns a named value from the assembly line's configuration.
getConfig(String) - Method in class com.architech.rscTaskComponent
This method returns the configuration value for parameter param.
getConfiguration() - Method in class com.architech.connector.rscConnector
Returns the current configuration for this connector as a TreeMap.
getConfiguration() - Method in interface com.architech.connector.rscConnectorInterface
 
getConnector(String) - Method in class com.architech.function.userFunctions2
Load a connector.
getConnector(String) - Method in class com.architech.rscTask
Returns a connector object from the
getConnectorParam(String) - Method in class com.architech.rscTaskComponent
This method returns the configuration value for the connector's parameter.
getConnectors() - Method in class com.architech.rscTask
Gets the connectors attribute of the rscTask object
getContext() - Method in class com.architech.parser.rspParser
Return the context in which this parser is running (e.g.
getCriteria(int) - Method in class com.architech.rscSearchCriteria
Return criteria class at specified index.
getCurrent() - Method in class com.architech.rscTaskComponent
Gets the current attribute of the rscTaskComponent object
getCurrentEntry() - Method in class com.architech.rscSearchCriteria
Return the working entry used to generate the criteria array from the templates array.
getcwd() - Method in class com.architech.function.userFunctions2
Returns the current working directory.
getDebug() - Method in class com.architech.rscTaskComponent
This method returns the the debug mode flag.
getDebug() - Method in class com.architech.parser.rspParser
Returns current status of the debugMode flag.
getDuplicateEntryCount() - Method in class com.architech.rscTaskComponent
Gets the duplicateEntryCount attribute of the rscTaskComponent object
getFindEntryCount() - Method in class com.architech.connector.rscConnector
Returns the number of duplicate entries in the list.
getFindEntryCount() - Method in interface com.architech.connector.rscConnectorInterface
 
getFirstCriteriaMatch() - Method in class com.architech.rscSearchCriteria
Return match operator of first criteria entry.
getFirstCriteriaName() - Method in class com.architech.rscSearchCriteria
Return name of first criteria entry.
getFirstCriteriaValue() - Method in class com.architech.rscSearchCriteria
Return value of first criteria entry.
getFTP() - Method in class com.architech.function.userFunctions2
Returns an instance of the FTP object.
getInputStream() - Method in class com.architech.parser.rspParser
Return current input-stream object.
getJavaProperty(String) - Method in class com.architech.function.userFunctions2
Returns the value for a system property.
getLastReadEntry() - Method in class com.architech.rscTaskComponent
This method returns the last entry read from the connector.
getLDAPFilter() - Method in class com.architech.rscSearchCriteria
Return complete LDAP filter from criteria array.
getLog() - Method in class com.architech.connector.rscConnector
Returns the current log object.
getLog() - Method in class com.architech.rscTask
Gets the log attribute of the rscTask object
getLogFilePath() - Method in class com.architech.rscTask
Returns the logfile path relative to the working directory.
getMaxDuplicateEntries() - Method in class com.architech.connector.rscConnector
Returns the current number of duplicate entries buffered up by the connector.
getMaxDuplicateEntries() - Method in interface com.architech.connector.rscConnectorInterface
 
getMyConfiguration() - Method in class com.architech.connector.rscConnector
Returns the current configuration for this connector
getName() - Method in class com.architech.entry.Attribute
This method returns this attributes's name.
getName() - Method in class com.architech.connector.rscConnector
Returns the name for this connector.
getName() - Method in interface com.architech.connector.rscConnectorInterface
 
getName() - Method in class com.architech.rscTaskComponent
This method returns the name assigned to the connector by the assembly line.
getnext() - Method in class com.architech.rscTaskComponent
The method returns the next entry from the connector.
getNextDuplicateEntry() - Method in class com.architech.rscTaskComponent
Gets the nextDuplicateEntry attribute of the rscTaskComponent object
getNextEntry() - Method in interface com.architech.connector.rscConnectorInterface
 
getNextFindEntry() - Method in class com.architech.connector.rscConnector
Returns the next entry from the list of duplicate entries found.
getNextFindEntry() - Method in interface com.architech.connector.rscConnectorInterface
 
getNotesFilter() - Method in class com.architech.rscSearchCriteria
Return complete Notes search expression from criteria array.
getNotesFTFilter() - Method in class com.architech.rscSearchCriteria
Return complete Notes FullText search expression from criteria array.
getNullBehavior() - Method in class com.architech.rscTask
Gets the nullBehavior attribute of the rscTask object
getNullBehavior() - Method in class com.architech.rscTaskComponent
Returns the null behavior setting for this connector.
getNullBehaviorValue() - Method in class com.architech.rscTask
Gets the nullBehaviorValue attribute of the rscTask object
getNullBehaviorValue() - Method in class com.architech.rscTaskComponent
Returns the null behavior value for this connector.
getObject(Object) - Method in class com.architech.entry.Entry
This method returns the first value in an attribute as an object.
getOp() - Method in class com.architech.entry.Entry
This method returns the operation field of this entry.
getOper() - Method in class com.architech.entry.Attribute
This method returns the operation type of this attribute.
getOperation() - Method in class com.architech.entry.Entry
This method returns the operation field of this entry.
getOSName() - Method in class com.architech.function.userFunctions2
Returns the name of the operating system./
getOutputStream() - Method in class com.architech.parser.rspParser
Return current output-stream object.
getParam(String) - Method in class com.architech.connector.rscConnector
Returns the value of param as a java.lang.String object.
getParam(String) - Method in interface com.architech.connector.rscConnectorInterface
 
getParam(String) - Method in class com.architech.rscTask
getParam returns the value for a user-defined parameter.
getParam(String) - Method in class com.architech.parser.rspParser
Return configuration value.
getParameters() - Method in class com.architech.connector.rscConnector
Returns an array of parameter names and descriptions for the connector's set of parameters.
getParameters() - Method in interface com.architech.connector.rscConnectorInterface
 
getParent() - Method in class com.architech.rscTask
This method returns the RSInterface (main) object.
getParser() - Method in class com.architech.connector.rscConnector
Returns the parser interface used by this connector.
getParser() - Method in class com.architech.parser.rspParser
Return the chained parser (future implementation).
getParser(String) - Method in class com.architech.function.userFunctions2
Load a parser.
getProperty(Object) - Method in class com.architech.entry.Entry
This method returns a property value.
getProperty(Object) - Method in class com.architech.connector.rscConnector
Return a connector property.
getPropertyNames() - Method in class com.architech.entry.Entry
This method returns a string array of the property names contained in this entry.
getPushbackEntry() - Method in class com.architech.connector.rscConnector
Returns the pushed back entry for the connector.
getPushbackEntry() - Method in interface com.architech.connector.rscConnectorInterface
 
getReader() - Method in class com.architech.parser.rspParser
Return current reader object.
getResult() - Method in class com.architech.rscTask
This method returns the result entry object.
getRSInterface() - Method in class com.architech.connector.rscConnector
Returns the current RSInterface object in use by this connector.
getScriptEngine() - Method in class com.architech.rscTask
getScriptEngine returns the scriptEngine object for the assembly line.
getScriptFilter() - Method in class com.architech.rscSearchCriteria
This method executes a script that returns a user-defined search filter.
getScriptText(String) - Method in class com.architech.function.userFunctions2
Returns the text from the Script Library.
getSearchString(int) - Method in class com.architech.rscSearchCriteria
 
getSimpleFilter() - Method in class com.architech.rscSearchCriteria
 
getSQLFilter() - Method in class com.architech.rscSearchCriteria
Return complete SQL search expression from criteria array.
getStats() - Method in class com.architech.rscTask
This method returns the statistics object.
getStats() - Method in class com.architech.rscTaskComponent
Gets the stats attribute of the rscTaskComponent object
getString(Object) - Method in class com.architech.entry.Entry
This method returns the first value in an attribute as a String.
getTemplate(int) - Method in class com.architech.rscSearchCriteria
Returns the criteria template at a specific location.
getType() - Method in class com.architech.rscSearchCriteria
Return search type.
getType() - Method in class com.architech.rscTaskComponent
This method returns the mode in which we are executing (e.g.
getValue() - Method in class com.architech.entry.Attribute
This method returns the first value, if any, as a String object.
getValue(int) - Method in class com.architech.entry.Attribute
This method returns the value at the position given by index.
getValues() - Method in class com.architech.entry.Attribute
This method returns this attribute's values as an array of objects.
getVersion() - Method in interface com.architech.VersionInfoInterface
 
getWork() - Method in class com.architech.rscTask
This method returns the initial work entry object.
getWriter() - Method in class com.architech.parser.rspParser
Return current writer object.
getX400Attribute(String, String, String) - Method in class com.architech.function.userFunctions2
Returns an attribute value from an X.400 address.
getXPathAPI() - Method in class com.architech.function.userFunctions2
Returns the Apache XPathAPI

H

handleException(String, Exception, Entry) - Method in class com.architech.rscTaskComponent
This method is called by the rscTask.
hasCapabability(int) - Method in class com.architech.connector.rscConnector
Checks if the connector is capable of a specific operation
hasCapabability(int) - Method in interface com.architech.connector.rscConnectorInterface
 
hasConfigValue(Object) - Method in class com.architech.connector.rscConnector
Return true if we have a configuration value for configName.
hasParser() - Method in class com.architech.connector.rscConnector
Check if the configuration includes a parser.
hasProperty(String) - Method in class com.architech.entry.Entry
This method returns true if a property named by the propertyName parameter has a value.
hasValue(Object) - Method in class com.architech.entry.Attribute
This method checks if a value is contained in this attribute.
hasValueIC(String) - Method in class com.architech.entry.Attribute
This method checks if a string value is contained in this attribute.
httpGet(String) - Method in class com.architech.function.userFunctions2
Posts file to a web server.
httpPost(String, Object) - Method in class com.architech.function.userFunctions2
 
httpRequest(String, String, String, Object) - Method in class com.architech.function.userFunctions2
 

I

ignoreEntry() - Method in class com.architech.function.userFunctions2
Throws a rseEntryIgnore exception to tell the assembly line to skip the current connector and continue with the next connector in the assembly line.
initConnectors() - Method in class com.architech.rscTask
This method initializes all connectors and prepares them for the assembly line run.
INITIAL_STRING - Static variable in class com.architech.rscSearchCriteria
 
initialize() - Method in class com.architech.rscTaskComponent
This method initializes the underlying connnector and registers the script beans in the scriptEngine context.
initialize(Object) - Method in class com.architech.connector.rscConnector
Initialize the connector.
initialize(Object) - Method in interface com.architech.connector.rscConnectorInterface
 
initParser() - Method in class com.architech.parser.rspParser
Perform initialization of parser.
initParser(Object, Object) - Method in class com.architech.connector.rscConnector
Initialize the connector's parser with input and output streams.
initScriptEngine() - Method in class com.architech.rscTask
Description of the Method
input_connector - Variable in class com.architech.rscTaskComponent
This is the input_connector provided as a parameter (to the assembly line)
isEnabled() - Method in class com.architech.rscTaskComponent
Gets the enabled attribute of the rscTaskComponent object
isExceptionFatal(Exception) - Method in class com.architech.connector.rscConnector
Returns true if the exception is considered to be fatal.
isExceptionFatal(Exception) - Method in interface com.architech.connector.rscConnectorInterface
 
isExceptionFatal(Exception) - Method in class com.architech.rscTaskComponent
Gets the exceptionFatal attribute of the rscTaskComponent object
isValidInt(String) - Method in class com.architech.function.userFunctions2
Returns true if a string holds a valid Integer.

L

lastError - Variable in class com.architech.function.userFunctions2
The Exception object set by the last call in this library.
loadConnector(String) - Method in class com.architech.function.userFunctions2
Load a connector.
loadConnectors() - Method in class com.architech.rscTask
This method loads all connectors and prepares them for the assembly line run.
loadParser(String) - Method in class com.architech.connector.rscConnector
Loads the parser this connector will use.
loadScript(String, boolean) - Method in class com.architech.rscTask
This method includes a script in the current script engine context.
logmonitor(String) - Method in class com.architech.rscTask
Logs a message to the monitor.
logmsg(Object) - Method in class com.architech.rscTask
Logs a message to the assembly line logfile
logmsg(String) - Method in class com.architech.connector.rscConnector
Log a message to the connector's log.
logmsg(String) - Method in class com.architech.rscTaskComponent
Write a message to the logfile prefixed by this connector's name
logmsg(String) - Method in class com.architech.parser.rspParser
Writes a message to the log.
lookup(Entry) - Method in class com.architech.rscTaskComponent
The method is called to lookup an entry using the configured Link Criteria.
lookup(String, String) - Method in class com.architech.rscTaskComponent
The method is called to lookup an entry using exact matching for attribute and value.

M

mapString(String, String, String) - Method in class com.architech.function.userFunctions2
Translates characters in a string.
match - Variable in class com.architech.rscSearchCriteria.rscSearch
 
merge(Entry) - Method in class com.architech.entry.Entry
This method merges the attributes and their values from another entry.
mergeAttributeValue(Object, AttributeInterface) - Method in class com.architech.entry.Entry
This method merges the values in one attribute with the values from another attribute.
modEntry(Entry, rscSearchCriteria) - Method in class com.architech.connector.rscConnector
Modifies an existing entry.
modEntry(Entry, rscSearchCriteria) - Method in interface com.architech.connector.rscConnectorInterface
 
modify(Entry, Entry) - Method in class com.architech.rscTaskComponent
This method implements the Modify operation (called by Update)
myConfiguration - Variable in class com.architech.parser.rspParser
 

N

name - Variable in class com.architech.rscSearchCriteria.rscSearch
 
name - Variable in class com.architech.rscTaskComponent
This is the connector name as given by the assembly line
negate - Variable in class com.architech.rscSearchCriteria.rscSearch
 
newAttribute(String) - Method in class com.architech.entry.Entry
This methods returns an Attribute object from this entry's list of attributes.
newAttribute(String) - Method in class com.architech.function.userFunctions2
Creates a new Attribute object.
newEntry() - Method in class com.architech.function.userFunctions2
Creates a new Entry object.
newObject(String) - Method in class com.architech.function.userFunctions2
Creates a new object.
newSearchCriteria() - Method in class com.architech.function.userFunctions2
Creates a new rscSearchCriteira object.
normalizeX400(String, String, String) - Method in class com.architech.function.userFunctions2
Converts an X.400 address to a string using short form attribute names.
NOT_STRING - Static variable in class com.architech.rscSearchCriteria
 

O

OP_ADD - Static variable in class com.architech.entry.Entry
The entry contains an entry which is supposed to be added
OP_ADD2 - Static variable in class com.architech.entry.Entry
 
OP_DEL - Static variable in class com.architech.entry.Entry
The entry contains an entry which is supposed to be removed
OP_DEL2 - Static variable in class com.architech.entry.Entry
 
OP_GEN - Static variable in class com.architech.entry.Entry
The entry contains an entry with no explicit knowledge of operation
OP_GEN2 - Static variable in class com.architech.entry.Entry
 
OP_MOD - Static variable in class com.architech.entry.Entry
The entry contains an entry which is supposed to be modified
OP_MOD2 - Static variable in class com.architech.entry.Entry
 
openFileForAppend(String) - Method in class com.architech.function.userFunctions2
Opens a file in append mode and returns the associated BufferedWriter object.
openFileForInput(String) - Method in class com.architech.function.userFunctions2
Opens a file for input and returns the associated BufferedReader object.
openFileForOutput(String) - Method in class com.architech.function.userFunctions2
Opens a file in output mode and returns the associated BufferedWriter object.

P

parent - Variable in class com.architech.rscTaskComponent
This is the parent task (assembly line)
parseDate(String, String) - Method in class com.architech.function.userFunctions2
Converts a String to a java.util.Date object.
parseObject(String, Object) - Method in class com.architech.function.userFunctions2
Use a parser to interpret data.
PROPERTY_MESSAGE - Static variable in class com.architech.connector.rscConnector
 
PROPERTY_READER - Static variable in class com.architech.connector.rscConnector
 
PROPERTY_WRITER - Static variable in class com.architech.connector.rscConnector
 
pushback(Entry) - Method in class com.architech.connector.rscConnector
Make an entry the next entry to be iterated from the connector.
pushback(Entry) - Method in interface com.architech.connector.rscConnectorInterface
 
pushback(Entry) - Method in class com.architech.rscTaskComponent
This method pushes an entry back to the connector.
putEntry(Entry) - Method in class com.architech.connector.rscConnector
Adds a new entry.
putEntry(Entry) - Method in interface com.architech.connector.rscConnectorInterface
 

Q

querySchema(Object) - Method in class com.architech.connector.rscConnector
This function translates to whatever means a connector has to discover schema for a connection.
querySchema(Object) - Method in interface com.architech.connector.rscConnectorInterface
 
queryTables() - Method in class com.architech.connector.rscConnector
This function translates to whatever means a connector have to discover "tables" for a connection.

R

RCS_ADD - Static variable in interface com.architech.connector.rscConnectorInterface
 
RCS_ALL - Static variable in interface com.architech.connector.rscConnectorInterface
 
RCS_DELETE - Static variable in interface com.architech.connector.rscConnectorInterface
 
RCS_HIERARCHICALSEARCH - Static variable in interface com.architech.connector.rscConnectorInterface
 
RCS_MODIFY - Static variable in interface com.architech.connector.rscConnectorInterface
 
RCS_NONE - Static variable in interface com.architech.connector.rscConnectorInterface
 
RCS_SEARCH - Static variable in interface com.architech.connector.rscConnectorInterface
 
registerScriptBeans(scriptEngine) - Method in class com.architech.connector.rscConnector
This method is called to register specific objects in the script context.
registerScriptBeans(scriptEngine) - Method in interface com.architech.connector.rscConnectorInterface
 
registerScriptBeans(scriptEngine) - Method in class com.architech.parser.rspParser
Register objects in the script engine.
remove(String, String) - Method in class com.architech.function.userFunctions2
Remove occurrences of a character from a string.
removeAllAttributes() - Method in class com.architech.entry.Entry
This method removes all attributes from this Entry.
removeAttribute(Object) - Method in class com.architech.entry.Entry
This method removes an attribute from this Entry's list of attribute.
removeStringChars(String, String) - Method in class com.architech.function.userFunctions2
Removes occurrences of characters from a string.
restartEntry() - Method in class com.architech.function.userFunctions2
Throws a rseRestartEntry exception to tell the assembly line to skip all connectors and start with first connector in the assembly line using the current work object.
rscConnector - class com.architech.connector.rscConnector.
Overview
rscConnector() - Constructor for class com.architech.connector.rscConnector
Default constructor.
rscConnectorInterface - interface com.architech.connector.rscConnectorInterface.
 
rscSearchCriteria - class com.architech.rscSearchCriteria.
This class contains a list of generic criteria statements (e.g.
rscSearchCriteria.rscSearch - class com.architech.rscSearchCriteria.rscSearch.
This class is used internally.
rscSearchCriteria.rscSearch(rscSearchCriteria, String, int, Object) - Constructor for class com.architech.rscSearchCriteria.rscSearch
 
rscSearchCriteria() - Constructor for class com.architech.rscSearchCriteria
 
rscSearchCriteria(int) - Constructor for class com.architech.rscSearchCriteria
 
rscSearchCriteria(String, int, Object) - Constructor for class com.architech.rscSearchCriteria
 
rscSearchCriteria(String, scriptEngine) - Constructor for class com.architech.rscSearchCriteria
 
rscTask - class com.architech.rscTask.
Description of the Class
rscTask() - Constructor for class com.architech.rscTask
Constructor for the rscTask object
rscTask(RSInterface, String, Object, rsLog) - Constructor for class com.architech.rscTask
Constructor for the rscTask object
rscTask(RSInterface, String, TreeMap) - Constructor for class com.architech.rscTask
Constructor for the rscTask object
rscTaskComponent - class com.architech.rscTaskComponent.
This class is used by the assembly line (rscTask) to wrap an rscConnector object and provide additional functionality over the underlying rscConnector object.
rscTaskComponent() - Constructor for class com.architech.rscTaskComponent
Constructor for the rscTaskComponent object
rscTaskComponent(TaskInterface, String, TreeMap, rscConnectorInterface) - Constructor for class com.architech.rscTaskComponent
Constructor
rspParser - class com.architech.parser.rspParser.
The rspParser class provides the base class for parser implementations.
rspParser() - Constructor for class com.architech.parser.rspParser
 
run() - Method in class com.architech.rscTask
The run method kicks off the thread and starts assembly line execution.
runTask() - Method in class com.architech.rscTask
This method is called from the run() method to perform the main loop.

S

SEARCH_AND - Static variable in class com.architech.rscSearchCriteria
 
SEARCH_NOT - Static variable in class com.architech.rscSearchCriteria
 
SEARCH_OR - Static variable in class com.architech.rscSearchCriteria
 
selectEntries() - Method in interface com.architech.connector.rscConnectorInterface
 
selectNodeIterator(Node, String) - Method in class com.architech.function.userFunctions2
Selects nodes using an XPath expression from an XML node.
selectNodeList(Node, String) - Method in class com.architech.function.userFunctions2
Selects nodes using an XPath expression from an XML node.
selectSingleNode(Node, String) - Method in class com.architech.function.userFunctions2
Selects a single node using an XPath expression from an XML node.
sendMail(String, String, String, String, String) - Method in class com.architech.function.userFunctions2
Sends an email message.
set(AttributeInterface) - Method in class com.architech.entry.Entry
This methods adds or replaces an attribute in this entry's list of attributes.
setAnd(boolean) - Method in class com.architech.rscSearchCriteria.rscSearch
 
setAttribute(AttributeInterface) - Method in class com.architech.entry.Entry
This methods adds or replaces an attribute in this entry's list of attributes.
setAttribute(Object, Object) - Method in class com.architech.entry.Entry
This methods adds or replaces an attribute in this entry's list of attributes.
setCapabilities(int) - Method in class com.architech.connector.rscConnector
Sets the connectors capabilities to capabilities
setCapabilities(int) - Method in interface com.architech.connector.rscConnectorInterface
 
setConfig(String, Object) - Method in class com.architech.rscTask
setConfig sets a named parameter value in the assembly line's configuration.
setConfiguration(Object) - Method in class com.architech.connector.rscConnector
Sets the configuration for use by this connector.
setConfiguration(Object) - Method in interface com.architech.connector.rscConnectorInterface
 
setConfiguration(rsConfiguration) - Method in class com.architech.parser.rspParser
Set the parser configuration.
setContext(Object) - Method in class com.architech.parser.rspParser
Set the context in which the parser runs.
setCurrent(Entry) - Method in class com.architech.rscTaskComponent
Sets the current attribute of the rscTaskComponent object
setDebug(boolean) - Method in class com.architech.rscTaskComponent
This method sets the the debug mode flag.
setDebug(boolean) - Method in class com.architech.parser.rspParser
Sets the status of the debugMode flag.
setDuplicateEntryCount(int) - Method in class com.architech.rscTaskComponent
Sets the duplicateEntryCount attribute of the rscTaskComponent object
setErrorObject(String, String) - Method in class com.architech.rscTaskComponent
Sets the errorObject attribute of the rscTaskComponent object
setInputStream(InputStream) - Method in class com.architech.parser.rspParser
Set the parser input stream.
setInputStream(Reader) - Method in class com.architech.parser.rspParser
Use Reader object for input.
setInputStream(String) - Method in class com.architech.parser.rspParser
Use a string as input.
setJavaProperty(String, String) - Method in class com.architech.function.userFunctions2
Sets the value of a property name.
setLog(rsLog) - Method in class com.architech.connector.rscConnector
Sets the log object to use for logging messages
setLog(rsLog) - Method in interface com.architech.connector.rscConnectorInterface
 
setMaxDuplicateEntries(int) - Method in class com.architech.connector.rscConnector
Sets the maximum number of duplicate entries to buffer up.
setMaxDuplicateEntries(int) - Method in interface com.architech.connector.rscConnectorInterface
 
setName(String) - Method in class com.architech.entry.Attribute
This method sets this attributes's name.
setName(String) - Method in class com.architech.connector.rscConnector
Set the name for the connector.
setName(String) - Method in interface com.architech.connector.rscConnectorInterface
 
setOp(char) - Method in class com.architech.entry.Entry
This method sets the operation code for this entry.
setOper(char) - Method in class com.architech.entry.Attribute
This method sets the operation type of this attribute.
setOutputStream(OutputStream) - Method in class com.architech.parser.rspParser
Set the parser output stream.
setOutputStream(Writer) - Method in class com.architech.parser.rspParser
Use Writer object for output.
setParam(String, Object) - Method in class com.architech.rscTask
setParam sets the value for the user-defined parameter.
setParam(String, String) - Method in class com.architech.connector.rscConnector
Adds or replaces a connnector configuration parameter.
setParam(String, String) - Method in interface com.architech.connector.rscConnectorInterface
 
setParam(String, String) - Method in class com.architech.parser.rspParser
Set parser configuration value.
setParentConfiguration(rsConfiguration) - Method in class com.architech.connector.rscConnector
Sets the parent configuration from which this connector inherits configuration data.
setParentConfiguration(rsConfiguration) - Method in interface com.architech.connector.rscConnectorInterface
 
setParser(rspParserInterface) - Method in class com.architech.connector.rscConnector
Sets the connector's parser.
setParser(rspParserInterface) - Method in class com.architech.parser.rspParser
Set the chained parser (future implementation).
setProperty(Object, Object) - Method in class com.architech.entry.Entry
This method sets/replace a property.
setProperty(Object, Object) - Method in class com.architech.connector.rscConnector
Set connector property.
setRSInterface(RSInterface) - Method in class com.architech.connector.rscConnector
Sets the RSInterface for this connector to use.
setRSInterface(RSInterface) - Method in interface com.architech.connector.rscConnectorInterface
 
setType(int) - Method in class com.architech.rscSearchCriteria
Set type (SEARCH_AND, SEARCH_OR) for the search criteria.
setValue(int, Object) - Method in class com.architech.entry.Attribute
This method sets the attribute's value at a specific position to the value specified.
setValue(Object) - Method in class com.architech.entry.Attribute
This method sets the attribute's value at position 0 to the value specified.
setValues(Vector) - Method in class com.architech.entry.Attribute
This method sets the attribute's values using the Vector passed to it.
setWork(Entry) - Method in class com.architech.rscTask
This method sets the initial work entry object.
shellCommand(String) - Method in class com.architech.function.userFunctions2
Executes a shell command.
showDebug(String, String, Entry, Entry) - Method in class com.architech.rscTaskComponent
Description of the Method
size() - Method in class com.architech.entry.Attribute
This method returns the number of values contained in this attribute.
size() - Method in class com.architech.entry.Entry
This method returns the number of attributes present in this entry.
size() - Method in class com.architech.rscSearchCriteria
Return number of templates.
skipEntry() - Method in class com.architech.function.userFunctions2
Throws a rseEntrySkipped exception to tell the assembly line to skip the current entry.
skipTo(String) - Method in class com.architech.function.userFunctions2
Throws a rseSkipTo exception to tell the task to skip to the action/connector named by name.
sleep(int) - Method in class com.architech.function.userFunctions2
Causes the current thread (e.g.
snmpTrap(String, int, String, String) - Method in class com.architech.function.userFunctions2
Sends an SNMP trap.
splitString(String, String) - Method in class com.architech.function.userFunctions2
Splits a string into an array of strings.
stats - Variable in class com.architech.rscTaskComponent
This is the statistics object for the connector
SUBSTRING - Static variable in class com.architech.rscSearchCriteria
 

T

terminate() - Method in class com.architech.connector.rscConnector
Terminate the connector.
terminate() - Method in interface com.architech.connector.rscConnectorInterface
 
terminate() - Method in class com.architech.rscTask
Description of the Method
throwException(String) - Method in class com.architech.function.userFunctions2
Throws a generic java.lang.Exception.
toHex(String) - Method in class com.architech.function.userFunctions2
Converts a string to a hexadecimal string where each character is converted to a two-byte hex value.
toInt(String) - Method in class com.architech.function.userFunctions2
Convert a string to an java.lang.Integer object.
toString() - Method in class com.architech.entry.Attribute
This method returns the string representation of this attribute.
toString() - Method in class com.architech.entry.Entry
This method returns a string representation of this entry.
translateString(String, String, String) - Method in class com.architech.function.userFunctions2
Translate a string from one character set to another.
trigger(String) - Method in class com.architech.rscTaskComponent
Description of the Method
trigger(String, Entry, Entry) - Method in class com.architech.rscTaskComponent
Description of the Method
trim(String) - Method in class com.architech.function.userFunctions2
Trims leading/traing white-space from a string.

U

update(Entry) - Method in class com.architech.rscTaskComponent
This method implements the Update mode operation.
userFunctions2 - class com.architech.function.userFunctions2.
This class contains a number of convenience methods widely used by the scripting environment.
userFunctions2() - Constructor for class com.architech.function.userFunctions2
 

V

value - Variable in class com.architech.rscSearchCriteria.rscSearch
 
value - Variable in class com.architech.rscTaskComponent
This is the "ret.value" object returned by the attribute map
VersionInfoInterface - interface com.architech.VersionInfoInterface.
 

W

willExecute(Entry) - Method in class com.architech.rscTaskComponent
Return true/false if this component should be executed.
writeln(Writer, String) - Method in class com.architech.function.userFunctions2
Writes a string plus a CRLF using a Writer object.

X

xslTransform(Object, Object) - Method in class com.architech.function.userFunctions2
Calls the XSLTransformer to transform an XML document using a given style sheet.

_

_debug - Variable in class com.architech.parser.rspParser
 

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

Copyright © 1999-2001 Metamerge AS. All Rights Reserved.
*

 

  Metamerge Integrator version 4.6 ©Copyright Metamerge AS 2000-2002 Last edited 2002-05-07 contact us