|
|
Uses of Class
|
Uses of Entry in com.architech |
Methods in com.architech that return Entry | |
Entry |
rscTask.getResult()
This method returns the result entry object. |
Entry |
rscTask.getWork()
This method returns the initial work entry object. |
Entry |
rscTaskComponent.getCurrent()
Gets the current attribute of the rscTaskComponent object |
Entry |
rscTaskComponent.getLastReadEntry()
This method returns the last entry read from the connector. |
Entry |
rscTaskComponent.getnext()
The method returns the next entry from the connector. |
Entry |
rscTaskComponent.getNextDuplicateEntry()
Gets the nextDuplicateEntry attribute of the rscTaskComponent object |
Entry |
rscTaskComponent.lookup(String attribute,
String value)
The method is called to lookup an entry using exact matching for attribute and value. |
Entry |
rscTaskComponent.lookup(Entry meta)
The method is called to lookup an entry using the configured Link Criteria. |
Methods in com.architech with parameters of type Entry | |
void |
rscTask.setWork(Entry entry)
This method sets the initial work entry object. |
void |
rscTask.dumpEntry(Entry entry)
Prints the contents of an entry to the logfile. |
void |
rscTaskComponent.setCurrent(Entry current)
Sets the current attribute of the rscTaskComponent object |
boolean |
rscTaskComponent.willExecute(Entry work)
Return true/false if this component should be executed. |
void |
rscTaskComponent.pushback(Entry entry)
This method pushes an entry back to the connector. |
Entry |
rscTaskComponent.lookup(Entry meta)
The method is called to lookup an entry using the configured Link Criteria. |
void |
rscTaskComponent.deleteEntry(Entry meta)
This method calls the delete method. |
void |
rscTaskComponent.delete(Entry meta)
This method implements the Delete mode operation. |
void |
rscTaskComponent.update(Entry meta)
This method implements the Update mode operation. |
void |
rscTaskComponent.modify(Entry old,
Entry meta)
This method implements the Modify operation (called by Update) |
void |
rscTaskComponent.add(Entry meta)
This method implements the AddOnly mode operation. |
void |
rscTaskComponent.dumpEntry(Entry meta)
Deprecated method. |
int |
rscTaskComponent.handleException(String oper,
Exception e,
Entry meta)
This method is called by the rscTask. |
void |
rscTaskComponent.showDebug(String str,
String oper,
Entry work,
Entry conn)
Description of the Method |
boolean |
rscTaskComponent.trigger(String oper,
Entry work,
Entry conn)
Description of the Method |
Uses of Entry in com.architech.connector |
Methods in com.architech.connector that return Entry | |
Entry |
rscConnector.getPushbackEntry()
Returns the pushed back entry for the connector. |
Entry |
rscConnector.findEntry(rscSearchCriteria search)
Finds an existing entry. |
Entry |
rscConnector.getNextFindEntry()
Returns the next entry from the list of duplicate entries found. |
Entry |
rscConnector.findEntry(Object key,
Object value)
Locates an entry based on a key/value pair. |
Entry |
rscConnectorInterface.getNextEntry()
|
Entry |
rscConnectorInterface.getNextFindEntry()
|
Entry |
rscConnectorInterface.findEntry(rscSearchCriteria search)
|
Entry |
rscConnectorInterface.getPushbackEntry()
|
Methods in com.architech.connector with parameters of type Entry | |
void |
rscConnector.pushback(Entry e)
Make an entry the next entry to be iterated from the connector. |
void |
rscConnector.modEntry(Entry entry,
rscSearchCriteria search)
Modifies an existing entry. |
void |
rscConnector.deleteEntry(Entry entry,
rscSearchCriteria search)
Deletes an existing entry. |
void |
rscConnector.putEntry(Entry entry)
Adds a new entry. |
void |
rscConnectorInterface.putEntry(Entry entry)
|
void |
rscConnectorInterface.modEntry(Entry entry,
rscSearchCriteria search)
|
void |
rscConnectorInterface.deleteEntry(Entry entry,
rscSearchCriteria search)
|
void |
rscConnectorInterface.pushback(Entry e)
|
Uses of Entry in com.architech.entry |
Methods in com.architech.entry that return Entry | |
Entry |
Entry.clone(Entry p1)
This method returns an Entry object which is a clone of the p1 Entry. |
Methods in com.architech.entry with parameters of type Entry | |
Entry |
Entry.clone(Entry p1)
This method returns an Entry object which is a clone of the p1 Entry. |
void |
Entry.merge(Entry e)
This method merges the attributes and their values from another entry. |
Uses of Entry in com.architech.function |
Methods in com.architech.function that return Entry | |
Entry |
userFunctions2.newEntry()
Creates a new Entry object. |
Entry |
userFunctions2.parseObject(String parser,
Object data)
Use a parser to interpret data. |
Entry |
userFunctions2.httpGet(String url)
Posts file to a web server. |
Entry |
userFunctions2.httpPost(String url,
Object file)
|
Entry |
userFunctions2.httpRequest(String method,
String contentType,
String url,
Object file)
|
Methods in com.architech.function with parameters of type Entry | |
String |
userFunctions2.entry2LDIF(Entry e)
Converts an Entry object to an LDIF string. |
void |
userFunctions2.dumpEntry(Entry e)
Dumps an entry to the console log. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |
![]() |
|