55565758596061
public DeploymentRestServiceImpl(String engineName, ObjectMapper objectMapper) { super(engineName, objectMapper); } public DeploymentResource getDeployment(String deploymentId) { return new DeploymentResourceImpl(getProcessEngine(), deploymentId); }