public class ProcessRenderingSettings extends Object implements RenderingSettings
Constructor and Description |
---|
ProcessRenderingSettings(ProcessDefinition process,
Map<String,String> processData,
String formContent,
org.kie.internal.task.api.ContentMarshallerContext marshallerContext) |
Modifier and Type | Method and Description |
---|---|
String |
getFormContent()
Retrieves the actual content of the form to be rendered
|
org.kie.internal.task.api.ContentMarshallerContext |
getMarshallerContext()
Retrieves the ContentMarshallerContext
|
ProcessDefinition |
getProcess() |
Map<String,String> |
getProcessData() |
void |
setFormContent(String formContent)
Sets the content of the form to be rendered
|
void |
setMarshallerContext(org.kie.internal.task.api.ContentMarshallerContext marshallerContext)
Sets the ContentMarshallerContext
|
void |
setProcess(ProcessDefinition process) |
void |
setProcessData(Map<String,String> processData) |
public ProcessRenderingSettings(ProcessDefinition process, Map<String,String> processData, String formContent, org.kie.internal.task.api.ContentMarshallerContext marshallerContext)
public ProcessDefinition getProcess()
public void setProcess(ProcessDefinition process)
public String getFormContent()
RenderingSettings
getFormContent
in interface RenderingSettings
public void setFormContent(String formContent)
RenderingSettings
setFormContent
in interface RenderingSettings
public org.kie.internal.task.api.ContentMarshallerContext getMarshallerContext()
RenderingSettings
getMarshallerContext
in interface RenderingSettings
public void setMarshallerContext(org.kie.internal.task.api.ContentMarshallerContext marshallerContext)
RenderingSettings
setMarshallerContext
in interface RenderingSettings
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.