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