Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Uses of Class
waggle.common.modules.conversation.enums.XConversationState

Packages that use XConversationState
waggle.common.modules.aggregate.infos Data transfer objects defined by the Aggregate Module API. 
waggle.common.modules.conversation Conversation Module API. 
waggle.common.modules.conversation.enums Enums defined by the Conversation Module API. 
waggle.common.modules.conversation.infos Data transfer objects defined by the Conversation Module API. 

 

Uses of XConversationState in waggle.common.modules.aggregate.infos

 

Fields in waggle.common.modules.aggregate.infos declared as XConversationState
 XConversationState XAggregateConversationInfo.ConversationState
          The Conversation State.

 

Uses of XConversationState in waggle.common.modules.conversation

 

Methods in waggle.common.modules.conversation with parameters of type XConversationState
 void XConversationModule.Server.setConversationState(XObjectID conversationID, XConversationState state, String chatText)
          Change a Conversation's state with an optional custom message.

 

Uses of XConversationState in waggle.common.modules.conversation.enums

 

Methods in waggle.common.modules.conversation.enums that return XConversationState
static XConversationState XConversationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XConversationState[] XConversationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Uses of XConversationState in waggle.common.modules.conversation.infos

 

Fields in waggle.common.modules.conversation.infos declared as XConversationState
 XConversationState XConversationInfo.State
          Conversation state.

 


Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.