Package com.flowable.content.engine.impl
Class ContentServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<ContentEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ContentEngineConfiguration>
com.flowable.content.engine.impl.ContentServiceImpl
- All Implemented Interfaces:
CoreContentService,org.flowable.content.api.ContentService
public class ContentServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ContentEngineConfiguration>
implements CoreContentService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGroupIdentityLink(String contentItemId, String groupId, String identityLinkType) voidaddUserIdentityLink(String contentItemId, String userId, String identityLinkType) copyContentItem(String contentItemId, String parentFolderId) org.flowable.content.api.ContentItemQueryvoiddeleteContentItem(String contentItemId) voiddeleteContentItemsByProcessInstanceId(String processInstanceId) voiddeleteContentItemsByScopeIdAndScopeType(String scopeId, String scopeType) voiddeleteContentItemsByTaskId(String taskId) voiddeleteContentItemsByVersionParentId(String versionParentId) voiddeleteGroupIdentityLink(String contentItemId, String groupId, String identityLinkType) voiddeleteUserIdentityLink(String contentItemId, String userId, String identityLinkType) findContentItemsByProcessInstanceId(String processInstanceId) findContentItemsByScopeIdAndType(String scopeId, String scopeType) findContentItemsByTaskId(String taskId) getContentItemData(String contentItemId) org.flowable.content.api.ContentItemvoidsaveContentItem(org.flowable.content.api.ContentItem contentItem) voidsaveContentItem(org.flowable.content.api.ContentItem contentItem, InputStream inputStream) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
ContentServiceImpl
-
-
Method Details
-
newContentItem
public org.flowable.content.api.ContentItem newContentItem()- Specified by:
newContentItemin interfaceorg.flowable.content.api.ContentService
-
newCoreContentItem
- Specified by:
newCoreContentItemin interfaceCoreContentService
-
saveContentItem
public void saveContentItem(org.flowable.content.api.ContentItem contentItem) - Specified by:
saveContentItemin interfaceorg.flowable.content.api.ContentService
-
saveContentItem
public void saveContentItem(org.flowable.content.api.ContentItem contentItem, InputStream inputStream) - Specified by:
saveContentItemin interfaceorg.flowable.content.api.ContentService
-
getContentItemData
- Specified by:
getContentItemDatain interfaceorg.flowable.content.api.ContentService
-
findContentItemsByTaskId
- Specified by:
findContentItemsByTaskIdin interfaceCoreContentService
-
findContentItemsByProcessInstanceId
- Specified by:
findContentItemsByProcessInstanceIdin interfaceCoreContentService
-
findContentItemsByScopeIdAndType
- Specified by:
findContentItemsByScopeIdAndTypein interfaceCoreContentService
-
deleteContentItem
- Specified by:
deleteContentItemin interfaceorg.flowable.content.api.ContentService
-
deleteContentItemsByProcessInstanceId
- Specified by:
deleteContentItemsByProcessInstanceIdin interfaceorg.flowable.content.api.ContentService
-
deleteContentItemsByTaskId
- Specified by:
deleteContentItemsByTaskIdin interfaceorg.flowable.content.api.ContentService
-
deleteContentItemsByScopeIdAndScopeType
- Specified by:
deleteContentItemsByScopeIdAndScopeTypein interfaceorg.flowable.content.api.ContentService
-
deleteContentItemsByVersionParentId
- Specified by:
deleteContentItemsByVersionParentIdin interfaceCoreContentService
-
copyContentItem
- Specified by:
copyContentItemin interfaceCoreContentService
-
createContentItemQuery
public org.flowable.content.api.ContentItemQuery createContentItemQuery()- Specified by:
createContentItemQueryin interfaceorg.flowable.content.api.ContentService
-
createCoreContentItemQuery
- Specified by:
createCoreContentItemQueryin interfaceCoreContentService
-
addUserIdentityLink
- Specified by:
addUserIdentityLinkin interfaceCoreContentService
-
addGroupIdentityLink
- Specified by:
addGroupIdentityLinkin interfaceCoreContentService
-
deleteUserIdentityLink
- Specified by:
deleteUserIdentityLinkin interfaceCoreContentService
-
deleteGroupIdentityLink
- Specified by:
deleteGroupIdentityLinkin interfaceCoreContentService
-