Uses of Interface
com.xpn.xwiki.doc.XWikiDeletedDocumentContent
-
Packages that use XWikiDeletedDocumentContent Package Description com.xpn.xwiki.doc com.xpn.xwiki.store -
-
Uses of XWikiDeletedDocumentContent in com.xpn.xwiki.doc
Constructors in com.xpn.xwiki.doc with parameters of type XWikiDeletedDocumentContent Constructor Description XWikiDeletedDocument(String fullName, Locale locale, String storeType, String deleter, Date deleteDate, XWikiDeletedDocumentContent content)
XWikiDeletedDocument(String fullName, Locale locale, String storeType, String deleter, Date deleteDate, XWikiDeletedDocumentContent content, String batchId)
-
Uses of XWikiDeletedDocumentContent in com.xpn.xwiki.store
Methods in com.xpn.xwiki.store that return XWikiDeletedDocumentContent Modifier and Type Method Description XWikiDeletedDocumentContent
XWikiRecycleBinContentStoreInterface. get(DocumentReference reference, long index, boolean bTransaction)
-