Class ActionsExecutedInformation
- java.lang.Object
-
- com.evolveum.midpoint.schema.statistics.ActionsExecutedInformation
-
public class ActionsExecutedInformation extends Object
- Author:
- Pavol Mederly
-
-
Constructor Summary
Constructors Constructor Description ActionsExecutedInformation()
ActionsExecutedInformation(ActionsExecutedInformationType value)
-
Method Summary
-
-
-
Constructor Detail
-
ActionsExecutedInformation
public ActionsExecutedInformation(ActionsExecutedInformationType value)
-
ActionsExecutedInformation
public ActionsExecutedInformation()
-
-
Method Detail
-
getStartValue
public ActionsExecutedInformationType getStartValue()
-
getDeltaValue
public ActionsExecutedInformationType getDeltaValue()
-
getAggregatedValue
public ActionsExecutedInformationType getAggregatedValue()
-
addTo
public static void addTo(ActionsExecutedInformationType sum, @Nullable ActionsExecutedInformationType delta)
-
addTo
public static void addTo(List<ObjectActionsExecutedEntryType> sumEntries, List<ObjectActionsExecutedEntryType> deltaEntries)
-
recordObjectActionExecuted
public void recordObjectActionExecuted(String objectName, String objectDisplayName, QName objectType, String objectOid, ChangeType changeType, String channel, Throwable exception)
-
addAction
protected void addAction(com.evolveum.midpoint.schema.statistics.ActionsExecutedInformation.ObjectActionExecuted action)
-
addEntry
protected void addEntry(Map<ActionsExecutedObjectsKey,ObjectActionsExecutedEntryType> target, com.evolveum.midpoint.schema.statistics.ActionsExecutedInformation.ObjectActionExecuted a)
-
markObjectActionExecutedBoundary
public void markObjectActionExecutedBoundary()
-
format
public static String format(ActionsExecutedInformationType information)
-
-