| 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.actor |
This package contains everything concerning Actor : Definition, Instance, Exceptions, Updater...
|
| org.bonitasoft.engine.bpm.bar |
Contains classes and interfaces related to the Java representation of a
business archive (*.bar) |
| org.bonitasoft.engine.bpm.businessdata | |
| org.bonitasoft.engine.bpm.businessdata.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.connector |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.connector.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.context |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.data |
This package contains everything concerning Data : Definition, Instance, Exceptions, Criterion...
|
| org.bonitasoft.engine.bpm.data.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.document | |
| org.bonitasoft.engine.bpm.document.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| 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 | |
| org.bonitasoft.engine.bpm.process.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.userfilter | |
| org.bonitasoft.engine.bpm.userfilter.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.expression | |
| org.bonitasoft.engine.expression.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.operation |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.operation.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| Class and Description |
|---|
| ArchivedProcessInstance
Represents an archived instance of a process.
|
| ArchivedProcessInstanceNotFoundException
Thrown when it's not possible to find the archived process instance.
|
| DesignProcessDefinition
Represents the Design Definition of a process.
|
| InvalidProcessDefinitionException
Thrown when the process definition is invalid.
|
| Problem
A
Problem explains the issue in the DesignProcessDefinition when it is not well designed. |
| ProcessActivationException
Thrown when a process definition cannot be enabled / disabled, or when a
ProcessRuntimeAPI.startProcess(long) (and its variants)
cannot be performed
because the process definition is not enabled. |
| ProcessDefinition
Represents the Definition of a process.
|
| ProcessDefinitionNotFoundException
Thrown when a reference to a nonexistant
ProcessDefinition is made, generally through its ID. |
| ProcessDeployException
Thrown when a process fails to deploy.
|
| 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). |
| ProcessDeploymentInfoCriterion
Sort criterion used to specify the sort order of the
ProcessDeploymentInfo. |
| ProcessDeploymentInfoUpdater
Updater object to update
ProcessDeploymentInfo. |
| ProcessEnablementException
Thrown when a process cannot be enabled.
|
| ProcessExecutionException
Thrown when a process instance fails when it's starting.
|
| ProcessExportException
Thrown when the exporting of the content of the process definition under the bonita home fails.
|
| ProcessInstance
Represents a running instance of a process.
|
| ProcessInstanceCriterion
Sort criterion used to specify the sort order of the
ProcessInstance. |
| ProcessInstanceNotFoundException
Thrown when a reference to an inexistant
ProcessInstance is made, generally through its ID. |
| Class and Description |
|---|
| ProcessDefinition
Represents the Definition of a process.
|
| Class and Description |
|---|
| DesignProcessDefinition
Represents the Design Definition of a process.
|
| Class and Description |
|---|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ActivationState
Activation state of a process.
|
| ConfigurationState
Autoset by Bonita Engine.
|
| DesignProcessDefinition
Represents the Design Definition of a process.
|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Problem.Level
Defines a severity level.
|
| ProcessDefinition
Represents the Definition of a process.
|
| ProcessDeploymentInfoCriterion
Sort criterion used to specify the sort order of the
ProcessDeploymentInfo. |
| ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField
Fields that can be updated on a
ProcessDeploymentInfo. |
| ProcessInstanceCriterion
Sort criterion used to specify the sort order of the
ProcessInstance. |
| ProcessInstanceState |
| SubProcessDefinition
Definition of a sub-process, which is a type of Activity.
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| DesignProcessDefinition
Represents the Design Definition of a process.
|
| InvalidProcessDefinitionException
Thrown when the process definition is invalid.
|
| Class and Description |
|---|
| ActivationState
Activation state of a process.
|
| ArchivedProcessInstance
Represents an archived instance of a process.
|
| ConfigurationState
Autoset by Bonita Engine.
|
| DesignProcessDefinition
Represents the Design Definition of a process.
|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Problem
A
Problem explains the issue in the DesignProcessDefinition when it is not well designed. |
| Problem.Level
Defines a severity level.
|
| ProcessDefinition
Represents the Definition of a process.
|
| 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). |
| ProcessInstance
Represents a running instance of a process.
|
| SubProcessDefinition
Definition of a sub-process, which is a type of Activity.
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| Visitable
author Emmanuel Duchastenier
|
| Class and Description |
|---|
| ModelFinderVisitor
author Emmanuel Duchastenier
|
| Visitable
author Emmanuel Duchastenier
|
Copyright © 2018 Bonitasoft S.A.. All rights reserved.