public interface WikiService
| Modifier and Type | Method and Description |
|---|---|
WikiPageInfo |
createWikiPage(java.lang.String siteShortName,
java.lang.String title,
java.lang.String contents)
Creates a new
WikiPageInfo in the given site, with the
specified contents |
void |
deleteWikiPage(WikiPageInfo wikiPage)
Deletes an existing
WikiPageInfo from the repository |
WikiPageInfo |
getWikiPage(java.lang.String siteShortName,
java.lang.String pageName)
Retrieves an existing
WikiPageInfo from the repository |
org.alfresco.query.PagingResults |
listWikiPages(java.lang.String siteShortName,
org.alfresco.query.PagingRequest paging)
Retrieves all
WikiPageInfo instances in the repository
for the given site. |
org.alfresco.query.PagingResults |
listWikiPages(java.lang.String siteShortName,
java.lang.String user,
org.alfresco.query.PagingRequest paging)
Retrieves all
WikiPageInfo instances in the repository
for the given site and the specified user. |
org.alfresco.query.PagingResults |
listWikiPagesByCreated(java.lang.String siteShortName,
java.util.Date from,
java.util.Date to,
org.alfresco.query.PagingRequest paging)
Retrieves all
WikiPageInfo instances in the repository
for the given site, created in the specified date range |
org.alfresco.query.PagingResults |
listWikiPagesByModified(java.lang.String siteShortName,
java.util.Date from,
java.util.Date to,
org.alfresco.query.PagingRequest paging)
Retrieves all
WikiPageInfo instances in the repository
for the given site, modified in the specified date range |
WikiPageInfo |
updateWikiPage(WikiPageInfo wikiPage)
Updates an existing
WikiPageInfo in the repository. |
@NotAuditable WikiPageInfo createWikiPage(java.lang.String siteShortName, java.lang.String title, java.lang.String contents)
WikiPageInfo in the given site, with the
specified contentsWikiPageInfo@NotAuditable WikiPageInfo updateWikiPage(WikiPageInfo wikiPage)
WikiPageInfo in the repository.WikiPageInfo@NotAuditable void deleteWikiPage(WikiPageInfo wikiPage)
WikiPageInfo from the repository@NotAuditable WikiPageInfo getWikiPage(java.lang.String siteShortName, java.lang.String pageName)
WikiPageInfo from the repository@NotAuditable
org.alfresco.query.PagingResults listWikiPages(java.lang.String siteShortName,
org.alfresco.query.PagingRequest paging)
WikiPageInfo instances in the repository
for the given site.@NotAuditable
org.alfresco.query.PagingResults listWikiPages(java.lang.String siteShortName,
java.lang.String user,
org.alfresco.query.PagingRequest paging)
WikiPageInfo instances in the repository
for the given site and the specified user.@NotAuditable
org.alfresco.query.PagingResults listWikiPagesByCreated(java.lang.String siteShortName,
java.util.Date from,
java.util.Date to,
org.alfresco.query.PagingRequest paging)
WikiPageInfo instances in the repository
for the given site, created in the specified date range@NotAuditable
org.alfresco.query.PagingResults listWikiPagesByModified(java.lang.String siteShortName,
java.util.Date from,
java.util.Date to,
org.alfresco.query.PagingRequest paging)
WikiPageInfo instances in the repository
for the given site, modified in the specified date rangeCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.