Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Interface
com.oracle.sft.api.ActivityParticipant

Packages that use ActivityParticipant
com.oracle.sft.api The SFT base communication API. 

 

Uses of ActivityParticipant in com.oracle.sft.api

 

Methods in com.oracle.sft.api that return ActivityParticipant
 ActivityParticipant UserActivity.getActivityParticipant(String name)
          Retrieve a ActivityParticipant from the UserActivity.

 

Methods in com.oracle.sft.api that return types with arguments of type ActivityParticipant
 Collection<ActivityParticipant> UserActivity.getAllActivityParticipants()
          Returns all Activity Participants.

 

Methods in com.oracle.sft.api with parameters of type ActivityParticipant
 void UserActivity.addActivityParticipant(ActivityParticipant p)
          Add a ActivityParticipant to the UserActivity.
 void UserActivity.removeActivityParticipant(ActivityParticipant p)
          Remove a ActivityParticipant from the UserActivity.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.