Class SetMetaDataValueCmd

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

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

    • contentItemId

      protected String contentItemId
    • metadataName

      protected String metadataName
    • metadataValue

      protected Object metadataValue
  • Constructor Details

    • SetMetaDataValueCmd

      public SetMetaDataValueCmd(String contentItemId, String metadataName, Object metadataValue)
  • 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>