Uses of Class
com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation

Packages that use RemoteLinkConversationService.CreationConversation
com.atlassian.greenhopper.service.api.remote   
 

Uses of RemoteLinkConversationService.CreationConversation in com.atlassian.greenhopper.service.api.remote
 

Methods in com.atlassian.greenhopper.service.api.remote that return types with arguments of type RemoteLinkConversationService.CreationConversation
 ServiceOutcome<RemoteLinkConversationService.CreationConversation> RemoteLinkConversationServiceImpl.getConversation(java.lang.String token)
           
 ServiceOutcome<RemoteLinkConversationService.CreationConversation> RemoteLinkConversationService.getConversation(java.lang.String token)
          Returns the conversation associated with the given token.
 ServiceOutcome<RemoteLinkConversationService.CreationConversation> RemoteLinkConversationServiceImpl.redeemConversation(java.lang.String token)
           
 ServiceOutcome<RemoteLinkConversationService.CreationConversation> RemoteLinkConversationService.redeemConversation(java.lang.String token)
          Reddeems the conversation associated with the given token.
 ServiceOutcome<RemoteLinkConversationService.CreationConversation> RemoteLinkConversationServiceImpl.startConversation(com.atlassian.crowd.embedded.api.User user)
           
 ServiceOutcome<RemoteLinkConversationService.CreationConversation> RemoteLinkConversationService.startConversation(com.atlassian.crowd.embedded.api.User user)
          Starts a new conversation for the logged in user, passes it in the RemoteLinkConversationService.CreationConversation.Status.PENDING state and returns the conversation token.
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.