Interface Context

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractContext, CompensationScope, ExceptionScope, ExclusiveGroup, SwimlaneContext, VariableScope

public interface Context extends Serializable
  • Method Details

    • getType

      String getType()
    • getId

      long getId()
    • setId

      void setId(long id)
    • resolveContext

      Context resolveContext(Object param)
    • getContextContainer

      ContextContainer getContextContainer()