Uses of Interface
com.evolveum.midpoint.prism.schema.PrismSchema
Packages that use PrismSchema
Package
Description
-
Uses of PrismSchema in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismSchema -
Uses of PrismSchema in com.evolveum.midpoint.prism.impl.schema
Classes in com.evolveum.midpoint.prism.impl.schema that implement PrismSchemaModifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.schema.PrismSchemaImpl
-
Uses of PrismSchema in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema that return PrismSchemaModifier and TypeMethodDescriptionSchemaFactory.createPrismSchema
(@NotNull String namespace) SchemaRegistryState.findSchemaByCompileTimeClass
(@NotNull Class<?> compileTimeClass) SchemaRegistryState.findSchemaByNamespace
(String namespaceURI) SchemaRegistryState.getPrismSchema
(String namespace) Methods in com.evolveum.midpoint.prism.schema that return types with arguments of type PrismSchemaMethods in com.evolveum.midpoint.prism.schema with parameters of type PrismSchemaModifier and TypeMethodDescriptionstatic ComplexTypeDefinition
PrismSchemaBuildingUtil.addNewComplexTypeDefinition
(@NotNull PrismSchema schema, @NotNull String localTypeName) Creates and adds a newComplexTypeDefinition
.static PrismContainerDefinition<?>
PrismSchemaBuildingUtil.addNewContainerDefinition
(@NotNull PrismSchema schema, @NotNull String localItemName, @NotNull String localTypeName) Creates a new top-levelPrismContainerDefinition
and adds it to the schema.static PrismPropertyDefinition<?>
PrismSchemaBuildingUtil.addNewPropertyDefinition
(PrismSchema schema, String localItemName, QName typeName) Creates a top-level property definition and adds it to the schema. -
Uses of PrismSchema in com.evolveum.midpoint.schema.processor
Subinterfaces of PrismSchema in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterface
A resource schema that is certain to contain no refinements.interface
Resource schema that is complete with regards to the resource definition, i.e., it contains the full `schemaHandling`, including refined object types and object classes, and all the resource-level definitions, e.g., for shadow caching.interface
The schema for connector configuration.interface
A schema covering the whole resource.Classes in com.evolveum.midpoint.schema.processor that implement PrismSchemaModifier and TypeClassDescriptionclass
class
class
class
Direct implementation ofResourceSchema
interface.