| Package | Description |
|---|---|
| ru.curs.celesta |
Root package of Celesta classes.
|
| ru.curs.celesta.dbutils |
Contains tools for working with the database, including the system
for an automatic update of the database structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemCallContext
CallContext of system, which does not need any user.
|
| Modifier and Type | Method and Description |
|---|---|
CallContext |
CallContext.getCopy()
Duplicates callcontext with another JDBC connection.
|
| Constructor and Description |
|---|
PermissionDeniedException(CallContext context,
GrainElement table,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
static MaterializedViewCursor |
MaterializedViewCursor.create(MaterializedView view,
CallContext callContext)
Creates a materialized view specific cursor.
|
static MaterializedViewCursor |
MaterializedViewCursor.create(MaterializedView view,
CallContext callContext,
Set<String> fields)
Creates a materialized view specific cursor.
|
static ParameterizedViewCursor |
ParameterizedViewCursor.create(ParameterizedView view,
CallContext callContext,
Map<String,Object> parameters)
Creates a parameterized view specific cursor.
|
static ParameterizedViewCursor |
ParameterizedViewCursor.create(ParameterizedView view,
CallContext callContext,
Set<String> fields,
Map<String,Object> parameters)
Creates a parameterized view specific cursor.
|
static ReadOnlyTableCursor |
ReadOnlyTableCursor.create(ReadOnlyTable table,
CallContext callContext)
Creates a read only table specific cursor.
|
static ReadOnlyTableCursor |
ReadOnlyTableCursor.create(ReadOnlyTable table,
CallContext callContext,
Set<String> fields)
Creates a table specific cursor.
|
static Sequence |
Sequence.create(SequenceElement sequence,
CallContext callContext)
Creates a sequence for a sequence grain element.
|
static Cursor |
Cursor.create(Table table,
CallContext callContext)
Creates a table specific cursor.
|
static Cursor |
Cursor.create(Table table,
CallContext callContext,
Set<String> fields)
Creates a table specific cursor.
|
static ViewCursor |
ViewCursor.create(View view,
CallContext callContext)
Creates a view specific cursor.
|
static ViewCursor |
ViewCursor.create(View view,
CallContext callContext,
Set<String> fields)
Creates a view specific cursor.
|
BasicCursor |
BasicCursor.getBufferCopy(CallContext context,
List<String> fetchedFields)
Clones the current cursor.
|
boolean |
IPermissionManager.isActionAllowed(CallContext c,
GrainElement t,
Action a)
Whether the action is allowed.
|
void |
IProfiler.logCall(CallContext context) |
Copyright © 2021 CURS. All rights reserved.