jBPM distribution 6.2.0.Beta2

org.jbpm.services.api.model
Interface VariableDesc

All Known Implementing Classes:
VariableStateDesc

public interface VariableDesc


Method Summary
 Date getDataTimeStamp()
           
 String getDeploymentId()
           
 String getNewValue()
           
 String getOldValue()
           
 Long getProcessInstanceId()
           
 String getVariableId()
           
 String getVariableInstanceId()
           
 

Method Detail

getVariableId

String getVariableId()

getVariableInstanceId

String getVariableInstanceId()

getOldValue

String getOldValue()

getNewValue

String getNewValue()

getDeploymentId

String getDeploymentId()

getProcessInstanceId

Long getProcessInstanceId()

getDataTimeStamp

Date getDataTimeStamp()

jBPM distribution 6.2.0.Beta2

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