Class AbstractFinder<T>
- java.lang.Object
- 
- com.atlassian.confluence.api.impl.service.content.finder.AbstractFinder<T>
 
- 
- All Implemented Interfaces:
- SingleFetcher<T>
 - Direct Known Subclasses:
- GroupServiceImpl.GroupFinderImpl,- PersonServiceImpl.PersonFinderImpl,- SpaceServiceImpl.SpaceFinderImpl
 
 public abstract class AbstractFinder<T> extends Object implements SingleFetcher<T> 
- 
- 
Field SummaryFields Modifier and Type Field Description protected Expansion[]expansions
 - 
Constructor SummaryConstructors Constructor Description AbstractFinder(Expansion... expansions)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TfetchOneOrNull()protected ExpansionsgetExpansions()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcherfetch, fetchOne, fetchOrNull
 
- 
 
- 
- 
- 
Field Detail- 
expansionsprotected final Expansion[] expansions 
 
- 
 - 
Constructor Detail- 
AbstractFinderpublic AbstractFinder(Expansion... expansions) 
 
- 
 - 
Method Detail- 
fetchOneOrNullpublic final T fetchOneOrNull() - Specified by:
- fetchOneOrNullin interface- SingleFetcher<T>
 
 - 
getExpansionsprotected Expansions getExpansions() 
 
- 
 
-