| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.bpm.flownode |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.flownode.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
FlowNodeInstance |
ProcessRuntimeAPI.getFlowNodeInstance(long flowNodeInstanceId)
Get a specified flow node instance.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<FlowNodeInstance> |
ProcessRuntimeAPI.searchFlowNodeInstances(SearchOptions searchOptions)
Search for flow node instances (activities, gateways and events).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityInstance
Corresponding to a instance of
ActivityDefinition. |
interface |
AutomaticTaskInstance |
interface |
BoundaryEventInstance |
interface |
CallActivityInstance |
interface |
CatchEventInstance |
interface |
EndEventInstance |
interface |
EventInstance |
interface |
GatewayInstance |
interface |
HumanTaskInstance |
interface |
IntermediateCatchEventInstance |
interface |
IntermediateThrowEventInstance |
interface |
LoopActivityInstance |
interface |
ManualTaskInstance |
interface |
MultiInstanceActivityInstance |
interface |
ReceiveTaskInstance |
interface |
SendTaskInstance |
interface |
StartEventInstance |
interface |
SubProcessActivityInstance |
interface |
TaskInstance |
interface |
ThrowEventInstance |
interface |
UserTaskInstance |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityInstanceImpl |
class |
AutomaticTaskInstanceImpl |
class |
BoundaryEventInstanceImpl |
class |
CallActivityInstanceImpl |
class |
CatchEventInstanceImpl |
class |
EndEventInstanceImpl |
class |
EventInstanceImpl |
class |
FlowNodeInstanceImpl |
class |
GatewayInstanceImpl |
class |
HumanTaskInstanceImpl |
class |
IntermediateCatchEventInstanceImpl |
class |
IntermediateThrowEventInstanceImpl |
class |
LoopActivityInstanceImpl |
class |
ManualTaskInstanceImpl |
class |
MultiInstanceActivityInstanceImpl |
class |
ReceiveTaskInstanceImpl |
class |
SendTaskInstanceImpl |
class |
StartEventInstanceImpl |
class |
SubProcessActivityInstanceImpl |
class |
TaskInstanceImpl |
class |
ThrowEventInstanceImpl |
class |
UserTaskInstanceImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.