Uses of Class
com.ibm.di.connector.sapr3.bor.ConnectorMethodException

Packages that use ConnectorMethodException
com.ibm.di.connector.sapr3.bor   
 

Uses of ConnectorMethodException in com.ibm.di.connector.sapr3.bor
 

Methods in com.ibm.di.connector.sapr3.bor that throw ConnectorMethodException
 void SapR3BorConnector.deleteEntry(Entry entry, SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to remove an existing user and associated attributes from SAP R/3
 Entry SapR3BorConnector.findEntry(SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to find an existing BOR object instance and associated attributes in SAP R/3.
 Entry SapR3BorConnector.getNextEntry()
          This method is called to retrieve the next entry from the connector.
 void SapR3BorConnector.modEntry(Entry entry, SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to update an existing user and associated attributes in SAP R/3
 void SapR3BorConnector.putEntry(Entry entry)
          Called by IBM Tivoli Directory Integrator AL to add a new entry and associated attributes to SAP R/3.
 void SapR3BorConnector.selectEntries()
          Called by IBM Tivoli Directory Integrator AL when the connector operates in Iterator mode inside an assembly line.