Uses of Class
com.ibm.di.connector.maximo.parsing.Schema

Packages that use Schema
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
 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
static Schema Schema.getInstance(SchemaConfiguration cfg, Log log)
          Builds a schema 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
static String EntryConverter.entryToXml(Schema schema, Entry entry, boolean errorOnExcedentSize, boolean checkUniqueKeys)
          This method converts a hierarchical Entry object into a valid XML representation.
static Entry EntryConverter.searchCriteriaToEntry(SearchCriteria searchCriteria, Schema schema, boolean errorOnExcedentSize)
          Converts a SearchCriteria object into XML content.