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 MetadataServiceContentEngineConfiguration.metadataServiceMethods 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 voidReindexContentItemsCmd.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 MetadataServicePlatformCaseInstanceService.metadataService -
Uses of MetadataService in com.flowable.platform.service.content
Fields in com.flowable.platform.service.content declared as MetadataServiceModifier and TypeFieldDescriptionprotected MetadataServiceDocumentMetadataHandler.metadataServiceprotected MetadataServicePlatformContentItemService.metadataServiceprotected final MetadataServicePlatformContentItemVariableConverter.metadataServiceConstructors 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 MetadataServicePlatformProcessInstanceService.metadataService -
Uses of MetadataService in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as MetadataService