org.jbpm.formbuilder.client
Class JsonLoadInput

java.lang.Object
  extended by org.jbpm.formbuilder.client.JsonLoadInput

public class JsonLoadInput
extends Object


Method Summary
 String getContextPath()
           
 FormRepresentation getForm()
           
 Map<String,Object> getFormData()
           
 String getPackage()
           
 String getProfile()
           
 TaskRef getTask()
           
static JsonLoadInput parse(String innerHTML)
           
 void setContextPath(String contextPath)
           
 void setForm(FormRepresentation form)
           
 void setFormData(Map<String,Object> formData)
           
 void setPackage(String _package)
           
 void setProfile(String profile)
           
 void setTask(TaskRef task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getForm

public FormRepresentation getForm()

setForm

public void setForm(FormRepresentation form)

getTask

public TaskRef getTask()

setTask

public void setTask(TaskRef task)

getProfile

public String getProfile()

setProfile

public void setProfile(String profile)

getPackage

public String getPackage()

setPackage

public void setPackage(String _package)

getFormData

public Map<String,Object> getFormData()

setFormData

public void setFormData(Map<String,Object> formData)

setContextPath

public void setContextPath(String contextPath)

getContextPath

public String getContextPath()

parse

public static JsonLoadInput parse(String innerHTML)
                           throws FormEncodingException
Throws:
FormEncodingException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.