Package org.flowable.ui.modeler.service
Class BaseFlowableModelService
- java.lang.Object
-
- org.flowable.ui.modeler.service.BaseFlowableModelService
-
- Direct Known Subclasses:
FlowableCaseModelService,FlowableDecisionServiceService,FlowableDecisionTableService
@Service public class BaseFlowableModelService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ModelHistoryRepositorymodelHistoryRepositoryprotected ModelRepositorymodelRepositoryprotected static StringPROCESS_NOT_FOUND_MESSAGE_KEY
-
Constructor Summary
Constructors Constructor Description BaseFlowableModelService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ModelgetModel(String modelId, boolean checkRead, boolean checkEdit)protected ModelHistorygetModelHistory(String modelId, String modelHistoryId, boolean checkRead, boolean checkEdit)
-
-
-
Field Detail
-
PROCESS_NOT_FOUND_MESSAGE_KEY
protected static final String PROCESS_NOT_FOUND_MESSAGE_KEY
- See Also:
- Constant Field Values
-
modelRepository
@Autowired protected ModelRepository modelRepository
-
modelHistoryRepository
@Autowired protected ModelHistoryRepository modelHistoryRepository
-
-
Method Detail
-
getModelHistory
protected ModelHistory getModelHistory(String modelId, String modelHistoryId, boolean checkRead, boolean checkEdit)
-
-