Class IdContentLocator
java.lang.Object
com.atlassian.confluence.core.service.AbstractSingleEntityLocator
com.atlassian.confluence.content.service.IdContentLocator
- All Implemented Interfaces:
EntityLocator
,SingleEntityLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Get the entities that matches the query represented by this locator.Methods inherited from class com.atlassian.confluence.core.service.AbstractSingleEntityLocator
getEntities
-
Constructor Details
-
IdContentLocator
-
-
Method Details
-
getEntity
Description copied from interface:SingleEntityLocator
Get the entities that matches the query represented by this locator. If no entities match the query, this method will return null.- Returns:
- the entity matching the locator's query, or null if no such object is found.
-
getContentId
public long getContentId()
-