KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization.jaxb.impl
Class JaxbCommandsResponse

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.impl.JaxbCommandsResponse

public class JaxbCommandsResponse
extends Object


Constructor Summary
JaxbCommandsResponse()
           
JaxbCommandsResponse(JaxbCommandsRequest request)
           
 
Method Summary
 void addException(Exception exception, int i, org.kie.api.command.Command<?> cmd, JaxbRequestStatus status)
           
 void addResult(Object result, int i, org.kie.api.command.Command<?> cmd)
           
 String getDeploymentId()
           
 Long getProcessInstanceId()
           
 List<JaxbCommandResponse<?>> getResponses()
           
 String getVersion()
           
 void setDeploymentId(String deploymentId)
           
 void setProcessInstanceId(Long processInstanceId)
           
 void setResponses(List<JaxbCommandResponse<?>> responses)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbCommandsResponse

public JaxbCommandsResponse()

JaxbCommandsResponse

public JaxbCommandsResponse(JaxbCommandsRequest request)
Method Detail

getDeploymentId

public String getDeploymentId()

setDeploymentId

public void setDeploymentId(String deploymentId)

getProcessInstanceId

public Long getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(Long processInstanceId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getResponses

public List<JaxbCommandResponse<?>> getResponses()

setResponses

public void setResponses(List<JaxbCommandResponse<?>> responses)

addException

public void addException(Exception exception,
                         int i,
                         org.kie.api.command.Command<?> cmd,
                         JaxbRequestStatus status)

addResult

public void addResult(Object result,
                      int i,
                      org.kie.api.command.Command<?> cmd)

KIE Remote Services :: JAXB classes 6.1.0.Final

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