org.jbpm.pvm.internal.history.model
Class HistoryVariableImpl

java.lang.Object
  extended by 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

Field Summary
protected  long dbid
           
protected  int dbversion
           
protected  java.util.Set<HistoryDetailImpl> details
          only here to get hibernate cascade
protected  java.lang.String executionId
           
protected  HistoryProcessInstanceImpl historyProcessInstance
           
protected  HistoryTaskImpl historyTask
           
protected  int nextDetailIndex
           
protected  java.lang.String processInstanceId
           
protected  java.lang.String value
           
protected  java.lang.String variableName
           
 
Constructor Summary
protected HistoryVariableImpl()
           
  HistoryVariableImpl(HistoryProcessInstanceImpl historyProcessInstance, HistoryTaskImpl historyTask, Variable variable)
           
 
Method Summary
 void addDetail(HistoryDetailImpl detail)
           
 long getDbid()
           
 int getDbversion()
           
 java.util.Set<HistoryDetailImpl> getDetails()
           
 java.lang.String getExecutionId()
           
 HistoryProcessInstanceImpl getHistoryProcessInstance()
           
 HistoryTaskImpl getHistoryTask()
           
 int getNextDetailIndex()
           
 java.lang.String getProcessInstanceId()
           
 java.lang.String getValue()
           
 java.lang.String getVariableName()
           
 void updated(Variable variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

HistoryVariableImpl

protected HistoryVariableImpl()

HistoryVariableImpl

public HistoryVariableImpl(HistoryProcessInstanceImpl historyProcessInstance,
                           HistoryTaskImpl historyTask,
                           Variable variable)
Method Detail

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.