Interface GovernanceSourceSpecification
-
public interface GovernanceSourceSpecification
Specification of aGovernanceSource
. This is different to theGovernanceSourceMetaData
as it specifies how to configure theGovernanceSource
to then obtain itsGovernanceSource
based 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.
-
-