|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.content | |
|---|---|
class |
DefaultContent
Default implementation of Content. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.page |
|---|
| Methods in com.atlassian.confluence.content.service.page that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
AbstractPageLocator.getEntity()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.space |
|---|
| Methods in com.atlassian.confluence.content.service.space that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
KeySpaceLocator.getEntity()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.core |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.core | |
|---|---|
class |
AbstractVersionedEntityObject
|
class |
ContentEntityObject
|
class |
PageContentEntityObject
|
class |
SpaceContentEntityObject
A ContentEntityObject that is a first-class member of a Space (i.e. |
| Methods in com.atlassian.confluence.core that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
Versioned.getOriginalVersion()
Deprecated. since 2.5. Use Versioned.getLatestVersion() and Versioned.isLatestVersion() instead. |
ConfluenceEntityObject |
AbstractVersionedEntityObject.getOriginalVersion()
get the latest version of the ConfluenceEntityObject |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.core.service |
|---|
| Methods in com.atlassian.confluence.core.service that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
SingleEntityLocator.getEntity()
Get the entities that matches the query represented by this locator. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.importexport |
|---|
| Methods in com.atlassian.confluence.importexport with parameters of type ConfluenceEntityObject | |
|---|---|
void |
DefaultExportContext.addExceptionEntity(ConfluenceEntityObject entity)
|
void |
DefaultExportContext.addWorkingEntity(ConfluenceEntityObject entity)
|
boolean |
ExportContext.isExceptionEntity(ConfluenceEntityObject entity)
|
boolean |
DefaultExportContext.isExceptionEntity(ConfluenceEntityObject entity)
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.importexport.impl |
|---|
| Methods in com.atlassian.confluence.importexport.impl with parameters of type ConfluenceEntityObject | |
|---|---|
protected void |
PdfExporter.doExportEntity(ConfluenceEntityObject entity,
java.lang.String pdfFilePath)
|
protected abstract void |
AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity,
java.lang.String exportPath)
|
protected void |
HtmlExporter.doExportEntity(ConfluenceEntityObject entity,
java.lang.String exportPath)
|
protected java.lang.String |
PdfExporter.getFullExportPath(java.lang.String baseExportPath,
ConfluenceEntityObject entity)
|
protected abstract java.lang.String |
AbstractRendererExporterImpl.getFullExportPath(java.lang.String baseExportPath,
ConfluenceEntityObject entity)
|
protected java.lang.String |
HtmlExporter.getFullExportPath(java.lang.String base_export_path,
ConfluenceEntityObject entity)
|
protected java.lang.String |
AbstractExporterImpl.prepareExportFileName(ConfluenceEntityObject entity)
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.links |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.links | |
|---|---|
class |
AbstractLink
An abstract link defines a source page (the source of the link) and is the superclass for all Link objects. |
class |
OutgoingLink
Represents a link from a source page to a destination. |
class |
ReferralLink
Represents a link from a remote URL to a Confluence page Note: The source page field actually represents the destination page in Confluence |
class |
TrackbackLink
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.mail |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.mail | |
|---|---|
class |
Mail
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification | |
|---|---|
class |
Notification
A "Notification" is an email subscription or "watch" on some space. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.mail.notification.listeners |
|---|
| Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type ConfluenceEntityObject | |
|---|---|
protected com.atlassian.user.User |
AbstractNotificationsListener.getLastModifier(ConfluenceEntityObject entity)
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.pages |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.pages | |
|---|---|
class |
AbstractPage
Parent of the concrete Page and BlogPost classes |
class |
Attachment
|
class |
BlogPost
|
class |
Comment
|
class |
Draft
|
class |
Page
Represents a Page within Confluence. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.pages.templates |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.pages.templates | |
|---|---|
class |
PageTemplate
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.rss |
|---|
| Methods in com.atlassian.confluence.rss that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
RssRenderItem.getEntity()
|
| Methods in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObject | |
|---|---|
void |
RssRenderItem.setEntity(ConfluenceEntityObject entity)
|
| Constructors in com.atlassian.confluence.rss with parameters of type ConfluenceEntityObject | |
|---|---|
RssRenderItem(ConfluenceEntityObject entity,
boolean showContent,
boolean showDifferences,
com.atlassian.user.User modifier,
com.atlassian.user.User user,
DateFormatter dateFormatter)
|
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.security |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.security | |
|---|---|
class |
ContentPermission
Allows a user to lock content against editing by other users. |
class |
SpacePermission
A SpacePermission restricts access to different functions on a space. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.spaces |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.spaces | |
|---|---|
class |
Space
|
class |
SpaceDescription
|
class |
SpaceGroup
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.upgrade.security |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.upgrade.security | |
|---|---|
class |
LegacyContentPermission
This class represents the old form of ContentPermission. |
| Uses of ConfluenceEntityObject in com.atlassian.confluence.user |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.user | |
|---|---|
class |
PersonalInformation
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.util |
|---|
| Methods in com.atlassian.confluence.util that return ConfluenceEntityObject | |
|---|---|
static ConfluenceEntityObject |
ContentUtils.getLatest(ConfluenceEntityObject c1,
ConfluenceEntityObject c2)
|
| Methods in com.atlassian.confluence.util with parameters of type ConfluenceEntityObject | |
|---|---|
static ConfluenceEntityObject |
ContentUtils.getLatest(ConfluenceEntityObject c1,
ConfluenceEntityObject c2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||