Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.RelationDefinitionType
-
-
Uses of RelationDefinitionType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return types with arguments of type RelationDefinitionType Modifier and Type Method Description List<RelationDefinitionType>
ModelInteractionService. getRelationDefinitions()
-
Uses of RelationDefinitionType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return RelationDefinitionType Modifier and Type Method Description @Nullable RelationDefinitionType
RelationRegistry. getRelationDefinition(QName relation)
Returns a relation definition for a specified relation name.Methods in com.evolveum.midpoint.schema that return types with arguments of type RelationDefinitionType Modifier and Type Method Description List<RelationDefinitionType>
RelationRegistry. getRelationDefinitions()
Returns all relation definitions: explicitly specified as well as built-in ones. -
Uses of RelationDefinitionType in com.evolveum.midpoint.schema.relation
Methods in com.evolveum.midpoint.schema.relation that return RelationDefinitionType Modifier and Type Method Description RelationDefinitionType
RelationRegistryImpl. getRelationDefinition(QName relation)
Methods in com.evolveum.midpoint.schema.relation that return types with arguments of type RelationDefinitionType Modifier and Type Method Description List<RelationDefinitionType>
RelationRegistryImpl. getRelationDefinitions()
-
Uses of RelationDefinitionType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return RelationDefinitionType Modifier and Type Method Description static RelationDefinitionType
ObjectTypeUtil. findRelationDefinition(List<RelationDefinitionType> relationDefinitions, QName qname)
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type RelationDefinitionType Modifier and Type Method Description static RelationDefinitionType
ObjectTypeUtil. findRelationDefinition(List<RelationDefinitionType> relationDefinitions, QName qname)
-
Uses of RelationDefinitionType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type RelationDefinitionType Modifier and Type Field Description static Producer<RelationDefinitionType>
RelationDefinitionType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type RelationDefinitionType Modifier and Type Method Description List<RelationDefinitionType>
RelationsDefinitionType. createRelationList()
List<RelationDefinitionType>
RelationsDefinitionType. getRelation()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type RelationDefinitionType Modifier and Type Method Description RelationsDefinitionType
RelationsDefinitionType. relation(RelationDefinitionType value)
-