Uses of Interface
com.flowable.core.content.api.MetadataService
-
Packages that use MetadataService Package Description com.flowable.content.engine com.flowable.content.engine.impl com.flowable.core.content.api -
-
Uses of MetadataService in com.flowable.content.engine
Fields in com.flowable.content.engine declared as MetadataService Modifier and Type Field Description protected MetadataService
ContentEngineConfiguration. metadataService
Methods in com.flowable.content.engine that return MetadataService Modifier and Type Method Description MetadataService
ContentEngine. getMetadataService()
MetadataService
ContentEngineConfiguration. getMetadataService()
Methods in com.flowable.content.engine with parameters of type MetadataService Modifier and Type Method Description ContentEngineConfiguration
ContentEngineConfiguration. setMetadataService(MetadataService metadataService)
-
Uses of MetadataService in com.flowable.content.engine.impl
Classes in com.flowable.content.engine.impl that implement MetadataService Modifier and Type Class Description class
MetadataServiceImpl
Fields in com.flowable.content.engine.impl declared as MetadataService Modifier and Type Field Description protected MetadataService
ContentEngineImpl. metadataService
Methods in com.flowable.content.engine.impl that return MetadataService Modifier and Type Method Description MetadataService
ContentEngineImpl. getMetadataService()
-
Uses of MetadataService in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return MetadataService Modifier and Type Method Description MetadataService
CoreContentEngineConfigurationApi. getMetadataService()
-