| Package | Description |
|---|---|
| org.mule.runtime.core.policy |
| Modifier and Type | Method and Description |
|---|---|
PolicyChain |
Policy.getPolicyChain()
Retrieves the chain with the logic related to the policy.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<PolicyChain> |
DefaultPolicyInstance.getOperationPolicyChain() |
Optional<PolicyChain> |
PolicyInstance.getOperationPolicyChain() |
Optional<PolicyChain> |
DefaultPolicyInstance.getSourcePolicyChain() |
Optional<PolicyChain> |
PolicyInstance.getSourcePolicyChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPolicyInstance.setOperationPolicyChain(PolicyChain request) |
void |
DefaultPolicyInstance.setSourcePolicyChain(PolicyChain source) |
| Constructor and Description |
|---|
Policy(PolicyChain policyChain,
String policyId)
Creates a new
ParameterizedPolicy. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.