@RestController public class AbstractModelHistoryResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ModelHistoryRepository |
modelHistoryRepository |
protected ModelService |
modelService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
AbstractModelHistoryResource() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.ui.common.model.ResultListDataRepresentation |
getModelHistoryCollection(String modelId,
Boolean includeLatestVersion) |
ModelRepresentation |
getProcessModelHistory(String modelId,
String modelHistoryId) |
@Autowired protected ModelService modelService
@Autowired protected ModelHistoryRepository modelHistoryRepository
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public org.flowable.ui.common.model.ResultListDataRepresentation getModelHistoryCollection(String modelId, Boolean includeLatestVersion)
public ModelRepresentation getProcessModelHistory(String modelId, String modelHistoryId)
Copyright © 2020 Flowable. All rights reserved.