Package com.openkm.sdk4j.definition
Interface BaseUserConfig
-
- All Known Implementing Classes:
UserConfigImpl
public interface BaseUserConfigBaseUserConfig- Author:
- sochoa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserConfiggetConfig()Gets config.voidsetHome(String uuid)Sets home.
-
-
-
Method Detail
-
getConfig
UserConfig getConfig() throws AccessDeniedException, RepositoryException, DatabaseException, UnknownException, WebserviceException
Gets 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
-
-