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 TypeInterfaceDescriptioninterfaceContentItemBaseQuery<T extends ContentItemBaseQuery<T,C>, C extends ContentItem> Allows programmatic querying ofContentItems.Methods in org.flowable.content.api that return ContentItemMethods in org.flowable.content.api with parameters of type ContentItemModifier and TypeMethodDescriptionvoidContentService.saveContentItem(ContentItem contentItem) voidContentService.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 ContentItemBaseMailActivityDelegate.ContentItemDataSourceWrapper.contentItemConstructors in org.flowable.mail.common.impl with parameters of type ContentItemModifierConstructorDescriptionContentItemDataSourceWrapper(ContentItem contentItem, ContentService contentService)