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 voidEntryFilter. 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 classMxConnExcedentSizeExceptionTPAE IF Connector's excedent size exception.classMxConnTypeConvertionExceptionTPAE 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.StringEntryConverter. entryToXml(SchemaElement rootMbo, SchemaElement selectedMbo, Entry entry, boolean errorOnExcedentSize)Converts anEntryobject into XML content.static java.lang.StringEntryConverter. entryToXml(Schema schema, Entry entry, boolean errorOnExcedentSize, boolean checkUniqueKeys)This method converts a hierarchicalEntryobject into a valid XML representation.static EntryEntryConverter. searchCriteriaToEntry(SearchCriteria searchCriteria, Schema schema, boolean errorOnExcedentSize)Converts aSearchCriteriaobject into XML content.static java.lang.StringEntryConverter. searchCriteriaToXml(SearchCriteria searchCriteria, SchemaElement rootMbo, boolean errorOnExcedentSize)Converts aSearchCriteriaobject into XML content.static EntryEntryConverter. xmlToEntry(SchemaElement rootMbo, SchemaElement selectedMbo, org.w3c.dom.Node xmlElement)Converts XML content into anEntryobject.
-