public class JaxbTaskCommentListResponse extends AbstractJaxbCommandResponse<List<org.kie.api.task.model.Comment>> implements JaxbPaginatedList<org.kie.api.task.model.Comment>
commandNamestatus, url| Constructor and Description |
|---|
JaxbTaskCommentListResponse() |
JaxbTaskCommentListResponse(Collection<org.kie.api.task.model.Comment> commentCollection) |
JaxbTaskCommentListResponse(List<org.kie.api.task.model.Comment> commentCollection,
int i,
org.kie.api.command.Command<?> cmd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContents(List<org.kie.api.task.model.Comment> contentList) |
List<org.kie.api.task.model.Comment> |
getList() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
List<org.kie.api.task.model.Comment> |
getResult() |
void |
setList(List<org.kie.api.task.model.Comment> result) |
void |
setPageNumber(Integer page) |
void |
setPageSize(Integer pageSize) |
void |
setResult(List<org.kie.api.task.model.Comment> result) |
getCommandName, getIndex, setCommandName, setIndexgetStatus, getUrl, prettyPrint, setStatus, setUrlpublic JaxbTaskCommentListResponse()
public JaxbTaskCommentListResponse(Collection<org.kie.api.task.model.Comment> commentCollection)
public JaxbTaskCommentListResponse(List<org.kie.api.task.model.Comment> commentCollection, int i, org.kie.api.command.Command<?> cmd)
public List<org.kie.api.task.model.Comment> getResult()
getResult in interface JaxbCommandResponse<List<org.kie.api.task.model.Comment>>public void setResult(List<org.kie.api.task.model.Comment> result)
setResult in interface JaxbCommandResponse<List<org.kie.api.task.model.Comment>>public void addContents(List<org.kie.api.task.model.Comment> contentList)
addContents in interface JaxbPaginatedList<org.kie.api.task.model.Comment>public List<org.kie.api.task.model.Comment> getList()
public void setList(List<org.kie.api.task.model.Comment> result)
public Integer getPageNumber()
getPageNumber in interface JaxbPaginatedList<org.kie.api.task.model.Comment>public void setPageNumber(Integer page)
setPageNumber in interface JaxbPaginatedList<org.kie.api.task.model.Comment>public Integer getPageSize()
getPageSize in interface JaxbPaginatedList<org.kie.api.task.model.Comment>public void setPageSize(Integer pageSize)
setPageSize in interface JaxbPaginatedList<org.kie.api.task.model.Comment>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.