Class GetContentItemStreamCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.GetContentItemStreamCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<InputStream>

public class GetContentItemStreamCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<InputStream>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • contentItemId

      protected String contentItemId
  • Constructor Details

    • GetContentItemStreamCmd

      public GetContentItemStreamCmd(String contentItemId)
  • Method Details

    • execute

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