Uses of Class
io.camunda.zeebe.engine.state.instance.EventScopeInstance
Packages that use EventScopeInstance
-
Uses of EventScopeInstance in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return EventScopeInstanceModifier and TypeMethodDescriptionEventScopeInstanceState.getInstance
(long eventScopeKey) Returns a event scope instance by key or null if none exists with this key. -
Uses of EventScopeInstance in io.camunda.zeebe.engine.state.instance
Methods in io.camunda.zeebe.engine.state.instance that return EventScopeInstanceModifier and TypeMethodDescriptionEventScopeInstance.addBoundaryElementId
(org.agrona.DirectBuffer elementId) EventScopeInstance.addInterruptingElementId
(org.agrona.DirectBuffer elementId) DbEventScopeInstanceState.getInstance
(long eventScopeKey) EventScopeInstance.setAccepting
(boolean accepting) EventScopeInstance.setInterrupted
(boolean interrupted) Constructors in io.camunda.zeebe.engine.state.instance with parameters of type EventScopeInstance