Uses of Class
com.evolveum.midpoint.schema.traces.OpType
-
Packages that use OpType Package Description com.evolveum.midpoint.schema.traces -
-
Uses of OpType in com.evolveum.midpoint.schema.traces
Methods in com.evolveum.midpoint.schema.traces that return OpType Modifier and Type Method Description static OpTypeOpType. determine(OperationResultType operation)OpTypeOpNode. getType()OpTypeOpResultInfo. getType()static OpTypeOpType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpType[]OpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.schema.traces that return types with arguments of type OpType Modifier and Type Method Description Set<OpType>ViewOptions. getShowOperationTypes()Set<OpType>Options. getTypesToShow()Methods in com.evolveum.midpoint.schema.traces with parameters of type OpType Modifier and Type Method Description voidOpResultInfo. setType(OpType type)voidViewOptions. show(OpType... types)
-