| 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 |
AutomaticTaskDefinition
An AutomaticTask is a concrete implementation of a Task.
|
interface |
CallActivityDefinition |
interface |
HumanTaskDefinition
A Human task is a task having an actor and that can be assigned.
|
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 |
TaskDefinition
A Task is an atomic Activity within a Process flow.
|
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 |
|---|---|
ActivityDefinition |
FlowElementContainerDefinition.getActivity(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ActivityDefinition> |
FlowElementContainerDefinition.getActivities() |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityDefinitionImpl |
class |
AutomaticTaskDefinitionImpl |
class |
CallActivityDefinitionImpl |
class |
HumanTaskDefinitionImpl |
class |
ManualTaskDefinitionImpl |
class |
ReceiveTaskDefinitionImpl |
class |
SendTaskDefinitionImpl |
class |
TaskDefinitionImpl |
class |
UserTaskDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
ActivityDefinition |
FlowElementContainerDefinitionImpl.getActivity(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ActivityDefinition> |
FlowElementContainerDefinitionImpl.getActivities() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowElementContainerDefinitionImpl.addActivity(ActivityDefinition activity) |
| 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(ActivityDefinition activityDefinition,
long modelId) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubProcessDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionFinder.find(ActivityDefinition activityDefinition,
long expressionDefinitionId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.