| Package | Description |
|---|---|
| org.teiid.metadata |
| Modifier and Type | Method and Description |
|---|---|
static Policy.Operation |
Policy.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Policy.Operation[] |
Policy.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Policy.Operation> |
Policy.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataFactory.addPolicy(String role,
String policyName,
AbstractMetadataRecord resource,
String condition,
Policy.Operation... operations)
|
boolean |
Policy.appliesTo(Policy.Operation operation) |
Copyright © 2020. All rights reserved.