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.RestConfiguration
RestConfiguration.getOrganization()
public void setOrganization(String organization)
setOrganization
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.setOrganization(java.lang.String)
public String getRestCredentials()
getRestCredentials
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.getRestCredentials()
public void setRestCredentials(String restCredentials)
setRestCredentials
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.setRestCredentials(java.lang.String)
public String getRestDomain()
getRestDomain
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.getRestDomain()
public void setRestDomain(String restDomain)
setRestDomain
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.setRestDomain(java.lang.String)
public String getRestUrl()
getRestUrl
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.getRestUrl()
public void setRestUrl(String restUrl)
setRestUrl
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.setRestUrl(java.lang.String)
public long getCacheInterval()
getCacheInterval
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.getCacheInterval()
public void setCacheInterval(long cacheInterval)
setCacheInterval
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.setCacheInterval(long)
public String getRestUrlInDomain()
getRestUrlInDomain
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.getRestUrlInDomain()
public String getRestCorpusUrl()
getRestCorpusUrl
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.getRestCorpusUrl()
public String getCorpusDocument()
getCorpusDocument
in interface org.sakaiproject.api.app.help.RestConfiguration
RestConfiguration.getCorpusDocument()
Copyright © 2003-2016 Sakai Foundation. All Rights Reserved.