org.jbpm.pvm.internal.history.model
Class HistoryVariableImpl
java.lang.Object
org.jbpm.pvm.internal.history.model.HistoryVariableImpl
- All Implemented Interfaces:
- java.io.Serializable
public class HistoryVariableImpl
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dbid
protected long dbid
dbversion
protected int dbversion
historyProcessInstance
protected HistoryProcessInstanceImpl historyProcessInstance
historyTask
protected HistoryTaskImpl historyTask
processInstanceId
protected java.lang.String processInstanceId
executionId
protected java.lang.String executionId
variableName
protected java.lang.String variableName
value
protected java.lang.String value
nextDetailIndex
protected int nextDetailIndex
details
protected java.util.Set<HistoryDetailImpl> details
- only here to get hibernate cascade
HistoryVariableImpl
protected HistoryVariableImpl()
HistoryVariableImpl
public HistoryVariableImpl(HistoryProcessInstanceImpl historyProcessInstance,
HistoryTaskImpl historyTask,
Variable variable)
updated
public void updated(Variable variable)
addDetail
public void addDetail(HistoryDetailImpl detail)
getDbid
public long getDbid()
getDbversion
public int getDbversion()
getHistoryProcessInstance
public HistoryProcessInstanceImpl getHistoryProcessInstance()
getHistoryTask
public HistoryTaskImpl getHistoryTask()
getProcessInstanceId
public java.lang.String getProcessInstanceId()
getExecutionId
public java.lang.String getExecutionId()
getVariableName
public java.lang.String getVariableName()
getValue
public java.lang.String getValue()
getNextDetailIndex
public int getNextDetailIndex()
getDetails
public java.util.Set<HistoryDetailImpl> getDetails()
Copyright © 2010 JBoss Community. All Rights Reserved.