@Service public class BaseFlowableModelService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ModelHistoryRepository |
modelHistoryRepository |
protected ModelRepository |
modelRepository |
protected static String |
PROCESS_NOT_FOUND_MESSAGE_KEY |
| Constructor and Description |
|---|
BaseFlowableModelService() |
| Modifier and Type | Method and Description |
|---|---|
protected Model |
getModel(String modelId,
boolean checkRead,
boolean checkEdit) |
protected ModelHistory |
getModelHistory(String modelId,
String modelHistoryId,
boolean checkRead,
boolean checkEdit) |
protected static final String PROCESS_NOT_FOUND_MESSAGE_KEY
@Autowired protected ModelRepository modelRepository
@Autowired protected ModelHistoryRepository modelHistoryRepository
protected ModelHistory getModelHistory(String modelId, String modelHistoryId, boolean checkRead, boolean checkEdit)
Copyright © 2018 Flowable. All rights reserved.