Class SetMetaDataValuesCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.SetMetaDataValuesCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class SetMetaDataValuesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • contentItemId

      protected String contentItemId
    • metadataValues

      protected Map<String,Object> metadataValues
  • Constructor Details

    • SetMetaDataValuesCmd

      public SetMetaDataValuesCmd(String contentItemId, Map<String,Object> metadataValues)
  • 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>