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

java.lang.Object
  extended by com.atlassian.greenhopper.service.api.remote.RemoteLinkConversationService.CreationConversation
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
RemoteLinkConversationService

public static class RemoteLinkConversationService.CreationConversation
extends java.lang.Object
implements java.io.Serializable

Represents the "conversation" after a creation request. This needs to be Serializable because these objects are stored in a cache which is replicated in a clustered environment, without being backed by a database.

See Also:
Serialized Form

Nested Class Summary
static class RemoteLinkConversationService.CreationConversation.Status
           
 
Constructor Summary
RemoteLinkConversationService.CreationConversation(java.lang.String token, java.lang.String userKey, RemoteLinkConversationService.CreationConversation.Status status)
           
 
Method Summary
 RemoteLinkConversationService.CreationConversation.Status getStatus()
           
 java.lang.String getToken()
           
 java.lang.String getUserKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLinkConversationService.CreationConversation

public RemoteLinkConversationService.CreationConversation(java.lang.String token,
                                                          java.lang.String userKey,
                                                          RemoteLinkConversationService.CreationConversation.Status status)
Method Detail

getToken

public java.lang.String getToken()

getUserKey

public java.lang.String getUserKey()

getStatus

public RemoteLinkConversationService.CreationConversation.Status getStatus()


Copyright © 2007-2014 Atlassian. All Rights Reserved.