Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


oracle.adf.model.connection.webservice.impl
Class WebServicePolicyReferencesImpl

java.lang.Object
  extended by oracle.adf.model.connection.webservice.impl.WebServicePolicyReferencesImpl

All Implemented Interfaces:
WebServicePolicyReferences

public class WebServicePolicyReferencesImpl
extends java.lang.Object
implements WebServicePolicyReferences

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

WebServicePolicyReferencesImpl

public WebServicePolicyReferencesImpl()

Method Detail

addPolicyReference

public boolean addPolicyReference(PolicyReference policyReference)
Description copied from interface: WebServicePolicyReferences
Adds the specified PolicyReference if it is not already present.
Specified by:
addPolicyReference in interface WebServicePolicyReferences
Parameters:
policyReference - policyReference to be added.
Returns:
true if this set did not already contain the specified policyReference.

removePolicyReference

public boolean removePolicyReference(PolicyReference policyReference)
Description copied from interface: WebServicePolicyReferences
Removes the specified PolicyReference if it is present.
Specified by:
removePolicyReference in interface WebServicePolicyReferences
Parameters:
policyReference - policyReference to be removed.
Returns:
true if the set contained the specified policyReference.

getPolicyReferences

public java.util.Set<PolicyReference> getPolicyReferences()
Description copied from interface: WebServicePolicyReferences
Lists all the PolicyReference.
Specified by:
getPolicyReferences in interface WebServicePolicyReferences
Returns:
a set of all the PolicyReference.

containsPolicyReference

public boolean containsPolicyReference(PolicyReference policyReference)
Description copied from interface: WebServicePolicyReferences
Returns true if this set contains the specified element.
Specified by:
containsPolicyReference in interface WebServicePolicyReferences
Parameters:
policyReference - policyReference whose presence in this set is to be tested.
Returns:
true if this set contains the specified policyReference.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


Copyright © 1997, 2009, Oracle. All rights reserved.