Package com.flowable.core.content.api
Interface MetadataService
- All Known Implementing Classes:
MetadataServiceImpl
public interface MetadataService
-
Method Summary
Modifier and TypeMethodDescriptiongetMetadataInstance
(String contentItemId, String metadataName) getMetadataInstances
(String contentItemId) getMetadataInstances
(String contentItemId, Collection<String> metadataNames) getMetadataValue
(String contentItemId, String metadataName) getMetadataValues
(String contentItemId) void
removeMetadataValue
(String contentItemId, String metadataName) void
removeMetadataValues
(String contentItemId, Collection<String> metadataNames) void
setMetadataValue
(String contentItemId, String metadataName, Object metadataValue) void
setMetadataValues
(String contentItemId, Map<String, Object> metadataValues)
-
Method Details
-
getMetadataValue
-
getMetadataValues
-
getMetadataInstance
-
getMetadataInstances
-
getMetadataInstances
Map<String,MetadataInstance> getMetadataInstances(String contentItemId, Collection<String> metadataNames) -
setMetadataValue
-
setMetadataValues
-
removeMetadataValue
-
removeMetadataValues
-