KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization.jaxb.impl.process
Class JaxbProcessInstanceWithVariablesResponse

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
      extended by org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessInstanceWithVariablesResponse

public class JaxbProcessInstanceWithVariablesResponse
extends AbstractJaxbResponse


Field Summary
 
Fields inherited from class org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
status, url
 
Constructor Summary
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)
           
 
Method Summary
 org.kie.api.runtime.process.ProcessInstance getProcessInstance()
           
 Map<String,String> getVariables()
           
protected  void initialize(org.kie.api.runtime.process.ProcessInstance processInstance, Map<String,String> vars)
           
 void setProcessInstance(org.kie.api.runtime.process.ProcessInstance processInstance)
           
 void setVariables(Map<String,String> variables)
           
 
Methods inherited from class org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
getStatus, getUrl, prettyPrint, setStatus, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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)

KIE Remote Services :: JAXB classes 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.