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.IPolicySubjectAttachmentResult

Packages that use IPolicySubjectAttachmentResult
oracle.wsm.policymanager   
oracle.wsm.policymanager.client   
oracle.wsm.policymanager.ejb.impl   
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.util   

 

Uses of IPolicySubjectAttachmentResult in oracle.wsm.policymanager

 

Methods in oracle.wsm.policymanager that return IPolicySubjectAttachmentResult
 IPolicySubjectAttachmentResult IUpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - add attachments - if the referenced Policy does not exist - then that entry will be ignored (will not thrown an exception) and processing will continue Duplicate policy references are handled automatically as well as duplicate calls for the same resource pattern.
 IPolicySubjectAttachmentResult IUpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Disassociate a policy subject, represented by a resource pattern, with all policies pointed to by the passed policy reference list Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - deletes all the attachment entries for the corresponding combination of <resource pattern, IPolicyReference>.
 IPolicySubjectAttachmentResult IUpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
 IPolicySubjectAttachmentResult IUpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal)
          This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation

 

Uses of IPolicySubjectAttachmentResult in oracle.wsm.policymanager.client

 

Methods in oracle.wsm.policymanager.client that return IPolicySubjectAttachmentResult
 IPolicySubjectAttachmentResult UpdateServiceDelegate.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - add attachments - if the referenced Policy does not exist - then that entry will be ignored (will not thrown an exception) and processing will continue Duplicate policy references are handled automatically as well as duplicate calls for the same resource pattern.
 IPolicySubjectAttachmentResult UpdateServiceDelegate.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          Disassociate a policy subject, represented by a resource pattern, with all policies pointed to by the passed policy reference list Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - deletes all the attachment entries for the corresponding combination of <resource pattern, IPolicyReference>.
 IPolicySubjectAttachmentResult UpdateServiceDelegate.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
          This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
 IPolicySubjectAttachmentResult UpdateServiceDelegate.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runSubjVal)
          This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation

 

Uses of IPolicySubjectAttachmentResult in oracle.wsm.policymanager.ejb.impl

 

Methods in oracle.wsm.policymanager.ejb.impl that return IPolicySubjectAttachmentResult
 IPolicySubjectAttachmentResult UpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal)
           

 

Uses of IPolicySubjectAttachmentResult in oracle.wsm.policymanager.impl

 

Classes in oracle.wsm.policymanager.impl that implement IPolicySubjectAttachmentResult
 class PolicySubjectAttachmentResult
           

 

Methods in oracle.wsm.policymanager.impl that return IPolicySubjectAttachmentResult
 IPolicySubjectAttachmentResult UpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
           
 IPolicySubjectAttachmentResult UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal)
           

 

Uses of IPolicySubjectAttachmentResult in oracle.wsm.policymanager.util

 

Methods in oracle.wsm.policymanager.util that return IPolicySubjectAttachmentResult
static IPolicySubjectAttachmentResult PolicyMgrUtil.convertStrToPolicySubjectAttachmentResult(IPolicySubjectAttachmentResultStr resultStr)
           

 

Methods in oracle.wsm.policymanager.util with parameters of type IPolicySubjectAttachmentResult
static IPolicySubjectAttachmentResultStr PolicyMgrUtil.convertPolicySubjectAttachmentResultToStr(IPolicySubjectAttachmentResult result)
           

 


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.