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