public class ProcessDisplayerConfig extends Object implements FormDisplayerConfig<ProcessDefinitionKey>
| Constructor and Description |
|---|
ProcessDisplayerConfig(ProcessDefinitionKey key,
String processName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormContent() |
String |
getFormOpener() |
ProcessDefinitionKey |
getKey() |
String |
getProcessName() |
void |
setFormContent(String formContent) |
void |
setFormOpener(String formOpener) |
public ProcessDisplayerConfig(ProcessDefinitionKey key, String processName)
public ProcessDefinitionKey getKey()
getKey in interface FormDisplayerConfig<ProcessDefinitionKey>public String getProcessName()
public String getFormContent()
getFormContent in interface FormDisplayerConfig<ProcessDefinitionKey>public void setFormContent(String formContent)
public String getFormOpener()
getFormOpener in interface FormDisplayerConfig<ProcessDefinitionKey>public void setFormOpener(String formOpener)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.