Class TraceUtil
java.lang.Object
com.evolveum.midpoint.schema.traces.TraceUtil
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionasStringList(List<jakarta.xml.bind.JAXBElement<?>> elements) static Stringdump(jakarta.xml.bind.JAXBElement<?> jaxb) static StringgetContext(OperationResultType opResult, String name) static StringgetParameter(OperationResultType opResult, String name) getParametersAsStringList(OperationResultType opResult, String name) static @NotNull StringgetReturn(OperationResultType opResult, String name) getReturnsAsStringList(OperationResultType opResult, String name) static <T> TgetTrace(OperationResultType result, Class<T> aClass) static List<jakarta.xml.bind.JAXBElement<?>>selectByKey(ParamsType params, String key)  
- 
Constructor Details
- 
TraceUtil
public TraceUtil() 
 - 
 - 
Method Details
- 
getTrace
 - 
getContext
 - 
getParameter
 - 
selectByKey
 - 
getReturn
 - 
getReturnsAsStringList
@NotNull public static @NotNull List<String> getReturnsAsStringList(OperationResultType opResult, String name)  - 
getParametersAsStringList
@NotNull public static @NotNull List<String> getParametersAsStringList(OperationResultType opResult, String name)  - 
asStringList
 - 
dump
 
 -