Interface GovernanceSourceSpecification
public interface GovernanceSourceSpecification
Specification of a
GovernanceSource. This is different to the
GovernanceSourceMetaData as it specifies how to configure the
GovernanceSource to then obtain its
GovernanceSource based on the configuration.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the specification of the properties for theGovernanceSource.
-
Method Details
-
getProperties
GovernanceSourceProperty[] getProperties()Obtains the specification of the properties for theGovernanceSource.- Returns:
- Property specification.
-