Interface GovernanceFactory<E,F extends Enum<F>>

Type Parameters:
E - Extension interface type for the ManagedObject instances to be under this Governance.
F - Flow keys for the Governance.
All Known Implementing Classes:
ClassGovernanceFactory, ReflectiveGovernanceBuilder

public interface GovernanceFactory<E,F extends Enum<F>>
Factory for the creation of the Governance.
Author:
Daniel Sagenschneider