org.kie.services.client.serialization.jaxb.impl.task
Class JaxbTaskSummaryListResponse
java.lang.Object
org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
org.kie.services.client.serialization.jaxb.impl.AbstractJaxbCommandResponse<List<org.kie.api.task.model.TaskSummary>>
org.kie.services.client.serialization.jaxb.impl.task.JaxbTaskSummaryListResponse
- All Implemented Interfaces:
- JaxbCommandResponse<List<org.kie.api.task.model.TaskSummary>>
public class JaxbTaskSummaryListResponse
- extends AbstractJaxbCommandResponse<List<org.kie.api.task.model.TaskSummary>>
|
Method Summary |
List<org.kie.api.task.model.TaskSummary> |
getList()
|
List<org.kie.api.task.model.TaskSummary> |
getResult()
|
void |
setList(List<org.kie.api.task.model.TaskSummary> result)
|
void |
setResult(List<org.kie.api.task.model.TaskSummary> result)
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbTaskSummaryListResponse
public JaxbTaskSummaryListResponse()
JaxbTaskSummaryListResponse
public JaxbTaskSummaryListResponse(Collection<org.kie.api.task.model.TaskSummary> taskSummaryCollection)
JaxbTaskSummaryListResponse
public JaxbTaskSummaryListResponse(List<org.kie.api.task.model.TaskSummary> taskSummaryCollection,
int i,
org.kie.api.command.Command<?> cmd)
getResult
public List<org.kie.api.task.model.TaskSummary> getResult()
- Returns:
- The result object generated by the command. If the command does not return an object, null.
setResult
public void setResult(List<org.kie.api.task.model.TaskSummary> result)
- Description copied from interface:
JaxbCommandResponse
- This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
getList
public List<org.kie.api.task.model.TaskSummary> getList()
setList
public void setList(List<org.kie.api.task.model.TaskSummary> result)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.