|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.model.connection.webservice.impl.WebServicePolicyReferencesImpl
public class WebServicePolicyReferencesImpl
implementation of the object representation of the policy-references in the connections.xml
| Field Summary |
|---|
| Fields inherited from interface oracle.adf.model.connection.webservice.api.WebServicePolicyReferences |
|---|
EXTENSION_TYPE |
| Constructor Summary | |
|---|---|
WebServicePolicyReferencesImpl() |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServicePolicyReferencesImpl()
| Method Detail |
|---|
public boolean addPolicyReference(PolicyReference policyReference)
WebServicePolicyReferencesaddPolicyReference in interface WebServicePolicyReferencespolicyReference - policyReference to be added.public boolean removePolicyReference(PolicyReference policyReference)
WebServicePolicyReferencesremovePolicyReference in interface WebServicePolicyReferencespolicyReference - policyReference to be removed.public java.util.Set<PolicyReference> getPolicyReferences()
WebServicePolicyReferencesgetPolicyReferences in interface WebServicePolicyReferencespublic boolean containsPolicyReference(PolicyReference policyReference)
WebServicePolicyReferencescontainsPolicyReference in interface WebServicePolicyReferencespolicyReference - 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.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||