public class JaxbProcessInstanceListResponse extends AbstractJaxbCommandResponse<List<org.kie.api.runtime.process.ProcessInstance>>
commandNamestatus, url| Constructor and Description |
|---|
JaxbProcessInstanceListResponse() |
JaxbProcessInstanceListResponse(Collection<JaxbProcessInstance> processInstanceList) |
JaxbProcessInstanceListResponse(List<org.kie.api.runtime.process.ProcessInstance> processInstanceList,
int i,
org.kie.api.command.Command<?> cmd) |
| Modifier and Type | Method and Description |
|---|---|
List<org.kie.api.runtime.process.ProcessInstance> |
getResult() |
void |
setResult(List<org.kie.api.runtime.process.ProcessInstance> result)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
|
getCommandName, getIndex, setCommandName, setIndexgetStatus, getUrl, prettyPrint, setStatus, setUrlpublic JaxbProcessInstanceListResponse()
public JaxbProcessInstanceListResponse(Collection<JaxbProcessInstance> processInstanceList)
public JaxbProcessInstanceListResponse(List<org.kie.api.runtime.process.ProcessInstance> processInstanceList, int i, org.kie.api.command.Command<?> cmd)
public void setResult(List<org.kie.api.runtime.process.ProcessInstance> result)
JaxbCommandResponsepublic List<org.kie.api.runtime.process.ProcessInstance> getResult()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.