public class

ApplicationLinksExistCondition

extends Object
implements Condition
java.lang.Object
   ↳ com.atlassian.applinks.core.plugin.condition.ApplicationLinksExistCondition

Class Overview

Condition that passes if at least one ApplicationLink (of the specified type, if supplied) is configured. param: type - (optional) the fully qualified classname of a subclass of ApplicationType

Summary

Public Constructors
ApplicationLinksExistCondition(ApplicationLinkService applicationLinkService, InternalTypeAccessor typeAccessor)
Public Methods
void init(Map<StringString> params)
boolean shouldDisplay(Map<StringObject> context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.web.Condition

Public Constructors

public ApplicationLinksExistCondition (ApplicationLinkService applicationLinkService, InternalTypeAccessor typeAccessor)

Public Methods

public void init (Map<StringString> params)

Throws
PluginParseException

public boolean shouldDisplay (Map<StringObject> context)