KIE Remote Services :: JAXB classes 6.1.0.Beta4

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>>

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


Constructor Summary
JaxbHistoryLogList()
           
JaxbHistoryLogList(List<? extends org.jbpm.process.audit.event.AuditEvent> logList)
           
 
Method Summary
 String getCommandName()
           
 List<AbstractJaxbHistoryObject> getHistoryLogList()
           
 Integer getIndex()
          JaxbCommandResponse methods
 List<AbstractJaxbHistoryObject> getList()
           
 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 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>>

getList

public List<AbstractJaxbHistoryObject> getList()

setList

public void setList(List<AbstractJaxbHistoryObject> historyLogList)

KIE Remote Services :: JAXB classes 6.1.0.Beta4

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