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 ResourceSchema
ResourceDetailsModel.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 ResourceSchema
ProvisioningObjectsUtil.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 ResourceSchema
ModelService.fetchSchema
(@NotNull PrismObject<ResourceType> resource, @NotNull OperationResult parentResult) Method work same asProvisioningService.fetchSchema(PrismObject, OperationResult)
. -
Uses of ResourceSchema in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return ResourceSchemaModifier and TypeMethodDescription@Nullable ResourceSchema
ModelController.fetchSchema
(@NotNull PrismObject<ResourceType> resource, @NotNull OperationResult result) -
Uses of ResourceSchema in com.evolveum.midpoint.model.impl.dataModel
Methods in com.evolveum.midpoint.model.impl.dataModel that return ResourceSchema -
Uses of ResourceSchema in com.evolveum.midpoint.model.impl.dataModel.model
Methods in com.evolveum.midpoint.model.impl.dataModel.model that return ResourceSchemaConstructors in com.evolveum.midpoint.model.impl.dataModel.model with parameters of type ResourceSchemaModifierConstructorDescriptionResourceDataItem
(@NotNull DataModel ctx, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent, ResourceSchema refinedResourceSchema, ResourceObjectTypeDefinition refinedDefinition, @NotNull ItemPath itemPath) -
Uses of ResourceSchema in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return ResourceSchema -
Uses of ResourceSchema in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return ResourceSchemaModifier and TypeMethodDescription@Nullable ResourceSchema
ProvisioningService.fetchSchema
(@NotNull PrismObject<ResourceType> resource, @NotNull OperationResult parentResult) The operation try fetch schema by connector configuration from resource object. -
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 ResourceSchema
ResourceSchemaFactory.getCompleteSchema
(@NotNull PrismObject<ResourceType> resource) Obtains refined schema for the resource.static ResourceSchema
ResourceSchemaFactory.getCompleteSchema
(@NotNull ResourceType resource) static ResourceSchema
ResourceSchemaFactory.getCompleteSchema
(PrismObject<ResourceType> resource, LayerType layer) Returned schema is immutable.static ResourceSchema
ResourceSchemaFactory.getCompleteSchema
(ResourceType resourceType, LayerType layer) static @NotNull ResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(@NotNull ResourceType resource) We assume that missing schema is a configuration (not schema) problem.static @NotNull ResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(PrismObject<ResourceType> resource, LayerType layer) static @NotNull ResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(ResourceType resource, LayerType layer) static ResourceSchema
ResourceSchemaFactory.getRawSchema
(@NotNull PrismObject<ResourceType> resource) Obtains "raw" schema for the resource, i.e.static ResourceSchema
ResourceSchemaFactory.getRawSchema
(@NotNull ResourceType resource) static ResourceSchema
ResourceSchemaFactory.getRawSchemaRequired
(ResourceType resource) @NotNull ResourceSchema
RefinedResourceSchemaParser.parse()
Creates the refined resource schema.static @NotNull ResourceSchema
static ResourceSchema
ResourceSchemaFactory.parseCompleteSchema
(ResourceType resource) Executes the real parsing.Methods in com.evolveum.midpoint.schema.processor with parameters of type ResourceSchemaModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectDefinition
ResourceSchemaUtil.addOwnAuxiliaryObjectClasses
(@NotNull ResourceObjectDefinition objectDefinition, @NotNull ResourceSchema resourceSchema) static @NotNull ResourceObjectTypeDefinition
ResourceSchemaTestUtil.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 ResourceSchema
Resource.getCompleteSchema()
@NotNull ResourceSchema
Resource.getCompleteSchemaRequired()
@Nullable ResourceSchema
Resource.getRawSchema()
@NotNull ResourceSchema
Resource.getRawSchemaRequired()
Methods in com.evolveum.midpoint.schema.util with parameters of type ResourceSchemaModifier and TypeMethodDescriptionstatic void
ShadowUtil.applyResourceSchema
(PrismObject<? extends ShadowType> shadow, ResourceSchema resourceSchema) This is not supposed to be used in production code! It is just for the tests. -
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 ResourceSchema
ResourceContentPanel.getRefinedSchema()
Deprecated, for removal: This API element is subject to removal in a future version.