Uses of Class
com.ibm.di.connector.maximo.exception.MxConnSchemaException
-
Packages that use MxConnSchemaException Package Description com.ibm.di.connector.maximo.core Provides core classes for the connector.com.ibm.di.connector.maximo.exception Provides exception classes for the connector.com.ibm.di.connector.maximo.parsing Provides classes for parsing and schema data handling. -
-
Uses of MxConnSchemaException in com.ibm.di.connector.maximo.core
Methods in com.ibm.di.connector.maximo.core that throw MxConnSchemaException Modifier and Type Method Description static void
EntryFilter. checkSearchCriteria(SearchCriteria criteria)
-
Uses of MxConnSchemaException in com.ibm.di.connector.maximo.exception
Subclasses of MxConnSchemaException in com.ibm.di.connector.maximo.exception Modifier and Type Class Description class
MxConnExcedentSizeException
TPAE IF Connector's excedent size exception.class
MxConnTypeConvertionException
TPAE IF Connector's type convertion exception. -
Uses of MxConnSchemaException in com.ibm.di.connector.maximo.parsing
Methods in com.ibm.di.connector.maximo.parsing that throw MxConnSchemaException Modifier and Type Method Description static java.lang.String
EntryConverter. entryToXml(SchemaElement rootMbo, SchemaElement selectedMbo, Entry entry, boolean errorOnExcedentSize)
Converts anEntry
object into XML content.static java.lang.String
EntryConverter. entryToXml(Schema schema, Entry entry, boolean errorOnExcedentSize, boolean checkUniqueKeys)
This method converts a hierarchicalEntry
object into a valid XML representation.static Entry
EntryConverter. searchCriteriaToEntry(SearchCriteria searchCriteria, Schema schema, boolean errorOnExcedentSize)
Converts aSearchCriteria
object into XML content.static java.lang.String
EntryConverter. searchCriteriaToXml(SearchCriteria searchCriteria, SchemaElement rootMbo, boolean errorOnExcedentSize)
Converts aSearchCriteria
object into XML content.static Entry
EntryConverter. xmlToEntry(SchemaElement rootMbo, SchemaElement selectedMbo, org.w3c.dom.Node xmlElement)
Converts XML content into anEntry
object.
-