Uses of Interface
com.evolveum.midpoint.schema.processor.BareResourceSchema
Packages that use BareResourceSchema
Package
Description
-
Uses of BareResourceSchema in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return BareResourceSchemaModifier and TypeMethodDescription@Nullable BareResourceSchema
ModelService.fetchSchema
(@NotNull PrismObject<ResourceType> resource, @NotNull OperationResult parentResult) Method work the same asProvisioningService.fetchSchema(PrismObject, OperationResult)
. -
Uses of BareResourceSchema in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return BareResourceSchemaModifier and TypeMethodDescription@Nullable BareResourceSchema
ModelController.fetchSchema
(@NotNull PrismObject<ResourceType> resource, @NotNull OperationResult result) -
Uses of BareResourceSchema in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return BareResourceSchemaModifier and TypeMethodDescription@Nullable BareResourceSchema
ProvisioningService.fetchSchema
(@NotNull PrismObject<ResourceType> resource, @NotNull OperationResult parentResult) The operation fetches the resource schema using the connector configuration from provided resource object. -
Uses of BareResourceSchema in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement BareResourceSchemaMethods in com.evolveum.midpoint.schema.processor that return BareResourceSchemaModifier and TypeMethodDescriptionstatic BareResourceSchema
ResourceSchemaFactory.getBareSchema
(@NotNull PrismObject<ResourceType> resource) static BareResourceSchema
ResourceSchemaFactory.getBareSchema
(@NotNull ResourceType resource) static BareResourceSchema
ResourceSchemaFactory.nativeToBare
(@Nullable NativeResourceSchema nativeResourceSchema) static @NotNull BareResourceSchema
ResourceSchemaFactory.parseNativeSchemaAsBare
(@NotNull Document sourceXsdDocument) static @NotNull BareResourceSchema
ResourceSchemaFactory.parseNativeSchemaAsBare
(@NotNull Element sourceXsdElement)