Class GetDeploymentResourceCmd

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

public class GetDeploymentResourceCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<InputStream>
Author:
Tijs Rademakers
  • Field Details

    • deploymentId

      protected String deploymentId
    • resourceName

      protected String resourceName
  • Constructor Details

    • GetDeploymentResourceCmd

      public GetDeploymentResourceCmd(String deploymentId, String resourceName)
  • 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>