Uses of Interface
org.flowable.content.api.ContentService
Packages that use ContentService
Package
Description
-
Uses of ContentService in org.flowable.cmmn.engine.impl.behavior.impl.mail
Methods in org.flowable.cmmn.engine.impl.behavior.impl.mail that return ContentServiceModifier and TypeMethodDescriptionprotected ContentService
CmmnMailActivityDelegate.getContentService()
-
Uses of ContentService in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return ContentServiceModifier and TypeMethodDescriptionstatic ContentService
CommandContextUtil.getContentService()
static ContentService
CommandContextUtil.getContentService
(CommandContext commandContext) -
Uses of ContentService in org.flowable.content.api
Methods in org.flowable.content.api that return ContentService -
Uses of ContentService in org.flowable.engine.impl.bpmn.mail
Methods in org.flowable.engine.impl.bpmn.mail that return ContentServiceModifier and TypeMethodDescriptionprotected ContentService
BpmnMailActivityDelegate.getContentService()
-
Uses of ContentService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return ContentServiceModifier and TypeMethodDescriptionstatic ContentService
CommandContextUtil.getContentService()
static ContentService
CommandContextUtil.getContentService
(CommandContext commandContext) static ContentService
EngineServiceUtil.getContentService
(AbstractEngineConfiguration engineConfiguration) -
Uses of ContentService in org.flowable.mail.common.impl
Fields in org.flowable.mail.common.impl declared as ContentServiceModifier and TypeFieldDescriptionprotected final ContentService
BaseMailActivityDelegate.ContentItemDataSourceWrapper.contentService
Methods in org.flowable.mail.common.impl that return ContentServiceModifier and TypeMethodDescriptionprotected abstract ContentService
BaseMailActivityDelegate.getContentService()
Constructors in org.flowable.mail.common.impl with parameters of type ContentServiceModifierConstructorDescriptionContentItemDataSourceWrapper
(ContentItem contentItem, ContentService contentService)