Package org.dashbuilder.kieserver
Class RemoteDefJSONMarshaller
- java.lang.Object
-
- org.dashbuilder.kieserver.RemoteDefJSONMarshaller
-
- All Implemented Interfaces:
org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt<RemoteDataSetDef>
public class RemoteDefJSONMarshaller extends Object implements org.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt<RemoteDataSetDef>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_SOURCEstatic StringDB_SCHEMAstatic StringDB_SQLstatic RemoteDefJSONMarshallerINSTANCEstatic StringQUERY_TARGETstatic StringSERVER_TEMPLATE_ID
-
Constructor Summary
Constructors Constructor Description RemoteDefJSONMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromJson(RemoteDataSetDef def, org.dashbuilder.json.JsonObject json)voidtoJson(RemoteDataSetDef dataSetDef, org.dashbuilder.json.JsonObject json)
-
-
-
Field Detail
-
INSTANCE
public static RemoteDefJSONMarshaller INSTANCE
-
QUERY_TARGET
public static final String QUERY_TARGET
- See Also:
- Constant Field Values
-
SERVER_TEMPLATE_ID
public static final String SERVER_TEMPLATE_ID
- See Also:
- Constant Field Values
-
DATA_SOURCE
public static final String DATA_SOURCE
- See Also:
- Constant Field Values
-
DB_SCHEMA
public static final String DB_SCHEMA
- See Also:
- Constant Field Values
-
DB_SQL
public static final String DB_SQL
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromJson
public void fromJson(RemoteDataSetDef def, org.dashbuilder.json.JsonObject json)
- Specified by:
fromJsonin interfaceorg.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt<RemoteDataSetDef>
-
toJson
public void toJson(RemoteDataSetDef dataSetDef, org.dashbuilder.json.JsonObject json)
- Specified by:
toJsonin interfaceorg.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt<RemoteDataSetDef>
-
-