public class AuthenticatedUserShareTypeRenderer extends Object implements ShareTypeRenderer
AuthenticatedUserShareType.ShareTypeRenderer.RenderMode| Constructor and Description |
|---|
AuthenticatedUserShareTypeRenderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getShareTypeEditor(JiraAuthenticationContext authenticationContext)
Return the HTML of the component that is used to configure the ShareType when necessary.
|
String |
getShareTypeLabel(JiraAuthenticationContext authenticationContext)
Return a string that can be used to differentiate the associated ShareType.
|
String |
getSimpleDescription(SharePermission permission,
JiraAuthenticationContext authenticationContext)
Return a simple text only description of the share.
|
Map<String,String> |
getTranslatedTemplates(JiraAuthenticationContext authenticationContext,
SharedEntity.TypeDescriptor<? extends SharedEntity> type,
ShareTypeRenderer.RenderMode mode)
Return map of key -> template that can be used to show a configured shares in Javascript.
|
boolean |
isAddButtonNeeded(JiraAuthenticationContext userCtx)
Return whether or not the component needs a button.
|
String |
renderPermission(SharePermission permission,
JiraAuthenticationContext authenticationContext)
Return HTML that shows the configured share.
|
public String renderPermission(SharePermission permission, JiraAuthenticationContext authenticationContext)
ShareTypeRendererrenderPermission in interface ShareTypeRendererpermission - the share to render.authenticationContext - the context of the user calling this method.public String getSimpleDescription(SharePermission permission, JiraAuthenticationContext authenticationContext)
ShareTypeRenderergetSimpleDescription in interface ShareTypeRendererpermission - the share to describe, containing permission params.authenticationContext - the context of the user calling this method.public String getShareTypeEditor(JiraAuthenticationContext authenticationContext)
ShareTypeRenderergetShareTypeEditor in interface ShareTypeRendererauthenticationContext - the context of the user calling this method.public boolean isAddButtonNeeded(JiraAuthenticationContext userCtx)
ShareTypeRendererisAddButtonNeeded in interface ShareTypeRendereruserCtx - the context of the user calling this method.public String getShareTypeLabel(JiraAuthenticationContext authenticationContext)
ShareTypeRenderergetShareTypeLabel in interface ShareTypeRendererauthenticationContext - the context of the user calling this method.public Map<String,String> getTranslatedTemplates(JiraAuthenticationContext authenticationContext, SharedEntity.TypeDescriptor<? extends SharedEntity> type, ShareTypeRenderer.RenderMode mode)
ShareTypeRenderergetTranslatedTemplates in interface ShareTypeRendererauthenticationContext - the context of the user calling this method.type - the type of the shared entity .mode - the mode that should be rendered.Copyright © 2002-2017 Atlassian. All Rights Reserved.