Uses of Interface
org.flowable.content.api.ContentItem
Packages that use ContentItem
-
Uses of ContentItem in org.flowable.content.api
Classes in org.flowable.content.api with type parameters of type ContentItemModifier and TypeInterfaceDescriptioninterface
ContentItemBaseQuery<T extends ContentItemBaseQuery<T,
C>, C extends ContentItem> Allows programmatic querying ofContentItem
s.Methods in org.flowable.content.api that return ContentItemMethods in org.flowable.content.api with parameters of type ContentItemModifier and TypeMethodDescriptionvoid
ContentService.saveContentItem
(ContentItem contentItem) void
ContentService.saveContentItem
(ContentItem contentItem, InputStream inputStream) -
Uses of ContentItem in org.flowable.mail.common.impl
Fields in org.flowable.mail.common.impl declared as ContentItemModifier and TypeFieldDescriptionprotected final ContentItem
BaseMailActivityDelegate.ContentItemDataSourceWrapper.contentItem
Constructors in org.flowable.mail.common.impl with parameters of type ContentItemModifierConstructorDescriptionContentItemDataSourceWrapper
(ContentItem contentItem, ContentService contentService)