Uses of Class
com.atlassian.greenhopper.web.rapid.entity.common.RemoteEntityLinkModel

Packages that use RemoteEntityLinkModel
com.atlassian.greenhopper.web.rapid.entity.common   
com.atlassian.greenhopper.web.rapid.entity.epic   
com.atlassian.greenhopper.web.rapid.entity.sprint   
 

Uses of RemoteEntityLinkModel in com.atlassian.greenhopper.web.rapid.entity.common
 

Fields in com.atlassian.greenhopper.web.rapid.entity.common with type parameters of type RemoteEntityLinkModel
 java.util.List<RemoteEntityLinkModel> LinkedPagesModel.pages
           
 

Uses of RemoteEntityLinkModel in com.atlassian.greenhopper.web.rapid.entity.epic
 

Methods in com.atlassian.greenhopper.web.rapid.entity.epic that return types with arguments of type RemoteEntityLinkModel
 java.util.List<RemoteEntityLinkModel> EpicLinkedPagesModelFactory.getPages(com.atlassian.jira.issue.Issue epic, java.util.List<LinkedPagesModel.ApplicationLinkModel> applicationLinks)
          Returns a list of RemoteEntityLinkModel objects that represent the pages linked with an epic issue
 ServiceOutcome<RemoteEntityLinkModel> EpicLinkedPagesModelFactory.linkPageToEpic(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue epic, java.lang.String pageId)
          Links a page to an epic issue
 

Uses of RemoteEntityLinkModel in com.atlassian.greenhopper.web.rapid.entity.sprint
 

Methods in com.atlassian.greenhopper.web.rapid.entity.sprint that return types with arguments of type RemoteEntityLinkModel
 java.util.List<RemoteEntityLinkModel> SprintLinkedPagesModelFactory.getPagesForSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, java.util.List<LinkedPagesModel.ApplicationLinkModel> applicationLinks)
          Returns a list of RemoteEntityLinkModel objects that represent the pages linked to a sprint
 ServiceOutcome<RemoteEntityLinkModel> SprintLinkedPagesModelFactory.linkPageToSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint, java.lang.String pageId, java.lang.String pageTitle)
          Links a page to a sprint.
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.