Class MetricsUtil
java.lang.Object
org.operaton.bpm.engine.impl.metrics.util.MetricsUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringresolveInternalName(String publicName) Resolves the internal name of the metric by the public name.static StringresolvePublicName(String internalName) Resolves the public name of the metric by the internal name.
-
Method Details
-
resolveInternalName
Resolves the internal name of the metric by the public name.- Parameters:
publicName- the public name- Returns:
- the internal name
-
resolvePublicName
Resolves the public name of the metric by the internal name.- Parameters:
internalName- the internal name- Returns:
- the public name
-