-
Deprecated MethodsMethodDescriptionSince v8.3Since v8.3Since v8.3As of release 10.1GA, replaced by
MappingSpecificationRow.setSourceColumnLength(String sourceColumnLength)As of release 10.1GA, replaced byMappingSpecificationRow.setSourceColumnPrecision(String sourceColumnPrecision)As of release 10.1GA, replaced byMappingSpecificationRow.setSourceColumnScale(String sourceColumnScale)As of release 10.1GA, replaced byMappingSpecificationRow.setSourceMaximumValue(String sourceMaximumValue)As of release 10.1GA, replaced byMappingSpecificationRow.setSourceMinimumValue(String sourceMinimumValue)As of release 10.1GA, replaced byMappingSpecificationRow.setTargetColumnLength(String targetColumnLength)As of release 10.1GA, replaced byMappingSpecificationRow.setTargetColumnPrecision(String targetColumnPrecision)As of release 10.1GA, replaced byMappingSpecificationRow.setTargetColumnScale(String targetColumnScale)
Sample 'ObjectTypeIdsListOfObjectIdsJson' JSON :
{
9:[1,2],
8:[3,4]
}Sample 'keyValueMapJson' JSON :
{
"key1": "value1",
"key2": "value2"
}
Sample 'ObjectTypeIdsListOfObjectIdsJson' JSON :
{
9: [1,2],
8:[3,4]
}Sample 'keyvalueMapJson' JSON :
{
"key1": "value1",
"key2": "value2"
}
Sample 'objectIdListJson' JSON :
{
"objectId": [74,76]
}Sample 'keyvalueMapJson' JSON :
{
"key1": "value1",
"key2": "value2"
}Sample 'objectIdListJson' JSON :
{
"objectId": [1,2]
}since 8.2.1since 8.2.1 - instead of this useSystemManagerUtil.getColumnsAs(int, java.lang.String)since 9.0since 9.0Since v9.0Since v9.0
-
Deprecated Enum Constants