Interface ManagedObjectGovernanceConfiguration
-
public interface ManagedObjectGovernanceConfiguration
Configuration ofGovernance
of theManagedObject
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getGovernanceName()
Obtains the name of theGovernance
.
-
-
-
Method Detail
-
getGovernanceName
java.lang.String getGovernanceName()
Obtains the name of theGovernance
.- Returns:
- Name of the
Governance
.
-
-