org.camunda.bpm.engine.impl.cmd
Class GetProcessApplicationForDeploymentCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.GetProcessApplicationForDeploymentCmd
All Implemented Interfaces:
Command<String>

public class GetProcessApplicationForDeploymentCmd
extends Object
implements Command<String>

Author:
Daniel Meyer

Field Summary
protected  String deploymentId
           
 
Constructor Summary
GetProcessApplicationForDeploymentCmd(String deploymentId)
           
 
Method Summary
 String execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deploymentId

protected String deploymentId
Constructor Detail

GetProcessApplicationForDeploymentCmd

public GetProcessApplicationForDeploymentCmd(String deploymentId)
Method Detail

execute

public String execute(CommandContext commandContext)
Specified by:
execute in interface Command<String>


Copyright © 2017 camunda services GmbH. All rights reserved.