Class AssignmentEvaluationOpNode
- java.lang.Object
-
- com.evolveum.midpoint.schema.traces.OpNode
-
- com.evolveum.midpoint.schema.traces.operations.AssignmentEvaluationOpNode
-
public class AssignmentEvaluationOpNode extends OpNode
-
-
Constructor Summary
Constructors Constructor Description AssignmentEvaluationOpNode(PrismContext prismContext, OperationResultType result, OpResultInfo info, OpNode parent, TraceInfo traceInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignmentType
getAssignment()
String
getAssignmentInfo()
String
getModeInfo()
AssignmentEvaluationTraceType
getTrace()
void
resolveReferenceTargetNames(OpNodeTreeBuilder.NameResolver nameResolver)
-
Methods inherited from class com.evolveum.midpoint.schema.traces.OpNode
applyOptions, applyVisualizationInstructions, dump, getAssignmentEvaluationsCount, getChildren, getChildren, getChildrenStream, getClickNumber, getClockworkState, getContext, getContextToView, getCountColumns, getCounts, getDataSelection, getExecutionWave, getFirstTrace, getFocusName, getGenericVisualization, getImportanceSymbol, getInvocationId, getKind, getLabel, getLogEntriesCount, getMappingsCount, getMilliseconds, getMillisecondsFormatted, getNodesDownwards, getObjectsToView, getOperationNameFormatted, getOperationQualified, getOverhead, getOverhead2, getParameter, getParent, getPerformance, getPerformanceByCategory, getPresentation, getProjectionWave, getResult, getResultComment, getResultComment, getReturn, getStart, getTimeColumns, getTimes, getToolTip, getTrace, getTraceDownwards, getTraceDownwards, getTraceInfo, getTraceNames, getTraceUpwards, getType, getVisibleChildren, getVisualizationInstruction, isDisabled, isShowDurationAfter, isShowDurationBefore, isShowInvocationId, isVisible, postProcess, postProcessRecursive, processContext, setDisabled, setPresentation, setVisible, showTotals, toString
-
-
-
-
Constructor Detail
-
AssignmentEvaluationOpNode
public AssignmentEvaluationOpNode(PrismContext prismContext, OperationResultType result, OpResultInfo info, OpNode parent, TraceInfo traceInfo)
-
-
Method Detail
-
getTrace
public AssignmentEvaluationTraceType getTrace()
-
getAssignment
public AssignmentType getAssignment()
-
getAssignmentInfo
public String getAssignmentInfo()
-
resolveReferenceTargetNames
public void resolveReferenceTargetNames(OpNodeTreeBuilder.NameResolver nameResolver)
- Overrides:
resolveReferenceTargetNames
in classOpNode
-
getModeInfo
public String getModeInfo()
-
-