Interface IBizPolicyManager

All Superinterfaces:
IComponent, IComponentProvider, IInitializable, IURIResolver

public interface IBizPolicyManager extends IComponentProvider

IBizPolicyManager manages all the registered IBizPolicys. This includes lifetime events (installation, uninstallation) as well as access to the IBizPolicys.

The IBizPolicyManager extends IThingComponentProvider and therefore stores all of the metadata about which policies are available, registered, enabled, etc in the database as instances of ComponentData stored in a system folder.

In order to access an IBizPolicy use one of the getBizPolicy(java.lang.String) APIs.