Class RemoteDefJSONMarshaller
- java.lang.Object
-
- org.jbpm.workbench.ks.integration.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 String
DATA_SOURCE
static String
DB_SCHEMA
static String
DB_SQL
static RemoteDefJSONMarshaller
INSTANCE
static String
QUERY_TARGET
static String
SERVER_TEMPLATE_ID
-
Constructor Summary
Constructors Constructor Description RemoteDefJSONMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fromJson(RemoteDataSetDef def, org.dashbuilder.json.JsonObject json)
void
toJson(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:
fromJson
in interfaceorg.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt<RemoteDataSetDef>
-
toJson
public void toJson(RemoteDataSetDef dataSetDef, org.dashbuilder.json.JsonObject json)
- Specified by:
toJson
in interfaceorg.dashbuilder.dataset.json.DataSetDefJSONMarshallerExt<RemoteDataSetDef>
-
-