public class TaskRenderingSettings extends Object implements RenderingSettings
Constructor and Description |
---|
TaskRenderingSettings(TaskDefinition task,
Map<String,Object> inputs,
Map<String,Object> outputs,
String serverTemplateId,
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() |
String |
getServerTemplateId()
Retrieves the Servler Template Id for the current settings
|
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 getServerTemplateId()
RenderingSettings
getServerTemplateId
in interface RenderingSettings
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–2020 JBoss by Red Hat. All rights reserved.