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 Details

  • Constructor Details

    • RemoveMetadataValuesCmd

      public RemoveMetadataValuesCmd(String contentItemId, Collection<String> metadataNames)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>