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 QNameRelationUtil.getDefaultRelationFor(RelationKindType kind) static @NotNull QNameRelationUtil.getDefaultRelationOrFail(RelationKindType kind) static booleanRelationUtil.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 QNameRelationRegistry.getDefaultRelationFor(RelationKindType kind) Returns the default relation for a given kind.booleanRelationRegistry.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) booleanRelationRegistryImpl.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 RelationKindTypeRelationDefinitionType.getDefaultFor()static RelationKindTypeReturns 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) voidRelationDefinitionType.setDefaultFor(RelationKindType value)