public class ProcessDisplayerConfig<S extends FormRenderingSettings> extends Object implements FormDisplayerConfig<ProcessDefinitionKey,S>
Constructor and Description |
---|
ProcessDisplayerConfig(ProcessDefinitionKey key,
String processName,
boolean isDynamic) |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionKey |
getKey() |
String |
getProcessName() |
S |
getRenderingSettings() |
boolean |
isDynamic() |
void |
setRenderingSettings(S renderingSettings) |
public ProcessDisplayerConfig(ProcessDefinitionKey key, String processName, boolean isDynamic)
public ProcessDefinitionKey getKey()
getKey
in interface FormDisplayerConfig<ProcessDefinitionKey,S extends FormRenderingSettings>
public String getProcessName()
public boolean isDynamic()
public S getRenderingSettings()
getRenderingSettings
in interface FormDisplayerConfig<ProcessDefinitionKey,S extends FormRenderingSettings>
public void setRenderingSettings(S renderingSettings)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.