public class RestConfigurationImpl extends Object implements org.sakaiproject.api.app.help.RestConfiguration
| Constructor and Description |
|---|
RestConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCacheInterval() |
String |
getCorpusDocument() |
String |
getOrganization() |
String |
getResourceNameFromCorpusDoc(String xml) |
String |
getRestCorpusUrl() |
String |
getRestCredentials() |
String |
getRestDomain() |
String |
getRestUrl() |
String |
getRestUrlInDomain() |
void |
setCacheInterval(long cacheInterval) |
void |
setOrganization(String organization) |
void |
setRestCredentials(String restCredentials) |
void |
setRestDomain(String restDomain) |
void |
setRestUrl(String restUrl) |
public String getOrganization()
getOrganization in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.getOrganization()public void setOrganization(String organization)
setOrganization in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.setOrganization(java.lang.String)public String getRestCredentials()
getRestCredentials in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.getRestCredentials()public void setRestCredentials(String restCredentials)
setRestCredentials in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.setRestCredentials(java.lang.String)public String getRestDomain()
getRestDomain in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.getRestDomain()public void setRestDomain(String restDomain)
setRestDomain in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.setRestDomain(java.lang.String)public String getRestUrl()
getRestUrl in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.getRestUrl()public void setRestUrl(String restUrl)
setRestUrl in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.setRestUrl(java.lang.String)public long getCacheInterval()
getCacheInterval in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.getCacheInterval()public void setCacheInterval(long cacheInterval)
setCacheInterval in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.setCacheInterval(long)public String getRestUrlInDomain()
getRestUrlInDomain in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.getRestUrlInDomain()public String getRestCorpusUrl()
getRestCorpusUrl in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.getRestCorpusUrl()public String getCorpusDocument()
getCorpusDocument in interface org.sakaiproject.api.app.help.RestConfigurationRestConfiguration.getCorpusDocument()Copyright © 2003-2014 Sakai Foundation. All Rights Reserved.