| java.lang.Object |
| ↳ |
com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<T> |
| |
↳ |
com.atlassian.confluence.plugins.rest.entities.ContentEntityExpander |
Class Overview
A recursive EntityExpander to expand ContentEntity objects.
Summary
|
[Expand]
Inherited Methods |
From class
com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander
|
final
T
|
expand(ExpandContext<T> arg0, EntityExpanderResolver arg1, EntityCrawler arg2)
|
|
abstract
T
|
expandInternal(T arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.plugins.rest.common.expand.EntityExpander
|
abstract
T
|
expand(ExpandContext<T> arg0, EntityExpanderResolver arg1, EntityCrawler arg2)
|
|
Public Constructors
public
ContentEntityExpander
(TransactionTemplate transactionTemplate, RestContentManager restContentManager)
Protected Methods