Uses of Class
com.ibm.di.connector.maximo.exception.MxConnectorException

Packages that use MxConnectorException
com.ibm.di.connector.maximo   
com.ibm.di.connector.maximo.core Provides core classes for the connector. 
com.ibm.di.connector.maximo.exception Provides exception classes for the connector. 
 

Uses of MxConnectorException in com.ibm.di.connector.maximo
 

Methods in com.ibm.di.connector.maximo that throw MxConnectorException
 void TpaeIFConnector.deleteEntry(Entry entry, SearchCriteria sc)
          Deletes an existing entry.
 Entry TpaeIFConnector.getNextEntry()
          Returns the next Entry from the connector.
 void TpaeIFConnector.modEntry(Entry newEntry, SearchCriteria searchCriteria, Entry oldEntry)
          Modifies an existing entry.
 void TpaeIFConnector.putEntry(Entry newEntry)
          Adds a new entry to the data source
 void TpaeIFConnector.selectEntries()
          Prepare the Connector for sequential read.
 

Uses of MxConnectorException in com.ibm.di.connector.maximo.core
 

Methods in com.ibm.di.connector.maximo.core that throw MxConnectorException
 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.
 

Uses of MxConnectorException in com.ibm.di.connector.maximo.exception
 

Subclasses of MxConnectorException in com.ibm.di.connector.maximo.exception
 class MxConnExcedentSizeException
          TPAE IF Connector's excedent size exception.
 class MxConnHttpException
          TPAE IF Connector's HTTP exception.
 class MxConnIOException
          TPAE IF Connector's IO exception.
 class MxConnSchemaException
          TPAE IF Connector's schema exception.
 class MxConnTimeoutException
          TPAE IF Connector's timeout exception.
 class MxConnTypeConvertionException
          TPAE IF Connector's type convertion exception.
 class MxConnXmlParsingException
          TPAE IF Connector's XML parsing exception.