Package com.webmethods.portal.bizPolicy.biz

BizPolicy groups all of the Portal's high level business logic APIs together into sets of related functions.

See:
          Description

Interface Summary
IBizPolicyManager IBizPolicyManager manages all the registered IBizPolicys.
IBizPolicyNames Names of common business policies that can be passed in to IBizPolicyManager.getBizPolicy(java.lang.String) to retrieve the appropriate BizPolicy interface.
 

Package com.webmethods.portal.bizPolicy.biz Description

BizPolicy groups all of the Portal's high level business logic APIs together into sets of related functions. BizPolicies are made up of two components: IBizPolicy and ICommand. Commands provide the implementation of various business logic operations. BizPolicies are groups of Commands relating to a specific type of functionality. IBizPolicy provides the interfaces necessary to invoke the appropriate Commands.