-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description McopyModel(M model, P project)McreateModel(M model)voiddeleteModel(M model)Optional<M>findGlobalModelByNameAndType(String modelName, String modelTypeFilter)Optional<M>findModelById(String modelId)Optional<M>findModelByNameInProject(P project, String modelName, String modelTypeFilter)org.springframework.data.domain.Page<M>getGlobalModels(ModelType modelTypeFilter, boolean includeOrphans, org.springframework.data.domain.Pageable pageable)byte[]getModelContent(M model)byte[]getModelExport(M model)org.springframework.data.domain.Page<M>getModels(P project, ModelType modelTypeFilter, org.springframework.data.domain.Pageable pageable)Class<M>getModelType()MupdateModel(M modelToUpdate, M newModel)MupdateModelContent(M modelToBeUpdate, org.activiti.cloud.services.common.file.FileContent fileContent)
-
-
-
Method Detail
-
getModels
org.springframework.data.domain.Page<M> getModels(P project, ModelType modelTypeFilter, org.springframework.data.domain.Pageable pageable)
-
findModelByNameInProject
Optional<M> findModelByNameInProject(P project, String modelName, String modelTypeFilter)
-
findGlobalModelByNameAndType
Optional<M> findGlobalModelByNameAndType(String modelName, String modelTypeFilter)
-
getModelContent
byte[] getModelContent(M model)
-
getModelExport
byte[] getModelExport(M model)
-
updateModelContent
M updateModelContent(M modelToBeUpdate, org.activiti.cloud.services.common.file.FileContent fileContent)
-
deleteModel
void deleteModel(M model)
-
-