Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationKindType
-
Packages that use OperationKindType Package Description com.evolveum.midpoint.schema.result com.evolveum.midpoint.schema.traces com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of OperationKindType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that return OperationKindType Modifier and Type Method Description OperationKindTypeOperationResult. getOperationKind()Methods in com.evolveum.midpoint.schema.result with parameters of type OperationKindType Modifier and Type Method Description OperationResultOperationResult. operationKind(OperationKindType value)OperationResultBuilderOperationResultBuilder. operationKind(OperationKindType kind) -
Uses of OperationKindType in com.evolveum.midpoint.schema.traces
Methods in com.evolveum.midpoint.schema.traces that return OperationKindType Modifier and Type Method Description OperationKindTypeOpNode. getKind()OperationKindTypeOpResultInfo. getKind()OperationKindTypeOpType. getKind()Methods in com.evolveum.midpoint.schema.traces that return types with arguments of type OperationKindType Modifier and Type Method Description Set<OperationKindType>Options. getKindsToShow() -
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 OperationKindType Modifier and Type Field Description protected OperationKindTypeOperationResultType. operationKindMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return OperationKindType Modifier and Type Method Description static OperationKindTypeOperationKindType. fromValue(String v)OperationKindTypeInternalOperationRecordType. getOperationKind()OperationKindTypeOperationResultType. getOperationKind()Gets the value of the operationKind property.static OperationKindTypeOperationKindType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationKindType[]OperationKindType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type OperationKindType Modifier and Type Method Description List<OperationKindType>TraceSelectorType. createOperationKindList()List<OperationKindType>TraceSelectorType. getOperationKind()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type OperationKindType Modifier and Type Method Description InternalOperationRecordTypeInternalOperationRecordType. operationKind(OperationKindType value)OperationResultTypeOperationResultType. operationKind(OperationKindType value)TraceSelectorTypeTraceSelectorType. operationKind(OperationKindType value)voidInternalOperationRecordType. setOperationKind(OperationKindType value)voidOperationResultType. setOperationKind(OperationKindType value)Sets the value of the operationKind property.
-