public static interface IGovernanceMetricPublisher.IUpdateEntityMetricsContext
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEntity()
Returns the governance entity that the metrics represent.
|
IGovernanceMetricPublisher.IEntityStatistics |
getStatistics()
Returns the statistics for the entity.
|
void |
setIsUpdated(boolean val)
Sets flag indicating if entity has been updated.
|
java.lang.Object getEntity()
IGovernanceMetricPublisher.IEntityStatistics getStatistics()
void setIsUpdated(boolean val)
val
- Flag indicating if entity is updated.