com.atlassian.crowd.console.action
Interface ActionHelper


public interface ActionHelper


Method Summary
 CrowdBootstrapManager getBootstrapManager()
           
 String getDisplayableLink(com.atlassian.plugin.web.model.WebLink link)
           
 com.atlassian.extras.api.crowd.CrowdLicense getLicense()
           
 UserWithAttributes getRemoteUser()
           
 Map<String,String> getSitemeshPageProperties()
           
 String getSitemeshPageProperty(String propertyName)
           
 String getText(String key)
           
 Map<String,Object> getWebFragmentsContextMap()
           
 List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getWebItemsForSection(String sectionName)
           
 List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getWebSectionsForLocation(String location)
           
 boolean hasAdminRole(CrowdUserDetails userDetails)
           
 boolean isAdmin()
           
 boolean isAuthenticated()
           
 boolean isEvaluation()
           
 boolean isLicenseExpired()
           
 boolean isSubscription()
           
 boolean isWithinGracePeriod()
           
 

Method Detail

isLicenseExpired

boolean isLicenseExpired()

isEvaluation

boolean isEvaluation()

isSubscription

boolean isSubscription()

isWithinGracePeriod

boolean isWithinGracePeriod()

isAdmin

boolean isAdmin()

getWebSectionsForLocation

List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getWebSectionsForLocation(String location)

getWebItemsForSection

List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getWebItemsForSection(String sectionName)

getDisplayableLink

String getDisplayableLink(com.atlassian.plugin.web.model.WebLink link)

getSitemeshPageProperty

String getSitemeshPageProperty(String propertyName)

getText

String getText(String key)

getLicense

com.atlassian.extras.api.crowd.CrowdLicense getLicense()

isAuthenticated

boolean isAuthenticated()

hasAdminRole

boolean hasAdminRole(CrowdUserDetails userDetails)

getBootstrapManager

CrowdBootstrapManager getBootstrapManager()

getRemoteUser

UserWithAttributes getRemoteUser()

getWebFragmentsContextMap

Map<String,Object> getWebFragmentsContextMap()

getSitemeshPageProperties

Map<String,String> getSitemeshPageProperties()


Copyright © 2013 Atlassian. All Rights Reserved.