|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.2) E10653-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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_TYPEDeprecated. |
| 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 |
|---|
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.7.2) E10653-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||