|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserActivity
This interface encapsulates the User Activity.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.oracle.sft.api.Communication |
|---|
Communication.State |
| Method Summary | |
|---|---|
void |
addActivityParticipant(ActivityParticipant p)Add a ActivityParticipant to the UserActivity. |
void |
addActivityParticipant(String name)Add a ActivityParticipant to the UserActivity. |
ActivityParticipant |
getActivityParticipant(String name)Retrieve a ActivityParticipant from the UserActivity. |
Collection<ActivityParticipant> |
getAllActivityParticipants()Returns all Activity Participants. |
void |
process()Process UserActivity. |
void |
removeActivityParticipant(ActivityParticipant p)Remove a ActivityParticipant from the UserActivity. |
void |
removeActivityParticipant(String name)Remove the ActivityParticipant from the UserActivity. |
| Methods inherited from interface com.oracle.sft.api.Communication |
|---|
addAgent, end, getAgent, getAgents, getInitiator, getName, getState, removeAgent |
| Method Detail |
|---|
void addActivityParticipant(String name)
ActivityParticipant to the UserActivity. Executing this method will initiate a UserActivity with that ActivityParticipant.name - Name of the ActivityParticipantvoid addActivityParticipant(ActivityParticipant p)
p - Add a ActivityParticipant to the UserActivity.void removeActivityParticipant(String name)
name - Name of the ActivityParticipantvoid removeActivityParticipant(ActivityParticipant p)
p - ActivityParticipant object.ActivityParticipant getActivityParticipant(String name)
ActivityParticipant from the UserActivity.name - Name of the ActivityParticipantCollection<ActivityParticipant> getAllActivityParticipants()
void process()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.