Uses of Class
com.atlassian.confluence.core.service.AbstractSingleEntityLocator
-
-
Uses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service
Subclasses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service Modifier and Type Class Description classIdContentLocator -
Uses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.blogpost
Subclasses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.blogpost Modifier and Type Class Description classIdBlogPostLocatorA blog post locator that uses the blog post Id to find a blog post -
Uses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.page
Subclasses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.page 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 AbstractSingleEntityLocator in com.atlassian.confluence.content.service.space
Subclasses of AbstractSingleEntityLocator in com.atlassian.confluence.content.service.space Modifier and Type Class Description classKeySpaceLocatorA space locator that uses a space key to find a space.
-