public interface IContentManager extends IComponentProvider
ATTR_APP_NAME, ATTR_BEG_QUERY, ATTR_END_QUERY, ATTR_MID_QUERY, BIZPOLICY_MANAGER, CACHE_PROVIDER, COMMAND_PROVIDER, COMPONENTS_QUERY, INSTALL_PROVIDER, MECH_PROVIDER, METACONTEXT_PROVIDER, PHASE_PROVIDER, POLICY_PROVIDER, SEARCH_PROVIDER
Modifier and Type | Method and Description |
---|---|
IContentService |
acquireService(IURI uri)
Acquires the service for the specified content uri.
|
IURI |
acquireURI(String uri)
Acquires a uri for the specified string.
|
void |
changeServiceName(String oldName,
String newName)
Update the service name.
|
void |
loadServiceFromSystem(String serviceName)
Loads the content service configuration from the database and registers it with the provider
|
void |
removeService(String serviceName)
Remove a content service
|
void |
updateContentService(IThingID serviceID,
Element configElem)
Content service needs to have its registration info updated
|
exists, getComponent, getComponent, getComponent, getComponentQueryString, getComponents, getDefaultComponent, getLogger, initDeferredWebAppComponents, lookup, registerComponent, reloadComponent, reloadComponent, unregisterComponent, upgradeComponentDataFromBootstrapComponentData
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
init, shutdown
acquireURI
IURI acquireURI(String uri)
acquireURI
in interface IURIResolver
uri
- the String version of the uriIURI
IContentService acquireService(IURI uri)
void loadServiceFromSystem(String serviceName) throws PortalException
serviceName
- the name of the content servicePortalException
void removeService(String serviceName) throws PortalException
serviceName
- the name of the service to removePortalException
void changeServiceName(String oldName, String newName) throws PortalException
oldName
- the old service namenewName
- the new service namePortalException
void updateContentService(IThingID serviceID, Element configElem) throws PortalException
PortalException