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 ResourceSchemaResourceDetailsModel.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 ResourceSchemaProvisioningObjectsUtil.getRefinedSchema(ResourceType resource, PageBase pageBase) Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ResourceSchemaModifier and TypeMethodDescriptionstatic ShadowAssociationDefinitionAssociationChildWrapperUtil.getShadowAssociationDefinition(ResourceSchema schema, PrismValueWrapper propertyWrapper) -
Uses of ResourceSchema in com.evolveum.midpoint.schema.processor
Subinterfaces of ResourceSchema in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterfaceA resource schema that is certain to contain no refinements.interfaceResource 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 TypeClassDescriptionclassclassclassDirect implementation ofResourceSchemainterface.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 ResourceSchemaResourceSchemaFactory.getCompleteSchemaRequired(PrismObject<ResourceType> resource, LayerType layer) static @NotNull ResourceSchemaResourceSchemaFactory.getCompleteSchemaRequired(ResourceType resource, LayerType layer) Methods in com.evolveum.midpoint.schema.processor with parameters of type ResourceSchemaModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectDefinitionResourceSchemaUtil.addOwnAuxiliaryObjectClasses(@NotNull ResourceObjectDefinition objectDefinition, @NotNull ResourceSchema resourceSchema) NativelyProvidedShadowReferenceTypeDefinition.create(@NotNull NativeReferenceTypeDefinition nativeRefTypeDef, @NotNull ResourceSchema schema) static ResourceObjectDefinitionResourceSchemaUtil.findObjectDefinitionPrecisely(@NotNull ResourceSchema resourceSchema, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName, Object errorCtx) static @NotNull ResourceObjectTypeDefinitionResourceSchemaTestUtil.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 ResourceSchemaResource.getCompleteSchema()@NotNull ResourceSchemaResource.getCompleteSchemaRequired()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.