public class JaxbProcessInstanceResponse extends JaxbProcessInstance implements JaxbCommandResponse<org.kie.api.runtime.process.ProcessInstance>
Modifier and Type | Field and Description |
---|---|
protected String |
commandName |
protected JaxbRequestStatus |
status |
protected String |
url |
Constructor and Description |
---|
JaxbProcessInstanceResponse() |
JaxbProcessInstanceResponse(org.kie.api.runtime.process.ProcessInstance processInstance) |
JaxbProcessInstanceResponse(org.kie.api.runtime.process.ProcessInstance processInstance,
int i,
org.kie.api.command.Command<?> cmd) |
JaxbProcessInstanceResponse(org.kie.api.runtime.process.ProcessInstance processInstance,
String requestUrl) |
Modifier and Type | Method and Description |
---|---|
String |
getCommandName() |
Integer |
getIndex() |
org.kie.api.runtime.process.ProcessInstance |
getResult() |
JaxbRequestStatus |
getStatus() |
String |
getUrl() |
void |
setCommandName(String cmdName)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
|
void |
setIndex(Integer index)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
|
void |
setResult(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.
|
void |
setStatus(JaxbRequestStatus status) |
void |
setUrl(String url) |
getEventTypes, getId, getParentProcessInstanceId, getProcess, getProcessId, getProcessName, getState, initialize, setEventTypes, setId, setParentProcessInstanceId, setProcessId, setState, signalEvent, toString
protected JaxbRequestStatus status
protected String url
protected String commandName
public JaxbProcessInstanceResponse()
public JaxbProcessInstanceResponse(org.kie.api.runtime.process.ProcessInstance processInstance, int i, org.kie.api.command.Command<?> cmd)
public JaxbProcessInstanceResponse(org.kie.api.runtime.process.ProcessInstance processInstance)
public JaxbProcessInstanceResponse(org.kie.api.runtime.process.ProcessInstance processInstance, String requestUrl)
public JaxbRequestStatus getStatus()
public void setStatus(JaxbRequestStatus status)
public String getUrl()
public void setUrl(String url)
public Integer getIndex()
getIndex
in interface JaxbCommandResponse<org.kie.api.runtime.process.ProcessInstance>
JaxbCommandsRequest#getCommands()
list.public void setIndex(Integer index)
JaxbCommandResponse
setIndex
in interface JaxbCommandResponse<org.kie.api.runtime.process.ProcessInstance>
public String getCommandName()
getCommandName
in interface JaxbCommandResponse<org.kie.api.runtime.process.ProcessInstance>
public void setCommandName(String cmdName)
JaxbCommandResponse
setCommandName
in interface JaxbCommandResponse<org.kie.api.runtime.process.ProcessInstance>
public org.kie.api.runtime.process.ProcessInstance getResult()
getResult
in interface JaxbCommandResponse<org.kie.api.runtime.process.ProcessInstance>
public void setResult(org.kie.api.runtime.process.ProcessInstance result)
JaxbCommandResponse
setResult
in interface JaxbCommandResponse<org.kie.api.runtime.process.ProcessInstance>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.