org.kie.services.client.serialization.jaxb.impl.audit
Class JaxbHistoryLogList
java.lang.Object
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>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbHistoryLogList
public JaxbHistoryLogList()
JaxbHistoryLogList
public JaxbHistoryLogList(List<? extends org.jbpm.process.audit.event.AuditEvent> logList)
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.