Class GetDeploymentResourcesCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetDeploymentResourcesCmd
All Implemented Interfaces:
Serializable, Command<List>

public class GetDeploymentResourcesCmd extends Object implements Command<List>, Serializable
Author:
kristin.polenz@camunda.com
See Also:
  • Field Details

    • deploymentId

      protected String deploymentId
  • Constructor Details

    • GetDeploymentResourcesCmd

      public GetDeploymentResourcesCmd(String deploymentId)
  • Method Details