org.camunda.bpm.engine.rest.dto.task
Class FormDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.task.FormDto

public class FormDto
extends Object

Author:
nico.rehwaldt

Constructor Summary
FormDto()
           
 
Method Summary
static FormDto fromFormData(FormData formData)
           
 String getContextPath()
           
 String getKey()
           
 void setContextPath(String contextPath)
           
 void setKey(String form)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormDto

public FormDto()
Method Detail

setKey

public void setKey(String form)

getKey

public String getKey()

setContextPath

public void setContextPath(String contextPath)

getContextPath

public String getContextPath()

fromFormData

public static FormDto fromFormData(FormData formData)


Copyright © 2016 camunda services GmbH. All rights reserved.