Uses of Class
org.azd.wiki.types.WikiPage
Packages that use WikiPage
-
Uses of WikiPage in org.azd.interfaces
Methods in org.azd.interfaces that return WikiPageModifier and TypeMethodDescriptionWikiDetails.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String content) WikiDetails.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String version, GitVersionType versionType, GitVersionOptions versionOptions, String content) WikiDetails.deleteWikiPage(String wikiIdentifier, String path, String comment) WikiDetails.deleteWikiPage(String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) WikiDetails.deleteWikiPageById(String id, String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) WikiDetails.getWikiPage(String wikiIdentifier) WikiDetails.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel) WikiDetails.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) WikiDetails.getWikiPageById(String id, String wikiIdentifier) WikiDetails.getWikiPageById(String id, String wikiIdentifier, boolean includeContent, VersionControlRecursionType recursionLevel) WikiDetails.updateWikiPage(String id, String wikiIdentifier, String comment, String eTagVersion, String content) -
Uses of WikiPage in org.azd.wiki
Methods in org.azd.wiki that return WikiPageModifier and TypeMethodDescriptionWikiApi.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String content) Creates or edits a wiki page.WikiApi.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String version, GitVersionType versionType, GitVersionOptions versionOptions, String content) Creates or edits a wiki page.WikiApi.deleteWikiPage(String wikiIdentifier, String path, String comment) Deletes a wiki page.WikiApi.deleteWikiPage(String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) Deletes a wiki page.WikiApi.deleteWikiPageById(String id, String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) Deletes a wiki page.WikiApi.getWikiPage(String wikiIdentifier) Gets metadata of the wiki page for the provided path.WikiApi.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel) Gets metadata of the wiki page for the provided path.WikiApi.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) Gets metadata of the wiki page for the provided path.WikiApi.getWikiPageById(String id, String wikiIdentifier) Gets metadata of the wiki page for the provided page id.WikiApi.getWikiPageById(String id, String wikiIdentifier, boolean includeContent, VersionControlRecursionType recursionLevel) Gets metadata of the wiki page for the provided page id.WikiApi.updateWikiPage(String id, String wikiIdentifier, String comment, String eTagVersion, String content) Edits a wiki page. -
Uses of WikiPage in org.azd.wiki.types
Methods in org.azd.wiki.types that return WikiPageMethods in org.azd.wiki.types that return types with arguments of type WikiPageMethods in org.azd.wiki.types with parameters of type WikiPageMethod parameters in org.azd.wiki.types with type arguments of type WikiPage