org.kie.services.client.serialization.jaxb.impl.process
Class JaxbProcessDefinitionList
java.lang.Object
org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessDefinitionList
- All Implemented Interfaces:
- JaxbPaginatedList<JaxbProcessDefinition>
public class JaxbProcessDefinitionList
- extends Object
- implements JaxbPaginatedList<JaxbProcessDefinition>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbProcessDefinitionList
public JaxbProcessDefinitionList()
JaxbProcessDefinitionList
public JaxbProcessDefinitionList(List<JaxbProcessDefinition> procDefList)
getProcessDefinitionList
public List<JaxbProcessDefinition> getProcessDefinitionList()
setProcessDefinitionList
public void setProcessDefinitionList(List<JaxbProcessDefinition> processDefinitionList)
addContents
public void addContents(List<JaxbProcessDefinition> contentList)
- Description copied from interface:
JaxbPaginatedList
- Add the list that has been paginated
- Specified by:
addContents in interface JaxbPaginatedList<JaxbProcessDefinition>
getPageNumber
public Integer getPageNumber()
- Specified by:
getPageNumber in interface JaxbPaginatedList<JaxbProcessDefinition>
- Returns:
- The page number
setPageNumber
public void setPageNumber(Integer page)
- Description copied from interface:
JaxbPaginatedList
- Set the page number
- Specified by:
setPageNumber in interface JaxbPaginatedList<JaxbProcessDefinition>
- Parameters:
page - The page number
getPageSize
public Integer getPageSize()
- Specified by:
getPageSize in interface JaxbPaginatedList<JaxbProcessDefinition>
- Returns:
- The page size
setPageSize
public void setPageSize(Integer pageSize)
- Description copied from interface:
JaxbPaginatedList
- Set the page size
- Specified by:
setPageSize in interface JaxbPaginatedList<JaxbProcessDefinition>
- Parameters:
pageSize - The number of items per page
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.