| Package | Description |
|---|---|
| org.flowable.ui.modeler.repository | |
| org.flowable.ui.modeler.service | |
| org.flowable.ui.modeler.serviceapi |
| Modifier and Type | Method and Description |
|---|---|
ModelHistory |
ModelHistoryRepositoryImpl.get(String id) |
ModelHistory |
ModelHistoryRepository.get(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelHistory> |
ModelHistoryRepositoryImpl.findByModelId(String modelId) |
List<ModelHistory> |
ModelHistoryRepository.findByModelId(String modelId) |
List<ModelHistory> |
ModelHistoryRepositoryImpl.findByModelTypAndCreatedBy(String createdBy,
Integer modelType) |
List<ModelHistory> |
ModelHistoryRepository.findByModelTypAndCreatedBy(String createdBy,
Integer modelType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelHistoryRepositoryImpl.delete(ModelHistory modelHistory) |
void |
ModelHistoryRepository.delete(ModelHistory modelHistory) |
void |
ModelHistoryRepositoryImpl.save(ModelHistory modelHistory) |
void |
ModelHistoryRepository.save(ModelHistory modelHistory) |
| Modifier and Type | Method and Description |
|---|---|
protected ModelHistory |
ModelServiceImpl.createNewModelhistory(Model model) |
ModelHistory |
ModelServiceImpl.createNewModelVersionAndReturnModelHistory(Model modelObject,
String comment,
org.flowable.idm.api.User updatedBy) |
ModelHistory |
ModelServiceImpl.getModelHistory(String modelId,
String modelHistoryId) |
protected ModelHistory |
BaseFlowableModelService.getModelHistory(String modelId,
String modelHistoryId,
boolean checkRead,
boolean checkEdit) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelServiceImpl.persistModelHistory(ModelHistory modelHistory) |
protected void |
ModelServiceImpl.populateModelBasedOnHistory(Model model,
ModelHistory basedOn) |
ReviveModelResultRepresentation |
ModelServiceImpl.reviveProcessModelHistory(ModelHistory modelHistory,
org.flowable.idm.api.User user,
String newVersionComment) |
| Modifier and Type | Method and Description |
|---|---|
ModelHistory |
ModelService.createNewModelVersionAndReturnModelHistory(Model modelObject,
String comment,
org.flowable.idm.api.User updatedBy) |
ModelHistory |
ModelService.getModelHistory(String modelId,
String modelHistoryId) |
| Modifier and Type | Method and Description |
|---|---|
ReviveModelResultRepresentation |
ModelService.reviveProcessModelHistory(ModelHistory modelHistory,
org.flowable.idm.api.User user,
String newVersionComment) |
Copyright © 2018 Flowable. All rights reserved.