public class ContentServiceImpl extends CommonEngineServiceImpl<ContentEngineConfiguration> implements ContentService
commandExecutorconfiguration| Constructor and Description |
|---|
ContentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ContentItemQuery |
createContentItemQuery() |
void |
deleteContentItem(String contentItemId) |
void |
deleteContentItemsByProcessInstanceId(String processInstanceId) |
void |
deleteContentItemsByScopeIdAndScopeType(String scopeId,
String scopeType) |
void |
deleteContentItemsByTaskId(String taskId) |
InputStream |
getContentItemData(String contentItemId) |
ContentItem |
newContentItem() |
void |
saveContentItem(ContentItem contentItem) |
void |
saveContentItem(ContentItem contentItem,
InputStream inputStream) |
getCommandExecutor, setCommandExecutorgetConfigurationpublic ContentItem newContentItem()
newContentItem in interface ContentServicepublic void saveContentItem(ContentItem contentItem)
saveContentItem in interface ContentServicepublic void saveContentItem(ContentItem contentItem, InputStream inputStream)
saveContentItem in interface ContentServicepublic InputStream getContentItemData(String contentItemId)
getContentItemData in interface ContentServicepublic void deleteContentItem(String contentItemId)
deleteContentItem in interface ContentServicepublic void deleteContentItemsByProcessInstanceId(String processInstanceId)
deleteContentItemsByProcessInstanceId in interface ContentServicepublic void deleteContentItemsByTaskId(String taskId)
deleteContentItemsByTaskId in interface ContentServicepublic void deleteContentItemsByScopeIdAndScopeType(String scopeId, String scopeType)
deleteContentItemsByScopeIdAndScopeType in interface ContentServicepublic ContentItemQuery createContentItemQuery()
createContentItemQuery in interface ContentServiceCopyright © 2019 Flowable. All rights reserved.