Uses of Class
com.atlassian.administration.quicksearch.rest.LocationBean
Packages that use LocationBean
-
Uses of LocationBean in com.atlassian.administration.quicksearch.rest
Subclasses of LocationBean in com.atlassian.administration.quicksearch.restMethods in com.atlassian.administration.quicksearch.rest that return LocationBeanModifier and TypeMethodDescriptionstatic LocationBeanLocationBeanUtils.deserialize(String json) AdminLinkResourceSupport.getAdminLinks(Iterable<String> locations, jakarta.servlet.http.HttpServletRequest request) AdminLinkResourceSupport.getAdminLinks(String location, jakarta.servlet.http.HttpServletRequest request) RemoteAdminLinksProvider.getDefaultRemoteAdminLinks(UserContext context) protected final LocationBeanAbstractAdminLinkResource.getLinksFor(Iterable<String> locations, UserContext userContext) protected final LocationBeanAbstractAdminLinkResource.getLinksFor(Iterable<String> locations, UserContext userContext, boolean stripRootSections) protected final LocationBeanAbstractAdminLinkResource.getLinksFor(String location, UserContext userContext) protected final LocationBeanAbstractAdminLinkResource.getLinksFor(String location, UserContext userContext, boolean stripRootSections) RemoteAdminLinksProvider.getRemoteAdminLinksFor(String location, UserContext userContext) static LocationBeanLocationBeanUtils.merge(LocationBean first, LocationBean... rest) static LocationBeanLocationBeanUtils.merge(Iterable<LocationBean> locationBeans) static LocationBeanLocationBeanUtils.newEmptyBean()Methods in com.atlassian.administration.quicksearch.rest with parameters of type LocationBeanModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseAdminLinkResourceSupport.getSuccessfulResponse(LocationBean locationBean) static LocationBeanLocationBeanUtils.merge(LocationBean first, LocationBean... rest) Method parameters in com.atlassian.administration.quicksearch.rest with type arguments of type LocationBeanModifier and TypeMethodDescriptionstatic LocationBeanLocationBeanUtils.merge(Iterable<LocationBean> locationBeans)