public class JaxbProcessInstanceListResponse extends AbstractJaxbCommandResponse<List<org.kie.api.runtime.process.ProcessInstance>>
commandName
status, 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, setIndex
getStatus, getUrl, prettyPrint, setStatus, setUrl
public 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)
JaxbCommandResponse
public List<org.kie.api.runtime.process.ProcessInstance> getResult()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.