Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationKindType
Packages that use OperationKindType
Package
Description
-
Uses of OperationKindType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that return OperationKindTypeMethods in com.evolveum.midpoint.schema.result with parameters of type OperationKindTypeModifier and TypeMethodDescriptionOperationResult.operationKind(OperationKindType value) OperationResultBuilder.operationKind(OperationKindType kind) -
Uses of OperationKindType in com.evolveum.midpoint.schema.traces
Methods in com.evolveum.midpoint.schema.traces that return OperationKindTypeMethods in com.evolveum.midpoint.schema.traces that return types with arguments of type OperationKindType -
Uses of OperationKindType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as OperationKindTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return OperationKindTypeModifier and TypeMethodDescriptionstatic OperationKindTypeInternalOperationRecordType.getOperationKind()OperationResultType.getOperationKind()static OperationKindTypeReturns the enum constant of this class with the specified name.static OperationKindType[]OperationKindType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type OperationKindTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type OperationKindTypeModifier and TypeMethodDescriptionInternalOperationRecordType.operationKind(OperationKindType value) OperationResultType.operationKind(OperationKindType value) TraceSelectorType.operationKind(OperationKindType value) voidInternalOperationRecordType.setOperationKind(OperationKindType value) voidOperationResultType.setOperationKind(OperationKindType value)