|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attachment in com.atlassian.confluence.content |
---|
Methods in com.atlassian.confluence.content with parameters of type Attachment | |
---|---|
java.lang.String |
CustomContentEntityObject.getAttachmentUrlPath(Attachment attachment)
|
com.atlassian.fugue.Option<java.lang.String> |
DefaultContentAdapter.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapterParent.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
|
com.atlassian.fugue.Option<java.lang.String> |
ContentEntityAdapter.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
Return the URL path to view the a particular attachment of the content |
Uses of Attachment in com.atlassian.confluence.content.render.xhtml.editor.embed |
---|
Methods in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type Attachment | |
---|---|
void |
EditorEmbeddedImageTitleWriter.writeEmbeddedImageTag(javax.xml.stream.XMLStreamWriter xmlStreamWriter,
java.io.Writer underlyingWriter,
Attachment attachment,
java.lang.String imageSource,
java.lang.String thumbnailSource,
EmbeddedImage embeddedImage,
ConversionContext conversionContext)
|
Uses of Attachment in com.atlassian.confluence.content.render.xhtml.editor.link |
---|
Methods in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type Attachment | |
---|---|
void |
AttachmentStaxStreamMarshaller.marshal(Attachment attachment,
javax.xml.stream.XMLStreamWriter xmlStreamWriter,
ConversionContext context)
|
Uses of Attachment in com.atlassian.confluence.content.render.xhtml.links |
---|
Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type Attachment | |
---|---|
java.lang.String |
HtmlExportHrefEvaluator.createHref(ConversionContext context,
Attachment attachment,
java.lang.String anchor)
|
static LinksUpdater.AttachmentReferenceDetails |
LinksUpdater.AttachmentReferenceDetails.createReference(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.content.render.xhtml.migration |
---|
Methods in com.atlassian.confluence.content.render.xhtml.migration that return Attachment | |
---|---|
Attachment |
EmbeddedResourceResolver.resolve(com.atlassian.renderer.embedded.EmbeddedResource embeddedResource,
PageContext pageContext)
|
Attachment |
DefaultEmbeddedResourceResolver.resolve(com.atlassian.renderer.embedded.EmbeddedResource embeddedResource,
PageContext pageContext)
|
Uses of Attachment in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers |
---|
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return Attachment | |
---|---|
Attachment |
AttachmentResourceIdentifierResolver.resolve(AttachmentResourceIdentifier attachmentResourceIdentifier,
ConversionContext conversionContext)
|
Uses of Attachment in com.atlassian.confluence.content.render.xhtml.view.embed |
---|
Methods in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type Attachment | |
---|---|
void |
ViewEmbeddedImageTitleWriter.writeEmbeddedImageTag(javax.xml.stream.XMLStreamWriter xmlStreamWriter,
java.io.Writer underlyingWriter,
Attachment attachment,
java.lang.String imageSource,
java.lang.String thumbnailSource,
EmbeddedImage embeddedImage,
ConversionContext conversionContext)
|
void |
SimpleEmbeddedImageTagWriter.writeEmbeddedImageTag(javax.xml.stream.XMLStreamWriter xmlStreamWriter,
java.io.Writer underlyingWriter,
Attachment attachment,
java.lang.String imageSource,
java.lang.String thumbnailSource,
EmbeddedImage embeddedImage,
ConversionContext conversionContext)
|
void |
LinkWrappingEmbeddedImageTagWriter.writeEmbeddedImageTag(javax.xml.stream.XMLStreamWriter xmlStreamWriter,
java.io.Writer underlyingWriter,
Attachment attachment,
java.lang.String imageSource,
java.lang.String thumbnailSource,
EmbeddedImage embeddedImage,
ConversionContext conversionContext)
|
void |
EmbeddedImageTagWriter.writeEmbeddedImageTag(javax.xml.stream.XMLStreamWriter xmlStreamWriter,
java.io.Writer underlyingWriter,
Attachment attachment,
java.lang.String imageSource,
java.lang.String thumbnailSource,
EmbeddedImage embeddedImage,
ConversionContext conversionContext)
|
Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.embed with type arguments of type Attachment | |
---|---|
DefaultAttachedImageResourceMarshaller(AttachmentResourceIdentifierResolver attachmentResourceIdentifierResolver,
PermissionManager permissionManager,
ThumbnailManager thumbnailManager,
HrefEvaluator hrefEvaluator,
StaxStreamMarshaller<Attachment> attachmentStaxStreamMarshaller,
EmbeddedImageTagWriter embeddedImageWriter,
UnidentifiedAttachmentMarshaller unidentifiedAttachmentPlaceholderWriter)
|
|
SimpleEmbeddedImageTagWriter(StaxStreamMarshaller<Attachment> attachmentStaxStreamMarshaller)
|
Uses of Attachment in com.atlassian.confluence.content.ui |
---|
Methods in com.atlassian.confluence.content.ui with parameters of type Attachment | |
---|---|
java.lang.String |
AttachmentUiSupport.getContentCssClass(Attachment content)
|
java.lang.String |
AttachmentUiSupport.getContentTypeI18NKey(Attachment content)
|
java.lang.String |
AttachmentUiSupport.getIconCssClass(Attachment content)
|
java.lang.String |
AttachmentUiSupport.getIconFilePath(Attachment content,
int size)
|
java.lang.String |
AttachmentUiSupport.getIconPath(Attachment content,
int size)
|
Uses of Attachment in com.atlassian.confluence.core |
---|
Methods in com.atlassian.confluence.core that return Attachment | |
---|---|
Attachment |
ContentEntityObject.getAttachmentNamed(java.lang.String fileName)
|
Methods in com.atlassian.confluence.core that return types with arguments of type Attachment | |
---|---|
java.util.List<Attachment> |
ContentEntityObject.getAttachments()
Don't use it directly, use AttachmentManager.getAttachments(page) instead |
java.util.List<Attachment> |
ContentEntityObject.getLatestVersionsOfAttachments()
Don't use it directly, use AttachmentManager.getLatestVersionsOfAttachments(page) instead |
Methods in com.atlassian.confluence.core with parameters of type Attachment | |
---|---|
void |
ContentEntityObject.addAttachment(Attachment attachment)
|
protected void |
ContentEntityObject.ensureAttachmentBelongsToContent(Attachment attachment)
|
java.lang.String |
ContentEntityObject.getAttachmentUrlPath(Attachment attachment)
Gets the path relative to Confluence's base URL to view the given attachment in the context of this content (for example, highlighted in the content's list of attachments). |
javax.activation.DataSource |
DefaultDataSourceFactory.getDatasource(Attachment attachment,
boolean useThumbnail)
|
javax.activation.DataSource |
DataSourceFactory.getDatasource(Attachment attachment,
boolean useThumbnail)
|
void |
ContentEntityObject.removeAttachment(Attachment attachment)
|
Method parameters in com.atlassian.confluence.core with type arguments of type Attachment | |
---|---|
void |
ContentEntityObject.setAttachments(java.util.List<Attachment> attachments)
|
Uses of Attachment in com.atlassian.confluence.event.events.content.attachment |
---|
Methods in com.atlassian.confluence.event.events.content.attachment that return Attachment | |
---|---|
Attachment |
AttachmentVersionRemoveEvent.getAttachment()
Get the removed attachment version. |
Attachment |
AttachmentRemoveEvent.getAttachment()
Get the removed attachment. |
Attachment |
AttachmentUpdateEvent.getNew()
|
Attachment |
AttachmentUpdateEvent.getOld()
|
Methods in com.atlassian.confluence.event.events.content.attachment that return types with arguments of type Attachment | |
---|---|
java.util.List<Attachment> |
AttachmentEvent.getAttachments()
|
Constructors in com.atlassian.confluence.event.events.content.attachment with parameters of type Attachment | |
---|---|
AttachmentCreateEvent(java.lang.Object src,
Attachment attachment)
|
|
AttachmentEvent(java.lang.Object src,
Attachment attachment)
|
|
AttachmentRemoveEvent(java.lang.Object src,
Attachment attachment,
com.atlassian.user.User remover)
|
|
AttachmentUpdateEvent(java.lang.Object src,
Attachment attachment,
Attachment previousVersion)
|
|
AttachmentVersionRemoveEvent(java.lang.Object src,
Attachment attachment,
com.atlassian.user.User remover)
|
|
AttachmentViewEvent(java.lang.Object src,
Attachment attachment)
|
|
ProfilePictureThumbnailViewEvent(java.lang.Object src,
Attachment attachment)
|
|
ProfilePictureViewEvent(java.lang.Object src,
Attachment attachment)
|
|
ThumbnailViewEvent(java.lang.Object src,
Attachment attachment)
|
Constructor parameters in com.atlassian.confluence.event.events.content.attachment with type arguments of type Attachment | |
---|---|
AttachmentBatchUploadCompletedEvent(java.lang.Object src,
java.util.List<Attachment> attachments)
|
|
AttachmentCreateEvent(java.lang.Object src,
java.util.List<Attachment> attachments)
Construct a new AttachmentCreateEvent. |
|
AttachmentEvent(java.lang.Object src,
java.util.List<Attachment> attachments)
Constructs a multi-attachment event. |
Uses of Attachment in com.atlassian.confluence.event.events.space |
---|
Methods in com.atlassian.confluence.event.events.space that return Attachment | |
---|---|
Attachment |
SpaceLogoUpdateEvent.getLogo()
|
Constructors in com.atlassian.confluence.event.events.space with parameters of type Attachment | |
---|---|
SpaceLogoUpdateEvent(java.lang.Object src,
Space space,
java.lang.String eventType,
Attachment logo)
|
Uses of Attachment in com.atlassian.confluence.importexport.impl |
---|
Methods in com.atlassian.confluence.importexport.impl with parameters of type Attachment | |
---|---|
protected boolean |
DefaultExportEmbeddedResourceRenderer.isPermittedToViewAttachment(Attachment attachment)
Return true if the user is able to view the attachment. |
Uses of Attachment in com.atlassian.confluence.importexport.resource |
---|
Methods in com.atlassian.confluence.importexport.resource that return Attachment | |
---|---|
protected Attachment |
AttachmentDownloadResourceManager.getAttachment(java.lang.String userName,
java.lang.String resourcePath,
java.util.Map parameters,
java.lang.String urlPrefix)
|
Constructors in com.atlassian.confluence.importexport.resource with parameters of type Attachment | |
---|---|
AttachmentDownloadResourceReader(Attachment attachment,
org.springframework.core.io.InputStreamSource inputStreamSource)
|
|
ThumbnailDownloadResourceReader(Attachment attachment,
java.io.File thumbnailFile,
org.springframework.core.io.InputStreamSource inputStreamSource)
|
Uses of Attachment in com.atlassian.confluence.json.jsonator |
---|
Methods in com.atlassian.confluence.json.jsonator with parameters of type Attachment | |
---|---|
Json |
AttachmentJsonator.convert(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.labels |
---|
Methods in com.atlassian.confluence.labels that return Attachment | |
---|---|
protected Attachment |
Labelling.getAttachment()
|
Methods in com.atlassian.confluence.labels with parameters of type Attachment | |
---|---|
protected void |
Labelling.setAttachment(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.links |
---|
Fields in com.atlassian.confluence.links declared as Attachment | |
---|---|
protected Attachment |
AbstractAttachmentLink.attachment
|
Methods in com.atlassian.confluence.links that return Attachment | |
---|---|
Attachment |
AbstractAttachmentLink.getAttachment()
|
Methods in com.atlassian.confluence.links with parameters of type Attachment | |
---|---|
void |
RelatedContentRefactorer.updateReferrers(Attachment attachment,
Attachment previousAttachment)
Iterate through all the content that links to (or embeds) the supplied attachment (prior to it's update) and update the details of this relationship to reflect the current name and owner of the attachment. |
void |
DefaultRelatedContentRefactorer.updateReferrers(Attachment attachment,
Attachment previousAttachment)
|
Uses of Attachment in com.atlassian.confluence.mail |
---|
Methods in com.atlassian.confluence.mail with parameters of type Attachment | |
---|---|
java.lang.String |
Mail.getAttachmentUrlPath(Attachment attachment)
Deprecated. |
Uses of Attachment in com.atlassian.confluence.mail.archive.actions |
---|
Methods in com.atlassian.confluence.mail.archive.actions with parameters of type Attachment | |
---|---|
java.lang.String[] |
ViewMailAction.getAttachmentDetails(Attachment attachment)
Used for writing the "do you want to remove?" message. |
Uses of Attachment in com.atlassian.confluence.mail.archive.content |
---|
Methods in com.atlassian.confluence.mail.archive.content with parameters of type Attachment | |
---|---|
com.atlassian.fugue.Option<java.lang.String> |
MailContentEntityAdapter.getAttachmentUrlPath(CustomContentEntityObject pluginContentEntityObject,
Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.mail.notification.listeners |
---|
Methods in com.atlassian.confluence.mail.notification.listeners that return Attachment | |
---|---|
Attachment |
AttachmentNotificationsListener.AttachmentMetadataHolder.getAttachment()
|
Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type Attachment | |
---|---|
AttachmentNotificationsListener.AttachmentMetadataHolder(Attachment attachment,
java.lang.String i18nKey,
java.lang.String cid)
|
Uses of Attachment in com.atlassian.confluence.pages |
---|
Methods in com.atlassian.confluence.pages that return Attachment | |
---|---|
Attachment |
Attachment.copy()
|
Attachment |
SavableAttachment.getAttachment()
|
Attachment |
AttachmentData.getAttachment()
|
Attachment |
DelegatorAttachmentManager.getAttachment(ContentEntityObject content,
java.lang.String attachmentFileName)
|
Attachment |
DefaultAttachmentManager.getAttachment(ContentEntityObject content,
java.lang.String attachmentFileName)
Get the most recent version of an attachment with a given name for a particular page. |
Attachment |
CachingAttachmentManager.getAttachment(ContentEntityObject content,
java.lang.String attachmentFileName)
|
Attachment |
AttachmentManager.getAttachment(ContentEntityObject content,
java.lang.String attachmentFileName)
Get the most recent version of an attachment with a given name for a particular page |
Attachment |
DelegatorAttachmentManager.getAttachment(ContentEntityObject content,
java.lang.String attachmentFileName,
int version)
|
Attachment |
DefaultAttachmentManager.getAttachment(ContentEntityObject content,
java.lang.String attachmentFileName,
int version)
Retrieve a named attachment from a page. |
Attachment |
CachingAttachmentManager.getAttachment(ContentEntityObject content,
java.lang.String attachmentFileName,
int version)
|
Attachment |
AttachmentManager.getAttachment(ContentEntityObject content,
java.lang.String attachmentFileName,
int version)
Retrieve a named attachment from a page |
Attachment |
DelegatorAttachmentManager.getAttachment(long id)
|
Attachment |
DefaultAttachmentManager.getAttachment(long id)
|
Attachment |
CachingAttachmentManager.getAttachment(long id)
|
Attachment |
AttachmentManager.getAttachment(long id)
|
Attachment |
SavableAttachment.getPreviousVersion()
|
Methods in com.atlassian.confluence.pages that return types with arguments of type Attachment | |
---|---|
java.util.List<Attachment> |
WebDavAttachmentManager.getAllVersions(Attachment attachment)
Deprecated. |
java.util.List<Attachment> |
DelegatorAttachmentManager.getAllVersions(Attachment attachment)
|
java.util.List<Attachment> |
DefaultAttachmentManager.getAllVersions(Attachment attachment)
|
java.util.List<Attachment> |
CachingAttachmentManager.getAllVersions(Attachment attachment)
|
java.util.List<Attachment> |
AttachmentManager.getAllVersions(Attachment attachment)
Get all versions of an attachment, starting with the current version |
com.atlassian.fugue.Maybe<Attachment> |
DelegatorAttachmentManager.getAttachmentForDownloadPath(java.lang.String downloadPath)
|
com.atlassian.fugue.Maybe<Attachment> |
DefaultAttachmentManager.getAttachmentForDownloadPath(java.lang.String downloadPath)
|
com.atlassian.fugue.Maybe<Attachment> |
CachingAttachmentManager.getAttachmentForDownloadPath(java.lang.String downloadPath)
|
com.atlassian.fugue.Maybe<Attachment> |
AttachmentManager.getAttachmentForDownloadPath(java.lang.String downloadPath)
Find an Attachment for the given downloadPath . |
java.util.List<Attachment> |
WebDavAttachmentManager.getAttachments(ContentEntityObject content)
Deprecated. |
java.util.List<Attachment> |
DelegatorAttachmentManager.getAttachments(ContentEntityObject content)
|
java.util.List<Attachment> |
DefaultAttachmentManager.getAttachments(ContentEntityObject content)
|
java.util.List<Attachment> |
CachingAttachmentManager.getAttachments(ContentEntityObject content)
|
java.util.List<Attachment> |
AttachmentManager.getAttachments(ContentEntityObject content)
Returns a list of all attachments, old and new. |
java.util.List<Attachment> |
DelegatorAttachmentManager.getLastAddedVersionsOf(Attachment attachment)
|
java.util.List<Attachment> |
DefaultAttachmentManager.getLastAddedVersionsOf(Attachment attachment)
|
java.util.List<Attachment> |
CachingAttachmentManager.getLastAddedVersionsOf(Attachment attachment)
|
java.util.List<Attachment> |
AttachmentManager.getLastAddedVersionsOf(Attachment attachment)
Retrieves all the last added versions for each user who has added a version of the attachment That is, if a user has added multiple versions, only the latest added version will be added to the list returned. |
java.util.List<Attachment> |
DelegatorAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
|
java.util.List<Attachment> |
DefaultAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
|
java.util.List<Attachment> |
CachingAttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
|
java.util.List<Attachment> |
AttachmentManager.getLatestVersionsOfAttachments(ContentEntityObject content)
Returns a list of only latest versions of attachments. |
java.util.List<Attachment> |
DelegatorAttachmentManager.getPreviousVersions(Attachment attachment)
|
java.util.List<Attachment> |
DefaultAttachmentManager.getPreviousVersions(Attachment attachment)
|
java.util.List<Attachment> |
CachingAttachmentManager.getPreviousVersions(Attachment attachment)
|
java.util.List<Attachment> |
AttachmentManager.getPreviousVersions(Attachment attachment)
Get all non-current versions of an attachment, not including the current version. |
Methods in com.atlassian.confluence.pages with parameters of type Attachment | |
---|---|
void |
DelegatorAttachmentManager.copyAttachment(Attachment attachment,
ContentEntityObject destinationContent)
|
void |
DefaultAttachmentManager.copyAttachment(Attachment attachment,
ContentEntityObject destinationContent)
|
void |
CachingAttachmentManager.copyAttachment(Attachment attachment,
ContentEntityObject destinationContent)
|
void |
AttachmentManager.copyAttachment(Attachment attachment,
ContentEntityObject destinationContent)
Copy specified attachment to specified destination content. |
java.util.List<Attachment> |
WebDavAttachmentManager.getAllVersions(Attachment attachment)
Deprecated. |
java.util.List<Attachment> |
DelegatorAttachmentManager.getAllVersions(Attachment attachment)
|
java.util.List<Attachment> |
DefaultAttachmentManager.getAllVersions(Attachment attachment)
|
java.util.List<Attachment> |
CachingAttachmentManager.getAllVersions(Attachment attachment)
|
java.util.List<Attachment> |
AttachmentManager.getAllVersions(Attachment attachment)
Get all versions of an attachment, starting with the current version |
java.io.InputStream |
DelegatorAttachmentManager.getAttachmentData(Attachment attachment)
|
java.io.InputStream |
DefaultAttachmentManager.getAttachmentData(Attachment attachment)
|
java.io.InputStream |
CachingAttachmentManager.getAttachmentData(Attachment attachment)
|
java.io.InputStream |
AttachmentManager.getAttachmentData(Attachment attachment)
Retrieve the data for attachment |
java.lang.String |
AbstractPage.getAttachmentUrlPath(Attachment attachment)
|
java.util.List<Attachment> |
DelegatorAttachmentManager.getLastAddedVersionsOf(Attachment attachment)
|
java.util.List<Attachment> |
DefaultAttachmentManager.getLastAddedVersionsOf(Attachment attachment)
|
java.util.List<Attachment> |
CachingAttachmentManager.getLastAddedVersionsOf(Attachment attachment)
|
java.util.List<Attachment> |
AttachmentManager.getLastAddedVersionsOf(Attachment attachment)
Retrieves all the last added versions for each user who has added a version of the attachment That is, if a user has added multiple versions, only the latest added version will be added to the list returned. |
static java.io.InputStream |
AttachmentUtils.getLatestAttachmentStream(Attachment attachment)
Returns the attachment data as an InputStream This method is not specific to any implementation of the AttachmentManager. |
java.util.List<Attachment> |
DelegatorAttachmentManager.getPreviousVersions(Attachment attachment)
|
java.util.List<Attachment> |
DefaultAttachmentManager.getPreviousVersions(Attachment attachment)
|
java.util.List<Attachment> |
CachingAttachmentManager.getPreviousVersions(Attachment attachment)
|
java.util.List<Attachment> |
AttachmentManager.getPreviousVersions(Attachment attachment)
Get all non-current versions of an attachment, not including the current version. |
void |
DelegatorAttachmentManager.moveAttachment(Attachment attachment,
java.lang.String newFileName,
ContentEntityObject newName)
|
void |
DefaultAttachmentManager.moveAttachment(Attachment latestVersion,
java.lang.String newFileName,
ContentEntityObject newContent)
|
void |
CachingAttachmentManager.moveAttachment(Attachment latestVersion,
java.lang.String fileName,
ContentEntityObject newContent)
|
void |
AttachmentManager.moveAttachment(Attachment latestVersion,
java.lang.String fileName,
ContentEntityObject newContent)
|
void |
DelegatorAttachmentManager.removeAttachmentFromServer(Attachment attachment)
|
void |
DefaultAttachmentManager.removeAttachmentFromServer(Attachment latestVersion)
Removes the attachment and all previous versions |
void |
CachingAttachmentManager.removeAttachmentFromServer(Attachment attachment)
|
void |
AttachmentManager.removeAttachmentFromServer(Attachment attachment)
Removes an Attachment and its data from the server and data store. |
void |
DelegatorAttachmentManager.removeAttachmentVersionFromServer(Attachment attachment)
|
void |
DefaultAttachmentManager.removeAttachmentVersionFromServer(Attachment attachment)
|
void |
CachingAttachmentManager.removeAttachmentVersionFromServer(Attachment attachment)
|
void |
AttachmentManager.removeAttachmentVersionFromServer(Attachment attachment)
Removes the given version of the Attachment and its data from the server and data store. |
void |
DelegatorAttachmentManager.saveAttachment(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
|
void |
DefaultAttachmentManager.saveAttachment(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
|
void |
CachingAttachmentManager.saveAttachment(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
|
void |
AttachmentManager.saveAttachment(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
Saves an Attachment and its data |
protected void |
DefaultAttachmentManager.saveNewAttachment(Attachment attachment,
java.io.InputStream attachmentData)
|
protected void |
DefaultAttachmentManager.saveNewAttachmentVersion(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
|
void |
SavableAttachment.setAttachment(Attachment attachment)
|
void |
AttachmentData.setAttachment(Attachment attachment)
|
void |
DelegatorAttachmentManager.setAttachmentData(Attachment attachment,
java.io.InputStream attachmentData)
|
void |
DefaultAttachmentManager.setAttachmentData(Attachment attachment,
java.io.InputStream attachmentData)
|
void |
CachingAttachmentManager.setAttachmentData(Attachment attachment,
java.io.InputStream attachmentData)
|
void |
AttachmentManager.setAttachmentData(Attachment attachment,
java.io.InputStream attachmentData)
Set the data belonging to attachment This method can be used when there is missing data for an Attachment (e.g. |
void |
SavableAttachment.setPreviousVersion(Attachment previousVersion)
|
AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey |
AttachmentDownloadPathCache.toKey(Attachment attachment)
|
Method parameters in com.atlassian.confluence.pages with type arguments of type Attachment | |
---|---|
void |
DelegatorAttachmentManager.removeAttachments(java.util.List<? extends Attachment> attachments)
|
void |
DefaultAttachmentManager.removeAttachments(java.util.List<? extends Attachment> attachments)
|
void |
CachingAttachmentManager.removeAttachments(java.util.List<? extends Attachment> attachments)
|
void |
AttachmentManager.removeAttachments(java.util.List<? extends Attachment> attachments)
Removes the contents of attachments from the server |
Constructors in com.atlassian.confluence.pages with parameters of type Attachment | |
---|---|
AttachmentData(int version,
Attachment attachment,
java.io.InputStream data)
|
|
SavableAttachment(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
|
Uses of Attachment in com.atlassian.confluence.pages.actions |
---|
Fields in com.atlassian.confluence.pages.actions declared as Attachment | |
---|---|
protected Attachment |
AbstractRemoveAttachmentAction.attachment
|
Methods in com.atlassian.confluence.pages.actions that return Attachment | |
---|---|
Attachment |
MoveAttachmentAction.getAttachment()
|
Attachment |
AbstractRemoveAttachmentAction.getAttachment()
|
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Attachment | |
---|---|
java.util.List<Attachment> |
AbstractViewAttachmentsAction.getAllVersions(Attachment attachment)
|
java.util.List<Attachment> |
ViewPageAttachmentsAction.getLatestVersionsOfAttachments()
|
java.util.List<Attachment> |
AbstractViewAttachmentsAction.getLatestVersionsOfAttachments()
|
Methods in com.atlassian.confluence.pages.actions with parameters of type Attachment | |
---|---|
java.util.List<Attachment> |
AbstractViewAttachmentsAction.getAllVersions(Attachment attachment)
|
java.lang.String[] |
AbstractViewAttachmentsAction.getAttachmentDetails(Attachment attachment)
Used for writing the "do you want to remove?" message. |
WebInterfaceContext |
ViewPageAttachmentsAction.getWebInterfaceContext(Attachment attachment)
Deprecated. since 3.1 use ViewPageAttachmentsAction.getWebInterfaceContext(WebInterfaceContext, Attachment) |
WebInterfaceContext |
ViewPageAttachmentsAction.getWebInterfaceContext(WebInterfaceContext context,
Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.pages.actions.beans |
---|
Methods in com.atlassian.confluence.pages.actions.beans that return Attachment | |
---|---|
Attachment |
AttachmentBean.retrieveMatchingAttachment(AbstractPage page,
AttachmentManager attachmentManager)
|
Methods in com.atlassian.confluence.pages.actions.beans that return types with arguments of type Attachment | |
---|---|
java.util.List<Attachment> |
AttachmentStorer.attachFiles(ContentEntityObject contentEntityObject)
|
Uses of Attachment in com.atlassian.confluence.pages.attachments |
---|
Methods in com.atlassian.confluence.pages.attachments that return Attachment | |
---|---|
Attachment |
ImageDetails.getAttachment()
|
Attachment |
CachingAttachmentDao.getAttachment(ContentEntityObject content,
java.lang.String fileName,
int version)
|
Attachment |
CachingAttachmentDao.getById(long id)
|
Attachment |
CachingAttachmentDao.getLatestAttachment(ContentEntityObject content,
java.lang.String fileName)
|
Methods in com.atlassian.confluence.pages.attachments that return types with arguments of type Attachment | |
---|---|
java.util.List<Attachment> |
CachingAttachmentDao.findAll()
|
java.util.List<Attachment> |
CachingAttachmentDao.findAllVersions(Attachment attachment)
|
java.util.Iterator<Attachment> |
CachingAttachmentDao.findLatestVersionsIterator()
|
java.util.List<Attachment> |
CachingAttachmentDao.getLastAddedVersionsOf(Attachment attachment)
|
java.util.List<Attachment> |
CachingAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo)
|
Methods in com.atlassian.confluence.pages.attachments with parameters of type Attachment | |
---|---|
java.util.List<Attachment> |
CachingAttachmentDao.findAllVersions(Attachment attachment)
|
java.io.InputStream |
CachingAttachmentDao.getAttachmentData(Attachment attachment)
|
ImageDetails |
ImageDetailsManager.getImageDetails(Attachment attachment)
If attachment is an intelligble image, then this method returns the
ImageDetails for it. |
ImageDetails |
ImageDetailsDao.getImageDetails(Attachment attachment)
Fetch the image details of a specific attachment from the database. |
ImageDetails |
DefaultImageDetailsManager.getImageDetails(Attachment attachment)
|
ImageDetails |
DefaultImageDetailsDao.getImageDetails(Attachment attachment)
|
java.util.List<Attachment> |
CachingAttachmentDao.getLastAddedVersionsOf(Attachment attachment)
|
boolean |
CachingAttachmentDao.isAttachmentPresent(Attachment attachment)
|
void |
CachingAttachmentDao.moveAttachment(Attachment attachment,
Attachment oldAttachment,
ContentEntityObject newContent)
|
void |
AttachmentCache.put(Attachment attachment)
Caches the ID of the current version of an attachment (which should never change) against its content ID + file name. |
void |
AttachmentCache.remove(Attachment attachment)
Removes the given attachment from the cache. |
void |
CachingAttachmentDao.removeAttachmentFromServer(Attachment attachment)
|
void |
CachingAttachmentDao.removeAttachmentVersionFromServer(Attachment attachment)
|
void |
ImageDetailsDao.removeDetailsFor(Attachment attachment)
Remove any stored ImageDetails for the given Attachment . |
void |
DefaultImageDetailsDao.removeDetailsFor(Attachment attachment)
|
void |
CachingAttachmentDao.replaceAttachmentData(Attachment attachment,
java.io.InputStream attachmentData)
|
void |
CachingAttachmentDao.saveNewAttachment(Attachment attachment,
java.io.InputStream attachmentData)
|
void |
CachingAttachmentDao.saveNewAttachmentVersion(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
|
Constructors in com.atlassian.confluence.pages.attachments with parameters of type Attachment | |
---|---|
ImageDetails(Attachment attachment,
int width,
int height,
java.lang.String mimeType)
|
Uses of Attachment in com.atlassian.confluence.pages.persistence.dao |
---|
Methods in com.atlassian.confluence.pages.persistence.dao that return Attachment | |
---|---|
Attachment |
WebDavAttachmentDao.getAttachment(ContentEntityObject content,
java.lang.String fileName,
int version)
Deprecated. |
Attachment |
AttachmentDao.getAttachment(ContentEntityObject content,
java.lang.String fileName,
int version)
Return the attachment on the specified content with the given filename and version. |
Attachment |
WebDavAttachmentDao.getById(long id)
Deprecated. |
Attachment |
AttachmentDao.getById(long id)
Returns the attachment with the given persistent ID. |
Attachment |
WebDavAttachmentDao.getLatestAttachment(ContentEntityObject content,
java.lang.String fileName)
Deprecated. |
Attachment |
AttachmentDao.getLatestAttachment(ContentEntityObject content,
java.lang.String fileName)
Return the latest version of the attachment on the specified content with the given filename. |
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type Attachment | |
---|---|
java.util.List<Attachment> |
WebDavAttachmentDao.findAll()
Deprecated. |
java.util.List<Attachment> |
AttachmentDao.findAll()
Retrieves the latest versions of all Attachments Use of this method is discouraged when there are a large amount of Attachments. |
java.util.List<Attachment> |
AttachmentDao.findAllVersions(Attachment attachment)
|
java.util.Iterator<Attachment> |
WebDavAttachmentDao.findLatestVersionsIterator()
Deprecated. This implementation is technically dodgy. |
java.util.Iterator<Attachment> |
AttachmentDao.findLatestVersionsIterator()
Retrieves the latest versions of all Attachments and returns an Iterator to the results. |
java.util.List<Attachment> |
WebDavAttachmentDao.getLastAddedVersionsOf(Attachment attachment)
Deprecated. |
java.util.List<Attachment> |
AttachmentDao.getLastAddedVersionsOf(Attachment attachment)
Retrieves all the last added versions for each user who has added a version of the attachment That is, if a user has added multiple versions, only the latest added version will be added to the list returned. |
java.util.List<Attachment> |
WebDavAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo)
Deprecated. |
java.util.List<Attachment> |
AttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject ceo)
Retrieves the latest versions of all attachments to ceo |
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Attachment | |
---|---|
java.util.List |
WebDavAttachmentDao.findAllVersions(Attachment attachment)
Deprecated. |
java.util.List<Attachment> |
AttachmentDao.findAllVersions(Attachment attachment)
|
java.io.InputStream |
WebDavAttachmentDao.getAttachmentData(Attachment attachment)
Deprecated. |
java.io.InputStream |
AttachmentDao.getAttachmentData(Attachment attachment)
Retrieves the InputStream representing the data for attachment |
java.lang.String |
FileSystemAttachmentDataDao.FileSystemAttachmentNamingStrategy.getAttachmentFileName(Attachment attachment)
|
java.io.InputStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment)
|
java.io.InputStream |
AttachmentDataDao.getDataForAttachment(Attachment attachment)
Grabs the AttachmentData object for an Attachment |
protected java.io.File |
HierarchicalFileSystemAttachmentDataDao.getDirectoryForAttachment(ContentEntityObject content,
Attachment attachment)
|
protected java.io.File |
FileSystemAttachmentDataDao.getDirectoryForAttachment(ContentEntityObject content,
Attachment attachment)
Retrieves the location of the containing folder for an Attachment |
java.util.List<Attachment> |
WebDavAttachmentDao.getLastAddedVersionsOf(Attachment attachment)
Deprecated. |
java.util.List<Attachment> |
AttachmentDao.getLastAddedVersionsOf(Attachment attachment)
Retrieves all the last added versions for each user who has added a version of the attachment That is, if a user has added multiple versions, only the latest added version will be added to the list returned. |
protected java.io.File |
FileSystemAttachmentDataDao.getLatestAttachmentFile(Attachment attachment)
|
boolean |
WebDavAttachmentDao.isAttachmentPresent(Attachment attachment)
Deprecated. |
boolean |
FileSystemAttachmentDataDao.isAttachmentPresent(Attachment attachment)
|
boolean |
AttachmentDataDao.isAttachmentPresent(Attachment attachment)
Check that an attachment exists |
boolean |
AttachmentDao.isAttachmentPresent(Attachment attachment)
Check that an attachment exists |
void |
WebDavAttachmentDao.moveAttachment(Attachment attachment,
Attachment oldAttachment,
ContentEntityObject newContent)
Deprecated. |
void |
FileSystemAttachmentDataDao.moveAttachment(Attachment attachment,
Attachment oldAttachment,
ContentEntityObject newContent)
|
void |
AttachmentDataDao.moveAttachment(Attachment attachment,
Attachment oldAttachment,
ContentEntityObject newContent)
Moves an attachment to a new file name or content object |
void |
AttachmentDao.moveAttachment(Attachment attachment,
Attachment oldAttachment,
ContentEntityObject newContent)
Moves an Attachment to a new file name or content object This method assumes that the filename and/or content of the attachment (and its previous versions) have already been updated. |
void |
FileSystemAttachmentDataDao.moveDataForAttachmentVersion(Attachment sourceAttachmentVersion,
Attachment targetAttachmentVersion)
|
void |
AttachmentDataDao.moveDataForAttachmentVersion(Attachment sourceAttachmentVersion,
Attachment targetAttachmentVersion)
Moves the attachment data from one AbstractVersionedEntityObject.getVersion() to the other. |
void |
WebDavAttachmentDao.removeAttachmentFromServer(Attachment attachment)
Deprecated. todo: Should i remove the files from the webdav server?! should i remove the parent folder when folder's empty? |
void |
AttachmentDao.removeAttachmentFromServer(Attachment attachment)
Removes attachment (and all of its versions) |
void |
WebDavAttachmentDao.removeAttachmentVersionFromServer(Attachment attachment)
Deprecated. |
void |
AttachmentDao.removeAttachmentVersionFromServer(Attachment attachment)
Removes an attachment version |
void |
FileSystemAttachmentDataDao.removeDataForAttachment(Attachment attachment,
ContentEntityObject originalContent)
Removes all attachment data for the given attachment. |
void |
AttachmentDataDao.removeDataForAttachment(Attachment attachment,
ContentEntityObject originalContent)
Removes all attachment data for the given attachment. |
void |
FileSystemAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment,
ContentEntityObject originalContent)
Removes the attachment data for the given attachment version. |
void |
AttachmentDataDao.removeDataForAttachmentVersion(Attachment attachmentVersion,
ContentEntityObject originalContent)
Removes the attachment data for the given attachment version. |
void |
WebDavAttachmentDao.renameAttachment(Attachment attachment,
java.lang.String newName)
Deprecated. |
void |
WebDavAttachmentDao.replaceAttachmentData(Attachment attachment,
java.io.InputStream attachmentData)
Deprecated. Technically, this method is supposed to overwrite existing data without incrementing the version, due to the nature of WebDAV, we can't avoid that. |
void |
AttachmentDao.replaceAttachmentData(Attachment attachment,
java.io.InputStream attachmentData)
Sets the attachment data for attachment This method will overwrite any existing data for the attachment version. |
void |
FileSystemAttachmentDataDao.replaceDataForAttachment(Attachment attachment,
java.io.InputStream data)
|
void |
AttachmentDataDao.replaceDataForAttachment(Attachment attachment,
java.io.InputStream data)
Sets the data for attachment This method will overwrite any existing data for the attachment. |
void |
FileSystemAttachmentDataDao.saveDataForAttachment(Attachment attachment,
java.io.InputStream data)
|
void |
AttachmentDataDao.saveDataForAttachment(Attachment attachment,
java.io.InputStream data)
Saves data to the attachment data store |
protected void |
FileSystemAttachmentDataDao.saveDataForAttachment(Attachment attachment,
java.io.InputStream data,
boolean overwrite)
Saves data to the file system |
void |
FileSystemAttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment,
Attachment previousVersion,
java.io.InputStream data)
|
void |
AttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment,
Attachment previousVersion,
java.io.InputStream data)
Saves data to the attachment data store, for an attachment that has been updated. |
void |
WebDavAttachmentDao.saveNewAttachment(Attachment attachment,
java.io.InputStream attachmentData)
Deprecated. This implementation saves a new Attachment to the appropriate path. |
void |
AttachmentDao.saveNewAttachment(Attachment attachment,
java.io.InputStream attachmentData)
Saves a new attachment |
void |
WebDavAttachmentDao.saveNewAttachmentVersion(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
Deprecated. |
void |
AttachmentDao.saveNewAttachmentVersion(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
Saves a new version of attachment |
Uses of Attachment in com.atlassian.confluence.pages.persistence.dao.hibernate |
---|
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return Attachment | |
---|---|
Attachment |
AbstractHibernateAttachmentDao.getAttachment(ContentEntityObject content,
java.lang.String fileName,
int version)
|
Attachment |
AbstractHibernateAttachmentDao.getById(long id)
|
Attachment |
AbstractHibernateAttachmentDao.getLatestAttachment(ContentEntityObject content,
java.lang.String fileName)
|
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type Attachment | |
---|---|
java.util.List<Attachment> |
AbstractHibernateAttachmentDao.findAllVersions(Attachment attachment)
|
java.util.List<Attachment> |
AbstractHibernateAttachmentDao.findAllVersions(java.lang.Long id)
|
java.util.List<Attachment> |
AbstractHibernateAttachmentDao.getByIds(java.util.List<java.lang.Long> ids)
|
java.util.List<Attachment> |
AbstractHibernateAttachmentDao.getLastAddedVersionsOf(Attachment attachment)
|
java.util.List<Attachment> |
AbstractHibernateAttachmentDao.getLatestVersionsOfAttachments(ContentEntityObject content)
|
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type Attachment | |
---|---|
java.util.List<Attachment> |
AbstractHibernateAttachmentDao.findAllVersions(Attachment attachment)
|
java.io.InputStream |
AbstractHibernateAttachmentDao.getAttachmentData(Attachment attachment)
|
protected AttachmentData |
HibernateAttachmentDataDao.getAttachmentDataForAttachment(Attachment attachment)
Retrieves the attachment data object for a given attachment. |
java.io.InputStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment)
|
java.util.List<Attachment> |
AbstractHibernateAttachmentDao.getLastAddedVersionsOf(Attachment attachment)
|
boolean |
HibernateAttachmentDataDao.isAttachmentPresent(Attachment attachment)
|
boolean |
AbstractHibernateAttachmentDao.isAttachmentPresent(Attachment attachment)
|
void |
HibernateAttachmentDataDao.moveAttachment(Attachment attachment,
Attachment oldAttachment,
ContentEntityObject newContent)
|
void |
AbstractHibernateAttachmentDao.moveAttachment(Attachment latestVersion,
Attachment oldAttachment,
ContentEntityObject newContent)
|
void |
HibernateAttachmentDataDao.moveDataForAttachmentVersion(Attachment sourceAttachmentVersion,
Attachment targetAttachmentVersion)
|
protected void |
AbstractHibernateAttachmentDao.overwriteMetaData(Attachment sourceAttachment,
Attachment targetAttachment)
Overwrites attachment meta data. |
protected void |
AbstractHibernateAttachmentDao.removeAllAttachmentVersions(Attachment latestVersion,
ContentEntityObject content)
|
protected void |
AbstractHibernateAttachmentDao.removeAttachment(Attachment attachment,
ContentEntityObject content)
Severs the connection between attachment and content, and removes the attachment from the database |
void |
TransactionalHibernateAttachmentDao.removeAttachmentFromServer(Attachment attachment)
|
void |
NonTransactionalHibernateAttachmentDao.removeAttachmentFromServer(Attachment attachment)
|
void |
AbstractHibernateAttachmentDao.removeAttachmentVersionFromServer(Attachment attachmentVersionToBeRemoved)
|
protected void |
TransactionalHibernateAttachmentDao.removeAttachmentVersionFromServer(Attachment attachmentVersionToBeRemoved,
Attachment previousAttachmentVersion)
|
protected void |
NonTransactionalHibernateAttachmentDao.removeAttachmentVersionFromServer(Attachment attachmentVersionToBeRemoved,
Attachment previousAttachmentVersion)
|
protected abstract void |
AbstractHibernateAttachmentDao.removeAttachmentVersionFromServer(Attachment attachmentVersionToBeRemoved,
Attachment previousAttachmentVersion)
|
void |
HibernateAttachmentDataDao.removeDataForAttachment(Attachment attachment,
ContentEntityObject originalContent)
|
void |
HibernateAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment,
ContentEntityObject originalContent)
|
protected void |
AbstractHibernateAttachmentDao.removeMetaData(Attachment attachment)
Removes attachment meta data. |
void |
AbstractHibernateAttachmentDao.replaceAttachmentData(Attachment attachment,
java.io.InputStream attachmentData)
|
void |
HibernateAttachmentDataDao.replaceDataForAttachment(Attachment attachment,
java.io.InputStream data)
|
void |
HibernateAttachmentDataDao.saveDataForAttachment(Attachment attachment,
java.io.InputStream data)
|
void |
HibernateAttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment,
Attachment previousVersion,
java.io.InputStream data)
|
void |
AbstractHibernateAttachmentDao.saveNewAttachment(Attachment attachment,
java.io.InputStream attachmentData)
|
void |
AbstractHibernateAttachmentDao.saveNewAttachmentVersion(Attachment attachment,
Attachment previousVersion,
java.io.InputStream attachmentData)
This implementation saves the Attachment and its previous version to the VersionedHibernateObjectDao. |
Uses of Attachment in com.atlassian.confluence.pages.thumbnail |
---|
Methods in com.atlassian.confluence.pages.thumbnail that return Attachment | |
---|---|
Attachment |
ThumbnailInfo.getAttachment()
|
Attachment |
CannotGenerateThumbnailException.getAttachment()
|
Methods in com.atlassian.confluence.pages.thumbnail with parameters of type Attachment | |
---|---|
com.atlassian.core.util.thumbnail.Thumbnail |
ThumbnailManager.getThumbnail(Attachment attachment)
Returns a thumbnail for this attachment having ensured the thumbnail exists in the filesystem, generating it only if it doesn't already exist. |
com.atlassian.core.util.thumbnail.Thumbnail |
DefaultThumbnailManager.getThumbnail(Attachment attachment)
Returns a thumbnail for this attachment having ensured the thumbnail exists in the filesystem, generating it only if it doesn't already exist. |
java.io.InputStream |
ThumbnailManager.getThumbnailData(Attachment attachment)
retrieves the thumbnail data (as a stream) from where it was stored in the file system |
java.io.InputStream |
DefaultThumbnailManager.getThumbnailData(Attachment attachment)
We only store a thumbnail of the latest version of an image attachment in the format thumb_foo.jpg When new versions of the attachment are added, this thumbnail is removed and regenerated the next time its requested. |
java.io.File |
ThumbnailManager.getThumbnailFile(Attachment attachment)
returns the path to the thumbnail for this attachment |
java.io.File |
DefaultThumbnailManager.getThumbnailFile(Attachment attachment)
|
ThumbnailInfo |
ThumbnailManager.getThumbnailInfo(Attachment attachment)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk. |
ThumbnailInfo |
DefaultThumbnailManager.getThumbnailInfo(Attachment attachment)
|
ThumbnailInfo |
ThumbnailManager.getThumbnailInfo(Attachment attachment,
java.lang.String rootAttachmentPath)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk. |
ThumbnailInfo |
DefaultThumbnailManager.getThumbnailInfo(Attachment attachment,
java.lang.String remoteAttachmentPath)
|
protected java.io.File |
DefaultThumbnailManager.getThumbnailsFolder(Attachment attachment)
|
boolean |
ThumbnailManager.isThumbnailable(Attachment attachment)
checks the content type/mime type of the attachment to determine whether a thumbnail can be created from it |
boolean |
DefaultThumbnailManager.isThumbnailable(Attachment attachment)
|
boolean |
ThumbnailManager.removeThumbnail(Attachment attachment)
Removes the thumbnail for the specified attachment. |
boolean |
DefaultThumbnailManager.removeThumbnail(Attachment attachment)
|
Method parameters in com.atlassian.confluence.pages.thumbnail with type arguments of type Attachment | |
---|---|
java.util.Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
ThumbnailManager.getThumbnails(java.util.Collection<Attachment> attachments)
Deprecated. since 5.4. No replacement. |
java.util.Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
DefaultThumbnailManager.getThumbnails(java.util.Collection<Attachment> attachments)
Deprecated. |
Constructors in com.atlassian.confluence.pages.thumbnail with parameters of type Attachment | |
---|---|
CannotGenerateThumbnailException(Attachment attachment)
|
|
ThumbnailInfo(Attachment attachment,
java.io.InputStream attachmentData,
java.lang.String attachmentsPath)
Deprecated. since 3.1 use ThumbnailInfo.ThumbnailInfo(ImageDetails, Dimensions, String) , or
ThumbnailManager.getThumbnailInfo(com.atlassian.confluence.pages.Attachment, String) |
Constructor parameters in com.atlassian.confluence.pages.thumbnail with type arguments of type Attachment | |
---|---|
Thumbnails(java.util.List<Attachment> attachments,
ImagePathHelper pathHelper,
int columns,
AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager)
Deprecated. use Thumbnails.Thumbnails(List, ImagePathHelper, int, ThumbnailManager) |
|
Thumbnails(java.util.List<Attachment> attachments,
ImagePathHelper pathHelper,
int columns,
ThumbnailManager thumbnailManager)
Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments. |
|
Thumbnails(java.util.List<Attachment> attachments,
int columns,
ThumbnailManager thumbnailManager)
Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments. |
|
Thumbnails(java.util.List<Attachment> attachments,
java.lang.String attachmentsRoot,
int columns,
AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager)
Deprecated. use Thumbnails.Thumbnails(List, ImagePathHelper, int, ThumbnailManager) |
Uses of Attachment in com.atlassian.confluence.pages.thumbnail.renderer |
---|
Methods in com.atlassian.confluence.pages.thumbnail.renderer with parameters of type Attachment | |
---|---|
com.atlassian.core.util.thumbnail.Thumbnail |
DelegatingThumbnailRenderer.retrieveOrCreateThumbNail(Attachment attachment,
java.io.File thumbnailFile,
int maxWidth,
int maxHeight)
Create a new or return an existing Thumbnail for this attachment. |
com.atlassian.core.util.thumbnail.Thumbnail |
DelegatingThumbnailRenderer.retrieveOrCreateThumbNail(Attachment attachment,
java.io.File thumbnailFile,
java.lang.String ignoredImageType,
int maxWidth,
int ignoredMinWidth,
int height)
Deprecated. since 5.2 use DelegatingThumbnailRenderer.retrieveOrCreateThumbNail(com.atlassian.confluence.pages.Attachment, java.io.File, int, int) |
Uses of Attachment in com.atlassian.confluence.plugin.descriptor.web |
---|
Methods in com.atlassian.confluence.plugin.descriptor.web that return Attachment | |
---|---|
Attachment |
WebInterfaceContext.getAttachment()
Returns the attachment related to the web interface state, or null if there is no attachment. |
Attachment |
DefaultWebInterfaceContext.getAttachment()
|
Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type Attachment | |
---|---|
void |
DefaultWebInterfaceContext.setAttachment(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.plugins.lookandfeel |
---|
Methods in com.atlassian.confluence.plugins.lookandfeel with parameters of type Attachment | |
---|---|
static SiteLogo |
SiteLogo.createFromAttachment(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.plugins.macros.core.renderer |
---|
Methods in com.atlassian.confluence.plugins.macros.core.renderer with parameters of type Attachment | |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
EmbeddedWindowsMediaRenderer.refineParams(Attachment attachment,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
protected java.util.Map<java.lang.String,java.lang.Object> |
EmbeddedVideoRenderer.refineParams(Attachment attachment,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
protected java.util.Map<java.lang.String,java.lang.Object> |
EmbeddedRealMediaRenderer.refineParams(Attachment attachment,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
protected java.util.Map<java.lang.String,java.lang.Object> |
EmbeddedQuickTimeRenderer.refineParams(Attachment attachment,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
protected java.util.Map<java.lang.String,java.lang.Object> |
EmbeddedMp4Renderer.refineParams(Attachment attachment,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
protected java.util.Map<java.lang.String,java.lang.Object> |
EmbeddedFlashRenderer.refineParams(Attachment attachment,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
protected java.util.Map<java.lang.String,java.lang.Object> |
EmbeddedAudioRenderer.refineParams(Attachment attachment,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
protected abstract java.util.Map<java.lang.String,java.lang.Object> |
AbstractEmbeddedResourceRenderer.refineParams(Attachment attachment,
java.util.Map<java.lang.String,java.lang.Object> properties)
Provides the opportunity for a specialisation to customise any parameters / properties. |
Uses of Attachment in com.atlassian.confluence.plugins.rest.manager |
---|
Methods in com.atlassian.confluence.plugins.rest.manager with parameters of type Attachment | |
---|---|
AttachmentEntity |
RestAttachmentManager.convertToAttachmentEntity(Attachment attachment)
Convert a Confluence model object into its REST representation. |
AttachmentEntity |
DefaultRestAttachmentManager.convertToAttachmentEntity(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.renderer.attachments |
---|
Methods in com.atlassian.confluence.renderer.attachments with parameters of type Attachment | |
---|---|
java.lang.String |
RendererAttachmentManager.getImagePath(Attachment attachment,
boolean isThumbnail)
|
protected boolean |
RendererAttachmentManager.isPermittedToViewAttachment(Attachment attachment)
Checks whether the user is able to view the attachment |
Uses of Attachment in com.atlassian.confluence.renderer.embedded |
---|
Methods in com.atlassian.confluence.renderer.embedded that return Attachment | |
---|---|
Attachment |
EmbeddedObject.getAttachment()
|
static Attachment |
EmbeddedResourceUtils.resolveAttachment(PageContext context,
com.atlassian.renderer.embedded.EmbeddedResource resource)
|
Methods in com.atlassian.confluence.renderer.embedded with parameters of type Attachment | |
---|---|
java.lang.String |
ImagePathHelper.getImagePath(Attachment attachment,
boolean isThumbnail)
Return the path used to access the specified image. |
Constructors in com.atlassian.confluence.renderer.embedded with parameters of type Attachment | |
---|---|
EmbeddedObject(Attachment attachment,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
Uses of Attachment in com.atlassian.confluence.rpc.soap.beans |
---|
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Attachment | |
---|---|
RemoteAttachment(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.rss |
---|
Methods in com.atlassian.confluence.rss with parameters of type Attachment | |
---|---|
protected com.atlassian.renderer.RenderContext |
AttachmentRenderSupport.getRenderContext(Attachment attachment,
com.atlassian.util.concurrent.Timeout timeout)
|
Uses of Attachment in com.atlassian.confluence.servlet.download |
---|
Methods in com.atlassian.confluence.servlet.download that return Attachment | |
---|---|
Attachment |
AttachmentUrlParser.getAttachment(java.lang.String urlPath,
java.lang.String urlPrefix,
java.util.Map parameters)
Gets the attachment based on the url, prefix and query parameters. |
Methods in com.atlassian.confluence.servlet.download with parameters of type Attachment | |
---|---|
protected void |
ThumbnailDownload.getEventToPublish(Attachment attachment)
|
protected void |
AttachmentDownload.getEventToPublish(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.spaces |
---|
Methods in com.atlassian.confluence.spaces with parameters of type Attachment | |
---|---|
java.lang.String |
SpaceDescription.getAttachmentUrlPath(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.spaces.actions |
---|
Methods in com.atlassian.confluence.spaces.actions that return Attachment | |
---|---|
Attachment |
AbstractLogoAction.getLogo()
|
Uses of Attachment in com.atlassian.confluence.themes |
---|
Methods in com.atlassian.confluence.themes that return Attachment | |
---|---|
Attachment |
AttachmentHelper.getAttachment()
|
Constructors in com.atlassian.confluence.themes with parameters of type Attachment | |
---|---|
AttachmentHelper(ConfluenceActionSupport action,
Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.user |
---|
Methods in com.atlassian.confluence.user with parameters of type Attachment | |
---|---|
java.lang.String |
PersonalInformation.getAttachmentUrlPath(Attachment attachment)
|
void |
UserAccessor.setUserProfilePicture(com.atlassian.user.User user,
Attachment attachment)
Set the user profile picture to the given attachment. |
void |
DefaultUserAccessor.setUserProfilePicture(com.atlassian.user.User user,
Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.user.actions |
---|
Methods in com.atlassian.confluence.user.actions that return types with arguments of type Attachment | |
---|---|
java.util.List<Attachment> |
EditMyProfilePictureAction.getImageAttachments()
|
Constructors in com.atlassian.confluence.user.actions with parameters of type Attachment | |
---|---|
ProfilePictureInfo(Attachment attachment)
|
Uses of Attachment in com.atlassian.confluence.util |
---|
Methods in com.atlassian.confluence.util with parameters of type Attachment | |
---|---|
int |
AttachmentFileNameComparator.compare(Attachment first,
Attachment second)
|
static java.lang.String |
ConfluenceRenderUtils.getAbsoluteAttachmentRemotePath(Attachment attachment)
Returns the remote path to the given attachment and its siblings. |
static java.lang.String |
ConfluenceRenderUtils.getAttachmentRemotePath(Attachment attachment)
Returns the remote path to the given attachment and its siblings. |
ThumbnailInfo |
ThumbnailInfoFactory.getThumbnailInfo(Attachment attachment)
Deprecated. since 3.0 use ThumbnailManager.getThumbnailInfo(com.atlassian.confluence.pages.Attachment) . |
ThumbnailInfo |
DefaultThumbnailInfoFactory.getThumbnailInfo(Attachment attachment)
Deprecated. |
Uses of Attachment in com.atlassian.confluence.util.breadcrumbs |
---|
Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Attachment | |
---|---|
AttachmentBreadcrumb(Attachment attachment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |