| Interface and Description |
|---|
| org.bonitasoft.engine.api.BusinessDataAPI
Replaced by
ProcessRuntimeAPI.getProcessInstanceExecutionContext(long) (ProcessRuntimeAPI.getArchivedProcessInstanceExecutionContext(long) for
archived process instances). In
the map return by ProcessRuntimeAPI.getProcessInstanceExecutionContext(long) you can get BusinessDataReference by using
"yourBusinessDataName_ref" key (business data name as declared in
the process definition followed by "_ref" suffix). |
| com.bonitasoft.engine.bdm.dao.BusinessObjectDAO
since version 7.0.0 on, use
BusinessObjectDAO instead. This class was only introduced to avoid an API break
of Bonita Engine Subscription version. It will be deleted in next releases. |
| com.bonitasoft.engine.bdm.Entity
since version 7.0.0, use
Entity instead. This class was only introduced to avoid an API break of Bonita Engine
Subscription version. It will be deleted in next releases. |
| org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
in this package since 6.2.3. Instead use
FlowElementContainerDefinition |
| org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinition
since 6.2.3
|
| Enum and Description |
|---|
| org.bonitasoft.engine.operation.LeftOperandType
use constants of LeftOperand
Type of the left operand.
|
| Exceptions and Description |
|---|
| org.bonitasoft.engine.expression.ExpressionException
As of 6.0 not thrown anymore
|
| org.bonitasoft.engine.operation.ForbiddenOperationException
not used anymore
|
| org.bonitasoft.engine.operation.IncorrectOperationStructureException
not used anymore
|
| com.bonitasoft.engine.api.TenantStatusException
from version 7.0.0 on, use
TenantStatusException instead. This class was only introduced to avoid an API
break of Bonita Engine Subscription version. It will be deleted in next releases. |
| Field and Description |
|---|
| org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor.LABEL
since 6.3.5
|
| org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor.PROCESS_INSTANCE_ID |
| Constructor and Description |
|---|
| org.bonitasoft.engine.bpm.comment.impl.CommentImpl(long, long, long, long, long, String)
As of 6.1 use
CommentImpl.CommentImpl() and the setters |
| org.bonitasoft.engine.bpm.process.impl.DocumentDefinitionBuilder(ProcessDefinitionBuilder, FlowElementContainerDefinitionImpl, String, String) |
| org.bonitasoft.engine.page.PageNotFoundException(String)
Use
PageNotFoundException.PageNotFoundException(String, PageAttribute) constructor instead. |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.