Uses of Interface
com.evolveum.midpoint.schema.processor.ResourceSchema
Packages that use ResourceSchema
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of ResourceSchema in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ResourceSchemaModifier and TypeMethodDescriptionstatic List<ResourceAttributeDefinition>WebPrismUtil.searchAttributeDefinitions(ResourceSchema schema, ResourceObjectTypeDefinitionType objectType) -
Uses of ResourceSchema in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource that return ResourceSchemaModifier and TypeMethodDescriptionResourceDetailsModel.getRefinedSchema()static ResourceSchemaResourceDetailsModel.getResourceSchema(PrismObjectWrapper<ResourceType> objectWrapper, PageAdminLTE pageBase) -
Uses of ResourceSchema in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return ResourceSchemaModifier and TypeMethodDescriptionConstructionValueWrapper.getRefinedSchema(PrismObject<ResourceType> resource) -
Uses of ResourceSchema in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return ResourceSchemaModifier and TypeMethodDescriptionstatic ResourceSchemaProvisioningObjectsUtil.getRefinedSchema(ResourceType resource, PageBase pageBase) -
Uses of ResourceSchema in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return ResourceSchemaModifier and TypeMethodDescription@Nullable ResourceSchemaModelService.fetchSchema(@NotNull PrismObject<ResourceType> resource, @NotNull OperationResult parentResult) Method work same asProvisioningService.fetchSchema(PrismObject, OperationResult). -
Uses of ResourceSchema in com.evolveum.midpoint.schema.processor
Subinterfaces of ResourceSchema in com.evolveum.midpoint.schema.processorClasses in com.evolveum.midpoint.schema.processor that implement ResourceSchemaMethods in com.evolveum.midpoint.schema.processor that return ResourceSchemaModifier and TypeMethodDescriptionResourceSchema.clone()ResourceSchema.forLayerImmutable(LayerType layer) Returns a representation of the schema for given layer (immutable).ResourceSchemaImpl.forLayerImmutable(@NotNull LayerType layer) static ResourceSchemaResourceSchemaFactory.getCompleteSchema(@NotNull PrismObject<ResourceType> resource) Obtains refined schema for the resource.static ResourceSchemaResourceSchemaFactory.getCompleteSchema(@NotNull ResourceType resource) static ResourceSchemaResourceSchemaFactory.getCompleteSchema(PrismObject<ResourceType> resource, LayerType layer) Returned schema is immutable.static ResourceSchemaResourceSchemaFactory.getCompleteSchema(ResourceType resourceType, LayerType layer) static @NotNull ResourceSchemaResourceSchemaFactory.getCompleteSchemaRequired(@NotNull ResourceType resource) We assume that missing schema is a configuration (not schema) problem.static @NotNull ResourceSchemaResourceSchemaFactory.getCompleteSchemaRequired(PrismObject<ResourceType> resource, LayerType layer) static @NotNull ResourceSchemaResourceSchemaFactory.getCompleteSchemaRequired(ResourceType resource, LayerType layer) static ResourceSchemaResourceSchemaFactory.getRawSchema(@NotNull PrismObject<ResourceType> resource) Obtains "raw" schema for the resource, i.e. the one without `schemaHandling` and similar configuration.static ResourceSchemaResourceSchemaFactory.getRawSchema(@NotNull ResourceType resource) static ResourceSchemaResourceSchemaFactory.getRawSchemaRequired(ResourceType resource) @NotNull ResourceSchemaRefinedResourceSchemaParser.parse()Creates the refined resource schema.static @NotNull ResourceSchemastatic ResourceSchemaResourceSchemaFactory.parseCompleteSchema(ResourceType resource) Executes the real parsing.Methods in com.evolveum.midpoint.schema.processor with parameters of type ResourceSchemaModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectDefinitionResourceSchemaUtil.addOwnAuxiliaryObjectClasses(@NotNull ResourceObjectDefinition objectDefinition, @NotNull ResourceSchema resourceSchema) static @NotNull ResourceObjectTypeDefinitionResourceSchemaTestUtil.findObjectTypeDefinitionRequired(@NotNull ResourceSchema schema, @NotNull ShadowKindType kind, @Nullable String intent) Returns object _type_ definition for given kind and intent.Constructors in com.evolveum.midpoint.schema.processor with parameters of type ResourceSchemaModifierConstructorDescriptionRefinedResourceSchemaParser(@NotNull ResourceType resource, @NotNull ResourceSchema rawResourceSchema) -
Uses of ResourceSchema in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ResourceSchemaModifier and TypeMethodDescription@Nullable ResourceSchemaResource.getCompleteSchema()@NotNull ResourceSchemaResource.getCompleteSchemaRequired()@Nullable ResourceSchemaResource.getRawSchema()@NotNull ResourceSchemaResource.getRawSchemaRequired()Methods in com.evolveum.midpoint.schema.util with parameters of type ResourceSchemaModifier and TypeMethodDescriptionstatic voidShadowUtil.applyResourceSchema(PrismObject<? extends ShadowType> shadow, ResourceSchema resourceSchema) This is not supposed to be used in production code! -
Uses of ResourceSchema in com.evolveum.midpoint.web.page.admin.resources
Methods in com.evolveum.midpoint.web.page.admin.resources that return ResourceSchemaModifier and TypeMethodDescriptionprotected ResourceSchemaResourceContentPanel.getRefinedSchema()Deprecated, for removal: This API element is subject to removal in a future version.