KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization.jaxb.impl.process
Class JaxbProcessInstanceListResponse

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
      extended by org.kie.services.client.serialization.jaxb.impl.AbstractJaxbCommandResponse<List<org.kie.api.runtime.process.ProcessInstance>>
          extended by org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessInstanceListResponse
All Implemented Interfaces:
JaxbCommandResponse<List<org.kie.api.runtime.process.ProcessInstance>>

public class JaxbProcessInstanceListResponse
extends AbstractJaxbCommandResponse<List<org.kie.api.runtime.process.ProcessInstance>>


Field Summary
 
Fields inherited from class org.kie.services.client.serialization.jaxb.impl.AbstractJaxbCommandResponse
commandName
 
Fields inherited from class org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
status, url
 
Constructor Summary
JaxbProcessInstanceListResponse()
           
JaxbProcessInstanceListResponse(Collection<JaxbProcessInstanceResponse> taskSummaryCollection)
           
JaxbProcessInstanceListResponse(List<JaxbProcessInstanceResponse> taskSummaryCollection, int i, org.kie.api.command.Command<?> cmd)
           
 
Method Summary
 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.
 
Methods inherited from class org.kie.services.client.serialization.jaxb.impl.AbstractJaxbCommandResponse
getCommandName, getIndex, setCommandName, setIndex
 
Methods inherited from class org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
getStatus, getUrl, prettyPrint, setStatus, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbProcessInstanceListResponse

public JaxbProcessInstanceListResponse()

JaxbProcessInstanceListResponse

public JaxbProcessInstanceListResponse(Collection<JaxbProcessInstanceResponse> taskSummaryCollection)

JaxbProcessInstanceListResponse

public JaxbProcessInstanceListResponse(List<JaxbProcessInstanceResponse> taskSummaryCollection,
                                       int i,
                                       org.kie.api.command.Command<?> cmd)
Method Detail

setResult

public void setResult(List<org.kie.api.runtime.process.ProcessInstance> result)
Description copied from interface: JaxbCommandResponse
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.


getResult

public List<org.kie.api.runtime.process.ProcessInstance> getResult()
Returns:
The result object generated by the command. If the command does not return an object, null.

KIE Remote Services :: JAXB classes 6.1.0.Final

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