@RemoteServiceRelativePath(value="Folder")
public interface OKMFolderService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description | 
|---|---|
| void | copy(String fldPath,
    String dstPath) | 
| GWTFolder | create(String fldId,
      String fldIdParent) | 
| void | delete(String fldPath) | 
| List<GWTFolder> | getCategorizedChilds(String fldPath,
                    Map<String,GWTFilter> mapFilter) | 
| List<GWTFolder> | getChilds(String fldId,
         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) | 
List<GWTFolder> getChilds(String fldId, boolean extraColumns, Map<String,GWTFilter> mapFilter) throws OKMException
OKMExceptionvoid delete(String fldPath) throws OKMException
OKMExceptionGWTFolder create(String fldId, String fldIdParent) throws OKMException
OKMExceptionGWTFolder rename(String fldId, String newName) throws OKMException
OKMExceptionvoid move(String fldPath, String dstPath) throws OKMException
OKMExceptionvoid purge(String fldPath) throws OKMException
OKMExceptionGWTFolder getProperties(String fldPath) throws OKMException
OKMExceptionvoid copy(String fldPath, String dstPath) throws OKMException
OKMExceptionBoolean isValid(String fldPath) throws OKMException
OKMExceptionList<GWTFolder> getCategorizedChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
OKMExceptionList<GWTFolder> getMetadataChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
OKMExceptionList<GWTFolder> getThesaurusChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
OKMExceptionCopyright © 2015. All Rights Reserved.