| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.service | |
| com.ardoq.util |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ModelAdapter.serialize(Model reference,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelService.createModel(retrofit.mime.TypedString model) |
Model |
SimpleModelService.findOrCreateTemplate(String name,
InputStream modelJson)
Tries to lookup the model by name, and returns it if it's found.
|
Model |
ModelService.findOrCreateTemplate(String name,
String modelJson) |
Model |
SimpleModelService.getModelById(String id) |
Model |
ModelService.getModelById(String id) |
Model |
DeprecatedModelService.getModelById(String id)
Deprecated.
|
Model |
SimpleModelService.getTemplateById(String id) |
Model |
ModelService.getTemplateById(String id) |
Model |
SimpleModelService.getTemplateByName(String name) |
Model |
ModelService.getTemplateByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
SimpleModelService.getAllModels() |
List<Model> |
ModelService.getAllModels() |
List<Model> |
DeprecatedModelService.getAllModels()
Deprecated.
|
List<Model> |
ModelService.getAllModelsIncludingCommonTemplate() |
List<Model> |
SimpleModelService.getAllTemplate(boolean includeCommon) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeprecatedModelService.getAllModels(retrofit.Callback<List<Model>> callback)
Deprecated.
|
void |
DeprecatedModelService.getModelById(String id,
retrofit.Callback<Model> callback)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
SyncUtil.getModel() |
Copyright © 2018. All rights reserved.