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 interface
LayerRefinedResourceSchema
interface
RefinedResourceSchema
Classes in com.evolveum.midpoint.common.refinery that implement ResourceSchema Modifier and Type Class Description class
LayerRefinedResourceSchemaImpl
class
RefinedResourceSchemaImpl
TODO: this whole class would benefit from more refactoring.Methods in com.evolveum.midpoint.common.refinery that return ResourceSchema Modifier and Type Method Description ResourceSchema
LayerRefinedResourceSchemaImpl. getOriginalResourceSchema()
ResourceSchema
RefinedResourceSchema. getOriginalResourceSchema()
ResourceSchema
RefinedResourceSchemaImpl. getOriginalResourceSchema()
static ResourceSchema
RefinedResourceSchema. getResourceSchema(PrismObject<ResourceType> resource, PrismContext prismContext)
static ResourceSchema
RefinedResourceSchemaImpl. getResourceSchema(PrismObject<ResourceType> resource, PrismContext prismContext)
Obtains schema for the resource.static ResourceSchema
RefinedResourceSchemaImpl. 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 interface
MutableResourceSchema
Classes in com.evolveum.midpoint.schema.processor that implement ResourceSchema Modifier and Type Class Description class
ResourceSchemaImpl
-
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 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.static void
ResourceTypeUtil. validateSchema(ResourceSchema resourceSchema, PrismObject<ResourceType> resource)
-