Uses of Interface
com.evolveum.midpoint.schema.processor.ResourceSchema
-
Packages that use ResourceSchema Package Description com.evolveum.midpoint.common.refinery com.evolveum.midpoint.schema.processor com.evolveum.midpoint.schema.util -
-
Uses of ResourceSchema in com.evolveum.midpoint.common.refinery
Subinterfaces of ResourceSchema in com.evolveum.midpoint.common.refinery Modifier and Type Interface Description interfaceLayerRefinedResourceSchemainterfaceRefinedResourceSchemaClasses in com.evolveum.midpoint.common.refinery that implement ResourceSchema Modifier and Type Class Description classLayerRefinedResourceSchemaImplclassRefinedResourceSchemaImplTODO: this whole class would benefit from more refactoring.Methods in com.evolveum.midpoint.common.refinery that return ResourceSchema Modifier and Type Method Description ResourceSchemaLayerRefinedResourceSchemaImpl. getOriginalResourceSchema()ResourceSchemaRefinedResourceSchema. getOriginalResourceSchema()ResourceSchemaRefinedResourceSchemaImpl. getOriginalResourceSchema()static ResourceSchemaRefinedResourceSchema. getResourceSchema(PrismObject<ResourceType> resource, PrismContext prismContext)static ResourceSchemaRefinedResourceSchemaImpl. getResourceSchema(PrismObject<ResourceType> resource, PrismContext prismContext)Obtains schema for the resource.static ResourceSchemaRefinedResourceSchemaImpl. getResourceSchema(ResourceType resourceType, PrismContext prismContext) -
Uses of ResourceSchema in com.evolveum.midpoint.schema.processor
Subinterfaces of ResourceSchema in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interfaceMutableResourceSchemaClasses in com.evolveum.midpoint.schema.processor that implement ResourceSchema Modifier and Type Class Description classResourceSchemaImpl -
Uses of ResourceSchema in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ResourceSchema Modifier and Type Method Description static voidShadowUtil. applyResourceSchema(PrismObject<? extends ShadowType> shadow, ResourceSchema resourceSchema)This is not supposed to be used in production code! It is just for the tests.static voidResourceTypeUtil. validateSchema(ResourceSchema resourceSchema, PrismObject<ResourceType> resource)
-