Class RemoveMetadataValuesCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.RemoveMetadataValuesCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
public class RemoveMetadataValuesCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoveMetadataValuesCmd
(String contentItemId, Collection<String> metadataNames) -
Method Summary
-
Field Details
-
contentItemId
-
metadataNames
-
-
Constructor Details
-
RemoveMetadataValuesCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-