com.atlassian.greenhopper.confluence
Class ConfluenceGlobalIdFactory

java.lang.Object
  extended by com.atlassian.greenhopper.confluence.ConfluenceGlobalIdFactory

public class ConfluenceGlobalIdFactory
extends java.lang.Object

COPIED FROM JIRA Factory for encoding and decoding ConfluenceGlobalIds.

Since:
v5.0

Constructor Summary
ConfluenceGlobalIdFactory(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
           
 
Method Summary
 com.atlassian.jira.plugin.link.confluence.ConfluenceGlobalId create(com.atlassian.jira.issue.link.RemoteIssueLink link)
           
static java.lang.String encode(com.atlassian.applinks.api.ApplicationId applicationId, java.lang.String pageId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceGlobalIdFactory

public ConfluenceGlobalIdFactory(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
Method Detail

encode

public static java.lang.String encode(com.atlassian.applinks.api.ApplicationId applicationId,
                                      java.lang.String pageId)

create

public com.atlassian.jira.plugin.link.confluence.ConfluenceGlobalId create(com.atlassian.jira.issue.link.RemoteIssueLink link)


Copyright © 2007-2014 Atlassian. All Rights Reserved.