Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Interface
com.oracle.sft.xcap.client.policy.Condition

Packages that use Condition
com.oracle.sft.xcap.client.policy Policies defined in rfc4745. 
com.oracle.sft.xcap.client.simservs.conditions Service specific IETF common policy condition elements. 

 

Uses of Condition in com.oracle.sft.xcap.client.policy

 

Subinterfaces of Condition in com.oracle.sft.xcap.client.policy
 interface Identity
          Part of the conditions matching on the identity of the requestor (Watcher / Recipient).
 interface Sphere
          part of the conditions matching on the 'state' the Presentity / Target (PT) is currently in.
 interface Validity
          Part of the conditions that matches on the time the request is received.

 

Methods in com.oracle.sft.xcap.client.policy with type parameters of type Condition
<C extends Condition>
C
Conditions.createCondition(Class<C> conditionClass)
          Create a condition for given condition class.
<C extends Condition>
void
Conditions.deleteCondition(C condition)
          Delete all conditions which are of Class of given condition.
<C extends Condition>
Set<C>
Conditions.getConditions()
          Get all conditions.
<C extends Condition>
Set<C>
Conditions.getConditions(Class<C> conditionClass)
          Get all conditions which are of given conditionClass.

 

Uses of Condition in com.oracle.sft.xcap.client.simservs.conditions

 

Subinterfaces of Condition in com.oracle.sft.xcap.client.simservs.conditions
 interface Anonymous
          A condition denotes anonymous.
 interface Busy
          A condition denotes busy.
 interface CommunicationDiverted
          A condition denotes communication diverted.
 interface Empty
          EmptyElementType.
 interface ExternalList
          Provides a the reference to lists of end users.
 interface International
          A condition denotes international.
 interface InternationalExceptHome
          A condition denotes international except home.
 interface Media
          The condition related with media.
 interface NoAnswer
          A condition denotes no answer.
 interface NotReachable
          A condition denotes not reachable.
 interface NotRegistered
          A condition denotes not registered.
 interface OtherIdentity
          A condition denotes other identity.
 interface PresenceStatus
          A condition denotes presence status.
 interface Roaming
          A condition denotes roaming.
 interface RuleDeactivated
          A condition denotes rule deactivated.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.