| |
|
| org.sakaiproject.citation.api.ConfigurationService
All known Subclasses: org.sakaiproject.citation.impl.BaseConfigurationService,
ConfigurationService | public interface ConfigurationService (Code) | | Repository OSID configuration
|
getConfigurationXml | public String getConfigurationXml() throws OsidConfigurationException(Code) | | Fetch the appropriate XML configuration document for this user
Configuration XML (eg file:///tomcat-home/sakai/config.xml) |
getDatabaseHierarchyXml | public String getDatabaseHierarchyXml() throws OsidConfigurationException(Code) | | Fetch the appropriate XML database hierarchy document for this user
Hierarchy XML (eg file:///tomcat-home/sakai/database.xml) |
getSiteConfigGoogleBaseUrl | public String getSiteConfigGoogleBaseUrl()(Code) | | Fetch the Google base-URL
the URL |
getSiteConfigMetasearchBaseUrl | public String getSiteConfigMetasearchBaseUrl()(Code) | | Fetch the meta-search base-URL
the base URL |
getSiteConfigMetasearchPassword | public String getSiteConfigMetasearchPassword()(Code) | | Fetch the meta-search password
the username |
getSiteConfigMetasearchUsername | public String getSiteConfigMetasearchUsername()(Code) | | Fetch the meta-search username
the username |
getSiteConfigOpenUrlLabel | public String getSiteConfigOpenUrlLabel()(Code) | | Fetch the OpenURL label
the label text |
getSiteConfigOpenUrlResolverAddress | public String getSiteConfigOpenUrlResolverAddress()(Code) | | Fetch the OpenURL resolver address
the address (domain name or IP) |
getSiteConfigOsidPackageName | public String getSiteConfigOsidPackageName()(Code) | | Fetch the site specific Repository OSID package name
Repository Package (eg org.sakaibrary.osid.repository.xserver) |
getSiteConfigSakaiServerKey | public String getSiteConfigSakaiServerKey()(Code) | | Fetch the Sakai server key
the key text |
isAllowSiteBySiteOverride | public boolean isAllowSiteBySiteOverride()(Code) | | Is site by site Citations Helper enabled?
true if so |
isCitationsEnabledByDefault | public boolean isCitationsEnabledByDefault()(Code) | | Is Citations Helper by default enabled?
true if so |
isConfigurationXmlAvailable | public boolean isConfigurationXmlAvailable()(Code) | | Is the configuration XML file provided and readable
true If the XML file is provided and readable, false otherwise |
isDatabaseHierarchyXmlAvailable | public boolean isDatabaseHierarchyXmlAvailable()(Code) | | Is the database hierarchy XML file provided and readable
true If the XML file is provided and readable, false otherwise |
isGoogleScholarEnabled | public boolean isGoogleScholarEnabled()(Code) | | Is Google search enabled?
true if so |
isLibrarySearchEnabled | public boolean isLibrarySearchEnabled()(Code) | | Is library search enabled?
true if so |
setAllowSiteBySiteOverride | public void setAllowSiteBySiteOverride(boolean state)(Code) | | Enable/disable site by site Citations Helper override
Parameters: state - true to enable site by site Citations Helper |
setCitationsEnabledByDefault | public void setCitationsEnabledByDefault(boolean state)(Code) | | Enable/disable Citations Helper by default
Parameters: state - true to set default 'On' |
setGoogleScholarEnabled | public void setGoogleScholarEnabled(boolean state)(Code) | | Enable/disable Google support
Parameters: state - true to enable Google support |
setLibrarySearchEnabled | public void setLibrarySearchEnabled(boolean state)(Code) | | Enable/disable library search support
Parameters: state - true to enable support |
|
|
|