Uses of Class
com.ibm.di.connector.maximo.exception.MxConnConfigException
-
Packages that use MxConnConfigException Package Description com.ibm.di.connector.maximo.core Provides core classes for the connector.com.ibm.di.connector.maximo.parsing Provides classes for parsing and schema data handling.com.ibm.di.connector.maximo.util Contains miscellaneous utility classes (DOM, XML, HTTP, text). -
-
Uses of MxConnConfigException in com.ibm.di.connector.maximo.core
Methods in com.ibm.di.connector.maximo.core that throw MxConnConfigException Modifier and Type Method Description void
MxConnConfiguration. checkAddOnly()
Checks if the mandatory parameters for AddOnly mode are defined.void
MxConnConfiguration. checkAUDmodes()
Checks if the mandatory parameters for AddOnly, Update and Delete mode are defined.void
MxConnConfiguration. checkDelete()
Checks if the mandatory parameters for Delete mode are defined.void
MxConnConfiguration. checkIterator()
Checks if the mandatory parameters for Iterator mode are defined and valid.void
MxConnConfiguration. checkUpdate()
Checks if the mandatory parameters for Update mode are defined. -
Uses of MxConnConfigException in com.ibm.di.connector.maximo.parsing
Methods in com.ibm.di.connector.maximo.parsing that throw MxConnConfigException Modifier and Type Method Description static Schema
Schema. getInstance(SchemaConfiguration cfg, Log log)
Builds aschema
object based on the Maximo Object Structure and its XML Schema Descriptor's URL (XSD).SchemaElement
Schema. getMboByName(java.lang.String mboName)
Returns the schema element that represents the specified MBO. -
Uses of MxConnConfigException in com.ibm.di.connector.maximo.util
Methods in com.ibm.di.connector.maximo.util that throw MxConnConfigException Modifier and Type Method Description java.io.InputStream
HttpClient. getAsInputStream()
Requests the resource specified by the target URL list as an input stream.java.lang.String
HttpClient. post(java.lang.String msg)
Requests the resource specified by the target URL list.
-