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<ShadowAttributeDefinition>
WebPrismUtil.searchAttributeDefinitions
(ResourceSchema schema, ResourceObjectTypeDefinitionType objectType) -
Uses of ResourceSchema in com.evolveum.midpoint.gui.impl.factory.panel.itempath
Methods in com.evolveum.midpoint.gui.impl.factory.panel.itempath with parameters of type ResourceSchemaModifier and TypeMethodDescriptionprotected List<DisplayableValue<ItemPathType>>
AssociationAttributeMappingItemPathPanelFactory.getAttributes
(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) protected List<DisplayableValue<ItemPathType>>
AssociationReferenceMappingItemPathPanelFactory.getAttributes
(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) protected List<DisplayableValue<ItemPathType>>
AttributeMappingItemPathPanelFactory.getAttributes
(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) -
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 TypeMethodDescriptionstatic ResourceSchema
ResourceDetailsModel.getResourceSchema
(PrismObjectWrapper<ResourceType> objectWrapper, PageAdminLTE pageBase) -
Uses of ResourceSchema in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic
Constructors in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic with parameters of type ResourceSchemaModifierConstructorDescriptionAssociationDefinitionWrapper
(PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType> value, ResourceSchema resourceSchema) AssociationDefinitionWrapper
(ResourceObjectDefinition subject, ShadowReferenceAttributeDefinition refAttrDef, ResourceSchema resourceSchema) -
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) Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ResourceSchemaModifier and TypeMethodDescriptionstatic ShadowAssociationDefinition
AssociationChildWrapperUtil.getShadowAssociationDefinition
(ResourceSchema schema, PrismValueWrapper propertyWrapper) -
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.schema.processor
Subinterfaces of ResourceSchema in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterface
A resource schema that is certain to contain no refinements.interface
Resource schema that is complete with regards to the resource definition, i.e., it contains the full `schemaHandling`, including refined object types and object classes, and all the resource-level definitions, e.g., for shadow caching.Classes in com.evolveum.midpoint.schema.processor that implement ResourceSchemaModifier and TypeClassDescriptionclass
class
class
Direct implementation ofResourceSchema
interface.Methods 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 @NotNull ResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(PrismObject<ResourceType> resource, LayerType layer) static @NotNull ResourceSchema
ResourceSchemaFactory.getCompleteSchemaRequired
(ResourceType resource, LayerType layer) Methods in com.evolveum.midpoint.schema.processor with parameters of type ResourceSchemaModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectDefinition
ResourceSchemaUtil.addOwnAuxiliaryObjectClasses
(@NotNull ResourceObjectDefinition objectDefinition, @NotNull ResourceSchema resourceSchema) NativelyProvidedShadowReferenceTypeDefinition.create
(@NotNull NativeReferenceTypeDefinition nativeRefTypeDef, @NotNull ResourceSchema schema) static ResourceObjectDefinition
ResourceSchemaUtil.findObjectDefinitionPrecisely
(@NotNull ResourceSchema resourceSchema, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName, Object errorCtx) static @NotNull ResourceObjectTypeDefinition
ResourceSchemaTestUtil.findObjectTypeDefinitionRequired
(@NotNull ResourceSchema schema, @NotNull ShadowKindType kind, @Nullable String intent) Returns object _type_ definition for given kind and intent. -
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()
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.