@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
OKMException
void delete(String fldPath) throws OKMException
OKMException
GWTFolder create(String fldId, String fldIdParent) throws OKMException
OKMException
GWTFolder rename(String fldId, String newName) throws OKMException
OKMException
void move(String fldPath, String dstPath) throws OKMException
OKMException
void purge(String fldPath) throws OKMException
OKMException
GWTFolder getProperties(String fldPath) throws OKMException
OKMException
void copy(String fldPath, String dstPath) throws OKMException
OKMException
Boolean isValid(String fldPath) throws OKMException
OKMException
List<GWTFolder> getCategorizedChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
OKMException
List<GWTFolder> getMetadataChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
OKMException
List<GWTFolder> getThesaurusChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
OKMException
Copyright © 2016. All rights reserved.