public interface SettingsInterface extends PublicInterface
String getEmailSenderAddress() throws ServerException, UserException
ServerExceptionUserExceptionvoid setEmailSenderAddress(String emailSenderAddress) throws ServerException, UserException
emailSenderAddress - The new e-mail address e-mail will be sent fromServerException, - UserExceptionServerExceptionUserExceptionInteger getProtocolBuffersPort() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionvoid setProtocolBuffersPort(Integer port) throws ServerException, UserException
port - Set the port the ProtocolBuffers server runs onServerException, - UserExceptionServerExceptionUserExceptionString getSiteAddress() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionvoid setSiteAddress(String siteAddress) throws ServerException, UserException
siteAddress - The new address the BIMserver is running on (used for links in e-mail for example)ServerException, - UserExceptionServerExceptionUserExceptionString getSmtpServer() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionvoid setSmtpServer(String smtpServer) throws ServerException, UserException
smtpServer - New address of the SMTP server used for sending e-mailsServerException, - UserExceptionServerExceptionUserExceptionBoolean isAllowSelfRegistration() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionvoid setAllowSelfRegistration(Boolean allowSelfRegistration) throws ServerException, UserException
allowSelfRegistration - Change whether self-registration is enabledServerException, - UserExceptionServerExceptionUserExceptionBoolean isHideUserListForNonAdmin() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionvoid setHideUserListForNonAdmin(Boolean hideUserListForNonAdmin) throws ServerException, UserException
hideUserListForNonAdmin - Set whether user lists should be hidden (privacy)ServerException, - UserExceptionServerExceptionUserExceptionBoolean isAllowUsersToCreateTopLevelProjects() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionvoid setAllowUsersToCreateTopLevelProjects(Boolean allowUsersToCreateTopLevelProjects) throws ServerException, UserException
allowUsersToCreateTopLevelProjects - Set if users can create top level projectsServerException, - UserExceptionServerExceptionUserExceptionBoolean isCheckinMergingEnabled() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionvoid setCheckinMergingEnabled(Boolean checkinMergingEnabled) throws ServerException, UserException
checkinMergingEnabled - Set whether the BIMserver should do checkin merging (warning: this wil alter your models)ServerException, - UserExceptionServerExceptionUserExceptionBoolean isSendConfirmationEmailAfterRegistration() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionvoid setSendConfirmationEmailAfterRegistration(Boolean sendConfirmationEmailAfterRegistration) throws ServerException, UserException
sendConfirmationEmailAfterRegistration - Set whether a confirmation e-mail should be send after registrationServerException, - UserExceptionServerExceptionUserExceptionBoolean isCacheOutputFiles() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionBoolean isGenerateGeometryOnCheckin() throws ServerException, UserException
ServerException, - UserExceptionServerExceptionUserExceptionvoid setCacheOutputFiles(Boolean cacheOutputFiles) throws ServerException, UserException
cacheOutputFiles - Set whether output files (serialized version) should be cached on diskServerException, - UserExceptionServerExceptionUserExceptionvoid setGenerateGeometryOnCheckin(Boolean generateGeometryOnCheckin) throws ServerException, UserException
cacheOutputFiles - Set whether output files (serialized version) should be cached on diskServerException, - UserExceptionServerExceptionUserExceptionString getServiceRepositoryUrl() throws ServerException, UserException
ServerExceptionUserExceptionvoid setServiceRepositoryUrl(String url) throws ServerException, UserException
url - A new URL pointing to a server acting as a services repositoryServerExceptionUserExceptionSServerSettings getServerSettings() throws ServerException, UserException
ServerExceptionUserExceptionvoid setServerSettings(SServerSettings serverSettings) throws ServerException, UserException
serverSettings - ServerExceptionUserExceptionvoid setWhiteListedDomains(List<String> domains) throws ServerException, UserException
domains - ServerExceptionUserExceptionCopyright © 2016 OpenSource BIM. All rights reserved.