public class ContentItemBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.content.api.ContentService |
contentService |
protected ContentRestApiInterceptor |
restApiInterceptor |
protected ContentRestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
ContentItemBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.content.api.ContentItem |
getContentItemFromRequest(String contentItemId) |
protected DataResponse<ContentItemResponse> |
getContentItemsFromQueryRequest(ContentItemQueryRequest request,
Map<String,String> requestParams) |
@Autowired protected ContentRestResponseFactory restResponseFactory
@Autowired protected org.flowable.content.api.ContentService contentService
@Autowired(required=false) protected ContentRestApiInterceptor restApiInterceptor
protected DataResponse<ContentItemResponse> getContentItemsFromQueryRequest(ContentItemQueryRequest request, Map<String,String> requestParams)
protected org.flowable.content.api.ContentItem getContentItemFromRequest(String contentItemId)
Copyright © 2019 Flowable. All rights reserved.