Interface ICommandResolver
- All Superinterfaces:
IComponent
,IInitializable
,ISystemHandler
Assists the command manager in aquiring the command for a particular type
of resources managed by the service associated with this resolver.
-
Method Summary
Modifier and TypeMethodDescriptionGets the command for a particular verb and resource id.Gets the mechanics for a particular verb and type.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
-
Method Details
-
getCommand
ICommand getCommand(String verb, String type, Map<String, ICommand> currentCommands) throws BizExceptionGets the mechanics for a particular verb and type.- Parameters:
verb
- an arbitrary verbtype
- describes the type of resource. May be NullcurrentCommands
- the current available commands to choose from- Throws:
BizException
-
getCommand
Gets the command for a particular verb and resource id.- Parameters:
verb
- an arbitrary verbid
- uniquely describes this resource. Cannot be nullcurrentCommands
- the current available commands to choose from- Throws:
BizException
-