public class ProcessRenderingSettings extends Object implements RenderingSettings
Constructor and Description |
---|
ProcessRenderingSettings(ProcessDefinition process,
Map<String,String> processData,
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
|
org.kie.internal.task.api.ContentMarshallerContext |
getMarshallerContext()
Retrieves the ContentMarshallerContext
|
ProcessDefinition |
getProcess() |
Map<String,String> |
getProcessData() |
String |
getServerTemplateId()
Retrieves the Servler Template Id for the current settings
|
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 ProcessDefinition getProcess()
public void setProcess(ProcessDefinition process)
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.