| Interface | Description |
|---|---|
| LeftOperand | |
| Operation |
An
Operation has a LeftOperand (typically, for assignment operations, left operand is the part of the operation receiving the
value), an OperatorType which defines the type of operation to execute
and a right operand, represented by an Expression. |
| Class | Description |
|---|---|
| LeftOperandBuilder |
Builder for
LeftOperand. |
| OperationBuilder |
Utilitary builder to creation
Operation objects. |
| Enum | Description |
|---|---|
| LeftOperandType | Deprecated
use constants of LeftOperand
Type of the left operand.
|
| OperatorType |
| Exception | Description |
|---|---|
| ForbiddenOperationException | Deprecated
not used anymore
|
| IncorrectOperationStructureException | Deprecated
not used anymore
|
| OperationExecutionException |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.