com.atlassian.confluence.content.service
Class IdContentLocator
java.lang.Object
com.atlassian.confluence.core.service.AbstractSingleEntityLocator
com.atlassian.confluence.content.service.IdContentLocator
- All Implemented Interfaces:
- EntityLocator, SingleEntityLocator
public class IdContentLocator
- extends AbstractSingleEntityLocator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdContentLocator
public IdContentLocator(ContentEntityManager contentEntityManager,
long contentId)
getEntity
public ConfluenceEntityObject 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()
Copyright © 2003-2012 Atlassian. All Rights Reserved.