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 PolicySubjectAttachmentResultStr

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

All Implemented Interfaces:
Serializable, IPolicySubjectAttachmentResultStr

public class PolicySubjectAttachmentResultStr
extends Object
implements IPolicySubjectAttachmentResultStr
See Also:
Serialized Form

Constructor Summary
PolicySubjectAttachmentResultStr(List<IPolicyAttachmentResultStr> attachmentResults, List<IValidationError> errors)
           

 

Method Summary
 List<IPolicyAttachmentResultStr> 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

PolicySubjectAttachmentResultStr

public PolicySubjectAttachmentResultStr(List<IPolicyAttachmentResultStr> attachmentResults,
                                        List<IValidationError> errors)

Method Detail

getAttachmentResults

public List<IPolicyAttachmentResultStr> getAttachmentResults()
Description copied from interface: IPolicySubjectAttachmentResultStr
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 IPolicySubjectAttachmentResultStr
Returns:
List<IPolicyAttachmentResult>

getValidationErrors

public List<IValidationError> getValidationErrors()
Description copied from interface: IPolicySubjectAttachmentResultStr
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 IPolicySubjectAttachmentResultStr
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.