public class ContentServiceImpl extends CommonEngineServiceImpl<ContentEngineConfiguration> implements CoreContentService
commandExecutorconfiguration| Constructor and Description |
|---|
ContentServiceImpl() |
getCommandExecutor, setCommandExecutorgetConfigurationpublic ContentItem newContentItem()
newContentItem in interface ContentServicepublic CoreContentItem newCoreContentItem()
newCoreContentItem in interface CoreContentServicepublic 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 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 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 void deleteContentItemsByVersionParentId(String versionParentId)
deleteContentItemsByVersionParentId in interface CoreContentServicepublic CoreContentItem copyContentItem(String contentItemId, String parentFolderId)
copyContentItem in interface CoreContentServicepublic ContentItemQuery createContentItemQuery()
createContentItemQuery in interface ContentServicepublic CoreContentItemQuery createCoreContentItemQuery()
createCoreContentItemQuery in interface CoreContentService