public interface AppDataModelService
Modifier and Type | Method and Description |
---|---|
void |
encodeDataModel(ByteArrayOutputStream byteStream,
List<DataModelVariableInfo> dataModel,
com.google.common.net.MediaType format)
Encodes the data model for download.
|
List<DataModelVariableInfo> |
getDataModelView(String appModelId)
Return the app data-model details to build the data-model view.
|
void |
updateAppDataModel(String appModelId,
String dataModel)
Update App data model on the App model.
|
List<DataModelVariableInfo> getDataModelView(String appModelId)
Return the app data-model details to build the data-model view.
appModelId
- the App model ID.void updateAppDataModel(String appModelId, String dataModel)
Update App data model on the App model.
appModelId
- the App model ID.dataModel
- the data model.void encodeDataModel(ByteArrayOutputStream byteStream, List<DataModelVariableInfo> dataModel, com.google.common.net.MediaType format)
Encodes the data model for download.
byteStream
- the stream to receive the contentdataModel
- the data modelformat
- the export formatCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.