public class AsyncSettingsInterface extends Object
| Constructor and Description |
|---|
AsyncSettingsInterface(SettingsInterface syncService,
ExecutorService executorService) |
public AsyncSettingsInterface(SettingsInterface syncService, ExecutorService executorService)
public void getEmailSenderAddress(AsyncSettingsInterface.GetEmailSenderAddressCallback callback)
public void getProtocolBuffersPort(AsyncSettingsInterface.GetProtocolBuffersPortCallback callback)
public void getServerSettings(AsyncSettingsInterface.GetServerSettingsCallback callback)
public void getServiceRepositoryUrl(AsyncSettingsInterface.GetServiceRepositoryUrlCallback callback)
public void getSiteAddress(AsyncSettingsInterface.GetSiteAddressCallback callback)
public void getSmtpServer(AsyncSettingsInterface.GetSmtpServerCallback callback)
public void isAllowSelfRegistration(AsyncSettingsInterface.IsAllowSelfRegistrationCallback callback)
public void isAllowUsersToCreateTopLevelProjects(AsyncSettingsInterface.IsAllowUsersToCreateTopLevelProjectsCallback callback)
public void isCacheOutputFiles(AsyncSettingsInterface.IsCacheOutputFilesCallback callback)
public void isCheckinMergingEnabled(AsyncSettingsInterface.IsCheckinMergingEnabledCallback callback)
public void isGenerateGeometryOnCheckin(AsyncSettingsInterface.IsGenerateGeometryOnCheckinCallback callback)
public void isHideUserListForNonAdmin(AsyncSettingsInterface.IsHideUserListForNonAdminCallback callback)
public void isSendConfirmationEmailAfterRegistration(AsyncSettingsInterface.IsSendConfirmationEmailAfterRegistrationCallback callback)
public void setAllowSelfRegistration(Boolean allowSelfRegistration, AsyncSettingsInterface.SetAllowSelfRegistrationCallback callback)
public void setAllowUsersToCreateTopLevelProjects(Boolean allowUsersToCreateTopLevelProjects, AsyncSettingsInterface.SetAllowUsersToCreateTopLevelProjectsCallback callback)
public void setCacheOutputFiles(Boolean cacheOutputFiles, AsyncSettingsInterface.SetCacheOutputFilesCallback callback)
public void setCheckinMergingEnabled(Boolean checkinMergingEnabled, AsyncSettingsInterface.SetCheckinMergingEnabledCallback callback)
public void setEmailSenderAddress(String emailSenderAddress, AsyncSettingsInterface.SetEmailSenderAddressCallback callback)
public void setGenerateGeometryOnCheckin(Boolean generateGeometryOnCheckin, AsyncSettingsInterface.SetGenerateGeometryOnCheckinCallback callback)
public void setHideUserListForNonAdmin(Boolean hideUserListForNonAdmin, AsyncSettingsInterface.SetHideUserListForNonAdminCallback callback)
public void setProtocolBuffersPort(Integer port, AsyncSettingsInterface.SetProtocolBuffersPortCallback callback)
public void setSendConfirmationEmailAfterRegistration(Boolean sendConfirmationEmailAfterRegistration, AsyncSettingsInterface.SetSendConfirmationEmailAfterRegistrationCallback callback)
public void setServerSettings(SServerSettings serverSettings, AsyncSettingsInterface.SetServerSettingsCallback callback)
public void setServiceRepositoryUrl(String url, AsyncSettingsInterface.SetServiceRepositoryUrlCallback callback)
public void setSiteAddress(String siteAddress, AsyncSettingsInterface.SetSiteAddressCallback callback)
public void setSmtpServer(String smtpServer, AsyncSettingsInterface.SetSmtpServerCallback callback)
public void setWhiteListedDomains(List<String> domains, AsyncSettingsInterface.SetWhiteListedDomainsCallback callback)
Copyright © 2016 OpenSource BIM. All rights reserved.