Uses of Interface
com.atlassian.confluence.core.service.SingleEntityLocator
-
-
Uses of SingleEntityLocator in com.atlassian.confluence.content.service
Classes in com.atlassian.confluence.content.service that implement SingleEntityLocator Modifier and Type Class Description classIdContentLocator -
Uses of SingleEntityLocator in com.atlassian.confluence.content.service.blogpost
Subinterfaces of SingleEntityLocator in com.atlassian.confluence.content.service.blogpost Modifier and Type Interface Description interfaceBlogPostLocatorLocates a single Blog PostClasses in com.atlassian.confluence.content.service.blogpost that implement SingleEntityLocator Modifier and Type Class Description classIdBlogPostLocatorA blog post locator that uses the blog post Id to find a blog post -
Uses of SingleEntityLocator in com.atlassian.confluence.content.service.page
Subinterfaces of SingleEntityLocator in com.atlassian.confluence.content.service.page Modifier and Type Interface Description interfacePageLocatorClasses in com.atlassian.confluence.content.service.page that implement SingleEntityLocator Modifier and Type Class Description classAbstractPageLocatorclassIdAndVersionPageLocatorA page locator that uses the page Id to find an identified version of a page.classIdPageLocatorA page locator that uses the page Id to find a pageclassSinglePageLocatorclassTitleAndSpaceKeyPageLocatorReturns the page with the given space key and title. -
Uses of SingleEntityLocator in com.atlassian.confluence.content.service.space
Subinterfaces of SingleEntityLocator in com.atlassian.confluence.content.service.space Modifier and Type Interface Description interfaceSpaceLocatorClasses in com.atlassian.confluence.content.service.space that implement SingleEntityLocator Modifier and Type Class Description classKeySpaceLocatorA space locator that uses a space key to find a space. -
Uses of SingleEntityLocator in com.atlassian.confluence.core.service
Classes in com.atlassian.confluence.core.service that implement SingleEntityLocator Modifier and Type Class Description classAbstractSingleEntityLocatorBase class for SingleEntityLocator that enforces the contract betweengetEntityandgetEntities
-