Class BaseModelResource
java.lang.Object
org.flowable.rest.service.api.repository.BaseModelResource
- Direct Known Subclasses:
BaseModelSourceResource
,ModelCollectionResource
,ModelResource
- Author:
- Frederik Heremans
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RepositoryService
protected BpmnRestApiInterceptor
protected RestResponseFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Model
getModelFromRequest
(String modelId) Returns theModel
that is requested.
-
Field Details
-
restResponseFactory
-
repositoryService
-
restApiInterceptor
-
-
Constructor Details
-
BaseModelResource
public BaseModelResource()
-
-
Method Details
-
getModelFromRequest
Returns theModel
that is requested. Throws the right exceptions when bad request was made or model was not found.
-