public class UpdateIBAs
extends Object
implements RemoteAccess
-a adds IBA values,
-t "types" the objects
-e allow empty attribute values
-c allows update of classification nodes.
-c option is to be considered experimental ... handle with care !!
| Modifier and Type | Field and Description |
|---|---|
static Object |
EDIT_IBAS |
static SimpleDateFormat |
FORMATTERT |
static int |
MAJOR |
static int |
MINOR |
| Constructor and Description |
|---|
UpdateIBAs() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractValueView |
createAbstractValueView(AttributeDefDefaultView def,
String value)
helper method for iba stuff
|
static void |
forcedUpdate(IBAHolder h,
Object cpm,
Locale l,
MeasurementSystemDefaultView m) |
static void |
main(String[] a)
entry point from commandline invocation - check args and act accordingly.
|
static String |
updateIBAs(IBAHolder holder,
String[] a)
does the work, string array description see main()
|
static String |
updateIBAs(IBAHolder holder,
String[] a,
boolean errorsOnly) |
static String |
updateIBAs(String[] a) |
public static final int MAJOR
public static final int MINOR
public static final Object EDIT_IBAS
public static SimpleDateFormat FORMATTERT
public static void main(String[] a)
throws Exception
a - arguments: OBID iba value iba value ...Exceptionpublic static String updateIBAs(String[] a)
throws WTException
WTExceptionpublic static String updateIBAs(IBAHolder holder,
String[] a)
throws WTException
a - argumentsWTExceptionpublic static String updateIBAs(IBAHolder holder,
String[] a,
boolean errorsOnly)
throws WTException
WTExceptionpublic static AbstractValueView createAbstractValueView(AttributeDefDefaultView def,
String value)
throws Exception
def - value - Exceptionpublic static void forcedUpdate(IBAHolder h,
Object cpm,
Locale l,
MeasurementSystemDefaultView m)
throws WTException
WTException