Uses of Interface
com.flowable.core.content.api.MetadataService
Packages that use MetadataService
Package
Description
-
Uses of MetadataService in com.flowable.content.engine
Fields in com.flowable.content.engine declared as MetadataServiceModifier and TypeFieldDescriptionprotected MetadataService
ContentEngineConfiguration.metadataService
Methods in com.flowable.content.engine that return MetadataServiceModifier and TypeMethodDescriptionContentEngine.getMetadataService()
ContentEngineConfiguration.getMetadataService()
Methods in com.flowable.content.engine with parameters of type MetadataServiceModifier and TypeMethodDescriptionContentEngineConfiguration.setMetadataService
(MetadataService metadataService) -
Uses of MetadataService in com.flowable.content.engine.impl
Classes in com.flowable.content.engine.impl that implement MetadataServiceFields in com.flowable.content.engine.impl declared as MetadataServiceMethods in com.flowable.content.engine.impl that return MetadataService -
Uses of MetadataService in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return MetadataService -
Uses of MetadataService in com.flowable.platform.engine.impl.indexing.reindex
Methods in com.flowable.platform.engine.impl.indexing.reindex with parameters of type MetadataServiceModifier and TypeMethodDescriptionprotected void
ReindexContentItemsCmd.scheduleReindex
(ContentEngineConfiguration contentEngineConfiguration, MetadataService metadataService, ContentItem contentItem) -
Uses of MetadataService in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as MetadataServiceModifier and TypeFieldDescriptionprotected MetadataService
PlatformCaseInstanceService.metadataService
-
Uses of MetadataService in com.flowable.platform.service.content
Fields in com.flowable.platform.service.content declared as MetadataServiceModifier and TypeFieldDescriptionprotected MetadataService
DocumentMetadataHandler.metadataService
protected MetadataService
PlatformContentItemService.metadataService
protected final MetadataService
PlatformContentItemVariableConverter.metadataService
Constructors in com.flowable.platform.service.content with parameters of type MetadataServiceModifierConstructorDescriptionPlatformContentItemVariableConverter
(RenditionService renditionService, MetadataService metadataService, SimpleContentTypeMapper simpleTypeMapper) -
Uses of MetadataService in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process declared as MetadataServiceModifier and TypeFieldDescriptionprotected MetadataService
PlatformProcessInstanceService.metadataService
-
Uses of MetadataService in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as MetadataService