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 PolicyAttachmentResult

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

All Implemented Interfaces:
Serializable, IPolicyAttachmentResult

public class PolicyAttachmentResult
extends Object
implements IPolicyAttachmentResult
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.wsm.policymanager.IPolicyAttachmentResult
IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM

 

Constructor Summary
PolicyAttachmentResult(String resourcePattern, IPolicyReference polRef, IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM status)
           

 

Method Summary
 IPolicyReference getPolicyReference()
          The Policy referred to by the PolicyReference that is being attached to a Policy Subject.
 String getResourcePattern()
          The Resource/Policy Subject to which the Policy is being attached
 IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM getStatus()
          The Status of the attachment from the Back Tracing perspective.
 String toString()
           

 

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

 

Constructor Detail

PolicyAttachmentResult

public PolicyAttachmentResult(String resourcePattern,
                              IPolicyReference polRef,
                              IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM status)

Method Detail

getPolicyReference

public IPolicyReference getPolicyReference()
Description copied from interface: IPolicyAttachmentResult
The Policy referred to by the PolicyReference that is being attached to a Policy Subject.
Specified by:
getPolicyReference in interface IPolicyAttachmentResult
Returns:
IPolicyReference

getResourcePattern

public String getResourcePattern()
Description copied from interface: IPolicyAttachmentResult
The Resource/Policy Subject to which the Policy is being attached
Specified by:
getResourcePattern in interface IPolicyAttachmentResult
Returns:
String - string representation of the Policy Subject.

getStatus

public IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM getStatus()
Description copied from interface: IPolicyAttachmentResult
The Status of the attachment from the Back Tracing perspective.
Specified by:
getStatus in interface IPolicyAttachmentResult
Returns:
ATTACHMENT_STATUS_ENUM success - if the Policy was either successfully attached/detached ignore - if the Policy referred to by the Policy Reference is invalid fail - If the recording of attachment/detachment failed due to internal exceptions

toString

public String toString()
Overrides:
toString in class Object

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.