Skip navigation links
oracle.wsm.policymanager.impl
Class PolicySubjectAttachmentResult
java.lang.Object
oracle.wsm.policymanager.impl.PolicySubjectAttachmentResult
- All Implemented Interfaces:
- Serializable, IPolicySubjectAttachmentResult
-
public class PolicySubjectAttachmentResult
- extends Object
- implements IPolicySubjectAttachmentResult
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicySubjectAttachmentResult
public PolicySubjectAttachmentResult(List<IPolicyAttachmentResult> attachmentResults,
List<IValidationError> errors)
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
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.