|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.repo.sql.data.common.RAnyConverter
public class RAnyConverter
| Method Summary | ||
|---|---|---|
static Object |
getAggregatedRepoObject(Object object)
Method provides aggregation of some java types (only simple types, which are indexed) |
|
static
|
getAnySetType(ItemDefinition definition)
|
|
static
|
getAnySetType(ItemDefinition definition,
Element value)
This method provides extension type (in real it's table) string for definition and value defined as parameters. |
|
static Object |
getRealRepoValue(ItemDefinition definition,
Element value)
This method provides transformation of Element value to its object form, e.g. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T extends ObjectType> String getAnySetType(ItemDefinition definition,
Element value)
throws SchemaException
RAnyContainer where defined
extension value is or can be saved.
T - definition - value -
SchemaException
public static <T extends ObjectType> String getAnySetType(ItemDefinition definition)
throws SchemaException
SchemaException
public static Object getRealRepoValue(ItemDefinition definition,
Element value)
throws SchemaException
Element value to its object form, e.g. Integer number 1. It's based on element definition from schema registry or xsi:type attribute
in that element.
definition - value -
SchemaExceptionpublic static Object getAggregatedRepoObject(Object object)
object -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||