Package com.openkm.sdk4j.definition
Interface BaseNotification
-
- All Known Implementing Classes:
NotificationImpl
public interface BaseNotificationBaseNotification- Author:
- sochoa
-
-
Method Detail
-
notify
void notify(List<String> uuids, List<String> users, List<String> roles, List<String> mails, String message, boolean attachment) throws WebserviceException, AccessDeniedException, RepositoryException, LockException, PathNotFoundException, DatabaseException, UnknownException, VersionException, PromotedAsRecordLockException
Notify.- Parameters:
uuids- the uuidsusers- the usersroles- the rolesmails- the mailsmessage- the messageattachment- the attachment- Throws:
WebserviceException- the webservice exceptionAccessDeniedException- the access denied exceptionRepositoryException- the repository exceptionLockException- the lock exceptionPathNotFoundException- the path not found exceptionDatabaseException- the database exceptionUnknownException- the unknown exceptionVersionException- the version exceptionPromotedAsRecordLockException- the promoted as record lock exception
-
-