Class GetMetadataInstancesCmd

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

public class GetMetadataInstancesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Map<String,MetadataInstance>>, Serializable
See Also:
  • Field Details

  • Constructor Details

    • GetMetadataInstancesCmd

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

    • execute

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