Class RepositoryOpNode
java.lang.Object
com.evolveum.midpoint.schema.traces.OpNode
com.evolveum.midpoint.schema.traces.RepositoryOpNode
- Direct Known Subclasses:
- RepositoryCacheOpNode
General repository op (raw/cached, read/update, ...).
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionRepositoryOpNode(PrismContext prismContext, OperationResultType result, OpResultInfo info, OpNode parent, TraceInfo traceInfo) 
- 
Method SummaryModifier and TypeMethodDescriptiongetTrace()Returns 1. true if the get/search operation is read-only; 2. false if it's not; 3. null if the flag is not applicable or not available.Methods inherited from class com.evolveum.midpoint.schema.traces.OpNodeapplyOptions, 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, resolveReferenceTargetNames, setDisabled, setPresentation, setVisible, showTotals, toString
- 
Constructor Details- 
RepositoryOpNodepublic RepositoryOpNode(PrismContext prismContext, OperationResultType result, OpResultInfo info, OpNode parent, TraceInfo traceInfo) 
 
- 
- 
Method Details- 
getTrace
- 
isReadOnlyReturns 1. true if the get/search operation is read-only; 2. false if it's not; 3. null if the flag is not applicable or not available.
 
-