Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.policy
Interface Except

All Superinterfaces:
Attributable, XcapElement, XcapResource

public interface Except
extends XcapElement, Attributable

excludes certain users from gaining permission. Exclusion can be based on domain or on identity. An Except can be created by calling com.oracle.sft.xcap.client.policy.Many.createExcept() or com.oracle.sft.xcap.client.policy.Many.createExcept(String, String).

See Also:
Many

Method Summary
 void deleteDomain()
          Delete the domain of this Except.
 void deleteId()
          Delete the ID.
 String getDomain()
          Get the domain.
 String getId()
          Get the ID.
 void setDomain(String aDomain)
          Set the domain
 void setId(String anId)
          Set the ID.

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapElement
getDocument, getNamespace, getNodeSelector, getParent

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapResource
getContent, getContentType, getUrl, setContent

 

Methods inherited from interface com.oracle.sft.xcap.client.Attributable
deleteByAttrName, getByAttrName, setByAttrName

 

Method Detail

getDomain

String getDomain()
Get the domain.
Returns:
the domain of this Except

setDomain

void setDomain(String aDomain)
Set the domain
Parameters:
aDomain - the domain to be set to this Except

deleteDomain

void deleteDomain()
Delete the domain of this Except. After deleting, the domain is null.

getId

String getId()
Get the ID.
Returns:
the ID of this Except.

setId

void setId(String anId)
Set the ID.
Parameters:
anId - the ID of this Except

deleteId

void deleteId()
Delete the ID. After deleting, the ID is null.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.