Package | Description |
---|---|
oracle.jbo.script | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
OperationSupplier |
GlobalOperationsSupplier.getGlobalOperations() |
OperationSupplier |
OperationsSupplier.getScriptOperations() |
OperationSupplier |
RowOperationsSupplier.getScriptRowOperations() |
Modifier and Type | Method and Description |
---|---|
static ExprMethodReturn |
ScriptHelper.invokeScriptMethod(ExprScriptContext scriptContext,
OperationSupplier ops,
ExprValueSupplier evs,
java.lang.String methodName,
java.lang.Object... args) |
Constructor and Description |
---|
ExprEvalWrapper(ExprScriptContext scriptContext,
OperationSupplier operationSupplier,
ExprValueSupplier valueSupplier) |
Modifier and Type | Class and Description |
---|---|
class |
OperationDefinitionsImpl
This class represents the metadata for a collection of operation definitions.
|
Modifier and Type | Method and Description |
---|---|
OperationSupplier |
ViewObjectImpl.getGlobalOperations()
For internal framework use only
|
OperationSupplier |
RowImpl.getGlobalOperations() |
OperationSupplier |
RowDef.getGlobalOperations() |
OperationSupplier |
EntityCache.getGlobalOperations() |
OperationSupplier |
ViewRowImpl.getScriptOperations() |
OperationSupplier |
ViewRowImpl.getScriptRowOperations() |
OperationSupplier |
ViewObjectImpl.getScriptRowOperations() |
abstract OperationSupplier |
RowImpl.getScriptRowOperations()
For internal framework use only
|
OperationSupplier |
EntityImpl.getScriptRowOperations() |
OperationSupplier |
EntityCache.getScriptRowOperations() |