|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteIssueLink in com.atlassian.jira.bc.issue.link |
---|
Methods in com.atlassian.jira.bc.issue.link that return RemoteIssueLink | |
---|---|
RemoteIssueLink |
RemoteIssueLinkService.RemoteIssueLinkResult.getRemoteIssueLink()
|
Methods in com.atlassian.jira.bc.issue.link that return types with arguments of type RemoteIssueLink | |
---|---|
List<RemoteIssueLink> |
RemoteIssueLinkService.RemoteIssueLinkListResult.getRemoteIssueLinks()
|
Methods in com.atlassian.jira.bc.issue.link with parameters of type RemoteIssueLink | |
---|---|
RemoteIssueLinkService.CreateValidationResult |
DefaultRemoteIssueLinkService.validateCreate(com.atlassian.crowd.embedded.api.User user,
RemoteIssueLink remoteIssueLink)
|
RemoteIssueLinkService.CreateValidationResult |
RemoteIssueLinkService.validateCreate(com.atlassian.crowd.embedded.api.User 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 RemoteIssueLinkService.create(User, CreateValidationResult) method. |
RemoteIssueLinkService.UpdateValidationResult |
DefaultRemoteIssueLinkService.validateUpdate(com.atlassian.crowd.embedded.api.User user,
RemoteIssueLink remoteIssueLink)
|
RemoteIssueLinkService.UpdateValidationResult |
RemoteIssueLinkService.validateUpdate(com.atlassian.crowd.embedded.api.User 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 RemoteIssueLinkService.update(User, UpdateValidationResult) method. |
Uses of RemoteIssueLink in com.atlassian.jira.entity |
---|
Fields in com.atlassian.jira.entity with type parameters of type RemoteIssueLink | |
---|---|
static EntityFactory<RemoteIssueLink> |
Entity.REMOTE_ISSUE_LINK
|
Methods in com.atlassian.jira.entity that return RemoteIssueLink | |
---|---|
RemoteIssueLink |
RemoteIssueLinkFactory.build(org.ofbiz.core.entity.GenericValue genericValue)
|
Methods in com.atlassian.jira.entity with parameters of type RemoteIssueLink | |
---|---|
FieldMap |
RemoteIssueLinkFactory.fieldMapFrom(RemoteIssueLink value)
|
Uses of RemoteIssueLink in com.atlassian.jira.issue.link |
---|
Methods in com.atlassian.jira.issue.link that return RemoteIssueLink | |
---|---|
RemoteIssueLink |
RemoteIssueLinkBuilder.build()
|
RemoteIssueLink |
MemoryRemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
|
RemoteIssueLink |
RemoteIssueLinkStoreImpl.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
|
RemoteIssueLink |
RemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
|
RemoteIssueLink |
DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
com.atlassian.crowd.embedded.api.User user)
|
RemoteIssueLink |
RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
com.atlassian.crowd.embedded.api.User user)
Creates the given remote issue link. |
RemoteIssueLink |
MemoryRemoteIssueLinkStore.getRemoteIssueLink(Long remoteIssueLinkId)
|
RemoteIssueLink |
DefaultRemoteIssueLinkManager.getRemoteIssueLink(Long remoteIssueLinkId)
|
RemoteIssueLink |
RemoteIssueLinkStoreImpl.getRemoteIssueLink(Long remoteIssueLinkId)
|
RemoteIssueLink |
RemoteIssueLinkStore.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. |
Methods in com.atlassian.jira.issue.link that return types with arguments of type RemoteIssueLink | |
---|---|
List<RemoteIssueLink> |
MemoryRemoteIssueLinkStore.getRemoteIssueLinksByGlobalId(Issue issue,
String globalId)
|
List<RemoteIssueLink> |
RemoteIssueLinkStoreImpl.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> |
MemoryRemoteIssueLinkStore.getRemoteIssueLinksForIssue(Issue issue)
|
List<RemoteIssueLink> |
DefaultRemoteIssueLinkManager.getRemoteIssueLinksForIssue(Issue issue)
|
List<RemoteIssueLink> |
RemoteIssueLinkStoreImpl.getRemoteIssueLinksForIssue(Issue issue)
|
List<RemoteIssueLink> |
RemoteIssueLinkStore.getRemoteIssueLinksForIssue(Issue issue)
|
List<RemoteIssueLink> |
RemoteIssueLinkManager.getRemoteIssueLinksForIssue(Issue issue)
Gets the remote issue links that link with the given JIRA issue. |
Methods in com.atlassian.jira.issue.link with parameters of type RemoteIssueLink | |
---|---|
RemoteIssueLink |
MemoryRemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
|
RemoteIssueLink |
RemoteIssueLinkStoreImpl.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
|
RemoteIssueLink |
RemoteIssueLinkStore.createRemoteIssueLink(RemoteIssueLink remoteIssueLink)
|
RemoteIssueLink |
DefaultRemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
com.atlassian.crowd.embedded.api.User user)
|
RemoteIssueLink |
RemoteIssueLinkManager.createRemoteIssueLink(RemoteIssueLink remoteIssueLink,
com.atlassian.crowd.embedded.api.User user)
Creates the given remote issue link. |
void |
MemoryRemoteIssueLinkStore.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink)
|
void |
RemoteIssueLinkStoreImpl.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink)
|
void |
RemoteIssueLinkStore.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink)
|
void |
DefaultRemoteIssueLinkManager.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink,
com.atlassian.crowd.embedded.api.User user)
|
void |
RemoteIssueLinkManager.updateRemoteIssueLink(RemoteIssueLink remoteIssueLink,
com.atlassian.crowd.embedded.api.User user)
Updates the given remote issue link. |
Constructors in com.atlassian.jira.issue.link with parameters of type RemoteIssueLink | |
---|---|
RemoteIssueLinkBuilder(RemoteIssueLink remoteIssueLink)
|
Uses of RemoteIssueLink in com.atlassian.jira.plugin.issuelink |
---|
Methods in com.atlassian.jira.plugin.issuelink with parameters of type RemoteIssueLink | |
---|---|
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) . |
Map<String,Object> |
IssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink,
Map<String,Object> context)
Returns the context used to render the final HTML. |
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 |
AbstractIssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink)
Refer to documentation in IssueLinkRenderer.requiresAsyncLoading(com.atlassian.jira.issue.link.RemoteIssueLink) . |
boolean |
IssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink)
Returns true if an AJAX call is required to retrieve the final HTML. |
boolean |
AbstractIssueLinkRenderer.shouldDisplay(RemoteIssueLink remoteIssueLink)
Refer to documentation in IssueLinkRenderer.shouldDisplay(com.atlassian.jira.issue.link.RemoteIssueLink) . |
boolean |
IssueLinkRenderer.shouldDisplay(RemoteIssueLink remoteIssueLink)
Returns true if the remote issue link should be displayed. |
Uses of RemoteIssueLink in com.atlassian.jira.plugin.link.confluence.render |
---|
Methods in com.atlassian.jira.plugin.link.confluence.render with parameters of type RemoteIssueLink | |
---|---|
Map<String,Object> |
ConfluenceIssueLinkRenderer.getFinalContext(RemoteIssueLink remoteIssueLink,
Map<String,Object> context)
|
boolean |
ConfluenceIssueLinkRenderer.requiresAsyncLoading(RemoteIssueLink remoteIssueLink)
|
Uses of RemoteIssueLink in com.atlassian.jira.plugin.link.confluence.service |
---|
Methods in com.atlassian.jira.plugin.link.confluence.service that return RemoteIssueLink | |
---|---|
RemoteIssueLink |
ConfluenceIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink)
|
RemoteIssueLink |
ConfluenceIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink)
|
Methods in com.atlassian.jira.plugin.link.confluence.service with parameters of type RemoteIssueLink | |
---|---|
ConfluenceGlobalId |
ConfluenceGlobalIdFactoryImpl.create(RemoteIssueLink link)
|
ConfluenceGlobalId |
ConfluenceGlobalIdFactory.create(RemoteIssueLink link)
|
RemoteIssueLink |
ConfluenceIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink)
|
RemoteIssueLink |
ConfluenceIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink)
|
Uses of RemoteIssueLink in com.atlassian.jira.plugin.link.remotejira |
---|
Methods in com.atlassian.jira.plugin.link.remotejira that return RemoteIssueLink | |
---|---|
RemoteIssueLink |
JiraRemoteIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink)
|
RemoteIssueLink |
JiraRemoteIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink)
|
Methods in com.atlassian.jira.plugin.link.remotejira with parameters of type RemoteIssueLink | |
---|---|
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)
|
Uses of RemoteIssueLink in com.atlassian.jira.plugin.viewissue.issuelink |
---|
Methods in com.atlassian.jira.plugin.viewissue.issuelink with parameters of type RemoteIssueLink | |
---|---|
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)
|
Method parameters in com.atlassian.jira.plugin.viewissue.issuelink with type arguments of type RemoteIssueLink | |
---|---|
static Map<String,List<IssueLinkContext>> |
RemoteIssueLinkUtils.convertToIssueLinkContexts(List<RemoteIssueLink> remoteIssueLinks,
Long issueId,
String baseUrl,
I18nHelper i18n,
com.atlassian.plugin.PluginAccessor pluginAccessor)
|
Uses of RemoteIssueLink in com.atlassian.jira.rest.v2.issue |
---|
Constructors in com.atlassian.jira.rest.v2.issue with parameters of type RemoteIssueLink | |
---|---|
RemoteIssueLinkBeanBuilder(ContextUriInfo contextUriInfo,
IssueManager issueManager,
RemoteIssueLink remoteIssueLink)
|
Uses of RemoteIssueLink in com.atlassian.jira.rest.v2.issue.builder |
---|
Methods in com.atlassian.jira.rest.v2.issue.builder with parameters of type RemoteIssueLink | |
---|---|
RemoteIssueLinkBeanBuilder |
BeanBuilderFactoryImpl.newRemoteIssueLinkBeanBuilder(RemoteIssueLink remoteIssueLink)
Returns a new instance of a RemoteIssueLinkBeanBuilder. |
RemoteIssueLinkBeanBuilder |
BeanBuilderFactory.newRemoteIssueLinkBeanBuilder(RemoteIssueLink remoteIssueLink)
Returns a new instance of a RemoteIssueLinkBeanBuilder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |