Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Uses of Interface
oracle.wsm.policy.model.IPolicyAttachment

Packages that use IPolicyAttachment
oracle.wsm.policy.model   
oracle.wsm.policy.model.impl   
oracle.wsm.policy.parser   
oracle.wsm.policy.util   
oracle.wsm.policymanager   
oracle.wsm.policymanager.client   
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.util   

 

Uses of IPolicyAttachment in oracle.wsm.policy.model

 

Methods in oracle.wsm.policy.model that return types with arguments of type IPolicyAttachment
 List<IPolicyAttachment> IPolicySet.getPolicyAttachments()
           

 

Methods in oracle.wsm.policy.model with parameters of type IPolicyAttachment
 void IPolicySet.addPolicyAttachment(IPolicyAttachment pa)
          Add attachments to PolicySet

 

Uses of IPolicyAttachment in oracle.wsm.policy.model.impl

 

Classes in oracle.wsm.policy.model.impl that implement IPolicyAttachment
 class PolicyAttachment
           

 

Methods in oracle.wsm.policy.model.impl that return types with arguments of type IPolicyAttachment
 List<IPolicyAttachment> PolicySet.getPolicyAttachments()
          Gets the policy attachements from the PolicySet.

 

Methods in oracle.wsm.policy.model.impl with parameters of type IPolicyAttachment
 void PolicySet.addPolicyAttachment(IPolicyAttachment attachment)
          Adds PolicyAttachment to the PolicySet.
 void PolicySet.removePolicyAttachment(IPolicyAttachment policyAttachment)
           

 

Uses of IPolicyAttachment in oracle.wsm.policy.parser

 

Methods in oracle.wsm.policy.parser that return IPolicyAttachment
 IPolicyAttachment IPolicyReader.parsePolicyAttachment(Element element)
           
 IPolicyAttachment IPolicyReader.parsePolicyAttachment(InputStream inputStream)
           
 IPolicyAttachment IPolicyReader.parsePolicyAttachment(Reader reader)
           

 

Methods in oracle.wsm.policy.parser with parameters of type IPolicyAttachment
 Document IPolicyWriter.parsePolicyAttachment(IPolicyAttachment polAttachment)
           
 void IPolicyWriter.writePolicyAttachment(IPolicyAttachment policyAttachment, OutputStream out)
           
 void IPolicyWriter.writePolicyAttachment(IPolicyAttachment policyAttachment, Writer writer)
           

 

Uses of IPolicyAttachment in oracle.wsm.policy.util

 

Methods in oracle.wsm.policy.util that return IPolicyAttachment
static IPolicyAttachment PolicyUtil.convertStrToPolicyAttachment(String polAttachment)
           
static IPolicyAttachment PolicyUtil.docToPolicyAttachment(Document document)
           
 IPolicyAttachment PolicyParser.parsePolicyAttachment(Element element)
           
 IPolicyAttachment PolicyParser.parsePolicyAttachment(InputStream in)
           
 IPolicyAttachment PolicyParser.parsePolicyAttachment(Reader reader)
           

 

Methods in oracle.wsm.policy.util that return types with arguments of type IPolicyAttachment
static List<IPolicyAttachment> PolicyUtil.convertStrsToPolicyAttachments(List<String> pasStr)
           

 

Methods in oracle.wsm.policy.util with parameters of type IPolicyAttachment
static String PolicyUtil.convertPolAttachmentToStr(IPolicyAttachment pa)
           
 Document PolicyWriter.parsePolicyAttachment(IPolicyAttachment policyAttachment)
           
static Document PolicyUtil.policyAttachmentToDoc(IPolicyAttachment polAttachment, boolean useXDK)
           
 void PolicyWriter.writePolicyAttachment(IPolicyAttachment policyAttachment, OutputStream out)
           
 void PolicyWriter.writePolicyAttachment(IPolicyAttachment policyAttachment, Writer writer)
           

 

Method parameters in oracle.wsm.policy.util with type arguments of type IPolicyAttachment
static List<String> PolicyUtil.convertPolAttachmentsToStrs(List<IPolicyAttachment> pas)
           

 

Uses of IPolicyAttachment in oracle.wsm.policymanager

 

Methods in oracle.wsm.policymanager that return IPolicyAttachment
 IPolicyAttachment IQueryService.getAttachment(String attachmentName)
          Get a policy attachment object store in the store by the passed name
 IPolicyAttachment IQueryService.getAttachmentByPolicyName(String policyName)
          Returns a single policy attachment - given the name of the Policy.

 

Methods in oracle.wsm.policymanager that return types with arguments of type IPolicyAttachment
 List<IPolicyAttachment> IQueryService.getAttachments(String path, String policyId)
          Get all Policy Attachment objects under a particular path and matching passed ID

 

Uses of IPolicyAttachment in oracle.wsm.policymanager.client

 

Methods in oracle.wsm.policymanager.client that return IPolicyAttachment
 IPolicyAttachment QueryServiceDelegate.getAttachment(String attachmentName)
          Get a policy attachment object store in the store by the passed name
 IPolicyAttachment QueryServiceDelegate.getAttachmentByPolicyName(String policyName)
          Returns a single policy attachment - given the name of the Policy.

 

Methods in oracle.wsm.policymanager.client that return types with arguments of type IPolicyAttachment
 List<IPolicyAttachment> QueryServiceDelegate.getAttachments(String path, String policyId)
          Get all Policy Attachment objects under a particular path and matching passed ID

 

Uses of IPolicyAttachment in oracle.wsm.policymanager.impl

 

Methods in oracle.wsm.policymanager.impl that return IPolicyAttachment
 IPolicyAttachment QueryService.getAttachment(String attachmentName)
          Retrieve an attachment for given attachment name
 IPolicyAttachment QueryService.getAttachmentByPolicyName(String policyName)
          Returns a single policy attachment - given the name of the Policy.

 

Methods in oracle.wsm.policymanager.impl that return types with arguments of type IPolicyAttachment
 List<IPolicyAttachment> QueryService.getAttachments(String path, String policyId)
          Search for policy attachments

 

Uses of IPolicyAttachment in oracle.wsm.policymanager.util

 

Methods in oracle.wsm.policymanager.util that return IPolicyAttachment
static IPolicyAttachment PolicyMgrUtil.convertStrToPolicyAttachment(String pa)
           

 

Methods in oracle.wsm.policymanager.util that return types with arguments of type IPolicyAttachment
static List<IPolicyAttachment> PolicyMgrUtil.convertStrsToPolicyAttachments(List<String> pas)
           

 

Methods in oracle.wsm.policymanager.util with parameters of type IPolicyAttachment
static String PolicyMgrUtil.convertPolicyAttachmentToStr(IPolicyAttachment pa)
           

 

Method parameters in oracle.wsm.policymanager.util with type arguments of type IPolicyAttachment
static List<String> PolicyMgrUtil.convertPolicyAttachmentsToStrs(List<IPolicyAttachment> pas)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.