| Interface | Description |
|---|---|
| CustomCompileToJavaOperation | |
| JavaOperationExecutor |
Namespaces which implement this interface can execute
JavaOperations. |
| Operation |
Interface representing executable operation.
|
| ReferencedOperation |
Operation with id that can be referenced in expression compiled to java.
|
| Class | Description |
|---|---|
| BasicTypesNamespace | |
| ExpressionOperation |
Operation implemented by given expression.
|
| JavaOperation |
Method implemented by a java function.
|
| Enum | Description |
|---|---|
| BooleanOperation | |
| CollectionOperation | |
| ComparisonOperation | |
| DateOperation | |
| DecimalBinaryArithmeticOperation | |
| DecimalBinaryComparisonOperation | |
| DecimalUnaryOperation | |
| EnumerationOperation |
Comparison operations for enumeration types.
|
| ErrorOperation |
Error operation used to run legacy LSPS 3.0 models on 3.1 (and newer) server.
|
| IntegerBinaryArithmeticOperation | |
| IntegerUnaryOperation | |
| LocalDateOperation | |
| LocalDateTimeOperation | |
| MapOperation | |
| ObjectOperation | |
| RangeOperation |
Range operation:
1..5 = [1,2,3,4,5] |
| StringComparisonOperation | |
| StringLikeOperation | |
| StringOperation |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.