|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service |
|---|
| Methods in com.atlassian.confluence.content.service that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
IdContentLocator.getEntity()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.content.service.blogpost |
|---|
| Methods in com.atlassian.confluence.content.service.blogpost that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
IdBlogPostLocator.getEntity()
|
| 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
Deprecated. Since 4.0 This used to be implemented by Comment, but is no longer necessary. |
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. |
| Methods in com.atlassian.confluence.core.service that return types with arguments of type ConfluenceEntityObject | |
|---|---|
List<ConfluenceEntityObject> |
EntityLocator.getEntities()
Get the entities that match the query represented by this locator. |
List<ConfluenceEntityObject> |
AbstractSingleEntityLocator.getEntities()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.content.blogpost |
|---|
| Methods in com.atlassian.confluence.event.events.content.blogpost that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
BlogPostUpdateEvent.getNew()
|
ConfluenceEntityObject |
BlogPostUpdateEvent.getOld()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.content.page |
|---|
| Methods in com.atlassian.confluence.event.events.content.page that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
PageUpdateEvent.getNew()
|
ConfluenceEntityObject |
PageUpdateEvent.getOld()
|
| Uses of ConfluenceEntityObject in com.atlassian.confluence.event.events.types |
|---|
| Methods in com.atlassian.confluence.event.events.types that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
ConfluenceEntityUpdated.getNew()
|
ConfluenceEntityObject |
ConfluenceEntityUpdated.getOld()
|
| 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 |
HtmlExporter.doExportEntity(ConfluenceEntityObject entity,
String exportPath)
|
protected abstract void |
AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity,
String exportPath)
|
protected String |
HtmlExporter.getFullExportPath(String baseExportPath,
ConfluenceEntityObject entity)
This implementation should be extracted to a specific ExportFileNameGenerator implementation. |
protected abstract String |
AbstractRendererExporterImpl.getFullExportPath(String baseExportPath,
ConfluenceEntityObject entity)
|
protected 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 that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
NotificationData.getPermissionEntity()
User must have VIEW permission on this entity in order to receive the notification. |
| Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type ConfluenceEntityObject | |
|---|---|
protected NotificationData |
AbstractNotificationsListener.getNotificationDataForEvent(com.atlassian.event.Event event,
ConfluenceEntityObject entity)
|
| Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type ConfluenceEntityObject | |
|---|---|
NotificationData(com.atlassian.user.User modifier,
boolean shouldNotifyOnOwnActions,
ConfluenceEntityObject permissionEntity)
|
|
| 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.plugins.macros.dashboard |
|---|
| Methods in com.atlassian.confluence.plugins.macros.dashboard that return ConfluenceEntityObject | |
|---|---|
ConfluenceEntityObject |
RecentUpdate.getEntity()
|
| Constructors in com.atlassian.confluence.plugins.macros.dashboard with parameters of type ConfluenceEntityObject | |
|---|---|
RecentUpdate(ConfluenceEntityObject entity,
FriendlyDateFormatter dateFormatter,
ThumbnailManager thumbnailManager,
Summariser xhtmlSummariser)
|
|
| 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,
FeedProperties feedProperties,
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.setup.settings |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.setup.settings | |
|---|---|
class |
GlobalDescription
Content Entity Object that is associated with the whole confluence rather then a specific space/page/user. |
| 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.userstatus |
|---|
| Subclasses of ConfluenceEntityObject in com.atlassian.confluence.userstatus | |
|---|---|
class |
UserStatus
Stores a short message representing a status from a User. |
| 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 | |||||||||