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 SchemaMxConnConfiguration. 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 SchemaSchema. getInstance(SchemaConfiguration cfg, Log log)Builds aschemaobject 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.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.
-