public abstract class AbstractSingleEntityLocator extends Object implements SingleEntityLocator
getEntity
and
getEntities
Constructor and Description |
---|
AbstractSingleEntityLocator() |
Modifier and Type | Method and Description |
---|---|
List<ConfluenceEntityObject> |
getEntities()
Get the entities that match the query represented by this locator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntity
public List<ConfluenceEntityObject> getEntities()
EntityLocator
Whether the ordering of entities in the returned list is significant is dependent on the specific implementation of the locator.
getEntities
in interface EntityLocator
Copyright © 2003–2015 Atlassian. All rights reserved.