Interface ParentAwareVariableContainer

All Superinterfaces:
org.flowable.common.engine.api.variable.VariableContainer
All Known Implementing Classes:
ServiceInvocationVariablesContainer

public interface ParentAwareVariableContainer extends org.flowable.common.engine.api.variable.VariableContainer
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.flowable.common.engine.api.variable.VariableContainer
     

    Methods inherited from interface org.flowable.common.engine.api.variable.VariableContainer

    getTenantId, getVariable, getVariableNames, hasVariable, setTransientVariable, setVariable
  • Method Details

    • getParentVariableContainer

      org.flowable.common.engine.api.variable.VariableContainer getParentVariableContainer()
    • getParentDeploymentId

      String getParentDeploymentId()