Package com.webmethods.portal.mech
Interface IMechanicsResolver
- All Superinterfaces:
IComponent
,IInitializable
,ISystemHandler
Assists the mechanics manager in aquiring the mechanics for a particular
resource managed by the service associated with this resolver.
-
Method Summary
Modifier and TypeMethodDescriptiongetMechanics
(IURI id, Map<String, ? extends Object> mechanicsMap) Resolves the mechanics type for the specified uri.Resolves the mechanics type for the specified uri.getMechanicsByType
(String typeName, Map<String, ? extends Object> mechanicsMap) Resolves the mechanics type for the specified 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
-
getMechanics
Resolves the mechanics type for the specified uri.- Throws:
PortalException
-
getMechanics
IMechanics getMechanics(String type, IURI id, Map<String, ? extends Object> mechanicsMap) throws PortalExceptionResolves the mechanics type for the specified uri.- Throws:
PortalException
-
getMechanicsByType
IMechanics getMechanicsByType(String typeName, Map<String, ? extends Object> mechanicsMap) throws PortalExceptionResolves the mechanics type for the specified type.- Throws:
PortalException
-