Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.RelationKindType
-
-
Uses of RelationKindType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema with parameters of type RelationKindType Modifier and Type Method Description @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 RelationKindType Modifier and Type Method Description RelationKindTypeRelationTypes. getDefaultFor()Methods in com.evolveum.midpoint.schema.constants that return types with arguments of type RelationKindType Modifier and Type Method Description @NotNull Collection<RelationKindType>RelationTypes. getKinds() -
Uses of RelationKindType in com.evolveum.midpoint.schema.relation
Methods in com.evolveum.midpoint.schema.relation with parameters of type RelationKindType Modifier and Type Method Description @NotNull Collection<QName>RelationRegistryImpl. getAllRelationsFor(RelationKindType kind)QNameRelationRegistryImpl. 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 RelationKindType Modifier and Type Method Description static 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 RelationKindType Modifier and Type Method Description static RelationKindTypeRelationKindType. fromValue(String v)RelationKindTypeRelationDefinitionType. getDefaultFor()static RelationKindTypeRelationKindType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationKindType[]RelationKindType. 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 RelationKindType Modifier and Type Method Description List<RelationKindType>RelationDefinitionType. createKindList()List<RelationKindType>RelationDefinitionType. getKind()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type RelationKindType Modifier and Type Method Description RelationDefinitionTypeRelationDefinitionType. defaultFor(RelationKindType value)RelationDefinitionTypeRelationDefinitionType. kind(RelationKindType value)voidRelationDefinitionType. setDefaultFor(RelationKindType value)
-