Class ExportingReference
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.transformers.ExportingReference
-
public class ExportingReference extends Object
This is model class forEntityObjectReadyForExport.Reference
- Since:
- 8.3.0
-
-
Constructor Summary
Constructors Constructor Description ExportingReference(String propertyName, Class<?> referencedClazz, Object referencedId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyName()
Class<?>
getReferencedClazz()
Object
getReferencedId()
-