jBPM Console NG - Human Tasks Forms API 6.2.0-SNAPSHOT

org.jbpm.console.ng.ht.forms.display.process.api
Class ProcessDisplayerConfig

java.lang.Object
  extended by org.jbpm.console.ng.ht.forms.display.process.api.ProcessDisplayerConfig
All Implemented Interfaces:
FormDisplayerConfig<ProcessDefinitionKey>

public class ProcessDisplayerConfig
extends Object
implements FormDisplayerConfig<ProcessDefinitionKey>


Constructor Summary
ProcessDisplayerConfig(ProcessDefinitionKey key, String processName)
           
 
Method Summary
 String getFormContent()
           
 String getFormOpener()
           
 ProcessDefinitionKey getKey()
           
 String getProcessName()
           
 void setFormContent(String formContent)
           
 void setFormOpener(String formOpener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDisplayerConfig

public ProcessDisplayerConfig(ProcessDefinitionKey key,
                              String processName)
Method Detail

getKey

public ProcessDefinitionKey getKey()
Specified by:
getKey in interface FormDisplayerConfig<ProcessDefinitionKey>

getProcessName

public String getProcessName()

getFormContent

public String getFormContent()
Specified by:
getFormContent in interface FormDisplayerConfig<ProcessDefinitionKey>

setFormContent

public void setFormContent(String formContent)

getFormOpener

public String getFormOpener()
Specified by:
getFormOpener in interface FormDisplayerConfig<ProcessDefinitionKey>

setFormOpener

public void setFormOpener(String formOpener)

jBPM Console NG - Human Tasks Forms API 6.2.0-SNAPSHOT

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