public class WikiServlet extends OKMRemoteServiceServlet implements OKMWikiService
WORKSPACE| Constructor and Description |
|---|
WikiServlet() |
| Modifier and Type | Method and Description |
|---|---|
GWTWikiPage |
createNewWikiPage(GWTWikiPage wikiPage) |
void |
deleteWikiPage(GWTWikiPage wikiPage) |
List<GWTWikiPage> |
findAllByTitle(String title) |
List<GWTWikiPage> |
findAllHistoricByTitle(String title) |
List<String> |
findAllLatestByTitleFiltered(String filter) |
GWTWikiPage |
findLatestByNode(String uuid) |
GWTWikiPage |
findLatestByTitle(String title) |
void |
lock(GWTWikiPage wikiPage) |
GWTWikiPage |
restoreWikiPage(GWTWikiPage wikiPage) |
void |
unlock(GWTWikiPage wikiPage) |
GWTWikiPage |
updateWikiPage(GWTWikiPage wikiPage) |
doGetSerializationPolicy, getLanguage, getUserWorkspaceSession, init, saveUserWorkspaceSession, setLanguage, updateSessionManagercheckPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic GWTWikiPage findLatestByNode(String uuid) throws OKMException
findLatestByNode in interface OKMWikiServiceOKMExceptionpublic GWTWikiPage findLatestByTitle(String title) throws OKMException
findLatestByTitle in interface OKMWikiServiceOKMExceptionpublic GWTWikiPage createNewWikiPage(GWTWikiPage wikiPage) throws OKMException
createNewWikiPage in interface OKMWikiServiceOKMExceptionpublic GWTWikiPage updateWikiPage(GWTWikiPage wikiPage) throws OKMException
updateWikiPage in interface OKMWikiServiceOKMExceptionpublic GWTWikiPage restoreWikiPage(GWTWikiPage wikiPage) throws OKMException
restoreWikiPage in interface OKMWikiServiceOKMExceptionpublic List<GWTWikiPage> findAllByTitle(String title) throws OKMException
findAllByTitle in interface OKMWikiServiceOKMExceptionpublic void deleteWikiPage(GWTWikiPage wikiPage) throws OKMException
deleteWikiPage in interface OKMWikiServiceOKMExceptionpublic void lock(GWTWikiPage wikiPage) throws OKMException
lock in interface OKMWikiServiceOKMExceptionpublic void unlock(GWTWikiPage wikiPage) throws OKMException
unlock in interface OKMWikiServiceOKMExceptionpublic List<String> findAllLatestByTitleFiltered(String filter) throws OKMException
findAllLatestByTitleFiltered in interface OKMWikiServiceOKMExceptionpublic List<GWTWikiPage> findAllHistoricByTitle(String title) throws OKMException
findAllHistoricByTitle in interface OKMWikiServiceOKMExceptionCopyright © 2017 Open Knowledge Management System S.L.. All rights reserved.