Uses of Class
com.ibm.di.connector.maximo.parsing.SchemaElement
-
Packages that use SchemaElement Package Description com.ibm.di.connector.maximo.parsing Provides classes for parsing and schema data handling. -
-
Uses of SchemaElement in com.ibm.di.connector.maximo.parsing
Methods in com.ibm.di.connector.maximo.parsing that return SchemaElement Modifier and Type Method Description static SchemaElementSchemaElement. buildElement(SchemaElement parent, java.lang.String name, boolean attribute, boolean uniqueKey)Builds a schema element object.static SchemaElementSchemaElement. buildRootElement(java.lang.String name)Builds a root schema element object.SchemaElementSchemaElement. getChild(java.lang.String name)Returns the child schema element for the specified name.SchemaElementSchemaElement. getFirstChild()Returns the first child schema element.SchemaElementSchema. getMboByName(java.lang.String mboName)Returns the schema element that represents the specified MBO.SchemaElementSchema. getMos()Returns a schema element that describes the Maximo Object Structure (MOS).SchemaElementSchemaElement. getParent()Returns the parent element.SchemaElementSchema. getRootMbo()Returns the definition of the root or top-level MBO.Methods in com.ibm.di.connector.maximo.parsing that return types with arguments of type SchemaElement Modifier and Type Method Description java.util.List<SchemaElement>SchemaElement. getChildren()Returns a list of all schema element children.java.util.List<SchemaElement>SchemaElement. getUniqueKeyList()Returns a list of elements defined as unique key.Methods in com.ibm.di.connector.maximo.parsing with parameters of type SchemaElement Modifier and Type Method Description voidSchemaElement. addChild(SchemaElement child)Adds a child schema element.static SchemaElementSchemaElement. buildElement(SchemaElement parent, java.lang.String name, boolean attribute, boolean uniqueKey)Builds a schema element object.static voidEntryConverter. checkForOverridenUniqueKeys(SchemaElement rootMbo, Entry newEntry, Entry oldEntry, Log logger)Check if user has tried to change any unique keysstatic voidEntryConverter. copyUniqueKeys(SchemaElement rootMbo, Entry newEntry, Entry oldEntry)Copies the attributes/values that compose the unique key of the specified MBO fromoldEntrytonewEntry.static java.lang.StringEntryConverter. entryToXml(SchemaElement rootMbo, SchemaElement selectedMbo, Entry entry, boolean errorOnExcedentSize)Converts anEntryobject into XML content.java.lang.StringSchemaElement. getEntryPathRelativeTo(SchemaElement e)Returns aStringobject representing the path to this schema element in the context of hierarchical entry.java.lang.StringSchemaElement. getPathRelativeTo(SchemaElement e)Returns aStringobject representing the path to this schema element in the hierarchical structure.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.
-