KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization.jaxb.impl.audit
Class JaxbHistoryLogList

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.impl.audit.JaxbHistoryLogList
All Implemented Interfaces:
JaxbCommandResponse<List<org.jbpm.process.audit.event.AuditEvent>>, JaxbPaginatedList<org.jbpm.process.audit.event.AuditEvent>

public class JaxbHistoryLogList
extends Object
implements JaxbCommandResponse<List<org.jbpm.process.audit.event.AuditEvent>>, JaxbPaginatedList<org.jbpm.process.audit.event.AuditEvent>


Constructor Summary
JaxbHistoryLogList()
           
JaxbHistoryLogList(List<? extends org.jbpm.process.audit.event.AuditEvent> logList)
           
 
Method Summary
 void addContents(List<org.jbpm.process.audit.event.AuditEvent> contentList)
          Add the list that has been paginated
 String getCommandName()
           
 List<AbstractJaxbHistoryObject> getHistoryLogList()
           
 Integer getIndex()
          JaxbCommandResponse methods
 List<AbstractJaxbHistoryObject> getList()
           
 Integer getPageNumber()
           
 Integer getPageSize()
           
 List<org.jbpm.process.audit.event.AuditEvent> getResult()
           
 void setCommandName(String cmdName)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setHistoryLogList(List<AbstractJaxbHistoryObject> list)
           
 void setIndex(Integer index)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setList(List<AbstractJaxbHistoryObject> historyLogList)
           
 void setPageNumber(Integer page)
          Set the page number
 void setPageSize(Integer pageSize)
          Set the page size
 void setResult(List<org.jbpm.process.audit.event.AuditEvent> 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
 

Constructor Detail

JaxbHistoryLogList

public JaxbHistoryLogList()

JaxbHistoryLogList

public JaxbHistoryLogList(List<? extends org.jbpm.process.audit.event.AuditEvent> logList)
Method Detail

getHistoryLogList

public List<AbstractJaxbHistoryObject> getHistoryLogList()

setHistoryLogList

public void setHistoryLogList(List<AbstractJaxbHistoryObject> list)

getIndex

public Integer getIndex()
JaxbCommandResponse methods

Specified by:
getIndex in interface JaxbCommandResponse<List<org.jbpm.process.audit.event.AuditEvent>>
Returns:
The index of the command in the JaxbCommandsRequest.getCommands() list.

setIndex

public void setIndex(Integer index)
Description copied from interface: JaxbCommandResponse
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.

Specified by:
setIndex in interface JaxbCommandResponse<List<org.jbpm.process.audit.event.AuditEvent>>

getCommandName

public String getCommandName()
Specified by:
getCommandName in interface JaxbCommandResponse<List<org.jbpm.process.audit.event.AuditEvent>>
Returns:
The (simple) name of the command class that generated this response.

setCommandName

public void setCommandName(String cmdName)
Description copied from interface: JaxbCommandResponse
This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.

Specified by:
setCommandName in interface JaxbCommandResponse<List<org.jbpm.process.audit.event.AuditEvent>>

getResult

public List<org.jbpm.process.audit.event.AuditEvent> getResult()
Specified by:
getResult in interface JaxbCommandResponse<List<org.jbpm.process.audit.event.AuditEvent>>
Returns:
The result object generated by the command. If the command does not return an object, null.

setResult

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

Specified by:
setResult in interface JaxbCommandResponse<List<org.jbpm.process.audit.event.AuditEvent>>

addContents

public void addContents(List<org.jbpm.process.audit.event.AuditEvent> contentList)
Description copied from interface: JaxbPaginatedList
Add the list that has been paginated

Specified by:
addContents in interface JaxbPaginatedList<org.jbpm.process.audit.event.AuditEvent>

getList

public List<AbstractJaxbHistoryObject> getList()

setList

public void setList(List<AbstractJaxbHistoryObject> historyLogList)

getPageNumber

public Integer getPageNumber()
Specified by:
getPageNumber in interface JaxbPaginatedList<org.jbpm.process.audit.event.AuditEvent>
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<org.jbpm.process.audit.event.AuditEvent>
Parameters:
page - The page number

getPageSize

public Integer getPageSize()
Specified by:
getPageSize in interface JaxbPaginatedList<org.jbpm.process.audit.event.AuditEvent>
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<org.jbpm.process.audit.event.AuditEvent>
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.