Uses of Interface
com.evolveum.midpoint.prism.schema.SchemaDescription
-
Packages that use SchemaDescription Package Description com.evolveum.midpoint.prism.impl.schema com.evolveum.midpoint.prism.schema -
-
Uses of SchemaDescription in com.evolveum.midpoint.prism.impl.schema
Classes in com.evolveum.midpoint.prism.impl.schema that implement SchemaDescription Modifier and Type Class Description class
SchemaDescriptionImpl
Schema (prism or non-prism) with additional information.Methods in com.evolveum.midpoint.prism.impl.schema that return SchemaDescription Modifier and Type Method Description SchemaDescription
SchemaRegistryImpl. findSchemaDescriptionByNamespace(String namespaceURI)
SchemaDescription
SchemaRegistryImpl. findSchemaDescriptionByPrefix(String prefix)
Methods in com.evolveum.midpoint.prism.impl.schema that return types with arguments of type SchemaDescription Modifier and Type Method Description org.apache.commons.collections4.MultiValuedMap<String,SchemaDescription>
SchemaRegistryImpl. getParsedSchemas()
Collection<SchemaDescription>
SchemaRegistryImpl. getSchemaDescriptions()
-
Uses of SchemaDescription in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema that return SchemaDescription Modifier and Type Method Description SchemaDescription
SchemaRegistry. findSchemaDescriptionByNamespace(String namespaceURI)
SchemaDescription
SchemaRegistry. findSchemaDescriptionByPrefix(String prefix)
Methods in com.evolveum.midpoint.prism.schema that return types with arguments of type SchemaDescription Modifier and Type Method Description Collection<SchemaDescription>
SchemaRegistry. getSchemaDescriptions()
-