Package com.flowable.content.engine.impl
Class ContentServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ContentEngineConfiguration>
com.flowable.content.engine.impl.ContentServiceImpl
- All Implemented Interfaces:
CoreContentService
,ContentService
public class ContentServiceImpl
extends CommonEngineServiceImpl<ContentEngineConfiguration>
implements CoreContentService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGroupIdentityLink
(String contentItemId, String groupId, String identityLinkType) void
addUserIdentityLink
(String contentItemId, String userId, String identityLinkType) copyContentItem
(String contentItemId, String parentFolderId) void
deleteContentItem
(String contentItemId) void
deleteContentItemsByProcessInstanceId
(String processInstanceId) void
deleteContentItemsByScopeIdAndScopeType
(String scopeId, String scopeType) void
deleteContentItemsByTaskId
(String taskId) void
deleteContentItemsByVersionParentId
(String versionParentId) void
deleteGroupIdentityLink
(String contentItemId, String groupId, String identityLinkType) void
deleteUserIdentityLink
(String contentItemId, String userId, String identityLinkType) findContentItemsByProcessInstanceId
(String processInstanceId) findContentItemsByScopeIdAndType
(String scopeId, String scopeType) findContentItemsByTaskId
(String taskId) getContentItemData
(String contentItemId) void
saveContentItem
(ContentItem contentItem) void
saveContentItem
(ContentItem contentItem, InputStream inputStream) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
ContentServiceImpl
-
-
Method Details
-
newContentItem
- Specified by:
newContentItem
in interfaceContentService
-
newCoreContentItem
- Specified by:
newCoreContentItem
in interfaceCoreContentService
-
saveContentItem
- Specified by:
saveContentItem
in interfaceContentService
-
saveContentItem
- Specified by:
saveContentItem
in interfaceContentService
-
getContentItemData
- Specified by:
getContentItemData
in interfaceContentService
-
findContentItemsByTaskId
- Specified by:
findContentItemsByTaskId
in interfaceCoreContentService
-
findContentItemsByProcessInstanceId
- Specified by:
findContentItemsByProcessInstanceId
in interfaceCoreContentService
-
findContentItemsByScopeIdAndType
- Specified by:
findContentItemsByScopeIdAndType
in interfaceCoreContentService
-
deleteContentItem
- Specified by:
deleteContentItem
in interfaceContentService
-
deleteContentItemsByProcessInstanceId
- Specified by:
deleteContentItemsByProcessInstanceId
in interfaceContentService
-
deleteContentItemsByTaskId
- Specified by:
deleteContentItemsByTaskId
in interfaceContentService
-
deleteContentItemsByScopeIdAndScopeType
- Specified by:
deleteContentItemsByScopeIdAndScopeType
in interfaceContentService
-
deleteContentItemsByVersionParentId
- Specified by:
deleteContentItemsByVersionParentId
in interfaceCoreContentService
-
copyContentItem
- Specified by:
copyContentItem
in interfaceCoreContentService
-
createContentItemQuery
- Specified by:
createContentItemQuery
in interfaceContentService
-
createCoreContentItemQuery
- Specified by:
createCoreContentItemQuery
in interfaceCoreContentService
-
addUserIdentityLink
- Specified by:
addUserIdentityLink
in interfaceCoreContentService
-
addGroupIdentityLink
- Specified by:
addGroupIdentityLink
in interfaceCoreContentService
-
deleteUserIdentityLink
- Specified by:
deleteUserIdentityLink
in interfaceCoreContentService
-
deleteGroupIdentityLink
- Specified by:
deleteGroupIdentityLink
in interfaceCoreContentService
-