public class DocumentServlet extends OKMRemoteServiceServlet implements OKMDocumentService
WORKSPACE| Constructor and Description | 
|---|
DocumentServlet()  | 
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 List<GWTDocument> getChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
getChilds in interface OKMDocumentServiceOKMExceptionpublic List<GWTVersion> getVersionHistory(String docPath) throws OKMException
getVersionHistory in interface OKMDocumentServiceOKMExceptionpublic void delete(String docPath) throws OKMException
delete in interface OKMDocumentServiceOKMExceptionpublic void checkout(String docPath) throws OKMException
checkout in interface OKMDocumentServiceOKMExceptionpublic void cancelCheckout(String docPath) throws OKMException
cancelCheckout in interface OKMDocumentServiceOKMExceptionpublic void lock(String docPath) throws OKMException
lock in interface OKMDocumentServiceOKMExceptionpublic void unlock(String docPath) throws OKMException
unlock in interface OKMDocumentServiceOKMExceptionpublic GWTDocument rename(String docPath, String newName) throws OKMException
rename in interface OKMDocumentServiceOKMExceptionpublic void move(String docPath, String destPath) throws OKMException
move in interface OKMDocumentServiceOKMExceptionpublic void purge(String docPath) throws OKMException
purge in interface OKMDocumentServiceOKMExceptionpublic void restoreVersion(String docPath, String versionId) throws OKMException
restoreVersion in interface OKMDocumentServiceOKMExceptionpublic GWTDocument get(String docPath) throws OKMException
get in interface OKMDocumentServiceOKMExceptionpublic void copy(String docPath, String fldPath) throws OKMException
copy in interface OKMDocumentServiceOKMExceptionpublic Boolean isValid(String docPath) throws OKMException
isValid in interface OKMDocumentServiceOKMExceptionpublic Long getVersionHistorySize(String docPath) throws OKMException
getVersionHistorySize in interface OKMDocumentServiceOKMExceptionpublic void purgeVersionHistory(String docPath) throws OKMException
purgeVersionHistory in interface OKMDocumentServiceOKMExceptionpublic void forceUnlock(String docPath) throws OKMException
forceUnlock in interface OKMDocumentServiceOKMExceptionpublic void forceCancelCheckout(String docPath) throws OKMException
forceCancelCheckout in interface OKMDocumentServiceOKMExceptionpublic GWTDocument createFromTemplate(String tplPath, String destinationPath, List<GWTFormElement> formProperties, Map<String,List<Map<String,String>>> tableProperties) throws OKMException
createFromTemplate in interface OKMDocumentServiceOKMExceptionpublic String updateFromTemplate(String tplPath, String destinationPath, List<GWTFormElement> formProperties, Map<String,List<Map<String,String>>> tableProperties) throws OKMException
updateFromTemplate in interface OKMDocumentServiceOKMExceptionpublic String convertToPdf(String docPath) throws OKMException
convertToPdf in interface OKMDocumentServiceOKMExceptionpublic void mergePdf(String docName, List<String> paths) throws OKMException
mergePdf in interface OKMDocumentServiceOKMExceptionpublic List<GWTDocument> getAllTemplates() throws OKMException
getAllTemplates in interface OKMDocumentServiceOKMExceptionpublic void createFromTemplate(String docPath, String fldPath, String name, GWTExtendedAttributes attributes) throws OKMException
createFromTemplate in interface OKMDocumentServiceOKMExceptionCopyright © 2016. All rights reserved.