Uses of Interface
com.flowable.core.content.api.MetadataInstance
Packages that use MetadataInstance
Package
Description
-
Uses of MetadataInstance in com.flowable.content.engine.impl
Methods in com.flowable.content.engine.impl that return MetadataInstanceModifier and TypeMethodDescriptionMetadataServiceImpl.getMetadataInstance
(String contentItemId, String metadataName) Methods in com.flowable.content.engine.impl that return types with arguments of type MetadataInstanceModifier and TypeMethodDescriptionMetadataServiceImpl.getMetadataInstances
(String contentItemId) MetadataServiceImpl.getMetadataInstances
(String contentItemId, Collection<String> metadataNames) -
Uses of MetadataInstance in com.flowable.content.engine.impl.cmd
Methods in com.flowable.content.engine.impl.cmd that return MetadataInstanceMethods in com.flowable.content.engine.impl.cmd that return types with arguments of type MetadataInstance -
Uses of MetadataInstance in com.flowable.content.engine.impl.persistence.entity
Subinterfaces of MetadataInstance in com.flowable.content.engine.impl.persistence.entityClasses in com.flowable.content.engine.impl.persistence.entity that implement MetadataInstance -
Uses of MetadataInstance in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return MetadataInstanceModifier and TypeMethodDescriptionMetadataService.getMetadataInstance
(String contentItemId, String metadataName) Methods in com.flowable.core.content.api that return types with arguments of type MetadataInstanceModifier and TypeMethodDescriptionMetadataService.getMetadataInstances
(String contentItemId) MetadataService.getMetadataInstances
(String contentItemId, Collection<String> metadataNames) -
Uses of MetadataInstance in com.flowable.platform.engine.impl.indexing.dataproducer
Method parameters in com.flowable.platform.engine.impl.indexing.dataproducer with type arguments of type MetadataInstanceModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
ContentItemIndexingDataProducer.produceIndexingData
(ContentItemEntity contentItem, Map<String, MetadataInstance> metadataInstances, ContentEngineConfiguration contentEngineConfiguration) -
Uses of MetadataInstance in com.flowable.platform.engine.impl.indexing.job.history
Methods in com.flowable.platform.engine.impl.indexing.job.history with parameters of type MetadataInstanceModifier and TypeMethodDescriptionvoid
IndexingManagerHelperImpl.addMetaDataInstanceToData
(com.fasterxml.jackson.databind.node.ObjectNode data, com.fasterxml.jackson.databind.node.ArrayNode variablesArrayNode, MetadataInstance metadataInstance, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) -
Uses of MetadataInstance in com.flowable.platform.engine.impl.indexing.scheduler
Method parameters in com.flowable.platform.engine.impl.indexing.scheduler with type arguments of type MetadataInstanceModifier and TypeMethodDescriptionvoid
ContentItemIndexingScheduler.scheduleContentItemIndexing
(ContentItemEntity contentItem, Map<String, MetadataInstance> metadataInstances, String index, ContentEngineConfiguration contentEngineConfiguration)