Uses of Interface
com.evolveum.midpoint.schema.processor.NativeResourceSchema
Packages that use NativeResourceSchema
-
Uses of NativeResourceSchema in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement NativeResourceSchemaMethods in com.evolveum.midpoint.schema.processor that return NativeResourceSchemaModifier and TypeMethodDescription@NotNull NativeResourceSchemaNativeResourceSchema.clone()@NotNull NativeResourceSchemaResourceSchema.getNativeSchema()static NativeResourceSchemaResourceSchemaFactory.getNativeSchema(@NotNull PrismObject<ResourceType> resource) Obtains "raw" schema for the resource, i.e. the one without `schemaHandling` and similar configuration.static NativeResourceSchemaResourceSchemaFactory.getNativeSchema(@NotNull ResourceType resource) @NotNull NativeResourceSchemaResourceSchemaImpl.getNativeSchema()static NativeResourceSchemaResourceSchemaFactory.getNativeSchemaRequired(PrismObject<ResourceType> resource) static NativeResourceSchemaResourceSchemaFactory.getNativeSchemaRequired(ResourceType resource) @NotNull NativeResourceSchemaNativeResourceSchema.NativeResourceSchemaBuilder.getObjectBuilt()@NotNull NativeResourceSchemaNativeResourceSchemaImpl.getObjectBuilt()static @NotNull NativeResourceSchemaResourceSchemaFactory.parseNativeSchema(@NotNull Element sourceXsdElement, String description) Methods in com.evolveum.midpoint.schema.processor with parameters of type NativeResourceSchemaModifier and TypeMethodDescriptionstatic booleanNativeResourceSchema.isNotEmpty(NativeResourceSchema schema) static booleanNativeResourceSchema.isNullOrEmpty(NativeResourceSchema schema) static BareResourceSchemaResourceSchemaFactory.nativeToBare(@Nullable NativeResourceSchema nativeResourceSchema) static CompleteResourceSchemaResourceSchemaFactory.parseCompleteSchema(@NotNull ResourceType resource, NativeResourceSchema nativeSchema) Parses the complete schema from the provided raw schema plus definitions in the resource.