Package com.polarion.alm.wiki
Interface IWikiService
public interface IWikiService
- Since:
- 3.4.1
- Version:
- $Revision$ $Date$
- Author:
- Jiri Banszel
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns context map with values available to Wiki page during rendering.searchPages
(String searchString, String sort, String projectId, String spaceId) Returns Wiki Pages from given project, searchString and optional spaceId
-
Method Details
-
getWikiPolicy
IWikiPolicy getWikiPolicy() -
getSpaces
Deprecated.useIFolderManager
instead to get all spaces and their info. -
getPages
-
getPage
-
searchPages
Collection<IWikiPage> searchPages(String searchString, String sort, String projectId, String spaceId) Returns Wiki Pages from given project, searchString and optional spaceId- Parameters:
searchString
- - notnull
sort
- - the format is same as forIIndexSearch.sort(String)
projectId
- limit result to Wiki Pages from particular project - can be null - null = result is not limited by projectspaceId
- limit result to Wiki Pages from particular spaceId - can be null - null = result is not limited by space- Returns:
- sorted list of
IWikiPage
, never return thenull
- Since:
- 3.5.0
-
getWikiRenderingContextMap
Returns context map with values available to Wiki page during rendering.- Returns:
- unmodifiable map with context mapping (not
null
)
-
IFolderManager
instead to get all spaces and their info.