|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebServicePolicyReferences
interface of the object representation of the policy-references in the connections.xml
| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
EXTENSION_TYPE
|
| Method Summary | |
|---|---|
boolean |
addPolicyReference(PolicyReference policyReference)
Adds the specified PolicyReference if it is not already present. |
boolean |
containsPolicyReference(PolicyReference policyReference)
Returns true if this set contains the specified element. |
java.util.Set<PolicyReference> |
getPolicyReferences()
Lists all the PolicyReference. |
boolean |
removePolicyReference(PolicyReference policyReference)
Removes the specified PolicyReference if it is present. |
| Field Detail |
|---|
static final javax.xml.namespace.QName EXTENSION_TYPE
| Method Detail |
|---|
boolean addPolicyReference(PolicyReference policyReference)
policyReference - policyReference to be added.
boolean removePolicyReference(PolicyReference policyReference)
policyReference - policyReference to be removed.
java.util.Set<PolicyReference> getPolicyReferences()
boolean containsPolicyReference(PolicyReference policyReference)
policyReference - policyReference whose presence in this set is to be tested.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||