Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.RelationKindType
Packages that use RelationKindType
Package
Description
-
Uses of RelationKindType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type RelationKindTypeModifier and TypeMethodDescriptionstatic @Nullable QName
RelationUtil.getDefaultRelationFor
(RelationKindType kind) static @NotNull QName
RelationUtil.getDefaultRelationOrFail
(RelationKindType kind) static boolean
RelationUtil.isOfKind
(QName relation, RelationKindType kind) -
Uses of RelationKindType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema with parameters of type RelationKindTypeModifier and TypeMethodDescription@NotNull Collection<QName>
RelationRegistry.getAllRelationsFor
(RelationKindType kind) Returns all relations of a given kind.@Nullable QName
RelationRegistry.getDefaultRelationFor
(RelationKindType kind) Returns the default relation for a given kind.boolean
RelationRegistry.isOfKind
(QName relation, RelationKindType kind) Returns true if the relation is of specified kind. -
Uses of RelationKindType in com.evolveum.midpoint.schema.constants
Methods in com.evolveum.midpoint.schema.constants that return RelationKindTypeMethods in com.evolveum.midpoint.schema.constants that return types with arguments of type RelationKindType -
Uses of RelationKindType in com.evolveum.midpoint.schema.relation
Methods in com.evolveum.midpoint.schema.relation with parameters of type RelationKindTypeModifier and TypeMethodDescription@NotNull Collection<QName>
RelationRegistryImpl.getAllRelationsFor
(RelationKindType kind) RelationRegistryImpl.getDefaultRelationFor
(RelationKindType kind) boolean
RelationRegistryImpl.isOfKind
(QName relation, RelationKindType kind) -
Uses of RelationKindType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type RelationKindTypeModifier and TypeMethodDescriptionstatic List<PrismReferenceValue>
ObjectQueryUtil.createReferences
(String oid, RelationKindType kind, RelationRegistry relationRegistry) static List<PrismReferenceValue>
ObjectQueryUtil.createReferences
(Collection<String> oids, RelationKindType kind, RelationRegistry relationRegistry) -
Uses of RelationKindType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return RelationKindTypeModifier and TypeMethodDescriptionstatic RelationKindType
RelationDefinitionType.getDefaultFor()
static RelationKindType
Returns the enum constant of this class with the specified name.static RelationKindType[]
RelationKindType.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 RelationKindTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type RelationKindTypeModifier and TypeMethodDescriptionRelationDefinitionType.defaultFor
(RelationKindType value) RelationDefinitionType.kind
(RelationKindType value) void
RelationDefinitionType.setDefaultFor
(RelationKindType value)