com.atlassian.jira.plugin.link.confluence.service
Class ConfluenceGlobalIdFactoryImpl

java.lang.Object
  extended by com.atlassian.jira.plugin.link.confluence.service.ConfluenceGlobalIdFactoryImpl
All Implemented Interfaces:
ConfluenceGlobalIdFactory

public class ConfluenceGlobalIdFactoryImpl
extends Object
implements ConfluenceGlobalIdFactory

Factory for encoding and decoding ConfluenceGlobalIds.

Since:
v5.0

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

Constructor Detail

ConfluenceGlobalIdFactoryImpl

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

encode

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

create

public ConfluenceGlobalId create(RemoteIssueLink link)
Specified by:
create in interface ConfluenceGlobalIdFactory


Copyright © 2002-2013 Atlassian. All Rights Reserved.