org.camunda.bpm.engine.delegate
Interface DelegateCaseVariableInstance

All Superinterfaces:
DelegateVariableInstance<DelegateCaseExecution>, ProcessEngineServicesAware, VariableInstance
All Known Implementing Classes:
DelegateCaseVariableInstanceImpl

public interface DelegateCaseVariableInstance
extends DelegateVariableInstance<DelegateCaseExecution>

Author:
Thorben Lindhauer

Method Summary
 String getEventName()
          The event name, which caused the listener to be notified.
 DelegateCaseExecution getSourceExecution()
          The case execution in which context the variable was created/updated/deleted.
 
Methods inherited from interface org.camunda.bpm.engine.runtime.VariableInstance
getActivityInstanceId, getCaseExecutionId, getCaseInstanceId, getErrorMessage, getExecutionId, getId, getName, getProcessInstanceId, getTaskId, getTenantId, getTypedValue, getTypeName, getValue
 
Methods inherited from interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAware
getProcessEngineServices
 

Method Detail

getEventName

String getEventName()
The event name, which caused the listener to be notified. Valid values are the constants defined in CaseVariableListener.

Specified by:
getEventName in interface DelegateVariableInstance<DelegateCaseExecution>

getSourceExecution

DelegateCaseExecution getSourceExecution()
The case execution in which context the variable was created/updated/deleted.

Specified by:
getSourceExecution in interface DelegateVariableInstance<DelegateCaseExecution>


Copyright © 2016 camunda services GmbH. All rights reserved.