| Package | Description |
|---|---|
| com.kabira.platform |
Managed Object Services
|
| Modifier and Type | Method and Description |
|---|---|
QueryScope.AuditMode |
QueryScope.getAuditMode()
Return the current audit mode.
|
static QueryScope.AuditMode |
QueryScope.AuditMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueryScope.AuditMode[] |
QueryScope.AuditMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryScope.setAuditMode(QueryScope.AuditMode auditMode)
Set audit mode when queries are executed.
|