public interface ContentRestApiInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
accessContentItemInfoById(org.flowable.content.api.ContentItem contentItem) |
void |
accessContentItemInfoWithQuery(org.flowable.content.api.ContentItemQuery contentItemQuery,
ContentItemQueryRequest request) |
void |
accessContentManagementInfo() |
void |
createNewContentItem(org.flowable.content.api.ContentItem contentItem) |
void |
deleteContentItem(org.flowable.content.api.ContentItem contentItem) |
void accessContentItemInfoById(org.flowable.content.api.ContentItem contentItem)
void accessContentItemInfoWithQuery(org.flowable.content.api.ContentItemQuery contentItemQuery,
ContentItemQueryRequest request)
void createNewContentItem(org.flowable.content.api.ContentItem contentItem)
void deleteContentItem(org.flowable.content.api.ContentItem contentItem)
void accessContentManagementInfo()
Copyright © 2019 Flowable. All rights reserved.