Uses of Interface
com.atlassian.confluence.core.service.EntityLocator
Packages that use EntityLocator
Package
Description
-
Uses of EntityLocator in com.atlassian.confluence.content.service
Classes in com.atlassian.confluence.content.service that implement EntityLocator -
Uses of EntityLocator in com.atlassian.confluence.content.service.blogpost
Subinterfaces of EntityLocator in com.atlassian.confluence.content.service.blogpostClasses in com.atlassian.confluence.content.service.blogpost that implement EntityLocatorModifier and TypeClassDescriptionclass
A blog post locator that uses the blog post Id to find a blog post -
Uses of EntityLocator in com.atlassian.confluence.content.service.page
Subinterfaces of EntityLocator in com.atlassian.confluence.content.service.pageClasses in com.atlassian.confluence.content.service.page that implement EntityLocatorModifier and TypeClassDescriptionclass
class
A page locator that uses the page Id to find an identified version of a page.class
A page locator that uses the page Id to find a pagefinal class
class
Returns the page with the given space key and title. -
Uses of EntityLocator in com.atlassian.confluence.content.service.space
Subinterfaces of EntityLocator in com.atlassian.confluence.content.service.spaceClasses in com.atlassian.confluence.content.service.space that implement EntityLocatorModifier and TypeClassDescriptionclass
A space locator that uses a space key to find a space. -
Uses of EntityLocator in com.atlassian.confluence.core.service
Subinterfaces of EntityLocator in com.atlassian.confluence.core.serviceModifier and TypeInterfaceDescriptioninterface
EntityLocator that will only ever find either zero or one objects.Classes in com.atlassian.confluence.core.service that implement EntityLocatorModifier and TypeClassDescriptionclass
Base class for SingleEntityLocator that enforces the contract betweengetEntity
andgetEntities