| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.flownode |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.flownode.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.process |
Package org.bonitasoft.engine.bpm.process gathers all model interfaces and exceptions related to process instance / definition objects manipulated
by process APIs.
|
| org.bonitasoft.engine.bpm.process.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityDefinition
An Activity is work that is performed within a Business Process.
|
interface |
AutomaticTaskDefinition
An AutomaticTask is a concrete implementation of a Task.
|
interface |
BoundaryEventDefinition |
interface |
CallActivityDefinition |
interface |
CatchEventDefinition |
interface |
EndEventDefinition |
interface |
EventDefinition |
interface |
GatewayDefinition |
interface |
HumanTaskDefinition
A Human task is a task having an actor and that can be assigned.
|
interface |
IntermediateCatchEventDefinition |
interface |
IntermediateThrowEventDefinition |
interface |
ManualTaskDefinition
A Manual Task is a Task that is not managed by any business process engine
It represent a work that is done outside of the system.
|
interface |
ReceiveTaskDefinition |
interface |
SendTaskDefinition |
interface |
StartEventDefinition |
interface |
TaskDefinition
A Task is an atomic Activity within a Process flow.
|
interface |
ThrowEventDefinition |
interface |
UserTaskDefinition
A User Task is a typical “workflow” Task where a human performer performs the Task with the assistance of a
software application and is scheduled through a task list manager of some sort
|
| Modifier and Type | Method and Description |
|---|---|
FlowNodeDefinition |
FlowElementContainerDefinition.getFlowNode(long sourceId) |
FlowNodeDefinition |
FlowElementContainerDefinition.getFlowNode(String sourceName) |
FlowNodeDefinition |
TransitionDefinition.getSourceFlowNode() |
FlowNodeDefinition |
TransitionDefinition.getTargetFlowNode() |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityDefinitionImpl |
class |
AutomaticTaskDefinitionImpl |
class |
BoundaryEventDefinitionImpl |
class |
CallActivityDefinitionImpl |
class |
CatchEventDefinitionImpl |
class |
EndEventDefinitionImpl |
class |
EventDefinitionImpl |
class |
FlowNodeDefinitionImpl |
class |
GatewayDefinitionImpl |
class |
HumanTaskDefinitionImpl |
class |
IntermediateCatchEventDefinitionImpl |
class |
IntermediateThrowEventDefinitionImpl |
class |
ManualTaskDefinitionImpl |
class |
ReceiveTaskDefinitionImpl |
class |
SendTaskDefinitionImpl |
class |
StartEventDefinitionImpl |
class |
TaskDefinitionImpl |
class |
ThrowEventDefinitionImpl |
class |
UserTaskDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeDefinition |
FlowElementContainerDefinitionImpl.getFlowNode(long sourceId) |
FlowNodeDefinition |
FlowElementContainerDefinitionImpl.getFlowNode(String sourceName) |
FlowNodeDefinition |
TransitionDefinitionImpl.getSourceFlowNode() |
FlowNodeDefinition |
TransitionDefinitionImpl.getTargetFlowNode() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubProcessDefinition
Definition of a sub-process, which is a type of Activity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelFinderVisitor.find(FlowNodeDefinition flowNodeDefinition,
long modelId) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubProcessDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionFinder.find(FlowNodeDefinition flowNodeDefinition,
long expressionDefinitionId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.