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.policymanager.IPolicyAttachmentResult

Packages that use IPolicyAttachmentResult
oracle.wsm.policymanager   
oracle.wsm.policymanager.client   
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.util   

 

Uses of IPolicyAttachmentResult in oracle.wsm.policymanager

 

Methods in oracle.wsm.policymanager that return types with arguments of type IPolicyAttachmentResult
 List<IPolicyAttachmentResult> IPolicySubjectAttachmentResult.getAttachmentResults()
          Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of attachment/detachment.

 

Uses of IPolicyAttachmentResult in oracle.wsm.policymanager.client

 

Methods in oracle.wsm.policymanager.client that return types with arguments of type IPolicyAttachmentResult
 List<IPolicyAttachmentResult> UpdateServiceDelegate.addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
          
 List<IPolicyAttachmentResult> UpdateServiceDelegate.deleteAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
          
 List<IPolicyAttachmentResult> UpdateServiceDelegate.updateAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
          

 

Uses of IPolicyAttachmentResult in oracle.wsm.policymanager.impl

 

Classes in oracle.wsm.policymanager.impl that implement IPolicyAttachmentResult
 class PolicyAttachmentResult
           

 

Methods in oracle.wsm.policymanager.impl that return types with arguments of type IPolicyAttachmentResult
 List<IPolicyAttachmentResult> PolicySubjectAttachmentResult.getAttachmentResults()
           

 

Constructor parameters in oracle.wsm.policymanager.impl with type arguments of type IPolicyAttachmentResult
PolicySubjectAttachmentResult(List<IPolicyAttachmentResult> attachmentResults, List<IValidationError> errors)
           

 

Uses of IPolicyAttachmentResult in oracle.wsm.policymanager.util

 

Methods in oracle.wsm.policymanager.util that return IPolicyAttachmentResult
static IPolicyAttachmentResult PolicyMgrUtil.convertStrToPolicyAttachmentResult(IPolicyAttachmentResultStr resultStr)
           

 

Methods in oracle.wsm.policymanager.util that return types with arguments of type IPolicyAttachmentResult
static List<IPolicyAttachmentResult> PolicyMgrUtil.convertStrsToPolicyAttachmentResults(List<IPolicyAttachmentResultStr> resultsStr)
           

 

Methods in oracle.wsm.policymanager.util with parameters of type IPolicyAttachmentResult
static IPolicyAttachmentResultStr PolicyMgrUtil.convertPolicyAttachmentResultToStr(IPolicyAttachmentResult result)
           

 

Method parameters in oracle.wsm.policymanager.util with type arguments of type IPolicyAttachmentResult
static List<IPolicyAttachmentResultStr> PolicyMgrUtil.convertPolicyAttachmentResultsToStrs(List<IPolicyAttachmentResult> results)
           

 


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.