public class JaxbCommandsResponse extends Object
| Constructor and Description |
|---|
JaxbCommandsResponse() |
JaxbCommandsResponse(JaxbCommandsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public JaxbCommandsResponse()
public JaxbCommandsResponse(JaxbCommandsRequest request)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public Long getProcessInstanceId()
public void setProcessInstanceId(Long processInstanceId)
public String getVersion()
public void setVersion(String version)
public List<JaxbCommandResponse<?>> getResponses()
public void setResponses(List<JaxbCommandResponse<?>> responses)
public void addException(Exception exception, int i, org.kie.api.command.Command<?> cmd, JaxbRequestStatus status)
public void addResult(Object result, int i, org.kie.api.command.Command<?> cmd)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.