Interface IBizPolicyResolver
- All Superinterfaces:
IComponent
,IInitializable
,ISystemHandler
Assists the biz policy manager in aquiring the biz policy for a particular
resource managed by the service associated with this resolver.
-
Method Summary
Modifier and TypeMethodDescriptiongetBizPolicy
(IURI id, Map<String, ? extends IComponent> currentBizPolicies) Resolves the biz policy for the specified uri.getBizPolicyByType
(String typeName, Map<String, ? extends IComponent> bizpolicyMap) Resolves the biz policy 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
-
getBizPolicy
IBizPolicy getBizPolicy(IURI id, Map<String, ? extends IComponent> currentBizPolicies) throws BizExceptionResolves the biz policy for the specified uri.- Throws:
BizException
-
getBizPolicyByType
IBizPolicy getBizPolicyByType(String typeName, Map<String, ? extends IComponent> bizpolicyMap) throws BizExceptionResolves the biz policy for the specified type.- Throws:
BizException
-