Package com.enonic.xp.trace
Interface Trace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidend()DurationgetDuration()InstantgetEndTime()StringgetId()TraceLocationgetLocation()StringgetName()StringgetParentId()InstantgetStartTime()booleaninProgress()voidstart()-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getId
String getId()
-
getParentId
String getParentId()
-
getName
String getName()
-
getLocation
TraceLocation getLocation()
-
getStartTime
Instant getStartTime()
-
getEndTime
Instant getEndTime()
-
inProgress
boolean inProgress()
-
getDuration
Duration getDuration()
-
start
void start()
-
end
void end()
-
-