public class ContentServiceImpl extends ServiceImpl implements CoreContentService
commandExecutor, engineConfig| Constructor and Description |
|---|
ContentServiceImpl() |
getCommandExecutor, setCommandExecutorpublic org.flowable.content.api.ContentItem newContentItem()
newContentItem in interface org.flowable.content.api.ContentServicepublic CoreContentItem newCoreContentItem()
newCoreContentItem in interface CoreContentServicepublic void saveContentItem(org.flowable.content.api.ContentItem contentItem)
saveContentItem in interface org.flowable.content.api.ContentServicepublic void saveContentItem(org.flowable.content.api.ContentItem contentItem,
InputStream inputStream)
saveContentItem in interface org.flowable.content.api.ContentServicepublic InputStream getContentItemData(String contentItemId)
getContentItemData in interface org.flowable.content.api.ContentServicepublic List<CoreContentItem> findContentItemsByTaskId(String taskId)
findContentItemsByTaskId in interface CoreContentServicepublic List<CoreContentItem> findContentItemsByProcessInstanceId(String processInstanceId)
findContentItemsByProcessInstanceId in interface CoreContentServicepublic List<CoreContentItem> findContentItemsByScopeIdAndType(String scopeId, String scopeType)
findContentItemsByScopeIdAndType in interface CoreContentServicepublic void deleteContentItem(String contentItemId)
deleteContentItem in interface org.flowable.content.api.ContentServicepublic void deleteContentItemsByProcessInstanceId(String processInstanceId)
deleteContentItemsByProcessInstanceId in interface org.flowable.content.api.ContentServicepublic void deleteContentItemsByTaskId(String taskId)
deleteContentItemsByTaskId in interface org.flowable.content.api.ContentServicepublic void deleteContentItemsByScopeIdAndScopeType(String scopeId, String scopeType)
deleteContentItemsByScopeIdAndScopeType in interface org.flowable.content.api.ContentServicepublic void deleteContentItemsByVersionParentId(String versionParentId)
deleteContentItemsByVersionParentId in interface CoreContentServicepublic CoreContentItem copyContentItem(String contentItemId, String parentFolderId)
copyContentItem in interface CoreContentServicepublic org.flowable.content.api.ContentItemQuery createContentItemQuery()
createContentItemQuery in interface org.flowable.content.api.ContentServicepublic CoreContentItemQuery createCoreContentItemQuery()
createCoreContentItemQuery in interface CoreContentServiceCopyright © 2019. All rights reserved.