Package com.flowable.core.content.api
Interface CoreContentService
- All Superinterfaces:
ContentService
- All Known Implementing Classes:
ContentServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGroupIdentityLink
(String contentItemId, String userId, String identityLinkType) void
addUserIdentityLink
(String contentItemId, String userId, String identityLinkType) copyContentItem
(String contentItemId, String parentFolderId) void
deleteContentItemsByVersionParentId
(String versionParentId) void
deleteGroupIdentityLink
(String contentItemId, String userId, String identityLinkType) void
deleteUserIdentityLink
(String contentItemId, String userId, String identityLinkType) findContentItemsByProcessInstanceId
(String processInstanceId) findContentItemsByScopeIdAndType
(String scopeId, String scopeType) findContentItemsByTaskId
(String taskId) Methods inherited from interface org.flowable.content.api.ContentService
createContentItemQuery, deleteContentItem, deleteContentItemsByProcessInstanceId, deleteContentItemsByScopeIdAndScopeType, deleteContentItemsByTaskId, getContentItemData, newContentItem, saveContentItem, saveContentItem
-
Method Details
-
newCoreContentItem
CoreContentItem newCoreContentItem() -
findContentItemsByTaskId
-
findContentItemsByProcessInstanceId
-
findContentItemsByScopeIdAndType
-
createCoreContentItemQuery
CoreContentItemQuery createCoreContentItemQuery() -
deleteContentItemsByVersionParentId
-
copyContentItem
-
addUserIdentityLink
-
addGroupIdentityLink
-
deleteUserIdentityLink
-
deleteGroupIdentityLink
-