Interface ITopicSpacePolicy
- All Superinterfaces:
IAliasPolicy
,IBizPolicy
,IComponent
,IInitializable
,ISystemHandler
ITopicSpacePolicy extends the IAliasPolicy
as is responsible for managing a unique type of alias dubbed:
'topicSpace's
Topic space aliases are aliases that link one portal resource to another via aliases. For example: Using the topic Space portlet, i can set an alias on a specific portal resource (the help topic for instance), and the value of that resource will be a workspace. Whenever a user browses to that topic, they will be redirected to the workspace.
ITopicSpacePolicy doesn't expose any new methods, but should always be used when setting portal resource's uris
as the key to an alias. Otherwise use IAliasPolicy
.
-
Method Summary
Methods inherited from interface com.webmethods.portal.bizPolicy.biz.alias.IAliasPolicy
createAlias, lookupAlias, removeAlias
Methods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown