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 PolicyAttachmentResultStr

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

All Implemented Interfaces:
Serializable, IPolicyAttachmentResultStr

public class PolicyAttachmentResultStr
extends Object
implements IPolicyAttachmentResultStr
See Also:
Serialized Form

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

 

Method Summary
 String 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

PolicyAttachmentResultStr

public PolicyAttachmentResultStr(String resourcePattern,
                                 String polRef,
                                 IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM status)

Method Detail

getPolicyReference

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

getResourcePattern

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

getStatus

public IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM getStatus()
Description copied from interface: IPolicyAttachmentResultStr
The Status of the attachment from the Back Tracing perspective.
Specified by:
getStatus in interface IPolicyAttachmentResultStr
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.