public class TaskRenderingSettings extends Object implements RenderingSettings
| Constructor and Description |
|---|
TaskRenderingSettings(TaskDefinition task,
Map<String,Object> inputs,
Map<String,Object> outputs,
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
|
Map<String,Object> |
getInputs() |
org.kie.internal.task.api.ContentMarshallerContext |
getMarshallerContext()
Retrieves the ContentMarshallerContext
|
Map<String,Object> |
getOutputs() |
TaskDefinition |
getTask() |
void |
setFormContent(String formContent)
Sets the content of the form to be rendered
|
void |
setInputs(Map<String,Object> inputs) |
void |
setMarshallerContext(org.kie.internal.task.api.ContentMarshallerContext marshallerContext)
Sets the ContentMarshallerContext
|
void |
setOutputs(Map<String,Object> outputs) |
void |
setTask(TaskDefinition task) |
public TaskDefinition getTask()
public void setTask(TaskDefinition task)
public String getFormContent()
RenderingSettingsgetFormContent in interface RenderingSettingspublic void setFormContent(String formContent)
RenderingSettingssetFormContent in interface RenderingSettingspublic org.kie.internal.task.api.ContentMarshallerContext getMarshallerContext()
RenderingSettingsgetMarshallerContext in interface RenderingSettingspublic void setMarshallerContext(org.kie.internal.task.api.ContentMarshallerContext marshallerContext)
RenderingSettingssetMarshallerContext in interface RenderingSettingsCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.