org.camunda.bpm.engine.impl
Class GetDeployedTaskFormCmd

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

public class GetDeployedTaskFormCmd
extends AbstractGetDeployedFormCmd

Author:
Anna Pazola

Field Summary
protected  String taskId
           
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
DEPLOYMENT_KEY, DEPLOYMENT_KEY_LENGTH, EMBEDDED_KEY, EMBEDDED_KEY_LENGTH
 
Constructor Summary
GetDeployedTaskFormCmd(String taskId)
           
 
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

taskId

protected String taskId
Constructor Detail

GetDeployedTaskFormCmd

public GetDeployedTaskFormCmd(String taskId)
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.