@RemoteServiceRelativePath(value="Massive")
public interface OKMMassiveService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
addCategory(List<String> paths,
String category) |
void |
addKeyword(List<String> paths,
String keyword) |
void |
addNote(List<String> paths,
String text) |
void |
addPropertyGroup(List<String> paths,
String grpName) |
void |
copy(List<String> paths,
String fldPath) |
void |
delete(List<String> paths) |
void |
forwardMail(List<String> uuids,
String mails,
String users,
String roles,
String message) |
void |
lock(List<String> paths) |
void |
move(List<String> paths,
String fldPath) |
void |
notify(List<String> uuids,
String mails,
String users,
String roles,
String message,
boolean attachment) |
void |
removeCategory(List<String> paths,
String category) |
void |
removeKeyword(List<String> paths,
String keyword) |
void |
setMixedProperties(List<String> uuidList,
List<GWTFormElement> formProperties,
boolean recursive) |
void |
setProperties(List<String> paths,
String grpName,
List<GWTFormElement> formProperties) |
void |
unlock(List<String> paths) |
void copy(List<String> paths, String fldPath) throws OKMException
OKMExceptionvoid move(List<String> paths, String fldPath) throws OKMException
OKMExceptionvoid delete(List<String> paths) throws OKMException
OKMExceptionvoid addNote(List<String> paths, String text) throws OKMException
OKMExceptionvoid addCategory(List<String> paths, String category) throws OKMException
OKMExceptionvoid removeCategory(List<String> paths, String category) throws OKMException
OKMExceptionvoid addKeyword(List<String> paths, String keyword) throws OKMException
OKMExceptionvoid removeKeyword(List<String> paths, String keyword) throws OKMException
OKMExceptionvoid addPropertyGroup(List<String> paths, String grpName) throws OKMException
OKMExceptionvoid setProperties(List<String> paths, String grpName, List<GWTFormElement> formProperties) throws OKMException
OKMExceptionvoid lock(List<String> paths) throws OKMException
OKMExceptionvoid unlock(List<String> paths) throws OKMException
OKMExceptionvoid notify(List<String> uuids, String mails, String users, String roles, String message, boolean attachment) throws OKMException
OKMExceptionvoid forwardMail(List<String> uuids, String mails, String users, String roles, String message) throws OKMException
OKMExceptionvoid setMixedProperties(List<String> uuidList, List<GWTFormElement> formProperties, boolean recursive) throws OKMException
OKMExceptionCopyright © 2016. All rights reserved.