Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
RemoteIssueLinkService.RemoteIssueLinkResult.getRemoteIssueLink() |
Modifier and Type | Method and Description |
---|---|
List<RemoteIssueLink> |
RemoteIssueLinkService.RemoteIssueLinkListResult.getRemoteIssueLinks() |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLinkService.CreateValidationResult |
DefaultRemoteIssueLinkService.validateCreate(ApplicationUser user,
RemoteIssueLink remoteIssueLink) |
RemoteIssueLinkService.CreateValidationResult |
RemoteIssueLinkService.validateCreate(ApplicationUser user,
RemoteIssueLink remoteIssueLink)
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteIssueLinkService.CreateValidationResult that can be passed to the #create(User, CreateValidationResult) method. |
RemoteIssueLinkService.UpdateValidationResult |
DefaultRemoteIssueLinkService.validateUpdate(ApplicationUser user,
RemoteIssueLink remoteIssueLink) |
RemoteIssueLinkService.UpdateValidationResult |
RemoteIssueLinkService.validateUpdate(ApplicationUser user,
RemoteIssueLink remoteIssueLink)
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteIssueLinkService.UpdateValidationResult that can be passed to the #update(User, UpdateValidationResult) method. |
Modifier and Type | Field and Description |
---|---|
static EntityFactory<RemoteIssueLink> |
Entity.REMOTE_ISSUE_LINK |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
RemoteIssueLinkFactory.build(org.ofbiz.core.entity.GenericValue genericValue) |
Modifier and Type | Method and Description |
---|---|
FieldMap |
RemoteIssueLinkFactory.fieldMapFrom(RemoteIssueLink value) |
Constructor and Description |
---|
AbstractRemoteIssueLinkEvent(RemoteIssueLink remoteIssueLink) |
RemoteIssueLinkCreateEvent(RemoteIssueLink remoteIssueLink) |
RemoteIssueLinkDeleteEvent(RemoteIssueLink remoteIssueLink) |
RemoteIssueLinkUICreateEvent(RemoteIssueLink remoteIssueLink) |
RemoteIssueLinkUIDeleteEvent(RemoteIssueLink remoteIssueLink) |
RemoteIssueLinkUpdateEvent(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
RemoteIssueLinkBuilder.build() |
RemoteIssueLink |
MemoryRemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
RemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
RemoteIssueLinkStoreImpl.createRemoteIssueLink(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
ApplicationUser user) |
RemoteIssueLink |
RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
ApplicationUser user)
Creates the given remote issue link.
|
RemoteIssueLink |
MemoryRemoteIssueLinkStore.getRemoteIssueLink(Long remoteIssueLinkId) |
RemoteIssueLink |
DefaultRemoteIssueLinkManager.getRemoteIssueLink(Long remoteIssueLinkId) |
RemoteIssueLink |
RemoteIssueLinkStore.getRemoteIssueLink(Long remoteIssueLinkId) |
RemoteIssueLink |
RemoteIssueLinkStoreImpl.getRemoteIssueLink(Long remoteIssueLinkId) |
RemoteIssueLink |
RemoteIssueLinkManager.getRemoteIssueLink(Long remoteIssueLinkId)
Returns the remote issue link with the given id, or null if it does not exist.
|
RemoteIssueLink |
DefaultRemoteIssueLinkManager.getRemoteIssueLinkByGlobalId(Issue issue,
String globalId) |
RemoteIssueLink |
RemoteIssueLinkManager.getRemoteIssueLinkByGlobalId(Issue issue,
String globalId)
Returns the first remote issue link found that links with the given JIRA issue and has the given globalId, or
null if none exists.
|
Modifier and Type | Method and Description |
---|---|
List<RemoteIssueLink> |
MemoryRemoteIssueLinkStore.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds) |
List<RemoteIssueLink> |
DefaultRemoteIssueLinkManager.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds) |
List<RemoteIssueLink> |
RemoteIssueLinkStore.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds)
Returns remote issue links in given issue with any of the given globalIds, sorted by id.
|
List<RemoteIssueLink> |
RemoteIssueLinkStoreImpl.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds) |
List<RemoteIssueLink> |
RemoteIssueLinkManager.findRemoteIssueLinksByGlobalIds(Collection<String> globalIds)
Returns the remote issue links that have any the given globalIds, or empty if none exists.
|
List<RemoteIssueLink> |
MemoryRemoteIssueLinkStore.getRemoteIssueLinksByGlobalId(Issue issue,
String globalId) |
List<RemoteIssueLink> |
RemoteIssueLinkStore.getRemoteIssueLinksByGlobalId(Issue issue,
String globalId)
Returns remote issue links in given issue with given globalId sorted by id.
|
List<RemoteIssueLink> |
RemoteIssueLinkStoreImpl.getRemoteIssueLinksByGlobalId(Issue issue,
String globalId) |
List<RemoteIssueLink> |
MemoryRemoteIssueLinkStore.getRemoteIssueLinksForIssue(Issue issue) |
List<RemoteIssueLink> |
DefaultRemoteIssueLinkManager.getRemoteIssueLinksForIssue(Issue issue) |
List<RemoteIssueLink> |
RemoteIssueLinkStore.getRemoteIssueLinksForIssue(Issue issue) |
List<RemoteIssueLink> |
RemoteIssueLinkStoreImpl.getRemoteIssueLinksForIssue(Issue issue) |
List<RemoteIssueLink> |
RemoteIssueLinkManager.getRemoteIssueLinksForIssue(Issue issue)
Gets the remote issue links that link with the given JIRA issue.
|
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
MemoryRemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
RemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
RemoteIssueLinkStoreImpl.createRemoteIssueLink(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
ApplicationUser user) |
RemoteIssueLink |
RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
ApplicationUser user)
Creates the given remote issue link.
|
void |
MemoryRemoteIssueLinkStore.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink) |
void |
RemoteIssueLinkStore.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink) |
void |
RemoteIssueLinkStoreImpl.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink) |
void |
DefaultRemoteIssueLinkManager.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink,
ApplicationUser user) |
void |
RemoteIssueLinkManager.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink,
ApplicationUser user)
Updates the given remote issue link.
|
Constructor and Description |
---|
RemoteIssueLinkBuilder(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
IssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink,
Map<String,Object> context)
Returns the context used to render the final HTML.
|
Map<String,Object> |
AbstractIssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink,
Map<String,Object> context)
Refer to documentation in
IssueLinkRenderer.getFinalContext(com.atlassian.jira.issue.link.RemoteIssueLink, java.util.Map) . |
String |
IssueLinkRendererModuleDescriptorImpl.getFinalHtml(RemoteIssueLink remoteIssueLink) |
String |
IssueLinkRendererModuleDescriptor.getFinalHtml(RemoteIssueLink remoteIssueLink)
Returns the final HTML to place between the relationship text and the delete icon.
|
Map<String,Object> |
IssueLinkRenderer.getInitialContext(RemoteIssueLink remoteIssueLink,
Map<String,Object> context)
Returns the context used by the template to render the initial HTML.
|
String |
IssueLinkRendererModuleDescriptorImpl.getInitialHtml(RemoteIssueLink remoteIssueLink) |
String |
IssueLinkRendererModuleDescriptor.getInitialHtml(RemoteIssueLink remoteIssueLink)
Returns the initial HTML to place between the relationship text and the delete icon.
|
boolean |
IssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink)
Returns true if an AJAX call is required to retrieve the final HTML.
|
boolean |
AbstractIssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink)
Refer to documentation in
IssueLinkRenderer.requiresAsyncLoading(com.atlassian.jira.issue.link.RemoteIssueLink) . |
boolean |
IssueLinkRenderer.shouldDisplay(RemoteIssueLink remoteIssueLink)
Returns true if the remote issue link should be displayed.
|
boolean |
AbstractIssueLinkRenderer.shouldDisplay(RemoteIssueLink remoteIssueLink)
Refer to documentation in
IssueLinkRenderer.shouldDisplay(com.atlassian.jira.issue.link.RemoteIssueLink) . |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
ConfluenceRemoteIssueLinkBuilder.build(com.atlassian.applinks.api.ApplicationLink appLink,
String pageId,
Long issueId)
Builds a RemoteIssueLink pointing to a page in Confluence.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
ConfluenceIssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink,
Map<String,Object> context) |
boolean |
ConfluenceIssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
ConfluenceIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
ConfluenceIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
ConfluenceGlobalId |
ConfluenceGlobalIdFactory.create(RemoteIssueLink link) |
ConfluenceGlobalId |
ConfluenceGlobalIdFactoryImpl.create(RemoteIssueLink link) |
RemoteIssueLink |
ConfluenceIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
ConfluenceIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
JiraRemoteIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
JiraRemoteIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
JiraRemoteIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
JiraRemoteIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink) |
Map<String,Object> |
RemoteJiraIssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink,
Map<String,Object> context) |
boolean |
RemoteJiraIssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
int |
RemoteIssueLinkComparator.compare(RemoteIssueLink o1,
RemoteIssueLink o2) |
static String |
RemoteIssueLinkUtils.getFinalHtml(RemoteIssueLink remoteIssueLink,
com.atlassian.plugin.PluginAccessor pluginAccessor)
Returns the final HTML for the remote issue link.
|
Map<String,Object> |
DefaultIssueLinkRenderer.getInitialContext(RemoteIssueLink remoteIssueLink,
Map<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<IssueLinkContext>> |
RemoteIssueLinkUtils.convertToIssueLinkContexts(List<RemoteIssueLink> remoteIssueLinks,
Long issueId,
String baseUrl,
I18nHelper i18n,
com.atlassian.plugin.PluginAccessor pluginAccessor) |
Constructor and Description |
---|
RemoteIssueLinkBeanBuilder(ContextUriInfo contextUriInfo,
IssueManager issueManager,
RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLinkBeanBuilder |
BeanBuilderFactory.newRemoteIssueLinkBeanBuilder(RemoteIssueLink remoteIssueLink)
Returns a new instance of a RemoteIssueLinkBeanBuilder.
|
RemoteIssueLinkBeanBuilder |
BeanBuilderFactoryImpl.newRemoteIssueLinkBeanBuilder(RemoteIssueLink remoteIssueLink)
Returns a new instance of a RemoteIssueLinkBeanBuilder.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.