| Modifier and Type | Interface and Description |
|---|---|
interface |
ActorInstance
Once the
ProcessDefinition is deployed, the associated ActorDefinitions are instantiated. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActorDefinitionImpl |
class |
ActorInstanceImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
BusinessDataDefinitionImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchivedComment
The archived comment associated to a process instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedCommentImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchivedConnectorInstance
The archived connector
|
interface |
ConnectorInstance
Represents a connector, once instanciated by the containinig activity or process at runtime.
|
interface |
ConnectorInstanceWithFailureInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedConnectorInstanceImpl |
class |
ConnectorDefinitionImpl |
class |
ConnectorInstanceImpl |
class |
ConnectorInstanceWithFailureInfoImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchivedDataInstance
Represents an archived
DataInstance. |
interface |
DataInstance
This object represents this instance of
DataDefinition generated when the associated ProcessInstance or
FlowNodeInstance is instantiated. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedDataInstanceImpl |
class |
BlobDataInstanceImpl |
class |
BooleanDataInstanceImpl |
class |
DataDefinitionImpl |
class |
DataInstanceImpl |
class |
DateDataInstanceImpl |
class |
DoubleDataInstanceImpl |
class |
FloatDataInstanceImpl |
class |
IntegerDataInstanceImpl |
class |
LongDataInstanceImpl |
class |
LongTextDataInstanceImpl |
class |
ShortTextDataInstanceImpl |
class |
TextDataDefinitionImpl |
class |
XMLDataDefinitionImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchivedDocument |
interface |
Document |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedDocumentImpl |
class |
DocumentDefinitionImpl |
class |
DocumentImpl |
class |
DocumentListDefinitionImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityDefinition
An Activity is work that is performed within a Business Process.
|
interface |
ActivityInstance
Corresponding to a instance of
ActivityDefinition. |
interface |
ArchivedActivityInstance |
interface |
ArchivedAutomaticTaskInstance |
interface |
ArchivedCallActivityInstance |
interface |
ArchivedFlowElementInstance |
interface |
ArchivedFlowNodeInstance |
interface |
ArchivedGatewayInstance |
interface |
ArchivedHumanTaskInstance |
interface |
ArchivedLoopActivityInstance |
interface |
ArchivedManualTaskInstance |
interface |
ArchivedMultiInstanceActivityInstance |
interface |
ArchivedReceiveTaskInstance |
interface |
ArchivedSendTaskInstance |
interface |
ArchivedSubProcessActivityInstance |
interface |
ArchivedTaskInstance |
interface |
ArchivedUserTaskInstance |
interface |
AutomaticTaskDefinition
An AutomaticTask is a concrete implementation of a Task.
|
interface |
AutomaticTaskInstance |
interface |
BoundaryEventDefinition |
interface |
BoundaryEventInstance |
interface |
CallActivityDefinition |
interface |
CallActivityInstance |
interface |
CatchEventDefinition |
interface |
CatchEventInstance |
interface |
EndEventDefinition |
interface |
EndEventInstance |
interface |
EventDefinition |
interface |
EventInstance |
interface |
EventTriggerInstance |
interface |
FlowElementContainerDefinition
Allows to access all flow elements (activities, gateways, events and transitions) of a process or sub-process.
|
interface |
FlowNodeDefinition |
interface |
FlowNodeInstance |
interface |
GatewayDefinition |
interface |
GatewayInstance |
interface |
HumanTaskDefinition
A Human task is a task having an actor and that can be assigned.
|
interface |
HumanTaskInstance |
interface |
IntermediateCatchEventDefinition |
interface |
IntermediateCatchEventInstance |
interface |
IntermediateThrowEventDefinition |
interface |
IntermediateThrowEventInstance |
interface |
LoopActivityInstance |
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 |
ManualTaskInstance |
interface |
MultiInstanceActivityInstance |
interface |
ReceiveTaskDefinition |
interface |
ReceiveTaskInstance |
interface |
SendTaskDefinition |
interface |
SendTaskInstance |
interface |
StartEventDefinition |
interface |
StartEventInstance |
interface |
SubProcessActivityInstance |
interface |
TaskDefinition
A Task is an atomic Activity within a Process flow.
|
interface |
TaskInstance |
interface |
ThrowEventDefinition |
interface |
ThrowEventInstance |
interface |
TimerEventTriggerInstance
Represent the instance of the
TimerEventTriggerDefinition (only for the type TimerType.DATE and TimerType.DURATION) |
interface |
TransitionDefinition
Component of a process definition.
|
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
|
interface |
UserTaskInstance |
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseElement> |
ElementFinder.getElementById(Collection<T> elements,
long id) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDefinitionElementImpl |
class |
BaseElementImpl |
class |
NamedDefinitionElementImpl |
class |
NamedElementImpl
author Emmanuel Duchastenier
author Baptiste Mesta
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterDefinitionImpl |
class |
ParameterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchivedProcessInstance
Represents an archived instance of a process.
|
interface |
DesignProcessDefinition
Represents the Design Definition of a process.
|
interface |
ProcessDefinition
Represents the Definition of a process.
|
interface |
ProcessDeploymentInfo
Gives access to the
ProcessDefinition deployment information.A ProcessDeploymentInfo has a ConfigurationState, which says if the process is resolved (all its basic configuration has a
proper value), or unresolved (some configuration has to be done before the process can be activated). |
interface |
ProcessInstance
Represents a running instance of a process.
|
interface |
SubProcessDefinition
Definition of a sub-process, which is a type of Activity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArchivedProcessInstanceImpl |
class |
DesignProcessDefinitionImpl |
class |
ProcessDefinitionImpl |
class |
ProcessDeploymentInfoImpl |
class |
ProcessInstanceImpl |
class |
SubProcessDefinitionImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
UserFilterDefinitionImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Application
Contains the meta information of a Bonita Living Application.
|
interface |
ApplicationMenu
Represents an
Application menu |
interface |
ApplicationPage
Represents the association between a
Page and an Application |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationImpl |
class |
ApplicationMenuImpl |
class |
ApplicationPageImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Expression |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
FormMapping |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Page
A Page is a way to store, amongst other things, a binary content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Profile |
interface |
ProfileEntry
A
ProfileEntry represents a menu entry (inside the main top menu bar) in the Bonita Portal. |
interface |
ProfileMember |
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileEntryImpl |
class |
ProfileImpl |
class |
ProfileMemberImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Theme |
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.