Uses of Class
com.ibm.di.connector.maximo.parsing.Schema
-
Packages that use Schema 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. -
-
Uses of Schema in com.ibm.di.connector.maximo.core
Methods in com.ibm.di.connector.maximo.core that return Schema Modifier and Type Method Description Schema
MxConnConfiguration. getSchema()
Returns the schema object from the configuration parameters. -
Uses of Schema in com.ibm.di.connector.maximo.parsing
Methods in com.ibm.di.connector.maximo.parsing that return Schema 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).Methods in com.ibm.di.connector.maximo.parsing with parameters of type Schema Modifier and Type Method Description 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.
-