Class ContentServiceImpl

    • Constructor Detail

      • ContentServiceImpl

        public ContentServiceImpl()
    • Method Detail

      • newContentItem

        public org.flowable.content.api.ContentItem newContentItem()
        Specified by:
        newContentItem in interface org.flowable.content.api.ContentService
      • saveContentItem

        public void saveContentItem​(org.flowable.content.api.ContentItem contentItem)
        Specified by:
        saveContentItem in interface org.flowable.content.api.ContentService
      • saveContentItem

        public void saveContentItem​(org.flowable.content.api.ContentItem contentItem,
                                    java.io.InputStream inputStream)
        Specified by:
        saveContentItem in interface org.flowable.content.api.ContentService
      • getContentItemData

        public java.io.InputStream getContentItemData​(java.lang.String contentItemId)
        Specified by:
        getContentItemData in interface org.flowable.content.api.ContentService
      • deleteContentItem

        public void deleteContentItem​(java.lang.String contentItemId)
        Specified by:
        deleteContentItem in interface org.flowable.content.api.ContentService
      • deleteContentItemsByProcessInstanceId

        public void deleteContentItemsByProcessInstanceId​(java.lang.String processInstanceId)
        Specified by:
        deleteContentItemsByProcessInstanceId in interface org.flowable.content.api.ContentService
      • deleteContentItemsByTaskId

        public void deleteContentItemsByTaskId​(java.lang.String taskId)
        Specified by:
        deleteContentItemsByTaskId in interface org.flowable.content.api.ContentService
      • deleteContentItemsByScopeIdAndScopeType

        public void deleteContentItemsByScopeIdAndScopeType​(java.lang.String scopeId,
                                                            java.lang.String scopeType)
        Specified by:
        deleteContentItemsByScopeIdAndScopeType in interface org.flowable.content.api.ContentService
      • createContentItemQuery

        public org.flowable.content.api.ContentItemQuery createContentItemQuery()
        Specified by:
        createContentItemQuery in interface org.flowable.content.api.ContentService