Skip navigation links

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

E10689-01


oracle.wsm.policymanager
Interface IPolicySubjectAttachmentResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
PolicySubjectAttachmentResult

public interface IPolicySubjectAttachmentResult
extends Serializable

Captures the results of the attachment/detachment of a list of Policies. Captures all Policy Subject Validation errrors. The Policy Store maintains all the Policy Subjects to which a Policy is attached. These APIs (called Back Tracing APIs) also implicitly perform Policy Subject Validation. The results of such an API call to the Policy Manager are captured by this class.

Since:
release specific (what release of product did this appear in)
Version:
$Header: owsm/src/oracle/wsm/policymanager/IPolicySubjectAttachmentResult.java /st_owsm/3 2009/02/01 07:16:31 vkdwived Exp $
Author:
pyamuna

Method Summary
 List<IPolicyAttachmentResult> getAttachmentResults()
          Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of attachment/detachment.
 List<IValidationError> getValidationErrors()
          Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of performing Policy Subject Validation.

 

Method Detail

getAttachmentResults

List<IPolicyAttachmentResult> getAttachmentResults()
Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of attachment/detachment.
Returns:
List<IPolicyAttachmentResult>

getValidationErrors

List<IValidationError> getValidationErrors()
Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of performing Policy Subject Validation.
Returns:
List<IPolicyAttachmentResult>

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.