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.internal.IPolicyAttachmentResultStr

Packages that use IPolicyAttachmentResultStr
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.internal   
oracle.wsm.policymanager.util   

 

Uses of IPolicyAttachmentResultStr in oracle.wsm.policymanager.impl

 

Classes in oracle.wsm.policymanager.impl that implement IPolicyAttachmentResultStr
 class PolicyAttachmentResultStr
           

 

Methods in oracle.wsm.policymanager.impl that return types with arguments of type IPolicyAttachmentResultStr
 List<IPolicyAttachmentResultStr> UpdateService.addAttachmentEntriesString(String resourcePattern, List<String> polRefStrs)
           
 List<IPolicyAttachmentResultStr> UpdateService.deleteAttachmentEntriesForResourcePattern(String resourcePattern, List<String> polRefStrs)
           
 List<IPolicyAttachmentResultStr> PolicySubjectAttachmentResultStr.getAttachmentResults()
           
 List<IPolicyAttachmentResultStr> UpdateService.updateAttachmentEntriesForResourcePattern(String resourcePattern, List<String> polRefStrs)
           

 

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

 

Uses of IPolicyAttachmentResultStr in oracle.wsm.policymanager.internal

 

Methods in oracle.wsm.policymanager.internal that return types with arguments of type IPolicyAttachmentResultStr
 List<IPolicyAttachmentResultStr> IStringUpdateService.addAttachmentEntriesString(String resourcePattern, List<String> polRefStrs)
          Deprecated. use addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
 List<IPolicyAttachmentResultStr> IStringUpdateService.deleteAttachmentEntriesForResourcePattern(String resourcePattern, List<String> polRefStrs)
          Deprecated. use deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
 List<IPolicyAttachmentResultStr> IPolicySubjectAttachmentResultStr.getAttachmentResults()
          Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of attachment/detachment.
 List<IPolicyAttachmentResultStr> IStringUpdateService.updateAttachmentEntriesForResourcePattern(String resourcePattern, List<String> polRefStrs)
          Deprecated. use updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)

 

Uses of IPolicyAttachmentResultStr in oracle.wsm.policymanager.util

 

Methods in oracle.wsm.policymanager.util that return IPolicyAttachmentResultStr
static IPolicyAttachmentResultStr PolicyMgrUtil.convertPolicyAttachmentResultToStr(IPolicyAttachmentResult result)
           

 

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

 

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

 

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

 


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.