Package com.openkm.sdk4j.definition
Interface BaseUserConfig
- All Known Implementing Classes:
UserConfigImpl
public interface BaseUserConfig
BaseUserConfig
- Author:
- sochoa
-
Method Summary
Modifier and TypeMethodDescriptionGets config.voidSets home.
-
Method Details
-
getConfig
UserConfig getConfig() throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceExceptionGets config.- Returns:
- the config
- Throws:
AccessDeniedException- the access denied exceptionRepositoryException- the repository exceptionDatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-
setHome
void setHome(String uuid) throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException Sets home.- Parameters:
uuid- the uuid- Throws:
AccessDeniedException- the access denied exceptionRepositoryException- the repository exceptionDatabaseException- the database exceptionUnknownException- the unknown exceptionWebserviceException- the webservice exception
-