Interface GovernanceSourceSpecification
-
public interface GovernanceSourceSpecificationSpecification of aGovernanceSource. This is different to theGovernanceSourceMetaDataas it specifies how to configure theGovernanceSourceto then obtain itsGovernanceSourcebased on the configuration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GovernanceSourceProperty[]getProperties()Obtains the specification of the properties for theGovernanceSource.
-
-
-
Method Detail
-
getProperties
GovernanceSourceProperty[] getProperties()
Obtains the specification of the properties for theGovernanceSource.- Returns:
- Property specification.
-
-