| |
A B C D E F G H I L M N O P Q R S T U V W
A
- abort(String) -
Method in class com.architech.connector.rscConnector
-
- 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
-
- 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.
- 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(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(String) -
Method in class com.architech.rscTaskComponent
-
- 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.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.
- 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
-
- deleteEntry(Entry) -
Method in class com.architech.rscTaskComponent
-
- deleteEntry(Entry, rscSearchCriteria) -
Method in class com.architech.connector.rscConnector
- Deletes an existing entry.
- disableDebug() -
Method in class com.architech.rscTask
- This method disconnects any open debug session.
- 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.rscTask
- Prints the contents of an entry to the logfile.
- dumpEntry(Entry) -
Method in class com.architech.rscTaskComponent
-
- dumpEntry(Entry) -
Method in class com.architech.function.userFunctions2
- Dumps an entry to the console log.
- 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.
- 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
-
F
- 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.
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.
- 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.
- getConnector(String) -
Method in class com.architech.rscTask
- Returns a connector object from the
- getConnector(String) -
Method in class com.architech.function.userFunctions2
- Load a connector.
- getConnectorParam(String) -
Method in class com.architech.rscTaskComponent
- This method returns the configuration value for the connector's parameter.
- getContext() -
Method in class com.architech.parser.rspParser
- Return the context in which this parser is running (e.g. assemblyline object).
- getCriteria(int) -
Method in class com.architech.rscSearchCriteria
- Return criteria class at specified index.
- 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.
- getDuplicateEntryCount() -
Method in class com.architech.rscTaskComponent
-
- getFindEntryCount() -
Method in class com.architech.connector.rscConnector
- Returns the number of duplicate entries in the list.
- 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.rscTask
-
- getLog() -
Method in class com.architech.connector.rscConnector
- Returns the current log 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.
- 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.rscTaskComponent
- This method returns the name assigned to the connector by the assembly line.
- getName() -
Method in class com.architech.connector.rscConnector
- Returns the name for this connector.
- getnext() -
Method in class com.architech.rscTaskComponent
- The method returns the next entry from the connector.
- getNextDuplicateEntry() -
Method in class com.architech.rscTaskComponent
-
- getNextFindEntry() -
Method in class com.architech.connector.rscConnector
- Returns the next entry from the list of duplicate entries found.
- 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.
- 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.rscTask
- getParam returns the value for a user-defined parameter.
- getParam(String) -
Method in class com.architech.connector.rscConnector
- Returns the value of param as a java.lang.String object.
- 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.
- 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.
- 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.
- 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
-
- 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.rscTaskComponent
- This method returns the mode in which we are executing (e.g.
- getType() -
Method in class com.architech.rscSearchCriteria
- Return search type.
- 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.
- 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
-
- hasCapabability(int) -
Method in class com.architech.connector.rscConnector
- Checks if the connector is capable of a specific operation
- hasConfigValue(Object) -
Method in class com.architech.connector.rscConnector
- Return true if we have a configuration value for configName.
- 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.
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.
- 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.
- 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
-
- isExceptionFatal(Exception) -
Method in class com.architech.rscTaskComponent
-
- isExceptionFatal(Exception) -
Method in class com.architech.connector.rscConnector
- Returns true if the exception is considered to be fatal.
- 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.
- 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.rscTaskComponent
-
- logmsg(String) -
Method in class com.architech.connector.rscConnector
- Log a message to the connector's log.
- 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.
- modify(Entry, Entry) -
Method in class com.architech.rscTaskComponent
-
N
- name -
Variable in class com.architech.rscSearchCriteria.rscSearch
-
- 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
- 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.rscTaskComponent
- This method pushes an entry back to the connector.
- pushback(Entry) -
Method in class com.architech.connector.rscConnector
- Make an entry the next entry to be iterated from the connector.
- putEntry(Entry) -
Method in class com.architech.connector.rscConnector
- Adds a new entry.
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.
- queryTables() -
Method in class com.architech.connector.rscConnector
- This function translates to whatever means a connector have to discover "tables"
for a connection.
R
- 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 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
The rscConnector class provides a default implementation of the rscConnectorInterface.
- rscConnector() -
Constructor for class com.architech.connector.rscConnector
- Default constructor.
- rscSearchCriteria - class com.architech.rscSearchCriteria.
- This class contains a list of generic criteria statements (e.g. attr equals value) and also
a number of methods to convert the generic criteria to standard expressions like LDAP search filters, SQL
select statements etc.
- 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
-
- rscTask - class com.architech.rscTask.
-
- rscTask() -
Constructor for class com.architech.rscTask
-
- rscTask(RSInterface, String, Object, rsLog) -
Constructor for class com.architech.rscTask
-
- rscTask(RSInterface, String, TreeMap) -
Constructor for class com.architech.rscTask
-
- 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
-
- 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
-
- 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
- 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(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.
- setDebug(boolean) -
Method in class com.architech.rscTaskComponent
- This method sets the the debug mode flag.
- setDuplicateEntryCount(int) -
Method in class com.architech.rscTaskComponent
-
- 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
- setMaxDuplicateEntries(int) -
Method in class com.architech.connector.rscConnector
- Sets the maximum number of duplicate entries to buffer up.
- 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.
- 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 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.
- 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.
- 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.
- 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
-
- 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.entry.Attribute
- This method returns the number of values contained in this attribute.
- 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.
- sleep(int) -
Method in class com.architech.function.userFunctions2
- Causes the current thread (e.g. assembly line, event handler etc..) to sleep for a number of seconds.
- 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.rscTask
-
- terminate() -
Method in class com.architech.connector.rscConnector
- Terminate the connector.
- 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.Entry
- This method returns a string representation of this entry.
- toString() -
Method in class com.architech.entry.Attribute
- This method returns the string representation of this attribute.
- 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
-
- trigger(String, Entry, Entry) -
Method in class com.architech.rscTaskComponent
-
- 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
-
- 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.rscTaskComponent
- This is the "ret.value" object returned by the attribute map
- value -
Variable in class com.architech.rscSearchCriteria.rscSearch
-
W
- writeln(Writer, String) -
Method in class com.architech.function.userFunctions2
- Writes a string plus a CRLF using a Writer object.
A B C D E F G H I L M N O P Q R S T U V W
| |
|