Uses of Class
org.xwiki.store.TemporaryAttachmentException
-
Packages that use TemporaryAttachmentException Package Description org.xwiki.store -
-
Uses of TemporaryAttachmentException in org.xwiki.store
Methods in org.xwiki.store that throw TemporaryAttachmentException Modifier and Type Method Description void
TemporaryAttachmentSessionsManager. temporarilyAttach(XWikiAttachment attachment, DocumentReference documentReference)
Allow to temporarily attach the given instance ofXWikiAttachment
to the given document reference.XWikiAttachment
TemporaryAttachmentSessionsManager. uploadAttachment(DocumentReference documentReference, javax.servlet.http.Part part)
XWikiAttachment
TemporaryAttachmentSessionsManager. uploadAttachment(DocumentReference documentReference, javax.servlet.http.Part part, String filename)
-