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 voidMxConnConfiguration. checkAddOnly()Checks if the mandatory parameters for AddOnly mode are defined.voidMxConnConfiguration. checkAUDmodes()Checks if the mandatory parameters for AddOnly, Update and Delete mode are defined.voidMxConnConfiguration. checkDelete()Checks if the mandatory parameters for Delete mode are defined.voidMxConnConfiguration. checkIterator()Checks if the mandatory parameters for Iterator mode are defined and valid.voidMxConnConfiguration. 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 SchemaSchema. getInstance(SchemaConfiguration cfg, Log log)Builds aschemaobject based on the Maximo Object Structure and its XML Schema Descriptor's URL (XSD).SchemaElementSchema. 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.InputStreamHttpClient. getAsInputStream()Requests the resource specified by the target URL list as an input stream.java.lang.StringHttpClient. post(java.lang.String msg)Requests the resource specified by the target URL list.
-