public class JaxbProcessInstanceWithVariablesResponse extends AbstractJaxbResponse
status, url
Constructor and Description |
---|
JaxbProcessInstanceWithVariablesResponse() |
JaxbProcessInstanceWithVariablesResponse(org.kie.api.runtime.process.ProcessInstance processInstance,
Map<String,String> vars) |
JaxbProcessInstanceWithVariablesResponse(org.kie.api.runtime.process.ProcessInstance processInstance,
Map<String,String> vars,
String requestUrl) |
Modifier and Type | Method and Description |
---|---|
JaxbProcessInstance |
getProcessInstance() |
Map<String,String> |
getVariables() |
protected void |
initialize(org.kie.api.runtime.process.ProcessInstance processInstance,
Map<String,String> vars) |
void |
setProcessInstance(JaxbProcessInstance jaxbProcessInstance) |
void |
setVariables(Map<String,String> variables) |
getStatus, getUrl, prettyPrint, setStatus, setUrl
public JaxbProcessInstanceWithVariablesResponse()
public JaxbProcessInstanceWithVariablesResponse(org.kie.api.runtime.process.ProcessInstance processInstance, Map<String,String> vars)
protected void initialize(org.kie.api.runtime.process.ProcessInstance processInstance, Map<String,String> vars)
public JaxbProcessInstance getProcessInstance()
public void setProcessInstance(JaxbProcessInstance jaxbProcessInstance)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.