Uses of Class
com.xpn.xwiki.api.DeletedDocument
-
Packages that use DeletedDocument Package Description com.xpn.xwiki.api -
-
Uses of DeletedDocument in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return DeletedDocument Modifier and Type Method Description DeletedDocument
XWiki. getDeletedDocument(String index)
DeletedDocument
XWiki. getDeletedDocument(String fullname, String locale, String index)
Deprecated.since 9.4RC1.Methods in com.xpn.xwiki.api that return types with arguments of type DeletedDocument Modifier and Type Method Description List<DeletedDocument>
XWiki. getDeletedDocuments(String batchId)
List<DeletedDocument>
XWiki. getDeletedDocuments(String fullname, String locale)
-