public interface ModelPersistenceService
extends com.edorasware.commons.core.util.service.Service
Modifier and Type | Method and Description |
---|---|
List<String> |
getModelAllRevisionIds(String modelId)
Get list of revision ids of model work object
|
String |
storeModel(String modelId,
com.edorasware.commons.core.entity.Type type,
String name,
String description,
String appId)
Store new model
|
void |
storeRevision(String modelId,
ModelRevision modelRevision)
Store new revision into model work object
|
void storeRevision(String modelId, ModelRevision modelRevision)
modelId
- Id of work objectmodelRevision
- of revision detailsString storeModel(String modelId, com.edorasware.commons.core.entity.Type type, String name, String description, String appId)
modelId
- the id of the model to storetype
- the type of the model to storename
- the name of the model to storedescription
- the description of the model to storeappId
- the id of the parent appCopyright © 2010 - 2015 edorasware ag. All Rights Reserved.