Package com.flowable.content.engine.impl
Class MetadataServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ContentEngineConfiguration>
com.flowable.content.engine.impl.MetadataServiceImpl
- All Implemented Interfaces:
MetadataService
public class MetadataServiceImpl
extends CommonEngineServiceImpl<ContentEngineConfiguration>
implements MetadataService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
Constructor Summary
-
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) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
MetadataServiceImpl
public MetadataServiceImpl()
-
-
Method Details
-
getMetadataValue
- Specified by:
getMetadataValue
in interfaceMetadataService
-
getMetadataValues
- Specified by:
getMetadataValues
in interfaceMetadataService
-
getMetadataInstance
- Specified by:
getMetadataInstance
in interfaceMetadataService
-
getMetadataInstances
- Specified by:
getMetadataInstances
in interfaceMetadataService
-
getMetadataInstances
public Map<String,MetadataInstance> getMetadataInstances(String contentItemId, Collection<String> metadataNames) - Specified by:
getMetadataInstances
in interfaceMetadataService
-
setMetadataValue
- Specified by:
setMetadataValue
in interfaceMetadataService
-
setMetadataValues
- Specified by:
setMetadataValues
in interfaceMetadataService
-
removeMetadataValue
- Specified by:
removeMetadataValue
in interfaceMetadataService
-
removeMetadataValues
- Specified by:
removeMetadataValues
in interfaceMetadataService
-