public class JaxbNodeInstanceLog extends AbstractJaxbHistoryObject<org.kie.api.runtime.manager.audit.NodeInstanceLog> implements org.kie.api.runtime.manager.audit.NodeInstanceLog, JaxbCommandResponse<org.kie.api.runtime.manager.audit.NodeInstanceLog>
realClass
Constructor and Description |
---|
JaxbNodeInstanceLog() |
JaxbNodeInstanceLog(org.kie.api.runtime.manager.audit.NodeInstanceLog origLog) |
Modifier and Type | Method and Description |
---|---|
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.kie.api.runtime.manager.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.kie.api.runtime.manager.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) |
initialize, readExternal, writeExternal
public JaxbNodeInstanceLog()
public JaxbNodeInstanceLog(org.kie.api.runtime.manager.audit.NodeInstanceLog origLog)
public Long getId()
public void setId(Long id)
public Long getProcessInstanceId()
getProcessInstanceId
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setProcessInstanceId(Long processInstanceId)
public String getProcessId()
getProcessId
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setProcessId(String processId)
public Date getDate()
getDate
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setDate(Date date)
public Integer getType()
getType
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setType(Integer type)
public String getNodeInstanceId()
getNodeInstanceId
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setNodeInstanceId(String nodeInstanceId)
public String getNodeId()
getNodeId
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setNodeId(String nodeId)
public String getNodeName()
getNodeName
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setNodeName(String nodeName)
public String getNodeType()
getNodeType
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setNodeType(String nodeType)
public Long getWorkItemId()
getWorkItemId
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setWorkItemId(Long workItemId)
public String getConnection()
getConnection
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setConnection(String connection)
public String getExternalId()
getExternalId
in interface org.kie.api.runtime.manager.audit.NodeInstanceLog
public void setExternalId(String externalId)
public Integer getIndex()
getIndex
in interface JaxbCommandResponse<org.kie.api.runtime.manager.audit.NodeInstanceLog>
JaxbCommandsRequest#getCommands()
list.public void setIndex(Integer index)
JaxbCommandResponse
setIndex
in interface JaxbCommandResponse<org.kie.api.runtime.manager.audit.NodeInstanceLog>
public String getCommandName()
getCommandName
in interface JaxbCommandResponse<org.kie.api.runtime.manager.audit.NodeInstanceLog>
public void setCommandName(String cmdName)
JaxbCommandResponse
setCommandName
in interface JaxbCommandResponse<org.kie.api.runtime.manager.audit.NodeInstanceLog>
public org.kie.api.runtime.manager.audit.NodeInstanceLog getResult()
getResult
in interface JaxbCommandResponse<org.kie.api.runtime.manager.audit.NodeInstanceLog>
public void setResult(org.kie.api.runtime.manager.audit.NodeInstanceLog result)
JaxbCommandResponse
setResult
in interface JaxbCommandResponse<org.kie.api.runtime.manager.audit.NodeInstanceLog>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.