public class FolderServlet extends OKMRemoteServiceServlet implements OKMFolderService
WORKSPACE| Constructor and Description |
|---|
FolderServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(String fldPath,
String dstPath) |
GWTFolder |
create(String fldPath,
String fldPathParent) |
void |
delete(String fldPath) |
List<GWTFolder> |
getCategorizedChilds(String fldPath,
Map<String,GWTFilter> mapFilter) |
List<GWTFolder> |
getChilds(String fldPath,
boolean extraColumns,
Map<String,GWTFilter> mapFilter) |
List<GWTFolder> |
getMetadataChilds(String fldPath,
Map<String,GWTFilter> mapFilter) |
GWTFolder |
getProperties(String fldPath) |
List<GWTFolder> |
getThesaurusChilds(String fldPath,
Map<String,GWTFilter> mapFilter) |
Boolean |
isValid(String fldPath) |
void |
move(String fldPath,
String dstPath) |
void |
purge(String fldPath) |
GWTFolder |
rename(String fldId,
String newName) |
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 GWTFolder create(String fldPath, String fldPathParent) throws OKMException
create in interface OKMFolderServiceOKMExceptionpublic void delete(String fldPath) throws OKMException
delete in interface OKMFolderServiceOKMExceptionpublic List<GWTFolder> getCategorizedChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
getCategorizedChilds in interface OKMFolderServiceOKMExceptionpublic List<GWTFolder> getThesaurusChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
getThesaurusChilds in interface OKMFolderServiceOKMExceptionpublic List<GWTFolder> getMetadataChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
getMetadataChilds in interface OKMFolderServiceOKMExceptionpublic List<GWTFolder> getChilds(String fldPath, boolean extraColumns, Map<String,GWTFilter> mapFilter) throws OKMException
getChilds in interface OKMFolderServiceOKMExceptionpublic GWTFolder rename(String fldId, String newName) throws OKMException
rename in interface OKMFolderServiceOKMExceptionpublic void move(String fldPath, String dstPath) throws OKMException
move in interface OKMFolderServiceOKMExceptionpublic void purge(String fldPath) throws OKMException
purge in interface OKMFolderServiceOKMExceptionpublic GWTFolder getProperties(String fldPath) throws OKMException
getProperties in interface OKMFolderServiceOKMExceptionpublic void copy(String fldPath, String dstPath) throws OKMException
copy in interface OKMFolderServiceOKMExceptionpublic Boolean isValid(String fldPath) throws OKMException
isValid in interface OKMFolderServiceOKMExceptionCopyright © 2018 Open Knowledge Management System S.L.. All rights reserved.