|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteRegistryService
Defines CentraSite extensions of the JAXR RegistryService interface.
Method Summary | |
---|---|
void |
clearTypeCache(java.lang.String typeName)
Clear doctype cache for a specific type. |
javax.xml.registry.infomodel.User |
getCaller()
Get the JAXR User object which represents the client that created the current JAXR Connection. |
CentraSiteConnection |
getConnection()
Return the connection that created this registry service. |
java.lang.Object |
getContextVariable(java.lang.Object key)
Retrieve a user-defined value for a given key, where the key/value pair was previously stored by calling setContextVariable. |
java.util.Locale |
getErrorMessageLocale()
Return the error message locale. |
com.centrasite.jaxr.util.GuiConfigurationUtil |
getGUIConfigurationUtil()
Get instance of GUIConfigurationUtil |
ImportArchiveAccessor |
getImportArchiveAccessor()
Get the ImportArchiveAccessor |
CentraSiteObjectCache |
getObjectCache()
Get object cache |
CentraSiteResourceAccessManager |
getResourceAccessManager()
Get the ResourceAccessManager. |
java.util.Collection<CentraSiteLocale> |
getRestrictedLocales()
Get the set of restricted locales. |
CentraSiteRevisionManager |
getRevisionManager()
Get the RevisionManager. |
java.lang.String |
getServerVersion()
Get the version of the CentraSite server. |
CentraSiteTextValidator |
getTextValidator()
Get the TextValidator |
java.util.Locale |
getUserAccountLocale()
For the currently logged in user return the locale that is defined in the user's GUI configuration. |
boolean |
isValidRestrictedLocale(CentraSiteLocale locale)
Return whether the given CentraSite locale is in the set of restricted locales. |
boolean |
isValidRestrictedLocale(java.util.Locale locale)
Return whether the given locale is in the set of restricted locales. |
void |
setContextVariable(java.lang.Object key,
java.lang.Object value)
Pass a user-defined key/value pair for being stored with this CentraSiteRegistryService instance. |
void |
setErrorMessageLocale(java.util.Locale locale)
Set the error message locale. |
void |
setImportArchiveAccessor(ImportArchiveAccessor importArchiveAccessor)
Set the ImportArchiveAccessor |
void |
setResourceAccessManager(CentraSiteResourceAccessManager ram)
Set the ResourceAccessManager. |
void |
setRestrictedLocales(java.util.Collection<CentraSiteLocale> restrictedLocales)
Define the set of restricted locales. |
Methods inherited from interface javax.xml.registry.RegistryService |
---|
getBulkResponse, getBusinessLifeCycleManager, getBusinessQueryManager, getCapabilityProfile, getDeclarativeQueryManager, getDefaultPostalScheme, makeRegistrySpecificRequest |
Method Detail |
---|
javax.xml.registry.infomodel.User getCaller() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void clearTypeCache(java.lang.String typeName)
typeName
- the type to be removed from the cacheCentraSiteConnection getConnection()
CentraSiteObjectCache getObjectCache()
com.centrasite.jaxr.util.GuiConfigurationUtil getGUIConfigurationUtil()
void setResourceAccessManager(CentraSiteResourceAccessManager ram) throws javax.xml.registry.JAXRException
ram
- the ResourceAccessManager
javax.xml.registry.JAXRException
CentraSiteResourceAccessManager getResourceAccessManager() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
CentraSiteRevisionManager getRevisionManager() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setImportArchiveAccessor(ImportArchiveAccessor importArchiveAccessor)
importArchiveAccessor
- ImportArchiveAccessor getImportArchiveAccessor()
java.util.Locale getErrorMessageLocale() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setErrorMessageLocale(java.util.Locale locale) throws javax.xml.registry.JAXRException
locale
- the error message locale
javax.xml.registry.JAXRException
CentraSiteTextValidator getTextValidator() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setRestrictedLocales(java.util.Collection<CentraSiteLocale> restrictedLocales) throws javax.xml.registry.JAXRException
restrictedLocales
- the collection of restricted locales
javax.xml.registry.JAXRException
java.util.Collection<CentraSiteLocale> getRestrictedLocales() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
boolean isValidRestrictedLocale(CentraSiteLocale locale) throws javax.xml.registry.JAXRException
locale
- the locale to be checked
javax.xml.registry.JAXRException
boolean isValidRestrictedLocale(java.util.Locale locale) throws javax.xml.registry.JAXRException
locale
- the locale to be checked
javax.xml.registry.JAXRException
java.lang.String getServerVersion() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
java.util.Locale getUserAccountLocale() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setContextVariable(java.lang.Object key, java.lang.Object value)
key
- the key.vaue
- the value.java.lang.Object getContextVariable(java.lang.Object key)
key
- the key.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |