jBPM distribution 6.2.0.CR4

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.CR4

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