Package | Description |
---|---|
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.util | |
org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService . |
Modifier and Type | Class and Description |
---|---|
class |
ActivityInstanceImpl |
class |
ProcessElementInstanceImpl |
class |
TransitionInstanceImpl |
Modifier and Type | Method and Description |
---|---|
static String |
StringUtil.joinProcessElementInstanceIds(Collection<? extends ProcessElementInstance> processElementInstances) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityInstance
An activity instance represents an instance of an activity.
|
interface |
TransitionInstance
A transition instance represents an execution token that
has just completed a transition (sequence flow in BPMN) or is about
to take an outgoing transition.
|
Copyright © 2017. All rights reserved.