Takes an object and returns a Map containing the values of the to be indexed properties in that class. The values are
obtained by introspection from the class. The keys are dimesnions and the value is the actual value in the object for that dimension.
Parameters: obj - - the object to be introspected. A map of dimension to value mappings throws: JoftiException -
Gets the actual class that the className will return for the attribute name.
Parameters: className - Parameters: attribute - the class of the return parameter. throws: JoftiException -
Returns the dimension in the introspector for the class and property name.
Key dimensions are negative and property dimenions are positive.
Parameters: className - Parameters: propertyName - an int value representing dimensions. throws: JoftiException -