KIE Remote Services :: JAXB classes 6.1.0.Final

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

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.impl.process.JaxbProcessDefinitionList
All Implemented Interfaces:
JaxbPaginatedList<JaxbProcessDefinition>

public class JaxbProcessDefinitionList
extends Object
implements JaxbPaginatedList<JaxbProcessDefinition>


Constructor Summary
JaxbProcessDefinitionList()
           
JaxbProcessDefinitionList(List<JaxbProcessDefinition> procDefList)
           
 
Method Summary
 void addContents(List<JaxbProcessDefinition> contentList)
          Add the list that has been paginated
 Integer getPageNumber()
           
 Integer getPageSize()
           
 List<JaxbProcessDefinition> getProcessDefinitionList()
           
 void setPageNumber(Integer page)
          Set the page number
 void setPageSize(Integer pageSize)
          Set the page size
 void setProcessDefinitionList(List<JaxbProcessDefinition> processDefinitionList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbProcessDefinitionList

public JaxbProcessDefinitionList()

JaxbProcessDefinitionList

public JaxbProcessDefinitionList(List<JaxbProcessDefinition> procDefList)
Method Detail

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

KIE Remote Services :: JAXB classes 6.1.0.Final

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