Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api
Interface ContextElement

All Known Subinterfaces:
AnnouncementIndication, ConferenceResource, EventReason, HistoryInformation, IdentityInformation, MediaServerEvent, MessageObservationResource, PrivacyInformation, ReferPolicy, ReferResource, Resource, SubscriptionPolicy

public interface ContextElement

This is an element of the Context. A ContextElement is specific to the context in which an event being executed. The application code would be able to obtain the necessary ContextElement it require from CommunicationContext.

See Also:
CommunicationContext.getContextElement(Class)

Method Summary
 boolean isUpdatable()
          Indicates whether this element can be updated by the application or not.

 

Method Detail

isUpdatable

boolean isUpdatable()
Indicates whether this element can be updated by the application or not.
Returns:
A boolean element indicating whether application can update this element or not. Default is true.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.