Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.simservs.capability
Interface ServiceCapability

All Superinterfaces:
Attributable, SimservType, SuppServiceElement, XcapElement, XcapResource
All Known Subinterfaces:
BarringServiceCapability, DiversionServiceCapability

public interface ServiceCapability
extends SimservType

Service capability.


Method Summary
 ActionCapabilities createActionCapabilities()
          Create a new ActionCapabilities if there isn't one, otherwise, work as getActionCapabilities().
 ConditionCapabilities createConditionCapabilities()
          Create a new ConditionCapabilities if there isn't one, otherwise, work as getConditionCapabilities().
 void deleteActionCapabilities()
          Delete the ActionCapabilities.
 void deleteConditionCapabilities()
          Delete the ConditionCapabilities.
 ActionCapabilities getActionCapabilities()
          Get the ActionCapabilities.
 ConditionCapabilities getConditionCapabilities()
          Get the ConditionCapabilities

 

Methods inherited from interface com.oracle.sft.xcap.client.simservs.SimservType
getOtherAttributes, isActive, setActive

 

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

createConditionCapabilities

ConditionCapabilities createConditionCapabilities()
Create a new ConditionCapabilities if there isn't one, otherwise, work as getConditionCapabilities().
Returns:
the ConditionCapabilities
Throws:
UnsupportedOperationException - if condition capability is not supported by the service capability.

deleteConditionCapabilities

void deleteConditionCapabilities()
Delete the ConditionCapabilities.
Throws:
UnsupportedOperationException - if condition capability is not supported by the service capability.

getConditionCapabilities

ConditionCapabilities getConditionCapabilities()
Get the ConditionCapabilities
Returns:
the ConditionCapabilities
Throws:
UnsupportedOperationException - if condition capability is not supported by the service capability.

createActionCapabilities

ActionCapabilities createActionCapabilities()
Create a new ActionCapabilities if there isn't one, otherwise, work as getActionCapabilities().
Returns:
the ActionCapabilities
Throws:
UnsupportedOperationException - if action capability is not supported by the service capability.

deleteActionCapabilities

void deleteActionCapabilities()
Delete the ActionCapabilities.
Throws:
UnsupportedOperationException - if action capability is not supported by the service capability.

getActionCapabilities

ActionCapabilities getActionCapabilities()
Get the ActionCapabilities.
Returns:
the ActionCapabilities
Throws:
UnsupportedOperationException - if action capability is not supported by the service capability.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.