org.kie.services.client.serialization.jaxb.impl.process
Class JaxbProcessInstanceWithVariablesResponse
java.lang.Object
org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessInstanceWithVariablesResponse
public class JaxbProcessInstanceWithVariablesResponse
- extends AbstractJaxbResponse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbProcessInstanceWithVariablesResponse
public JaxbProcessInstanceWithVariablesResponse()
JaxbProcessInstanceWithVariablesResponse
public JaxbProcessInstanceWithVariablesResponse(org.kie.api.runtime.process.ProcessInstance processInstance,
Map<String,String> vars)
JaxbProcessInstanceWithVariablesResponse
public JaxbProcessInstanceWithVariablesResponse(org.kie.api.runtime.process.ProcessInstance processInstance,
Map<String,String> vars,
String requestUrl)
initialize
protected void initialize(org.kie.api.runtime.process.ProcessInstance processInstance,
Map<String,String> vars)
getVariables
public Map<String,String> getVariables()
setVariables
public void setVariables(Map<String,String> variables)
getProcessInstance
public org.kie.api.runtime.process.ProcessInstance getProcessInstance()
setProcessInstance
public void setProcessInstance(org.kie.api.runtime.process.ProcessInstance processInstance)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.