Class GetDeploymentDmnResourceCmd

java.lang.Object
org.flowable.dmn.engine.impl.cmd.GetDeploymentDmnResourceCmd
All Implemented Interfaces:
Serializable, Command<InputStream>

public class GetDeploymentDmnResourceCmd extends Object implements Command<InputStream>, Serializable
Gives access to a deployed decision table model, e.g., a DMN XML file, through a stream of bytes.
Author:
Tijs Rademakers
See Also:
  • Field Details

    • decisionTableId

      protected String decisionTableId
  • Constructor Details

    • GetDeploymentDmnResourceCmd

      public GetDeploymentDmnResourceCmd(String decisionTableId)
  • Method Details