Uses of Class
org.springframework.webflow.conversation.ConversationId

Packages that use ConversationId
org.springframework.webflow.conversation The conversation subsystem for beginning and ending conversations that manage the state of user interactions. 
org.springframework.webflow.conversation.impl Conversation manager implementations. 
org.springframework.webflow.execution.repository.support General purpose implementation assistance for flow execution repositories. 
 

Uses of ConversationId in org.springframework.webflow.conversation
 

Methods in org.springframework.webflow.conversation that return ConversationId
 ConversationId NoSuchConversationException.getConversationId()
          Returns the conversation id that was not found.
 ConversationId Conversation.getId()
          Returns the unique id assigned to this conversation.
 ConversationId ConversationManager.parseConversationId(java.lang.String encodedId)
          Parse the string-encoded conversationId into its object form.
 

Methods in org.springframework.webflow.conversation with parameters of type ConversationId
 Conversation ConversationManager.getConversation(ConversationId id)
          Get the conversation with the provided id.
 

Constructors in org.springframework.webflow.conversation with parameters of type ConversationId
NoSuchConversationException(ConversationId conversationId)
          Create a new conversation lookup exception.
 

Uses of ConversationId in org.springframework.webflow.conversation.impl
 

Subclasses of ConversationId in org.springframework.webflow.conversation.impl
 class SimpleConversationId
          An id that uniquely identifies a conversation managed by a ConversationManager.
 

Methods in org.springframework.webflow.conversation.impl that return ConversationId
 ConversationId SessionBindingConversationManager.parseConversationId(java.lang.String encodedId)
           
 

Methods in org.springframework.webflow.conversation.impl with parameters of type ConversationId
 Conversation SessionBindingConversationManager.getConversation(ConversationId id)
           
 

Uses of ConversationId in org.springframework.webflow.execution.repository.support
 

Methods in org.springframework.webflow.execution.repository.support that return ConversationId
protected  ConversationId AbstractConversationFlowExecutionRepository.getConversationId(FlowExecutionKey key)
          Returns the conversation id part of given composite flow execution key.
 



Copyright © 2009 Spring Framework. All Rights Reserved.