Uses of Class
com.ardoq.model.Model
| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.service | |
| com.ardoq.util |
-
Uses of Model in com.ardoq.adapter
Methods in com.ardoq.adapter that return Model Modifier and Type Method Description ModelModelAdapter. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)Methods in com.ardoq.adapter with parameters of type Model Modifier and Type Method Description com.google.gson.JsonElementModelAdapter. serialize(Model reference, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) -
Uses of Model in com.ardoq.service
Methods in com.ardoq.service that return Model Modifier and Type Method Description ModelModelService. createModel(retrofit.mime.TypedString model)ModelModelService. findOrCreateTemplate(String name, String modelJson)ModelSimpleModelService. findOrCreateTemplate(String name, InputStream modelJson)Tries to lookup the model by name, and returns it if it's found.ModelDeprecatedModelService. getModelById(String id)Deprecated.ModelModelService. getModelById(String id)ModelSimpleModelService. getModelById(String id)ModelModelService. getTemplateById(String id)ModelSimpleModelService. getTemplateById(String id)ModelModelService. getTemplateByName(String name)ModelSimpleModelService. getTemplateByName(String name)Methods in com.ardoq.service that return types with arguments of type Model Modifier and Type Method Description List<Model>DeprecatedModelService. getAllModels()Deprecated.List<Model>ModelService. getAllModels()List<Model>SimpleModelService. getAllModels()List<Model>ModelService. getAllModelsIncludingCommonTemplate()List<Model>SimpleModelService. getAllTemplate(boolean includeCommon)Method parameters in com.ardoq.service with type arguments of type Model Modifier and Type Method Description voidDeprecatedModelService. getAllModels(retrofit.Callback<List<Model>> callback)Deprecated.voidDeprecatedModelService. getModelById(String id, retrofit.Callback<Model> callback)Deprecated. -
Uses of Model in com.ardoq.util
Methods in com.ardoq.util that return Model Modifier and Type Method Description ModelSyncUtil. getModel()