Skip navigation links

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

E10689-01


oracle.wsm.policymanager.impl
Class PolicySubjectAttachmentResult

java.lang.Object
  extended by oracle.wsm.policymanager.impl.PolicySubjectAttachmentResult

All Implemented Interfaces:
Serializable, IPolicySubjectAttachmentResult

public class PolicySubjectAttachmentResult
extends Object
implements IPolicySubjectAttachmentResult
See Also:
Serialized Form

Constructor Summary
PolicySubjectAttachmentResult(List<IPolicyAttachmentResult> attachmentResults, List<IValidationError> errors)
           

 

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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PolicySubjectAttachmentResult

public PolicySubjectAttachmentResult(List<IPolicyAttachmentResult> attachmentResults,
                                     List<IValidationError> errors)

Method Detail

getAttachmentResults

public List<IPolicyAttachmentResult> getAttachmentResults()
Description copied from interface: IPolicySubjectAttachmentResult
Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of attachment/detachment.
Specified by:
getAttachmentResults in interface IPolicySubjectAttachmentResult
Returns:
List<IPolicyAttachmentResult>

getValidationErrors

public List<IValidationError> getValidationErrors()
Description copied from interface: IPolicySubjectAttachmentResult
Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of performing Policy Subject Validation.
Specified by:
getValidationErrors in interface IPolicySubjectAttachmentResult
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.