KIE Remote Services :: JAXB classes 6.1.0.Final

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

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

public class JaxbNodeInstanceLog
extends AbstractJaxbHistoryObject<org.jbpm.process.audit.NodeInstanceLog>
implements JaxbCommandResponse<org.jbpm.process.audit.NodeInstanceLog>


Field Summary
 
Fields inherited from class org.kie.services.client.serialization.jaxb.impl.audit.AbstractJaxbHistoryObject
realClass
 
Constructor Summary
JaxbNodeInstanceLog()
           
JaxbNodeInstanceLog(org.jbpm.process.audit.NodeInstanceLog origLog)
           
 
Method Summary
 String getCommandName()
           
 String getConnection()
           
 Date getDate()
           
 String getExternalId()
           
 Long getId()
           
 Integer getIndex()
           
 String getNodeId()
           
 String getNodeInstanceId()
           
 String getNodeName()
           
 String getNodeType()
           
 String getProcessId()
           
 Long getProcessInstanceId()
           
 org.jbpm.process.audit.NodeInstanceLog getResult()
           
 Integer getType()
           
 Long getWorkItemId()
           
 void setCommandName(String cmdName)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setConnection(String connection)
           
 void setDate(Date date)
           
 void setExternalId(String externalId)
           
 void setId(Long id)
           
 void setIndex(Integer index)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setNodeId(String nodeId)
           
 void setNodeInstanceId(String nodeInstanceId)
           
 void setNodeName(String nodeName)
           
 void setNodeType(String nodeType)
           
 void setProcessId(String processId)
           
 void setProcessInstanceId(Long processInstanceId)
           
 void setResult(org.jbpm.process.audit.NodeInstanceLog result)
          This method is necessary for the YAML framework (which expects getters *and* setters) to work with these objects.
 void setType(Integer type)
           
 void setWorkItemId(Long workItemId)
           
 
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

JaxbNodeInstanceLog

public JaxbNodeInstanceLog()

JaxbNodeInstanceLog

public JaxbNodeInstanceLog(org.jbpm.process.audit.NodeInstanceLog origLog)
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)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getType

public Integer getType()

setType

public void setType(Integer type)

getNodeInstanceId

public String getNodeInstanceId()

setNodeInstanceId

public void setNodeInstanceId(String nodeInstanceId)

getNodeId

public String getNodeId()

setNodeId

public void setNodeId(String nodeId)

getNodeName

public String getNodeName()

setNodeName

public void setNodeName(String nodeName)

getNodeType

public String getNodeType()

setNodeType

public void setNodeType(String nodeType)

getWorkItemId

public Long getWorkItemId()

setWorkItemId

public void setWorkItemId(Long workItemId)

getConnection

public String getConnection()

setConnection

public void setConnection(String connection)

getExternalId

public String getExternalId()

setExternalId

public void setExternalId(String externalId)

getIndex

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

getCommandName

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

getResult

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

KIE Remote Services :: JAXB classes 6.1.0.Final

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