Package org.azd.interfaces
Interface WikiDetails
- All Known Implementing Classes:
WikiApi
public interface WikiDetails
-
Method Summary
Modifier and TypeMethodDescriptioncreateOrUpdateWikiPage
(String wikiIdentifier, String path, String comment, String eTagVersion, String content) createOrUpdateWikiPage
(String wikiIdentifier, String path, String comment, String eTagVersion, String version, GitVersionType versionType, GitVersionOptions versionOptions, String content) createPageMove
(String wikiIdentifier, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions, WikiPageMoveParameters pageMoveParameters) createPageMove
(String wikiIdentifier, String comment, WikiPageMoveParameters pageMoveParameters) createWiki
(WikiCreateParameters wikiCreateParameters) createWikiAttachment
(String wikiIdentifier, String name, InputStream content) createWikiAttachment
(String wikiIdentifier, String name, String version, GitVersionType versionType, GitVersionOptions versionOptions, InputStream content) deleteWiki
(String wikiIdentifier) deleteWikiPage
(String wikiIdentifier, String path, String comment) deleteWikiPage
(String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) deleteWikiPageById
(String id, String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) getPageStats
(String wikiIdentifier, int pageId, int pageViewsForDays) getWikiPage
(String wikiIdentifier) getWikiPage
(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel) getWikiPage
(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) getWikiPageAsZip
(String id, String wikiIdentifier) getWikiPageById
(String id, String wikiIdentifier) getWikiPageById
(String id, String wikiIdentifier, boolean includeContent, VersionControlRecursionType recursionLevel) getWikiPageContent
(String id, String wikiIdentifier) getWikis()
updateWikiPage
(String id, String wikiIdentifier, String comment, String eTagVersion, String content)
-
Method Details
-
createWiki
- Throws:
AzDException
-
deleteWiki
- Throws:
AzDException
-
getWiki
- Throws:
AzDException
-
getWikis
- Throws:
AzDException
-
createWikiAttachment
WikiAttachment createWikiAttachment(String wikiIdentifier, String name, InputStream content) throws AzDException - Throws:
AzDException
-
createWikiAttachment
WikiAttachment createWikiAttachment(String wikiIdentifier, String name, String version, GitVersionType versionType, GitVersionOptions versionOptions, InputStream content) throws AzDException - Throws:
AzDException
-
createPageMove
WikiPageMove createPageMove(String wikiIdentifier, String comment, WikiPageMoveParameters pageMoveParameters) throws AzDException - Throws:
AzDException
-
createPageMove
WikiPageMove createPageMove(String wikiIdentifier, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions, WikiPageMoveParameters pageMoveParameters) throws AzDException - Throws:
AzDException
-
getPageStats
WikiPageDetail getPageStats(String wikiIdentifier, int pageId, int pageViewsForDays) throws AzDException - Throws:
AzDException
-
createOrUpdateWikiPage
WikiPage createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String content) throws AzDException - Throws:
AzDException
-
createOrUpdateWikiPage
WikiPage createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String version, GitVersionType versionType, GitVersionOptions versionOptions, String content) throws AzDException - Throws:
AzDException
-
deleteWikiPage
- Throws:
AzDException
-
deleteWikiPage
WikiPage deleteWikiPage(String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) throws AzDException - Throws:
AzDException
-
deleteWikiPageById
WikiPage deleteWikiPageById(String id, String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) throws AzDException - Throws:
AzDException
-
getWikiPage
- Throws:
AzDException
-
getWikiPage
WikiPage getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) throws AzDException - Throws:
AzDException
-
getWikiPage
WikiPage getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel) throws AzDException - Throws:
AzDException
-
getWikiPageById
- Throws:
AzDException
-
getWikiPageById
WikiPage getWikiPageById(String id, String wikiIdentifier, boolean includeContent, VersionControlRecursionType recursionLevel) throws AzDException - Throws:
AzDException
-
getWikiPageContent
- Throws:
AzDException
-
getWikiPageAsZip
- Throws:
AzDException
-
updateWikiPage
WikiPage updateWikiPage(String id, String wikiIdentifier, String comment, String eTagVersion, String content) throws AzDException - Throws:
AzDException
-