KIE Remote Services :: JAXB classes 6.1.0.Final

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

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.impl.audit.AbstractJaxbHistoryObject<org.jbpm.process.audit.ProcessInstanceLog>
      extended by org.kie.services.client.serialization.jaxb.impl.audit.JaxbProcessInstanceLog
All Implemented Interfaces:
JaxbCommandResponse<org.jbpm.process.audit.ProcessInstanceLog>

public class JaxbProcessInstanceLog
extends AbstractJaxbHistoryObject<org.jbpm.process.audit.ProcessInstanceLog>
implements JaxbCommandResponse<org.jbpm.process.audit.ProcessInstanceLog>


Field Summary
 
Fields inherited from class org.kie.services.client.serialization.jaxb.impl.audit.AbstractJaxbHistoryObject
realClass
 
Constructor Summary
JaxbProcessInstanceLog()
           
JaxbProcessInstanceLog(org.jbpm.process.audit.ProcessInstanceLog processInstanceLog)
           
 
Method Summary
 String getCommandName()
           
 Long getDuration()
           
 Date getEnd()
           
 String getExternalId()
           
 Long getId()
           
 String getIdentity()
           
 Integer getIndex()
           
 String getOutcome()
           
 Long getParentProcessInstanceId()
           
 String getProcessId()
           
 Long getProcessInstanceId()
           
 String getProcessName()
           
 String getProcessVersion()
           
 org.jbpm.process.audit.ProcessInstanceLog getResult()
           
 Date getStart()
           
 Integer getStatus()
           
 void setCommandName(String cmdName)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setDuration(Long duration)
           
 void setEnd(Date end)
           
 void setExternalId(String externalId)
           
 void setId(Long id)
           
 void setIdentity(String identity)
           
 void setIndex(Integer index)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setOutcome(String outcome)
           
 void setParentProcessInstanceId(Long parentProcessInstanceId)
           
 void setProcessId(String processId)
           
 void setProcessInstanceId(Long processInstanceId)
           
 void setProcessName(String processName)
           
 void setProcessVersion(String processVersion)
           
 void setResult(org.jbpm.process.audit.ProcessInstanceLog result)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setStart(Date start)
           
 void setStatus(Integer status)
           
 
Methods inherited from class org.kie.services.client.serialization.jaxb.impl.audit.AbstractJaxbHistoryObject
createEntityInstance, initialize, readExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbProcessInstanceLog

public JaxbProcessInstanceLog()

JaxbProcessInstanceLog

public JaxbProcessInstanceLog(org.jbpm.process.audit.ProcessInstanceLog processInstanceLog)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getProcessInstanceId

public Long getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(Long processInstanceId)

getProcessId

public String getProcessId()

setProcessId

public void setProcessId(String processId)

getStart

public Date getStart()

setStart

public void setStart(Date start)

getEnd

public Date getEnd()

setEnd

public void setEnd(Date end)

getStatus

public Integer getStatus()

setStatus

public void setStatus(Integer status)

getParentProcessInstanceId

public Long getParentProcessInstanceId()

setParentProcessInstanceId

public void setParentProcessInstanceId(Long parentProcessInstanceId)

getOutcome

public String getOutcome()

setOutcome

public void setOutcome(String outcome)

getDuration

public Long getDuration()

setDuration

public void setDuration(Long duration)

getIdentity

public String getIdentity()

setIdentity

public void setIdentity(String identity)

getProcessVersion

public String getProcessVersion()

setProcessVersion

public void setProcessVersion(String processVersion)

getProcessName

public String getProcessName()

setProcessName

public void setProcessName(String processName)

getExternalId

public String getExternalId()

setExternalId

public void setExternalId(String externalId)

getIndex

public Integer getIndex()
Specified by:
getIndex in interface JaxbCommandResponse<org.jbpm.process.audit.ProcessInstanceLog>
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<org.jbpm.process.audit.ProcessInstanceLog>

getCommandName

public String getCommandName()
Specified by:
getCommandName in interface JaxbCommandResponse<org.jbpm.process.audit.ProcessInstanceLog>
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<org.jbpm.process.audit.ProcessInstanceLog>

getResult

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

setResult

public void setResult(org.jbpm.process.audit.ProcessInstanceLog 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<org.jbpm.process.audit.ProcessInstanceLog>

KIE Remote Services :: JAXB classes 6.1.0.Final

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