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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
      extended by org.camunda.bpm.engine.impl.cmd.GetDeployedStartFormCmd
All Implemented Interfaces:
Command<InputStream>

public class GetDeployedStartFormCmd
extends AbstractGetDeployedFormCmd

Author:
Anna Pazola

Field Summary
protected  String processDefinitionId
           
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
DEPLOYMENT_KEY, DEPLOYMENT_KEY_LENGTH, EMBEDDED_KEY, EMBEDDED_KEY_LENGTH
 
Constructor Summary
GetDeployedStartFormCmd(String processDefinitionId)
           
 
Method Summary
protected  void checkAuthorization(CommandContext commandContext)
           
protected  FormData getFormData(CommandContext commandContext)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
execute, getResourceName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processDefinitionId

protected String processDefinitionId
Constructor Detail

GetDeployedStartFormCmd

public GetDeployedStartFormCmd(String processDefinitionId)
Method Detail

getFormData

protected FormData getFormData(CommandContext commandContext)
Specified by:
getFormData in class AbstractGetDeployedFormCmd

checkAuthorization

protected void checkAuthorization(CommandContext commandContext)
Specified by:
checkAuthorization in class AbstractGetDeployedFormCmd


Copyright © 2017 camunda services GmbH. All rights reserved.