void |
MxConnAddOnly.create(Entry newEntry) |
Creates the specified entry.
|
void |
MxConnDelete.delete(Entry entry) |
Deletes the specified entry.
|
void |
SimpleTpaeIFConnector.deleteEntry(Entry entry,
SearchCriteria sc) |
Deletes an existing entry.
|
void |
MxConnIterator.executeQuery() |
Sends the query request to Maximo.
|
java.lang.String |
MxConnConfiguration.getMbo() |
Returns the MBO.
|
java.util.Vector |
SimpleTpaeIFConnector.getMboList() |
Returns a list of the available MBOs in the object structure.
|
Entry |
MxConnIterator.getNext() |
Returns the next entry found in the query result.
|
Entry |
SimpleTpaeIFConnector.getNextEntry() |
Returns the next Entry from the connector.
|
java.lang.String |
MxConnConfiguration.getQueryCriteria() |
Returns the query criteria.
|
Schema |
MxConnConfiguration.getSchema() |
Returns the schema object from the configuration parameters.
|
java.lang.String |
MxConnFunctions.getSynonymKey(java.lang.String domainId,
java.lang.String synonymValue) |
Returns the synonym key for a given value.
|
java.lang.String |
MxConnFunctions.getSynonymValue(java.lang.String domainId,
java.lang.String synonymKey) |
Returns the synonym value for a given key.
|
static boolean |
EntryFilter.match(SearchCriteria searchCriteria,
Entry entry) |
Indicates if an Entry object matches a SearchCriteria object.
|
void |
SimpleTpaeIFConnector.modEntry(Entry newEntry,
SearchCriteria searchCriteria,
Entry oldEntry) |
Modifies an existing entry.
|
protected java.lang.String |
AbstractMxConnMode.post(TemplateLoader tlp,
java.util.List<java.lang.String> enterpriseServiceUrlList) |
Posts the message extracted from the specified template to the given
Maximo Enterprise Service.
|
void |
SimpleTpaeIFConnector.putEntry(Entry newEntry) |
Adds a new entry to the data source
|
void |
SimpleTpaeIFConnector.selectEntries() |
Prepare the Connector for sequential read.
|
void |
MxConnLookup.setSearchCriteria(SearchCriteria searchCriteria) |
Defines the criteria used in the query operation.
|
void |
MxConnSync.sync(Entry newEntry,
Entry oldEntry) |
Syncronizes the newEntry with the target system.
|
void |
MxConnUpdate.update(Entry newEntry,
Entry oldEntry) |
Updates the specified entry.
|