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()
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.