com.atlassian.confluence.pages
Class WebDavAttachmentManager

java.lang.Object
  extended by com.atlassian.confluence.pages.DefaultAttachmentManager
      extended by com.atlassian.confluence.pages.WebDavAttachmentManager
All Implemented Interfaces:
AttachmentManagerInternal, AttachmentManager

Deprecated. since 2.7 WebDav attachment storage is no longer supported We still need to keep the infrastructure around to support migrating WebDAV attachments back to Confluence, though so we can't remove it entirely?

@Deprecated
public class WebDavAttachmentManager
extends DefaultAttachmentManager


Constructor Summary
WebDavAttachmentManager()
          Deprecated.  
 
Method Summary
 java.util.List<Attachment> getAllVersions(Attachment attachment)
          Deprecated. Get all versions of an attachment, starting with the current version
 java.util.List<Attachment> getAllVersionsOfAttachments(ContentEntityObject content)
          Deprecated. Returns a list of all attachments, old and new.
 java.util.List<Attachment> getAttachments(ContentEntityObject content)
          Deprecated. Returns a list of all attachments, old and new.
 
Methods inherited from class com.atlassian.confluence.pages.DefaultAttachmentManager
copyAttachment, copyAttachments, countLatestVersionsOfAttachments, getAttachment, getAttachment, getAttachment, getAttachmentDao, getAttachmentData, getAttachmentDownloadPath, getAttachmentForDownloadPath, getAttachments, getBackingStorageType, getCopier, getLastAddedVersionsOf, getLatestVersionsOfAttachments, getMigrator, getPreviousVersions, moveAttachment, moveAttachment, removeAttachmentFromServer, removeAttachments, removeAttachmentVersionFromServer, saveAttachment, saveAttachments, saveNewAttachment, saveNewAttachmentVersion, setAttachmentDao, setAttachmentData, setEventManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDavAttachmentManager

public WebDavAttachmentManager()
Deprecated. 
Method Detail

getAttachments

public java.util.List<Attachment> getAttachments(ContentEntityObject content)
Deprecated. 
Description copied from interface: AttachmentManager
Returns a list of all attachments, old and new.

Specified by:
getAttachments in interface AttachmentManager
Overrides:
getAttachments in class DefaultAttachmentManager

getAllVersionsOfAttachments

public java.util.List<Attachment> getAllVersionsOfAttachments(ContentEntityObject content)
Deprecated. 
Description copied from interface: AttachmentManager
Returns a list of all attachments, old and new.

Specified by:
getAllVersionsOfAttachments in interface AttachmentManager
Overrides:
getAllVersionsOfAttachments in class DefaultAttachmentManager

getAllVersions

public java.util.List<Attachment> getAllVersions(Attachment attachment)
Deprecated. 
Description copied from interface: AttachmentManager
Get all versions of an attachment, starting with the current version

Specified by:
getAllVersions in interface AttachmentManager
Overrides:
getAllVersions in class DefaultAttachmentManager


Copyright © 2003-2014 Atlassian. All Rights Reserved.