Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0965B200CD1 for ; Tue, 20 Jun 2017 18:19:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 08141160BEF; Tue, 20 Jun 2017 16:19:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 03E17160BF5 for ; Tue, 20 Jun 2017 18:19:42 +0200 (CEST) Received: (qmail 67999 invoked by uid 500); 20 Jun 2017 16:19:42 -0000 Mailing-List: contact commits-help@jspwiki.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jspwiki.apache.org Delivered-To: mailing list commits@jspwiki.apache.org Received: (qmail 67401 invoked by uid 99); 20 Jun 2017 16:19:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 16:19:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8A8A7E049A; Tue, 20 Jun 2017 16:19:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: juanpablo@apache.org To: commits@jspwiki.apache.org Date: Tue, 20 Jun 2017 16:20:06 -0000 Message-Id: In-Reply-To: <14ae8e698c93460fb84035fc8f60e577@git.apache.org> References: <14ae8e698c93460fb84035fc8f60e577@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/51] [partial] jspwiki-site git commit: Manual testing of new & upcoming ci.sh / mvn-ci.sh on jbake branch archived-at: Tue, 20 Jun 2017 16:19:46 -0000 http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/04f45623/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/ProviderException.html ---------------------------------------------------------------------- diff --git a/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/ProviderException.html b/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/ProviderException.html new file mode 100755 index 0000000..1292316 --- /dev/null +++ b/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/ProviderException.html @@ -0,0 +1,1316 @@ + + + + + + + +Uses of Class org.apache.wiki.api.exceptions.ProviderException (Apache JSPWiki Main War 2.10.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.wiki.api.exceptions.ProviderException

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use ProviderException
org.apache.wikiThe chief package of JSPWiki. 
org.apache.wiki.attachmentAttachment management, uploading and downloading. 
org.apache.wiki.pluginProvides plugins to the JSPWiki. 
org.apache.wiki.providersProvides storage for JSPWiki. 
org.apache.wiki.rss  
org.apache.wiki.searchProvides the JSPWiki search functionality. 
org.apache.wiki.tagsProvides standard JSP tags for JSPWiki. 
org.apache.wiki.uiJava classes for management of the JSP user interface. 
+  +

+ + + + + +
+Uses of ProviderException in org.apache.wiki
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.wiki that throw ProviderException
+ voidWikiEngine.deletePage(String pageName) + +
+          Deletes a page or an attachment completely, including all versions.
+ voidPageManager.deletePage(WikiPage page) + +
+          Deletes an entire page, all versions, all traces.
+ voidWikiEngine.deleteVersion(WikiPage page) + +
+          Deletes a specific version of a page or an attachment.
+ voidPageManager.deleteVersion(WikiPage page) + +
+          Deletes only a specific version of a WikiPage.
+ CollectionWikiEngine.findPages(String query) + +
+          Parses an incoming search request, then + does a search.
+ CollectionPageManager.getAllPages() + +
+          Returns all pages in some random order.
+ StringWikiEngine.getFinalPageName(String page) + +
+          Returns the correct page name, or null, if no such + page can be found.
+ WikiPagePageManager.getPageInfo(String pageName, + int version) + +
+          Finds a WikiPage object describing a particular page and version.
+ StringPageManager.getPageText(String pageName, + int version) + +
+          Fetches the page text from the repository.
+ ListPageManager.getVersionHistory(String pageName) + +
+          Gets a version history of page.
+ voidReferenceManager.initialize(Collection pages) + +
+          Initializes the entire reference manager with the initial set of pages + from the collection.
+ booleanPageManager.pageExists(String pageName) + +
+          Returns true, if the page exists (any version).
+ booleanWikiEngine.pageExists(String page, + int version) + +
+          Returns true, if the requested page (or an alias) exists with the + requested version.
+ booleanPageManager.pageExists(String pageName, + int version) + +
+          Checks for existence of a specific page and version.
+ booleanWikiEngine.pageExists(WikiPage page) + +
+          Returns true, if the requested page (or an alias) exists, with the + specified version in the WikiPage.
+ voidPageManager.putPageText(WikiPage page, + String content) + +
+          Puts the page text into the repository.
+  +

+ + + + + +
+Uses of ProviderException in org.apache.wiki.attachment
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.wiki.attachment that throw ProviderException
+ voidAttachmentManager.deleteAttachment(Attachment att) + +
+          Deletes all versions of the given attachment.
+ voidAttachmentManager.deleteVersion(Attachment att) + +
+          Deletes the given attachment version.
+protected  booleanAttachmentServlet.executeUpload(WikiContext context, + InputStream data, + String filename, + String errorPage, + String parentPage, + String changenote, + long contentLength) + +
+           
+ CollectionAttachmentManager.getAllAttachments() + +
+          Returns a collection of Attachments, containing each and every attachment + that is in this Wiki.
+ InputStreamDynamicAttachmentProvider.getAttachmentData(WikiContext context, + Attachment att) + +
+          Returns a stream of data for this attachment.
+ AttachmentAttachmentManager.getAttachmentInfo(String name) + +
+          Gets info on a particular attachment, latest version.
+ AttachmentAttachmentManager.getAttachmentInfo(String name, + int version) + +
+          Gets info on a particular attachment with the given version.
+ AttachmentAttachmentManager.getAttachmentInfo(WikiContext context, + String attachmentname) + +
+          Figures out the full attachment name from the context and + attachment name.
+ AttachmentAttachmentManager.getAttachmentInfo(WikiContext context, + String attachmentname, + int version) + +
+          Figures out the full attachment name from the context and + attachment name.
+ InputStreamAttachmentManager.getAttachmentStream(Attachment att) + +
+          Finds a (real) attachment from the repository as a stream.
+ InputStreamAttachmentManager.getAttachmentStream(WikiContext ctx, + Attachment att) + +
+          Returns an attachment stream using the particular WikiContext.
+ ListAttachmentManager.getVersionHistory(String attachmentName) + +
+          Returns a list of versions of the attachment.
+ CollectionAttachmentManager.listAttachments(WikiPage wikipage) + +
+          Returns the list of attachments associated with a given wiki page.
+ voidAttachmentManager.storeAttachment(Attachment att, + File source) + +
+          Stores an attachment that lives in the given file.
+ voidAttachmentManager.storeAttachment(Attachment att, + InputStream in) + +
+          Stores an attachment directly from a stream.
+  +

+ + + + + +
+Uses of ProviderException in org.apache.wiki.plugin
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.wiki.plugin that throw ProviderException
+ ListWeblogPlugin.findBlogEntries(PageManager mgr, + String baseName, + Date start, + Date end) + +
+          Attempts to locate all pages that correspond to the + blog entry pattern.
+ StringWeblogEntryPlugin.getNewEntryPage(WikiEngine engine, + String blogName) + +
+          Returns a new page name for entries.
+  +

+ + + + + +
+Uses of ProviderException in org.apache.wiki.providers
+  +

+ + + + + + + + + + + + + +
Subclasses of ProviderException in org.apache.wiki.providers
+ classNoSuchVersionException + +
+          Indicates that an non-existing version was specified.
+ classRepositoryModifiedException + +
+          If the provider detects that someone has modified the repository + externally, it should throw this exception.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.wiki.providers that throw ProviderException
+ voidWikiAttachmentProvider.deleteAttachment(Attachment att) + +
+          Removes an entire page from the repository.
+ voidCachingAttachmentProvider.deleteAttachment(Attachment att) + +
+          Removes an entire page from the repository.
+ voidBasicAttachmentProvider.deleteAttachment(Attachment att) + +
+          Removes an entire page from the repository.
+ voidWikiPageProvider.deletePage(String pageName) + +
+          Removes an entire page from the repository.
+ voidVersioningFileProvider.deletePage(String page) + +
+          Removes the relevant page directory under "OLD" -directory as well, + but does not remove any extra subdirectories from it.
+ voidFileSystemProvider.deletePage(String pageName) + +
+          Removes an entire page from the repository.
+ voidCachingProvider.deletePage(String pageName) + +
+          Removes an entire page from the repository.
+ voidAbstractFileProvider.deletePage(String pageName) + +
+          Removes an entire page from the repository.
+ voidWikiAttachmentProvider.deleteVersion(Attachment att) + +
+          Removes a specific version from the repository.
+ voidCachingAttachmentProvider.deleteVersion(Attachment att) + +
+          Removes a specific version from the repository.
+ voidBasicAttachmentProvider.deleteVersion(Attachment att) + +
+          Removes a specific version from the repository.
+ voidWikiPageProvider.deleteVersion(String pageName, + int version) + +
+          Removes a specific version from the repository.
+ voidVersioningFileProvider.deleteVersion(String page, + int version) + +
+          Removes a specific version from the repository.
+ voidCachingProvider.deleteVersion(String pageName, + int version) + +
+          Removes a specific version from the repository.
+ voidAbstractFileProvider.deleteVersion(String pageName, + int version) + +
+          Removes a specific version from the repository.
+ CollectionWikiPageProvider.getAllPages() + +
+          Returns all pages.
+ CollectionVersioningFileProvider.getAllPages() + +
+          Returns all pages.
+ CollectionCachingProvider.getAllPages() + +
+          Returns all pages.
+ CollectionAbstractFileProvider.getAllPages() + +
+          Returns all pages.
+ InputStreamWikiAttachmentProvider.getAttachmentData(Attachment att) + +
+          Get attachment data.
+ InputStreamCachingAttachmentProvider.getAttachmentData(Attachment att) + +
+          Get attachment data.
+ InputStreamBasicAttachmentProvider.getAttachmentData(Attachment att) + +
+          Get attachment data.
+ AttachmentWikiAttachmentProvider.getAttachmentInfo(WikiPage page, + String name, + int version) + +
+          Returns info about an attachment.
+ AttachmentCachingAttachmentProvider.getAttachmentInfo(WikiPage page, + String name, + int version) + +
+          Returns info about an attachment.
+ AttachmentBasicAttachmentProvider.getAttachmentInfo(WikiPage page, + String name, + int version) + +
+          Returns info about an attachment.
+ intWikiPageProvider.getPageCount() + +
+          Gets the number of pages.
+ intCachingProvider.getPageCount() + +
+          Gets the number of pages.
+ WikiPageWikiPageProvider.getPageInfo(String page, + int version) + +
+          Returns info about the page.
+ WikiPageVersioningFileProvider.getPageInfo(String page, + int version) + +
+          Always returns the latest version, since FileSystemProvider + does not support versioning.
+ WikiPageFileSystemProvider.getPageInfo(String page, + int version) + +
+          Always returns the latest version, since FileSystemProvider + does not support versioning.
+ WikiPageCachingProvider.getPageInfo(String pageName, + int version) + +
+          Returns info about the page.
+ WikiPageAbstractFileProvider.getPageInfo(String page, + int version) + +
+          Always returns the latest version, since FileSystemProvider + does not support versioning.
+ StringWikiPageProvider.getPageText(String page, + int version) + +
+          Gets a specific version out of the repository.
+ StringVersioningFileProvider.getPageText(String page, + int version) + +
+          This implementation just returns the current version, as filesystem + does not provide versioning information for now.
+ StringCachingProvider.getPageText(String pageName, + int version) + +
+          Gets a specific version out of the repository.
+ StringAbstractFileProvider.getPageText(String page, + int version) + +
+          This implementation just returns the current version, as filesystem + does not provide versioning information for now.
+ ListWikiPageProvider.getVersionHistory(String page) + +
+          Returns version history.
+ ListVersioningFileProvider.getVersionHistory(String page) + +
+          The FileSystemProvider provides only one version.
+ ListCachingProvider.getVersionHistory(String pageName) + +
+          Returns version history.
+ ListAbstractFileProvider.getVersionHistory(String page) + +
+          The FileSystemProvider provides only one version.
+ ListWikiAttachmentProvider.listAllChanged(Date timestamp) + +
+          Lists changed attachments since given date.
+ ListCachingAttachmentProvider.listAllChanged(Date timestamp) + +
+          Lists changed attachments since given date.
+ ListBasicAttachmentProvider.listAllChanged(Date timestamp) + +
+          Lists changed attachments since given date.
+ CollectionWikiAttachmentProvider.listAttachments(WikiPage page) + +
+          Lists all attachments attached to a page.
+ CollectionCachingAttachmentProvider.listAttachments(WikiPage page) + +
+          Lists all attachments attached to a page.
+ CollectionBasicAttachmentProvider.listAttachments(WikiPage page) + +
+          Lists all attachments attached to a page.
+ voidWikiAttachmentProvider.moveAttachmentsForPage(String oldParent, + String newParent) + +
+          Move all the attachments for a given page so that they are attached to a + new page.
+ voidCachingAttachmentProvider.moveAttachmentsForPage(String oldParent, + String newParent) + +
+          Move all the attachments for a given page so that they are attached to a + new page.
+ voidBasicAttachmentProvider.moveAttachmentsForPage(String oldParent, + String newParent) + +
+          Move all the attachments for a given page so that they are attached to a + new page.
+ voidWikiPageProvider.movePage(String from, + String to) + +
+          Move a page
+ voidVersioningFileProvider.movePage(String from, + String to) + +
+          Move a page
+ voidFileSystemProvider.movePage(String from, + String to) + +
+          Move a page
+ voidCachingProvider.movePage(String from, + String to) + +
+          Move a page
+ voidWikiAttachmentProvider.putAttachmentData(Attachment att, + InputStream data) + +
+          Put new attachment data.
+ voidCachingAttachmentProvider.putAttachmentData(Attachment att, + InputStream data) + +
+          Put new attachment data.
+ voidBasicAttachmentProvider.putAttachmentData(Attachment att, + InputStream data) + +
+          Put new attachment data.
+ voidWikiPageProvider.putPageText(WikiPage page, + String text) + +
+          Attempts to save the page text for page "page".
+ voidVersioningFileProvider.putPageText(WikiPage page, + String text) + +
+          Attempts to save the page text for page "page".
+ voidFileSystemProvider.putPageText(WikiPage page, + String text) + +
+          Attempts to save the page text for page "page".
+ voidCachingProvider.putPageText(WikiPage page, + String text) + +
+          Attempts to save the page text for page "page".
+ voidAbstractFileProvider.putPageText(WikiPage page, + String text) + +
+          Attempts to save the page text for page "page".
+  +

+ + + + + +
+Uses of ProviderException in org.apache.wiki.rss
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.wiki.rss that throw ProviderException
+protected  StringRSSGenerator.generateBlogRSS(WikiContext wikiContext, + List changed, + Feed feed) + +
+          Creates RSS from modifications as if this page was a blog (using the WeblogPlugin).
+ StringRSSGenerator.generateFeed(WikiContext wikiContext, + List changed, + String mode, + String type) + +
+          Generates a feed based on a context and list of changes.
+  +

+ + + + + +
+Uses of ProviderException in org.apache.wiki.search
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.wiki.search that throw ProviderException
+ CollectionSearchProvider.findPages(String query) + +
+          Search for pages matching a search query
+ CollectionSearchManager.findPages(String query) + +
+          Sends a search to the current search provider.
+ CollectionLuceneSearchProvider.findPages(String query) + +
+          Search for pages matching a search query
+ CollectionLuceneSearchProvider.findPages(String query, + int flags) + +
+          Searches pages using a particular combination of flags.
+  +

+ + + +
+Uses of