Class GetMetadataValuesCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.GetMetadataValuesCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>

public class GetMetadataValuesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>
  • Field Details

    • contentItemId

      protected String contentItemId
  • Constructor Details

    • GetMetadataValuesCmd

      public GetMetadataValuesCmd(String contentItemId)
  • Method Details

    • execute

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