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

E10653-08

oracle.adf.model.connection.webservice.api
Interface WebServicePolicyReferences

All Known Implementing Classes:
WebServicePolicyReferencesImpl

Deprecated.

@Deprecated
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
          Deprecated.  
 
Method Summary
 boolean addPolicyReference(PolicyReference policyReference)
          Deprecated. Adds the specified PolicyReference if it is not already present.
 boolean containsPolicyReference(PolicyReference policyReference)
          Deprecated. Returns true if this set contains the specified element.
 java.util.Set<PolicyReference> getPolicyReferences()
          Deprecated. Lists all the PolicyReference.
 boolean removePolicyReference(PolicyReference policyReference)
          Deprecated. Removes the specified PolicyReference if it is present.
 

Field Detail

EXTENSION_TYPE

static final javax.xml.namespace.QName EXTENSION_TYPE
Deprecated. 
Method Detail

addPolicyReference

boolean addPolicyReference(PolicyReference policyReference)
Deprecated. 
Adds the specified PolicyReference if it is not already present.

Parameters:
policyReference - policyReference to be added.
Returns:
true if this set did not already contain the specified policyReference.

removePolicyReference

boolean removePolicyReference(PolicyReference policyReference)
Deprecated. 
Removes the specified PolicyReference if it is present.

Parameters:
policyReference - policyReference to be removed.
Returns:
true if the set contained the specified policyReference.

getPolicyReferences

java.util.Set<PolicyReference> getPolicyReferences()
Deprecated. 
Lists all the PolicyReference.

Returns:
a set of all the PolicyReference.

containsPolicyReference

boolean containsPolicyReference(PolicyReference policyReference)
Deprecated. 
Returns true if this set contains the specified element.

Parameters:
policyReference - policyReference whose presence in this set is to be tested.
Returns:
true if this set contains the specified policyReference.

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

E10653-08

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