|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SapR3ConnectorException | |
---|---|
com.ibm.di.connector.sapr3.bor |
Uses of SapR3ConnectorException in com.ibm.di.connector.sapr3.bor |
---|
Subclasses of SapR3ConnectorException in com.ibm.di.connector.sapr3.bor | |
---|---|
class |
ConfigurationException
Exception type for SAP R/3 Connector. |
class |
ConnectorMethodException
Exception type for SAP R/3 Connector. |
class |
EmptyTransformResultException
Exception type for SAP R/3 Connector. |
class |
FunctionExecutionException
Exception type for SAP R/3 Connector. |
class |
RfcFunctionFactoryException
ConnectorMethodException Exception type for SAP R/3 Connector. |
Methods in com.ibm.di.connector.sapr3.bor that throw SapR3ConnectorException | |
---|---|
void |
SapR3BorConnector.deleteEntry(Entry entry,
SearchCriteria search)
Called by TDI AL to remove an existing user and associated attributes from SAP R/3 |
Entry |
SapR3BorConnector.findEntry(SearchCriteria search)
Called by TDI AL to find an existing BOR object instance and associated attributes in SAP R/3. |
void |
SapR3BorConnector.initialize(Object o)
This method is called once after the connector configuration file has been provided by the caller. |
void |
SapR3BorConnector.modEntry(Entry entry,
SearchCriteria search)
Called by TDI AL to update an existing user and associated attributes in SAP R/3 |
void |
SapR3BorConnector.putEntry(Entry entry)
Called by TDI AL to add a new entry and associated attributes to SAP R/3. |
Object |
SapR3BorConnector.querySchema(Object source)
Return the TDI Entry schema supported by this connector. |
void |
SapR3BorConnector.selectEntries()
Called by TDI AL when the connector operates in Iterator mode inside an assembly line. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |