| Package | Description |
|---|---|
| com.denodo.common.custom.policy |
Provides the enums and classes needed to represent the evaluation of
Custom Policies for Virtual DataPort and to access to its context.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomRestrictionPolicyContext.LogLevel |
CustomRestrictionPolicyContext.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomRestrictionPolicyContext.LogLevel[] |
CustomRestrictionPolicyContext.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CustomRestrictionPolicyContext.isLogLevelEnabled(CustomRestrictionPolicyContext.LogLevel level)
Checks if the specified level is enabled.
|
void |
CustomRestrictionPolicyContext.log(CustomRestrictionPolicyContext.LogLevel level,
String logMessage)
Registers an event in the log of the VDP Server with the specified level.
|
Copyright © 2024 Denodo Technologies. All rights reserved.