Uses of Class
com.evolveum.midpoint.util.exception.SchemaException
Packages that use SchemaException
Package
Description
The package that contains Wicket models (implementations of IModel
interface) and other model-related utilities.
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
This package is experimental and will be moved to prism project shortly.
Supports merging of (usually) configuration beans.
Provides all the necessary support for evaluating selectors and their clauses, i.e. for calling methods:
-
ValueSelector.matches(PrismValue, MatchingContext)
- ValueSelector.toFilter(FilteringContext)
I.e., contains the evaluation context objects and all their components.Defines value selectors and their clauses.
Copyright (c) 2010-2019 Evolveum and contributors
This work is dual-licensed under the Apache License 2.0
and European Union Public License.
-
Uses of SchemaException in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that throw SchemaExceptionModifier and TypeMethodDescriptionstatic voidLoggingConfigurationManager.configure(@Nullable LoggingConfigurationType updatedConfiguration, String updatedVersion, MidpointConfiguration midpointConfiguration, OperationResult parentResult) static ItemDelta<?,?> SynchronizationUtils.createFullSynchronizationTimestampDelta(ShadowType oldShadow, XMLGregorianCalendar timestamp) SynchronizationUtils.createSynchronizationSituationAndDescriptionDelta(ShadowType shadow, SynchronizationSituationType situation, String sourceChannel, boolean full, XMLGregorianCalendar timestamp) Creates situation, description, and timestamp deltas.static ItemDelta<?,?> SynchronizationUtils.createSynchronizationSituationDelta(ShadowType shadow, SynchronizationSituationType situation) static @NotNull ItemDelta<?,?> SynchronizationUtils.createSynchronizationSituationDescriptionDelta(ShadowType shadow, SynchronizationSituationType situation, XMLGregorianCalendar timestamp, String sourceChannel, boolean full) Creates delta for `synchronizationSituationDescription` (adding new, removing obsolete if present).static ItemDelta<?,?> SynchronizationUtils.createSynchronizationTimestampDelta(ShadowType oldShadow, XMLGregorianCalendar timestamp) static ItemDefinition<?>StaticExpressionUtil.deriveOutputDefinitionFromValueElements(QName elementName, Collection<jakarta.xml.bind.JAXBElement<?>> valueElements, String contextDescription) static ObjectStaticExpressionUtil.getStaticOutput(ExpressionType expressionBean, PrismPropertyDefinition<?> outputDefinition, String contextDescription, ExpressionReturnMultiplicityType preferredMultiplicity) Returns either Object (if result is supposed to be single-value) or Collection(if result is supposed to be multi-value) static <IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> StaticExpressionUtil.parseValueElements(Collection<?> valueElements, ID outputDefinition, String contextDescription) StaticExpressionUtil.parseValueElements(Collection<?> valueElements, String contextDescription) Parses value elements without definitions into raw values - this allows further conversion.static <IV extends PrismValue,ID extends ItemDefinition<?>>
List<jakarta.xml.bind.JAXBElement<RawType>>StaticExpressionUtil.serializeValueElements(Item<IV, ID> item) -
Uses of SchemaException in com.evolveum.midpoint.gui.api.factory.wrapper
Methods in com.evolveum.midpoint.gui.api.factory.wrapper that throw SchemaExceptionModifier and TypeMethodDescriptionPrismObjectWrapperFactory.createObjectWrapper(PrismObject<O> object, ItemStatus status, WrapperContext context) ItemWrapperFactory.createValueWrapper(IW parent, PV value, ValueStatus status, WrapperContext context) ItemWrapperFactory.createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) ItemWrapperFactory.createWrapper(PrismContainerValueWrapper<?> parent, Item childContainer, ItemStatus status, WrapperContext context) booleanWrapperContext.isProcessMetadataFor(ItemWrapper<?, ?> wrapper) voidPrismObjectWrapperFactory.updateWrapper(PrismObjectWrapper<O> wrapper, WrapperContext context) -
Uses of SchemaException in com.evolveum.midpoint.gui.api.model
Methods in com.evolveum.midpoint.gui.api.model that throw SchemaException -
Uses of SchemaException in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that throw SchemaExceptionModifier and TypeMethodDescription<O extends ObjectType,T extends ObjectType>
voidPageBase.authorize(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, OperationResult result) <ID extends ItemDefinition,IW extends ItemWrapper>
IWPageAdminLTE.createItemWrapper(ID def, PrismContainerValueWrapper<?> parent, WrapperContext ctx) <I extends Item,IW extends ItemWrapper>
IWPageAdminLTE.createItemWrapper(I item, ItemStatus status, WrapperContext ctx) <I extends Item,IW extends ItemWrapper>
IWPageAdminLTE.createItemWrapper(I item, PrismContainerValueWrapper<?> parent, ItemStatus status, WrapperContext ctx) <IW extends ItemWrapper,VW extends PrismValueWrapper, PV extends PrismValue>
VWPageAdminLTE.createValueWrapper(IW parentWrapper, PV newValue, ValueStatus status, WrapperContext context) <IW extends ItemWrapper>
org.apache.wicket.markup.html.panel.PanelPageAdminLTE.initItemPanel(String panelId, QName typeName, org.apache.wicket.model.IModel<IW> wrapperModel, ItemPanelSettings itemPanelSettings) booleanPageAdminLTE.isAuthorized(String operationUrl) <O extends ObjectType,T extends ObjectType>
booleanPageAdminLTE.isAuthorized(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target) -
Uses of SchemaException in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that throw SchemaExceptionModifier and TypeMethodDescription<PV extends PrismValue>
voidItemWrapper.add(PV newValueWrapper, ModelServiceLocator locator) <D extends ItemDelta<PrismValue,? extends ItemDefinition>>
voidPrismValueWrapper.addToDelta(D delta) <ID extends ItemDelta>
voidPrismContainerValueWrapper.applyDelta(ID delta) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerValueWrapper.findContainer(ItemPath path) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerWrapper.findContainer(ItemPath path) <T extends Containerable>
PrismContainerValueWrapper<T>PrismContainerValueWrapper.findContainerValue(ItemPath path) <T extends Containerable>
PrismContainerValueWrapper<T>PrismContainerWrapper.findContainerValue(ItemPath path) <IW extends ItemWrapper>
IW<IW extends ItemWrapper>
IW<IW extends ItemWrapper>
IW<X> PrismPropertyWrapper<X>PrismContainerValueWrapper.findProperty(ItemPath propertyPath) <X> PrismPropertyWrapper<X>PrismContainerWrapper.findProperty(ItemPath propertyPath) <R extends Referencable>
PrismReferenceWrapper<R>PrismContainerValueWrapper.findReference(ItemPath path) <R extends Referencable>
PrismReferenceWrapper<R>PrismContainerWrapper.findReference(ItemPath path) PrismContainerValueWrapper.getChildContainers()PrismContainerValueWrapper.getContainerValueApplyDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ItemWrapper.getDelta()Collection<ItemDelta<?,?>> PrismContainerValueWrapper.getDeltas()ItemWrapper.getValue()PrismContainerValueWrapper.getValueToAdd()voidItemWrapper.remove(VW valueWrapper, ModelServiceLocator locator) voidItemWrapper.removeAll(ModelServiceLocator locator) -
Uses of SchemaException in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that throw SchemaExceptionModifier and TypeMethodDescriptionstatic @NotNull List<VisualizationDto>WebComponentUtil.computeChangesCategorizationList(com.evolveum.midpoint.wf.api.ChangesByState changesByState, ObjectReferenceType objectRef, ModelInteractionService modelInteractionService, PrismContext prismContext, com.evolveum.midpoint.task.api.Task opTask, OperationResult thisOpResult) <I extends Item,IW extends ItemWrapper>
IWModelServiceLocator.createItemWrapper(I item, ItemStatus status, WrapperContext ctx) static <IW extends ItemWrapper,PV extends PrismValue, VW extends PrismValueWrapper>
VWWebPrismUtil.createNewValueWrapper(IW itemWrapper, PV newValue, ModelServiceLocator modelServiceLocator) static <IW extends ItemWrapper,PV extends PrismValue, VW extends PrismValueWrapper>
VWWebPrismUtil.createNewValueWrapper(IW itemWrapper, PV newValue, ModelServiceLocator modelServiceLocator, WrapperContext wrapperContext) static <IW extends ItemWrapper,PV extends PrismValue, VW extends PrismValueWrapper>
VWWebPrismUtil.createNewValueWrapper(IW itemWrapper, PV newValue, ValueStatus status, ModelServiceLocator modelServiceLocator) static <IW extends ItemWrapper,PV extends PrismValue, VW extends PrismValueWrapper>
VWWebPrismUtil.createNewValueWrapper(IW itemWrapper, PV newValue, ValueStatus status, ModelServiceLocator modelServiceLocator, WrapperContext context) <IW extends ItemWrapper,VW extends PrismValueWrapper, PV extends PrismValue>
VWModelServiceLocator.createValueWrapper(IW parentWrapper, PV newValue, ValueStatus status, WrapperContext context) static voidWebComponentUtil.revive(LoadableModel<?> loadableModel, PrismContext prismContext) static voidWebComponentUtil.reviveObject(Object object, PrismContext prismContext) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.component.button
Methods in com.evolveum.midpoint.gui.impl.component.button that throw SchemaExceptionModifier and TypeMethodDescriptionprotected ActivityDefinitionTypeReloadableButton.createActivityDefinition() -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.component.data.column
Methods in com.evolveum.midpoint.gui.impl.component.data.column that throw SchemaExceptionModifier and TypeMethodDescriptionprotected <V> Collection<V>ConfigurableExpressionColumn.evaluate(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected <V> Collection<V>ReportExpressionColumn.evaluate(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that throw SchemaExceptionModifier and TypeMethodDescriptionprotected PrismContainerValueWrapper<C>ContainerListDataProvider.createWrapper(C object, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected PrismContainerValueWrapper<AssignmentType>RepoAssignmentListProvider.createWrapper(AssignmentType object, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that throw SchemaExceptionModifier and TypeMethodDescription<T> ObjectQueryAdvancedQueryWrapper.createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap) <T> ObjectQueryAssignmentFulltextQueryWrapper.createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap) <T> ObjectQueryAxiomQueryWrapper.createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap) <T> ObjectQueryBasicQueryWrapper.createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap) <T> ObjectQueryFulltextQueryWrapper.createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap) <T> ObjectQueryOidSearchItemWrapper.createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variables) <T> ObjectQueryQueryWrapper.createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variables) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.factory.panel.searchfilter
Methods in com.evolveum.midpoint.gui.impl.factory.panel.searchfilter that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidResourceAttributeSearchFilterTypeForQueryModel.parseQuery(String object, boolean setValue) final voidSearchFilterTypeForQueryModel.parseQuery(String object) protected voidSearchFilterTypeForQueryModel.parseQuery(String object, boolean setValue) final voidSearchFilterTypeForQueryModel.parseQueryWithoutSetValue(String object) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidConnectorConfigurationWrapperFactoryImpl.addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) voidLoggingConfigurationWrapperFactoryImpl.addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) protected voidPrismContainerWrapperFactoryImpl.addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) protected voidResourceWrapperFactoryImpl.addItemWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context, List<ItemWrapper<?, ?>> wrappers) protected voidPrismObjectWrapperFactoryImpl.applySecurityConstraints(PrismObject<O> object, WrapperContext context) protected @NotNull List<ItemWrapper<?,?>> PrismContainerWrapperFactoryImpl.createChildren(PrismContainerWrapper<C> parent, PrismContainerValue<C> value, PrismContainerValueWrapper<C> containerValueWrapper, WrapperContext context) protected ItemWrapper<?,?> AuthenticationBehaviorWrapperFactory.createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) protected ItemWrapper<?,?> PrismContainerWrapperFactoryImpl.createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) protected ItemWrapper<?,?> ReportParamWrapperFactoryImpl.createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) protected abstract PVItemWrapperFactoryImpl.createNewValue(I item) protected PrismPropertyValue<T>PrismPropertyWrapperFactoryImpl.createNewValue(PrismProperty<T> item) protected PrismPropertyValue<T>ResourceAttributeWrapperFactoryImpl.createNewValue(ShadowSimpleAttribute<T> item) PrismObjectWrapperFactoryImpl.createObjectWrapper(PrismObject<O> object, ItemStatus status, WrapperContext context) ResourceWrapperFactoryImpl.createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status, WrapperContext context) ItemWrapperFactoryImpl.createValuesWrapper(IW itemWrapper, I item, WrapperContext context) HeterogenousContainerWrapperFactory.createValueWrapper(PrismContainerWrapper<C> parent, PrismContainerValue<C> value, ValueStatus status, WrapperContext context) PrismContainerWrapperFactoryImpl.createValueWrapper(PrismContainerWrapper<C> parent, PrismContainerValue<C> value, ValueStatus status, WrapperContext context) PrismObjectWrapperFactoryImpl.createValueWrapper(PrismContainerWrapper<O> parent, PrismContainerValue<O> value, ValueStatus status, WrapperContext context) ValueMetadataWrapperFactoryImpl.createValueWrapper(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, ValueStatus status, WrapperContext context) protected List<ItemWrapper<?,?>> PrismContainerWrapperFactoryImpl.createVirtualWrappers(PrismContainerValueWrapper<C> objectValueWrapper, WrapperContext context) ChildOfReportParamWrapperFactory.createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) ConnectorConfigurationWrapperFactoryImpl.createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) ItemWrapperFactoryImpl.createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) ItemWrapperFactoryImpl.createWrapper(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) MappingNameWrapperFactory.createWrapper(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) MetadataWrapperFactoryImpl.createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) ReportParamWrapperFactoryImpl.createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) ValueMetadataWrapperFactoryImpl.createWrapper(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) protected <VW extends PrismValueWrapper>
voidItemWrapperFactoryImpl.setupMetadata(IW itemWrapper, VW valueWrapper, WrapperContext ctx) voidPrismObjectWrapperFactoryImpl.updateWrapper(PrismObjectWrapper<O> wrapper, WrapperContext context) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation that throw SchemaExceptionModifier and TypeMethodDescriptionAssociationMappingExpressionWrapperFactory.createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> expressionDef, WrapperContext context) AssociationNameWrapperFactory.createWrapper(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) AssociationInboundExpressionWrapperFactory.getEvaluator(ExpressionType expression) protected abstract CAssociationMappingExpressionWrapperFactory.getEvaluator(ExpressionType expression) AssociationOutboundExpressionWrapperFactory.getEvaluator(ExpressionType expression) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.factory.wrapper.schema
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper.schema that throw SchemaExceptionModifier and TypeMethodDescriptionSchemaWrapperFactory.createValueWrapper(PrismContainerWrapper<AssignmentHolderType> parent, PrismContainerValue<AssignmentHolderType> value, ValueStatus status, WrapperContext context) ResourceSchemaWrapperFactory.createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> schemaDef, WrapperContext context) SchemaDefinitionWrapperFactory.createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> schemaDef, WrapperContext context) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin
Methods in com.evolveum.midpoint.gui.impl.page.admin that throw SchemaExceptionModifier and TypeMethodDescriptionprotected Collection<SimpleValidationError>ObjectDetailsModels.performCustomValidation(PrismObject<O> object, Collection<ObjectDelta<? extends ObjectType>> deltas) protected voidAbstractPageObjectDetails.reviveModels() -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.focus
Methods in com.evolveum.midpoint.gui.impl.page.admin.focus that throw SchemaExceptionModifier and TypeMethodDescription@NotNull ShadowWrapperFocusDetailsModels.loadShadowWrapper(PrismObject<ShadowType> projection, boolean noFetch, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.focus.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.focus.component that throw SchemaExceptionModifier and TypeMethodDescription@NotNull ShadowWrapperFocusProjectionsPanel.loadShadowWrapper(PrismObject<ShadowType> projection, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource that throw SchemaException -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic that throw SchemaExceptionModifier and TypeMethodDescriptionParticipantAssociationStepPanel.getInitValues()protected List<ResourceObjectTypeDefinition>ObjectAssociationStepPanel.getListOfSupportedObjectTypeDef()protected abstract List<ResourceObjectTypeDefinition>ParticipantAssociationStepPanel.getListOfSupportedObjectTypeDef()protected List<ResourceObjectTypeDefinition>SubjectAssociationStepPanel.getListOfSupportedObjectTypeDef() -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.subject.mappingContainer
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.subject.mappingContainer that throw SchemaExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractAssociationMappingContainerTableWizardPanel.postProcessNewMapping(PrismContainerValue<MappingType> newValue) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.subject.mappingContainer.inbound
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.subject.mappingContainer.inbound that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidAssociationInboundMappingContainerTableWizardPanel.postProcessNewMapping(PrismContainerValue<MappingType> newValue) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.subject.mappingContainer.outbound
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.subject.mappingContainer.outbound that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidAssociationOutboundMappingContainerTableWizardPanel.postProcessNewMapping(PrismContainerValue<MappingType> newValue) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.admin.user
Methods in com.evolveum.midpoint.gui.impl.page.admin.user that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidPageUser.handleDelegationAssignmentDeltas(ObjectDelta<UserType> focusDelta, List<AssignmentEditorDto> assignments, PrismContainerDefinition<AssignmentType> def) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.forgotpassword
Methods in com.evolveum.midpoint.gui.impl.page.forgotpassword that throw SchemaExceptionModifier and TypeMethodDescriptionvoidResetPolicyDto.initResetPolicyDto(SecurityPolicyType securityPolicyType) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.page.login
Methods in com.evolveum.midpoint.gui.impl.page.login that throw SchemaExceptionModifier and TypeMethodDescriptionprotected NonceTypePageSelfRegistration.createNonce(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result) voidSelfRegistrationDto.initPostAuthenticationDto(SecurityPolicyType securityPolicy) voidSelfRegistrationDto.initSelfRegistrationDto(SecurityPolicyType securityPolicy) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel that throw SchemaExceptionModifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.panel.PanelSingleContainerPanel.createPanel(String id, QName typeName, org.apache.wicket.model.IModel<PrismContainerWrapper<C>> model, ItemPanelSettingsBuilder builder) protected voidprotected voidPrismPropertyValuePanel.remove(PrismPropertyValueWrapper<T> valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target) protected voidPrismReferenceValuePanel.remove(PrismReferenceValueWrapperImpl<R> valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target) protected abstract voidprotected voidItemPanel.removeValue(VW valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form
Methods in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidVerticalFormDefaultContainerablePanel.removeValue(PrismContainerValueWrapper<C> value, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that throw SchemaExceptionModifier and TypeMethodDescription<PV extends PrismValue>
voidItemWrapperImpl.add(PV newValue, ModelServiceLocator locator) <PV extends PrismValue>
voidValueMetadataWrapperImpl.add(PV newValueWrapper, ModelServiceLocator locator) <D extends ItemDelta<PrismValue,? extends ItemDefinition>>
voidPrismValueWrapperImpl.addToDelta(D delta) protected <D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
voidExpressionWrapper.addValueToDelta(PrismPropertyValueWrapper<ExpressionType> value, D delta) protected <D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
voidItemWrapperImpl.addValueToDelta(VW value, D delta) voidObjectTypeAttributeMappingWrapper.applyDelta()<ID extends ItemDelta>
voidPrismContainerValueWrapperImpl.applyDelta(ID delta) protected <D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ItemWrapperImpl.computeDeltaInternal()protected <D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>PrismContainerWrapperImpl.computeDeltasInternal()protected PrismPropertyValue<ExpressionType>AssociationInboundExpressionWrapper.createExpressionValue(PrismContainerValue<AssociationSynchronizationExpressionEvaluatorType> value) protected abstract PrismPropertyValue<ExpressionType>AssociationMappingExpressionWrapper.createExpressionValue(PrismContainerValue<C> value) protected PrismPropertyValue<ExpressionType>AssociationOutboundExpressionWrapper.createExpressionValue(PrismContainerValue<AssociationConstructionExpressionEvaluatorType> value) protected <O extends ObjectType>
PrismObject<O>PrismReferenceValueWrapperImpl.createNewPrismObject(OperationResult result) Create new object that will be added to reference value.protected <O extends ObjectType>
PrismObject<O>ResourceObjectTypeArchetypeValueWrapperImpl.createNewPrismObject(OperationResult result) ResourceAttributeWrapperImpl.createPrismValueFromRealValue(@NotNull Object realValue) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerValueWrapperImpl.findContainer(ItemPath path) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerWrapperImpl.findContainer(ItemPath path) <T extends Containerable>
PrismContainerWrapper<T>ValueMetadataWrapperImpl.findContainer(ItemPath path) <T extends Containerable>
PrismContainerValueWrapper<T>ValueMetadataWrapperImpl.findContainerValue(ItemPath path) <IW extends ItemWrapper>
IW<IW extends ItemWrapper>
IW<IW extends ItemWrapper>
IW<IW extends ItemWrapper>
IW<X> PrismPropertyWrapper<X>PrismContainerValueWrapperImpl.findProperty(ItemPath propertyPath) <X> PrismPropertyWrapper<X>PrismContainerWrapperImpl.findProperty(ItemPath propertyPath) <X> PrismPropertyWrapper<X>ValueMetadataWrapperImpl.findProperty(ItemPath propertyPath) <R extends Referencable>
PrismReferenceWrapper<R>PrismContainerValueWrapperImpl.findReference(ItemPath path) PrismContainerWrapperImpl.findReference(ItemPath path) <R extends Referencable>
PrismReferenceWrapper<R>ValueMetadataWrapperImpl.findReference(ItemPath path) PrismContainerValueWrapperImpl.getChildContainers()List<PrismContainerDefinition<? extends Containerable>>ValueMetadataWrapperImpl.getChildContainers()PrismContainerValueWrapperImpl.getContainerValueApplyDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>AssociationMappingExpressionWrapper.getDelta()<D extends ItemDelta<?,?>>
Collection<D>AuthenticationAttemptWrapper.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>AuthenticationBehaviorWrapper.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ItemWrapperImpl.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ObjectTypeAttributeMappingWrapper.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>PrismContainerWrapperImpl.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>PrismPropertyWrapperImpl.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>PrismSchemaWrapper.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ProfilingClassLoggerContainerWrapperImpl.getDelta()<D extends ItemDelta<?,?>>
Collection<D>ProtectedStringTypeWrapperImpl.getDelta()<D extends ItemDelta<?,?>>
Collection<D>ShadowAssociationWrapperImpl.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ValueMetadataWrapperImpl.getDelta()Collection<ItemDelta<?,?>> PrismContainerValueWrapperImpl.getDeltas()ResourceWrapper.getDeltas()protected PrismPropertyValue<AuthenticationAttemptDataType>AuthenticationAttemptValueWrapper.getNewValueWithMetadataApplied()protected <V extends PrismValue>
VPrismValueWrapperImpl.getNewValueWithMetadataApplied()ResourceWrapper.getObjectDelta()ConstructionValueWrapper.getRefinedSchema(PrismObject<ResourceType> resource) ConstructionValueWrapper.getResourceObjectDefinition(PrismObject<ResourceType> resource) ItemWrapperImpl.getValue()ValueMetadataWrapperImpl.getValue()PrismContainerValueWrapperImpl.getValueToAdd()ProfilingClassLoggerContainerValueWrapperImpl.getValueToAdd()ItemWrapperImpl.instantiate()ItemWrapperImpl.instantiate(QName name) @NotNull PrismContainer<ValueMetadataType>ValueMetadataWrapperImpl.instantiate()@NotNull PrismContainer<ValueMetadataType>ValueMetadataWrapperImpl.instantiate(QName name) voidItemWrapperImpl.remove(VW valueWrapper, ModelServiceLocator locator) voidValueMetadataWrapperImpl.remove(PrismContainerValueWrapper<ValueMetadataType> valueWrapper, ModelServiceLocator locator) voidItemWrapperImpl.removeAll(ModelServiceLocator locator) voidValueMetadataWrapperImpl.removeAll(ModelServiceLocator locator) -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.prism.wrapper.association
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper.association that throw SchemaExceptionModifier and TypeMethodDescriptionvoidAssociationAttributeMappingWrapper.applyDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>AssociationAttributeMappingWrapper.getDelta() -
Uses of SchemaException in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that throw SchemaExceptionModifier and TypeMethodDescriptionstatic booleanAssociationChildWrapperUtil.existAssociationConfiguration(String refAttribute, PrismContainer<ShadowAssociationTypeDefinitionType> association) AssociationChildWrapperUtil.findAssociationDefinitions(PrismObjectWrapper<ResourceType> objectWrapper, ResourceObjectTypeDefinition objectTypeDef) static ResourceSchemaProvisioningObjectsUtil.getRefinedSchema(ResourceType resource, PageBase pageBase) static <AHT extends AssignmentHolderType>
voidDetailsPageUtil.initNewObjectWithReference(PageBase pageBase, QName type, List<ObjectReferenceType> newReferences) -
Uses of SchemaException in com.evolveum.midpoint.init
Methods in com.evolveum.midpoint.init that throw SchemaException -
Uses of SchemaException in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that throw SchemaExceptionModifier and TypeMethodDescriptionvoidModelInteractionService.applyDefinitions(ShadowType shadow, com.evolveum.midpoint.task.api.Task task, OperationResult result) Helper method to properly apply definitions to shadow.com.evolveum.midpoint.security.api.MidPointPrincipalModelInteractionService.assumePowerOfAttorney(PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result) voidModelAuditService.audit(com.evolveum.midpoint.audit.api.AuditEventRecord record, com.evolveum.midpoint.task.api.Task task, OperationResult result) voidModelInteractionService.authorizeBulkActionExecution(@Nullable BulkAction action, @Nullable AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) Just a convenience method that checks that relevant authorization is present.voidCaseService.cancelCase(@NotNull String caseOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Cancels a case.booleanModelInteractionService.checkPassword(String userOid, ProtectedStringType password, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Checks if the supplied password matches with current user password.voidCaseService.claimWorkItem(@NotNull WorkItemId workItemId, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Claims a work item that is assigned to an abstract role, so it becomes assigned to the current princial.voidModelAuditService.cleanupAudit(CleanupPolicyType policy, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Clean up audit records that are older than specified.voidAccessCertificationService.closeCampaign(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result) Closes a campaign.voidAccessCertificationService.closeCurrentStage(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Opens the next stage in the certification campaign.<O extends ObjectType>
CompareResultTypeModelService.compareObject(PrismObject<O> object, Collection<SelectorOptions<GetOperationOptions>> readOptions, ModelCompareOptions compareOptions, @NotNull List<? extends ItemPath> ignoreItemPaths, com.evolveum.midpoint.task.api.Task task, OperationResult result) TODO@NotNull CompiledObjectCollectionViewModelInteractionService.compileObjectCollectionView(@NotNull CollectionRefSpecificationType collection, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) voidModelInteractionService.compileView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType, com.evolveum.midpoint.task.api.Task task, OperationResult result) Compile object list view together with collection ref specification if presentvoidCaseService.completeWorkItem(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Completes a work item (e.g. approves/rejects it if it belongs to an approval case).voidCaseService.completeWorkItem(@NotNull WorkItemId workItemId, @NotNull AbstractWorkItemOutputType output, @Nullable ObjectDelta<?> additionalDelta, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Completes a work item.default <T extends Containerable>
IntegerModelService.countContainers(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends Containerable>
IntegerModelService.countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) intModelAuditService.countObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) default <T extends ObjectType>
IntegerModelService.countObjects(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends ObjectType>
IntegerModelService.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Count objects.ModelInteractionService.countObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) intAccessCertificationService.countOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) default intAccessCertificationService.countOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelService.countReferences(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Reference count - currently supporting roleMembershipRef and linkRef search.AccessCertificationService.createCampaign(String definitionOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Creates a certification campaign: creates AccessCertificationCampaignType object, based on general information in certification definition.@NotNull LocalizableMessageTypeModelInteractionService.createLocalizableMessageType(LocalizableMessageTemplateType template, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) booleanTaskService.deactivateServiceThreads(long timeToWait, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Deactivates service threads (temporarily).voidCaseService.delegateWorkItem(@NotNull WorkItemId workItemId, @NotNull WorkItemDelegationRequestType delegationRequest, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Delegates a work item.voidTaskService.deleteActivityStateAndWorkers(String rootTaskOid, boolean deleteWorkers, long subtasksWaitTime, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) <O extends AssignmentHolderType>
ArchetypePolicyTypeModelInteractionService.determineArchetypePolicy(PrismObject<O> assignmentHolder, OperationResult result) Efficiently determines information about archetype policy applicable for a particular object.@NotNull List<ArchetypeType>ModelInteractionService.determineArchetypes(@Nullable ObjectType object, OperationResult result) ModelInteractionService.determineAssignmentHolderSpecification(PrismObject<O> assignmentTarget, OperationResult result) Returns data structure that contains information about possible assignment holders for a particular target object.ModelInteractionService.determineAssignmentTargetSpecification(PrismObject<O> assignmentHolder, OperationResult result) Returns data structure that contains information about possible assignment targets for a particular holder object.@NotNull CollectionStatsModelInteractionService.determineCollectionStats(@NotNull CompiledObjectCollectionView collectionView, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) <F extends FocusType>
NonceCredentialsPolicyTypeModelInteractionService.determineNonceCredentialsPolicy(PrismObject<F> user, String credentialsName, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelService.discoverConnectors(ConnectorHostType hostType, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Discovers local or remote connectors.com.evolveum.midpoint.security.api.MidPointPrincipalModelInteractionService.dropPowerOfAttorney(com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull AuthorizationEvaluationResponseTypeModelDiagnosticService.evaluateAuthorizations(@NotNull AuthorizationEvaluationRequestType request, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Evaluates an authorization request.@NotNull Collection<EvaluatedPolicyRule>ModelInteractionService.evaluateCollectionPolicyRules(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView preCompiledView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns all policy rules that apply to the collection.ModelDiagnosticService.evaluateMapping(MappingEvaluationRequestType request, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Execute arbitrary mapping.BulkActionsService.executeBulkAction(@NotNull ExecuteScriptConfigItem executeScriptCommand, @NotNull VariablesMap initialVariables, @NotNull BulkActionExecutionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Synchronously executes any scripting expression (with no input data).default Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Execute the provided object deltas.Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult parentResult) ModelInteractionService.executeCredentialsReset(PrismObject<UserType> user, ExecuteCredentialResetRequestType executeCredentialResetRequest, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelDiagnosticService.executeRepositoryQuery(RepositoryQueryDiagRequest request, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Execute arbitrary implementation-specific query.voidModelInteractionService.expandConfigurationObject(@NotNull PrismObject<? extends ObjectType> configurationObject, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) SeeProvisioningService.expandConfigurationObject(PrismObject, Task, OperationResult)for the description.ModelDiagnosticService.exportDataModel(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelDiagnosticService.exportDataModel(Collection<String> resourceOids, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Exports data model EXPERIMENTAL.static <T extends ObjectType>
ObjectTreeDeltas<T>ObjectTreeDeltas.fromObjectTreeDeltasType(ObjectTreeDeltasType deltasType) <O extends ObjectType>
StringModelInteractionService.generateNonce(NonceCredentialsPolicyType noncePolicy, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends ObjectType>
voidModelInteractionService.generateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <O extends ObjectType>
StringModelInteractionService.generateValue(ValuePolicyType policy, int defaultLength, boolean generateMinimalSize, PrismObject<O> object, String shortDesc, com.evolveum.midpoint.task.api.Task task, OperationResult inputResult) TEMPORARY.<T extends ObjectType>
ObjectFilterModelInteractionService.getAccessibleForAssignmentObjectsFilter(Class<T> searchResultType, ObjectFilter origFilter, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns a filter for lookup of users which are allowed to be objects during assign operation.<O extends ObjectType,R extends AbstractRoleType>
com.evolveum.midpoint.security.enforcer.api.ItemSecurityConstraintsModelInteractionService.getAllowedRequestAssignmentItems(PrismObject<O> object, PrismObject<R> target, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns decisions for individual items for "assign" authorization.<H extends AssignmentHolderType,R extends AbstractRoleType>
RoleSelectionSpecificationModelInteractionService.getAssignableRoleSpecification(@NotNull PrismObject<H> assignmentHolder, Class<R> targetType, int assignmentOrder, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns an object that defines which roles can be assigned by the currently logged-in user.ModelInteractionService.getAuditConfiguration(OperationResult parentResult) ModelInteractionService.getAuthenticationPolicy(PrismObject<UserType> user, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns an authentications policies as defined in the system configuration security policy.AccessCertificationService.getCampaignStatistics(String campaignOid, boolean currentStageOnly, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Provides statistical information about outcomes of cases in a given campaign.ModelInteractionService.getCertificationConfiguration(OperationResult parentResult) @NotNull CompiledGuiProfileModelInteractionService.getCompiledGuiProfile(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns currently applicable user profile, compiled for efficient use in the user interface.ModelInteractionService.getConnectorOperationalStatus(String resourceOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelInteractionService.getCredentialsPolicy(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns a credential policy that applies to the specified user.ModelInteractionService.getDeploymentInformationConfiguration(OperationResult parentResult) @NotNull List<ObjectReferenceType>ModelInteractionService.getDeputyAssignees(AbstractWorkItemType workItem, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Gets "deputy assignees" i.e. users that are deputies of assignees.@NotNull List<ObjectReferenceType>ModelInteractionService.getDeputyAssignees(ObjectReferenceType assignee, com.evolveum.midpoint.security.api.OtherPrivilegesLimitations.Type limitationType, com.evolveum.midpoint.task.api.Task task, OperationResult result) <T extends ObjectType>
ObjectFilterModelInteractionService.getDonorFilter(Class<T> searchResultType, ObjectFilter origFilter, String targetAuthorizationAction, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns filter for lookup of donors of power of attorney.ModelInteractionService.getEditObjectClassDefinition(@NotNull PrismObject<ShadowType> shadow, @NotNull PrismObject<ResourceType> resource, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns an object definition that reflects edit-ability of the resource object in terms of midPoint schema limitations and security.<O extends ObjectType>
@NotNull PrismObjectDefinition<O>ModelInteractionService.getEditObjectDefinition(PrismObject<O> object, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.ModelInteractionService.getEditShadowDefinition(ResourceShadowCoordinates coordinates, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends AssignmentHolderType>
List<ArchetypeType>ModelInteractionService.getFilteredArchetypesByHolderType(PrismObject<O> object, OperationResult result) This method is used to differentiate which archetypes can be added to object with holderType type.<O extends AssignmentHolderType>
List<ArchetypeType>ModelInteractionService.getFilteredArchetypesByHolderType(Class<O> objectType, OperationResult result) ModelInteractionService.getFlowPolicy(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns a policy for registration, e.g. type of the supported registrations (self, social,...)ModelDiagnosticService.getLogFileContent(Long fromPosition, Long maxSize, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns the contents of the log file.longModelDiagnosticService.getLogFileSize(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelDiagnosticService.getMemoryInformation(com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelInteractionService.getMergeConfiguration(OperationResult parentResult) <O extends ObjectType>
MetadataItemProcessingSpecModelInteractionService.getMetadataItemProcessingSpec(ItemPath metadataItemPath, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns specification of processing of given metadata item (e.g. provenance).@NotNull CapabilityCollectionTypeModelService.getNativeCapabilities(@NotNull String connOid, OperationResult result) Method work same asProvisioningService.getNativeCapabilities(String, OperationResult).<T extends ObjectType>
@NotNull PrismObject<T>ModelService.getObject(@NotNull Class<T> type, @NotNull String oid, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns object for provided OID.TaskService.getRunningTasksThreadsDump(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) ModelInteractionService.getSearchSpecificationFromCollection(CompiledObjectCollectionView collection, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) TODO document and clean up the interface@Nullable SecurityPolicyTypeModelInteractionService.getSecurityPolicy(@Nullable PrismObject<? extends FocusType> focus, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns security policy for given focus (or global policy if the focus is not specified).default <F extends FocusType>
SecurityPolicyTypeModelInteractionService.getSecurityPolicy(PrismObject<F> focus, String archetypeOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns security policy for given focus (if specified) or for archetype (if specified), or the global one.ModelInteractionService.getSecurityPolicy(ResourceObjectDefinition rOCDef, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns resolved value policy references.ModelInteractionService.getSecurityPolicyForArchetype(@Nullable String archetypeOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns security policy for given archetype (or global policy if the archetype is not specified).ModelInteractionService.getSystemConfiguration(OperationResult parentResult) TaskService.getTaskByIdentifier(String identifier, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Returns information about task, given its identifier.TaskService.getTaskThreadsDump(@NotNull String taskOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) TaskService.getThreadsDump(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) voidModelService.importFromResource(String shadowOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Import single account from resource.voidModelService.importFromResource(String resourceOid, QName objectClass, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Import accounts from resource.booleanMetadataItemProcessingSpec.isFullProcessing(ItemPath dataItem) default booleanMetadataItemProcessingSpec.isFullProcessing(ItemPath dataItem, ItemDefinition<?> definition) booleanModelInteractionService.isOfArchetype(AssignmentHolderType assignmentHolderType, String archetypeOid, OperationResult result) Determines if the object is of the specified archetype considering also archetypes hierarchy.voidObjectTreeDeltas.merge(ObjectTreeDeltas<T> deltasToMerge) ModelInteractionService.mergeArchetypePolicies(PrismObject<ArchetypeType> archetype, OperationResult result) static <T extends ObjectType>
ObjectTreeDeltasTypeObjectTreeDeltas.mergeDeltas(ObjectTreeDeltasType deltaTree, ObjectDeltaType deltaToMerge) <O extends ObjectType>
Collection<ObjectDeltaOperation<? extends ObjectType>>ModelService.mergeObjects(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result) Merge two objects into one.<O extends ObjectType>
MergeDeltas<O>ModelInteractionService.mergeObjectsPreviewDeltas(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends ObjectType>
PrismObject<O>ModelInteractionService.mergeObjectsPreviewObject(Class<O> type, String leftOid, String rightOid, String mergeConfigurationName, com.evolveum.midpoint.task.api.Task task, OperationResult result) voidObjectTreeDeltas.mergeUnordered(ObjectTreeDeltas<T> deltasToMerge) voidAccessCertificationService.openNextStage(AccessCertificationCampaignType campaign, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Opens the next review stage in the certification campaign.voidAccessCertificationService.openNextStage(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Opens the next review stage in the certification campaign.<O extends ObjectType>
ProcessedObject<O>ModelService.parseProcessedObject(@NotNull SimulationResultProcessedObjectType bean, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) default <F extends ObjectType>
ModelContext<F>ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Computes the most likely changes triggered by the provided delta.<F extends ObjectType>
@NotNull ModelContext<F>ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result) This method uses the simulations feature that is more precise than the original (pre-4.9) implementation.voidModelInteractionService.processObjectsFromCollection(CollectionRefSpecificationType collection, QName typeForFilter, Predicate<PrismContainer> handler, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress) TODO documentvoidTaskService.reactivateServiceThreads(com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Re-activates the service threads after they have been deactivated.<F extends ObjectType>
voidModelService.recompute(Class<F> type, String oid, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Recomputes focal object with the specified OID.voidTaskService.reconcileWorkers(String oid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) <O extends ObjectType>
PrismObject<O>ModelAuditService.reconstructObject(Class<O> type, String oid, String eventIdentifier, com.evolveum.midpoint.task.api.Task task, OperationResult result) voidAccessCertificationService.recordDecision(String campaignOid, long caseId, long workItemId, AccessCertificationResponseType response, String comment, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Records a particular decision of a reviewer.TaskService.recordRunningTasksThreadsDump(String cause, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) voidModelInteractionService.refreshPrincipal(String oid, Class<? extends FocusType> clazz) voidAccessCertificationService.reiterateCampaign(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result) Reiterates a closed campaign.voidCaseService.releaseWorkItem(@NotNull WorkItemId workItemId, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Releases claimed work item.voidModelDiagnosticService.repositoryTestOrgClosureConsistency(com.evolveum.midpoint.task.api.Task task, boolean repairIfNecessary, OperationResult result) Checks a org closure table for consistency, repairing any problems found.voidTaskService.resumeTask(String taskOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) voidTaskService.resumeTasks(Collection<String> taskOids, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Resume suspended tasks.voidTaskService.resumeTaskTree(String coordinatorOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) <T> TModelInteractionService.runUnderPowerOfAttorney(Producer<T> producer, PrismObject<? extends FocusType> donor, com.evolveum.midpoint.task.api.Task task, OperationResult result) voidTaskService.scheduleTaskNow(String taskOid, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) voidTaskService.scheduleTasksNow(Collection<String> taskOids, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Schedules a RUNNABLE/CLOSED tasks to be run immediately.<T extends Containerable>
SearchResultList<T>ModelService.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Search for "sub-object" structures, i.e. containers.default <T extends Containerable>
SearchResultList<T>ModelService.searchContainers(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends Containerable>
SearchResultMetadataModelService.searchContainersIterative(Class<T> type, ObjectQuery query, ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) @NotNull SearchResultList<AuditEventRecordType>ModelAuditService.searchObjects(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) default <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects(TypedQuery<T> query, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <T extends ObjectType>
SearchResultList<PrismObject<T>>ModelService.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Search for objects.List<? extends Serializable>ModelInteractionService.searchObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result) voidModelAuditService.searchObjectsIterative(@Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull com.evolveum.midpoint.audit.api.AuditResultHandler handler, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) <T extends ObjectType>
SearchResultMetadataModelService.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Search for objects in iterative fashion (using callback).AccessCertificationService.searchOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, boolean allItems, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) TODO update description Returns a set of certification decisions for currently logged-in user.default List<AccessCertificationWorkItemType>AccessCertificationService.searchOpenWorkItems(ObjectQuery baseWorkItemsQuery, boolean notDecidedOnly, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelService.searchReferences(ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Reference search - currently supporting roleMembershipRef and linkRef search.ModelService.searchReferencesIterative(@NotNull ObjectQuery query, @NotNull ObjectHandler<ObjectReferenceType> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) PrismObject<? extends FocusType>ModelService.searchShadowOwner(String shadowOid, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Returns the Focus object representing owner of specified shadow.ModelExecuteOptions.setExtensionPropertyRealValues(PrismContext prismContext, ItemName propertyName, Object... values) voidAccessCertificationService.startRemediation(String campaignOid, com.evolveum.midpoint.task.api.Task task, OperationResult result) Starts the remediation phase for the campaign.voidTaskService.startSchedulers(Collection<String> nodeIdentifiers, com.evolveum.midpoint.task.api.Task operationTask, OperationResult result) Starts the scheduler on a given nodes.voidTaskService.stopSchedulers(Collection<String> nodeIdentifiers, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Stops the schedulers on a given nodes.booleanTaskService.stopSchedulersAndTasks(Collection<String> nodeIdentifiers, long waitTime, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Stops a set of schedulers (on their nodes) and tasks that are executing on these nodes.@NotNull TaskTypeModelInteractionService.submitTaskFromTemplate(String templateTaskOid, List<Item<?, ?>> extensionItems, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) Deprecated.@NotNull TaskTypeModelInteractionService.submitTaskFromTemplate(String templateTaskOid, Map<QName, Object> extensionValues, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) Deprecated.voidTaskService.suspendAndDeleteTask(String taskOid, long waitForStop, boolean alsoSubtasks, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) voidTaskService.suspendAndDeleteTasks(Collection<String> taskOids, long waitForStop, boolean alsoSubtasks, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Suspends tasks and deletes them.booleanTaskService.suspendTask(String taskOid, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) booleanTaskService.suspendTasks(Collection<String> taskOids, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Suspends a set of tasks.booleanTaskService.suspendTaskTree(String taskOid, long waitForStop, com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) voidTaskService.synchronizeTasks(com.evolveum.midpoint.task.api.Task operationTask, OperationResult parentResult) Synchronizes information in midPoint repository and task scheduling database.ModelService.testResource(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Test the resource connection and basic resource connector functionality.ModelService.testResource(String resourceOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Test the resource connection and basic resource connector functionality.ModelService.testResourcePartialConfiguration(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) Test partial resource connector configuration.static ObjectTreeDeltasTypeObjectTreeDeltas.toObjectTreeDeltasType(ObjectTreeDeltas<?> objectTreeDeltas) static StringObjectTreeDeltas.toObjectTreeDeltasTypeXml(ObjectTreeDeltas<?> objectTreeDeltas) static StringObjectTreeDeltas.toObjectTreeDeltasTypeXml(ObjectTreeDeltasType objectTreeDeltasType) <F extends ObjectType>
ModelContext<F>ModelInteractionService.unwrapModelContext(LensContextType wrappedContext, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends ObjectType>
voidModelInteractionService.validateValue(PrismObject<O> object, PolicyItemsDefinitionType policyItemsDefinition, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) <O extends ObjectType>
List<StringLimitationResult>ModelInteractionService.validateValue(ProtectedStringType protectedStringValue, ValuePolicyType pp, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) DataModelVisualizer.visualize(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result) DataModelVisualizer.visualize(Collection<String> resourceOids, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, boolean includeOriginalObject, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, boolean includeOperationalItems, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull VisualizationModelInteractionService.visualizeDelta(ObjectDelta<? extends ObjectType> delta, com.evolveum.midpoint.task.api.Task task, OperationResult result) ModelInteractionService.visualizeDeltas(List<ObjectDelta<? extends ObjectType>> deltas, com.evolveum.midpoint.task.api.Task task, OperationResult result) <O extends ObjectType>
ModelContextVisualizationModelInteractionService.visualizeModelContext(ModelContext<O> context, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that throw SchemaExceptionModifier and TypeMethodDescriptionGuiProfiledPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.security.api.AuthorizationTransformer authorizationTransformer, com.evolveum.midpoint.security.api.ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, com.evolveum.midpoint.security.api.ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManager.getPrincipal(ObjectQuery query, Class<? extends FocusType> clazz, com.evolveum.midpoint.security.api.ProfileCompilerOptions options) GuiProfiledPrincipalManager.getPrincipal(String username, Class<? extends FocusType> clazz, com.evolveum.midpoint.security.api.ProfileCompilerOptions options) GuiProfiledPrincipalManager.getPrincipalByOid(String oid, Class<? extends FocusType> clazz, com.evolveum.midpoint.security.api.ProfileCompilerOptions options) -
Uses of SchemaException in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that throw SchemaExceptionModifier and TypeMethodDescriptionvoidModelElementContext.addToPrimaryDelta(ObjectDelta<O> value) Add a delta to the primary delta.AssignmentPath.collectExtensions(int startAt) static ExtensionTypeAssignmentPath.collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result) intModelContext.getAllChanges()ModelProjectionContext.getCompositeObjectDefinition()default @NotNull CompositeObjectDefinitionModelProjectionContext.getCompositeObjectDefinitionRequired()ModelProjectionContext.getDependencies()Dependencies returned are "almost complete": resource OID and kind are non-null.EvaluatedAssignment.getEvaluatedConstructions(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) ModelProjectionContext.getExecutableDelta()Returns delta suitable for execution.Mapping.getOutputPath() -
Uses of SchemaException in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that throw SchemaExceptionModifier and TypeMethodDescriptionvoidCorrelationService.completeCorrelationCase(@NotNull CaseType currentCase, @NotNull CorrelationService.CaseCloser caseCloser, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Completes given correlation case.@NotNull CompleteCorrelationResultCorrelationService.correlate(@NotNull FocusType preFocus, @Nullable String archetypeOid, @NotNull Set<String> candidateOids, @NotNull CorrelatorDiscriminator discriminator, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Correlates the provided (partial) focus object to a set of candidate matches.@NotNull CorrelationCaseDescription<?>CorrelationService.describeCorrelationCase(@NotNull CaseType aCase, @Nullable CorrelationService.CorrelationCaseDescriptionOptions options, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Describes the provided correlation case by providingCorrelationCaseDescriptionobject.CorrelationService.determineCorrelatorConfiguration(@NotNull CorrelatorDiscriminator discriminator, String archetypeOid, com.evolveum.midpoint.task.api.Task task, OperationResult result) Instantiates a correlator -
Uses of SchemaException in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that throw SchemaExceptionModifier and TypeMethodDescription@NotNull ConfidenceCorrelator.checkCandidateOwner(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidateOwner, @NotNull OperationResult result) Checks whether the provided candidate focus object is the owner for given resource object.@NotNull CorrelationResultCorrelator.correlate(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result) Finds matching focus object (or potentially matching objects) for given resource object or for the pre-focus object.@NotNull CorrelationExplanationCorrelator.explain(@NotNull CorrelationContext correlationContext, @NotNull FocusType candidate, @NotNull OperationResult result) Explains how the correlator came to a given candidate owner (and the specific confidence value of it).@NotNull Collection<CorrelationPropertyDefinition>Correlator.getCorrelationPropertiesDefinitions(@Nullable PrismObjectDefinition<? extends FocusType> focusDefinition, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Returns the correlation properties this correlator uses to do the correlation.default voidCorrelator.resolve(@NotNull CaseType aCase, @NotNull String outcomeUri, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Resolves a correlation case using provided work item output.default voidCorrelator.update(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result) Updates the internal state of the correlator with the "fresh" data from the resource. -
Uses of SchemaException in com.evolveum.midpoint.model.api.correlator.idmatch
Methods in com.evolveum.midpoint.model.api.correlator.idmatch that throw SchemaExceptionModifier and TypeMethodDescriptionstatic @NotNull IdMatchObjectIdMatchObject.create(@NotNull String sorIdentifier, @NotNull ShadowAttributesType attributes) @NotNull MatchingResultIdMatchService.executeMatch(@NotNull MatchingRequest request, @NotNull OperationResult result) Request a match for given resource object attributes.@NotNull StringIdMatchService.resolve(@NotNull IdMatchObject idMatchObject, @Nullable String matchRequestId, @Nullable String referenceId, @NotNull OperationResult result) Resolves a pending match.voidIdMatchService.update(@NotNull IdMatchObject idMatchObject, @Nullable String referenceId, @NotNull OperationResult result) Updates an object in ID Match service. -
Uses of SchemaException in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that throw SchemaExceptionModifier and TypeMethodDescription<T extends ObjectType>
StringMidpointFunctions.addObject(PrismObject<T> newObject) <T extends ObjectType>
StringMidpointFunctions.addObject(PrismObject<T> newObject, ModelExecuteOptions options) <T extends ObjectType>
StringMidpointFunctions.addObject(T newObject) <T extends ObjectType>
StringMidpointFunctions.addObject(T newObject, ModelExecuteOptions options) default <O extends ObjectType>
voidMidpointFunctions.addRecomputeTrigger(PrismObject<O> object, Long timestamp) <O extends ObjectType>
voidMidpointFunctions.addRecomputeTrigger(PrismObject<O> object, Long timestamp, MidpointFunctions.TriggerCustomizer triggerCustomizer) default <O extends ObjectType>
voidMidpointFunctions.addRecomputeTrigger(O object, Long timestamp) default <O extends ObjectType>
voidMidpointFunctions.addRecomputeTrigger(O object, Long timestamp, MidpointFunctions.TriggerCustomizer triggerCustomizer) <T extends ObjectType>
voidMidpointFunctions.applyDefinition(T object) @NotNull Collection<PrismValue>MidpointFunctions.collectAssignedFocusMappingsResults(@NotNull ItemPath path) Returns all non-negative values from all focus mappings (targeted to given path) from all non-negative evaluated assignments.MidpointFunctions.collectExtensions(AssignmentPathType path, int startAt) <T> IntegerMidpointFunctions.countAccounts(ResourceType resourceType, String attributeName, T attributeValue) A variant ofMidpointFunctions.countAccounts(String, QName, Object).<T> IntegerMidpointFunctions.countAccounts(ResourceType resourceType, QName attributeName, T attributeValue) A variant ofMidpointFunctions.countAccounts(String, QName, Object).<T> IntegerMidpointFunctions.countAccounts(String resourceOid, QName attributeName, T attributeValue) Counts accounts having `attributeValue` of `attributeName`.<T extends ObjectType>
intMidpointFunctions.countObjects(Class<T> type, ObjectQuery query) Count objects.<T extends ObjectType>
intMidpointFunctions.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options) Count objects.<T extends ObjectType>
TMidpointFunctions.createEmptyObject(Class<T> type) Creates empty prism object of specified type in memory.<T extends ObjectType>
TMidpointFunctions.createEmptyObjectWithName(Class<T> type, PolyString name) Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions.createEmptyObjectWithName(Class<T> type, PolyStringType name) Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions.createEmptyObjectWithName(Class<T> type, String name) Creates empty prism object of specified type and with specified name in memory.booleanOptimizingTriggerCreator.createForNamedObject(@NotNull Class<? extends ObjectType> type, @NotNull String name) Creates a trigger for the object with the given name.booleanOptimizingTriggerCreator.createForNamedUser(@NotNull String name) Creates a trigger for the user with the given name.booleanOptimizingTriggerCreator.createForObject(@NotNull Class<? extends ObjectType> type, @NotNull String oid) Creates a trigger to the user with the given OID.voidMidpointFunctions.createRecomputeTrigger(Class<? extends ObjectType> type, String oid) Goes directly to repository service.voidMidpointFunctions.TriggerCustomizer.customize(TriggerType trigger) <T extends ObjectType>
voidMidpointFunctions.deleteObject(Class<T> type, String oid) <T extends ObjectType>
voidMidpointFunctions.deleteObject(Class<T> type, String oid, ModelExecuteOptions options) <C extends Containerable>
S_ItemEntrydefault StringMidpointFunctions.describeResourceObjectSet(ResourceObjectSetType set) Synonym forMidpointFunctions.describeResourceObjectSetShort(ResourceObjectSetType), mainly for compatibility reasons.MidpointFunctions.describeResourceObjectSetLong(ResourceObjectSetType set) Returns longer version of human-readable description of the resource object set: . resource name . object type display name (if known) . object type ID (kind, intent) . flag whether we are using default type definition . object class Currently, object types are resolved and named using theResourceSchemaUtil.findDefinitionForBulkOperation(ResourceType, ShadowKindType, String, QName)method that is used for import and reconciliation activities.MidpointFunctions.describeResourceObjectSetShort(ResourceObjectSetType set) Short version ofMidpointFunctions.describeResourceObjectSetLong(ResourceObjectSetType): . only one of object type display name and type ID is shown; . object class is omitted when type is presentMidpointFunctions.executeAdHocProvisioningScript(ResourceType resource, String language, String code) MidpointFunctions.executeAdHocProvisioningScript(String resourceOid, String language, String code) voidMidpointFunctions.executeChanges(ObjectDelta<? extends ObjectType>... deltas) Execute the provided object deltas.voidMidpointFunctions.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas) Execute the provided object deltas.voidMidpointFunctions.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) Execute the provided object deltas.MidpointFunctions.executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid) MidpointFunctions.executeChangesAsynchronously(Collection<ObjectDelta<?>> deltas, ModelExecuteOptions options, String templateTaskOid, com.evolveum.midpoint.task.api.Task opTask, OperationResult result) MidpointFunctions.findCandidateOwners(@NotNull Class<F> focusType, @NotNull ShadowType resourceObject, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent) Finds candidate owners using defined correlation rules.<O extends ObjectType>
ArchetypeTypeMidpointFunctions.getArchetype(O object) Deprecated.<O extends ObjectType>
StringMidpointFunctions.getArchetypeOid(O object) Deprecated.<O extends ObjectType>
@NotNull List<ArchetypeType>MidpointFunctions.getArchetypes(O object) <T> @NotNull ShadowSimpleAttributeDefinition<T>MidpointFunctions.getAttributeDefinition(PrismObject<ResourceType> resource, String objectClassName, String attributeName) <T> @NotNull ShadowSimpleAttributeDefinition<T>MidpointFunctions.getAttributeDefinition(PrismObject<ResourceType> resource, QName objectClassName, QName attributeName) @Nullable CaseTypeMidpointFunctions.getCorrelationCaseForShadow(@Nullable ShadowType shadow) Returns a correlation case for given shadow.MidpointFunctions.getFocusesByCorrelationRule(Class<F> type, String resourceOid, ShadowKindType kind, String intent, ShadowType shadow) Deprecated.default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, ResourceType resource) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid, boolean repositoryObjectOnly) default ShadowTypeMidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent) MidpointFunctions.getLinkedShadow(FocusType focus, String resourceOid, ShadowKindType kind, String intent, boolean repositoryObjectOnly) Null values of resource oid, kind, and intent mean "any".default @NotNull List<ShadowType>MidpointFunctions.getLinkedShadows(FocusType focus, String resourceOid) @NotNull List<ShadowType>MidpointFunctions.getLinkedShadows(FocusType focus, String resourceOid, boolean repositoryObjectOnly) MidpointFunctions.getManagers(UserType user) MidpointFunctions.getManagers(UserType user, String orgType, boolean allowSelf) OrgStructFunctions.getManagers(UserType user, boolean preAuthorized) OrgStructFunctions.getManagers(UserType user, String orgType, boolean allowSelf, boolean preAuthorized) MidpointFunctions.getManagersByOrgType(UserType user, String orgType) OrgStructFunctions.getManagersByOrgType(UserType user, String orgType, boolean preAuthorized) MidpointFunctions.getManagersOfOrg(String orgOid) OrgStructFunctions.getManagersOfOrg(String orgOid, boolean preAuthorized) MidpointFunctions.getManagersOids(UserType user) OrgStructFunctions.getManagersOids(UserType user, boolean preAuthorized) MidpointFunctions.getManagersOidsExceptUser(@NotNull Collection<ObjectReferenceType> userRefList) MidpointFunctions.getManagersOidsExceptUser(UserType user) OrgStructFunctions.getManagersOidsExceptUser(@NotNull Collection<ObjectReferenceType> userRefList, boolean preAuthorized) OrgStructFunctions.getManagersOidsExceptUser(UserType user, boolean preAuthorized) MidpointFunctions.getMembers(String orgOid) MidpointFunctions.getMembersAsReferences(String orgOid) <T extends ObjectType>
TReturns object for provided OID.<T extends ObjectType>
TMidpointFunctions.getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options) Returns object for provided OID.<O extends ObjectType,T>
List<O>MidpointFunctions.getObjectsInConflictOnPropertyValue(O objectType, String propertyPathString, T propertyValue, boolean getAllConflicting) MidpointFunctions.getOrgByName(String name) OrgStructFunctions.getOrgByName(String name, boolean preAuthorized) MidpointFunctions.getOrgByOid(String oid) OrgStructFunctions.getOrgByOid(String oid, boolean preAuthorized) MidpointFunctions.getParentOrgByArchetype(ObjectType object, String archetypeOid) Returns parent org of the specified object that have a specific archetype.OrgStructFunctions.getParentOrgByArchetype(ObjectType object, String archetypeOid, boolean preAuthorized) MidpointFunctions.getParentOrgByOrgType(ObjectType object, String orgType) Returns parent org of the specified object that have a specific orgType.OrgStructFunctions.getParentOrgByOrgType(ObjectType object, String orgType, boolean preAuthorized) MidpointFunctions.getParentOrgs(ObjectType object) Returns all parent orgs of the specified object.MidpointFunctions.getParentOrgs(ObjectType object, String relation, String orgType) Returns parent orgs of the specified object that have a specific relation and orgType.MidpointFunctions.getParentOrgs(ObjectType object, QName relation, String orgType) Returns parent orgs of the specified object that have a specific relation and orgType.OrgStructFunctions.getParentOrgs(ObjectType object, boolean preAuthorized) OrgStructFunctions.getParentOrgs(ObjectType object, String relation, String orgType, boolean preAuthorized) OrgStructFunctions.getParentOrgs(ObjectType object, QName relation, @NotNull Predicate<OrgType> predicate, boolean preAuthorized) OrgStructFunctions.getParentOrgs(ObjectType object, QName relation, String orgType, boolean preAuthorized) MidpointFunctions.getParentOrgsByRelation(ObjectType object, String relation) Returns parent orgs of the specified object that have a specific relation.MidpointFunctions.getParentOrgsByRelation(ObjectType object, QName relation) Returns parent orgs of the specified object that have a specific relation.OrgStructFunctions.getParentOrgsByRelation(ObjectType object, String relation, boolean preAuthorized) OrgStructFunctions.getParentOrgsByRelation(ObjectType object, QName relation, boolean preAuthorized) MidpointFunctions.getResourceDelta(ModelContext<?> context, String resourceOid) Returns aggregated delta that is to be executed on a given resource.longMidpointFunctions.getSequenceCounter(String sequenceOid) Uses repository service directly, bypassing authorization checking.<O extends AssignmentHolderType>
@Nullable ArchetypeTypeMidpointFunctions.getStructuralArchetype(O object) Returns the structural archetype for the object, possibly `null`.MidpointFunctions.getUserByOid(String oid) Uses repository service directly, bypassing authorization checking.default booleanMidpointFunctions.isAttributeLoaded(String attrName) booleanMidpointFunctions.isAttributeLoaded(QName attrName) Returnstrueif the attribute is available for processing.booleanMidpointFunctions.isCurrentProjectionActivated()Returns `true` if the current clockwork operation brings the projection into existence and being effectively enabled, i.e. with `administrativeState` set to `null` orActivationStatusType.ENABLED.booleanMidpointFunctions.isCurrentProjectionDeactivated()Returns `true` if the current clockwork operation deletes the projection or effectively disables it, i.e. sets `administrativeState`ActivationStatusType.DISABLEDorActivationStatusType.ARCHIVED.booleanMidpointFunctions.isManagerOfOrgType(UserType user, String orgType) booleanOrgStructFunctions.isManagerOfOrgType(UserType user, String orgType, boolean preAuthorized) <T> booleanMidpointFunctions.isUniqueAccountValue(ResourceType resourceType, ShadowType shadowType, String attributeName, T attributeValue) Checks if the value `attributeValue` of `attributeName` in given shadow is unique on given resource.<T> booleanMidpointFunctions.isUniquePropertyValue(ObjectType objectType, String propertyPathString, T propertyValue) <T extends ObjectType>
voidMidpointFunctions.modifyObject(ObjectDelta<T> modifyDelta) <T extends ObjectType>
voidMidpointFunctions.modifyObject(ObjectDelta<T> modifyDelta, ModelExecuteOptions options) <T> PreparedQuery<T>MidpointFunctions.preparedQueryFor(Class<T> type, String query) <F extends ObjectType>
ModelContext<F>MidpointFunctions.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options) <F extends ObjectType>
ModelContext<F>MidpointFunctions.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, OperationResult result) <T> TypedQuery<T><F extends FocusType>
voidRecomputes focal object with the specified OID.<T extends ObjectType>
TMidpointFunctions.resolveReference(ObjectReferenceType reference) <T extends ObjectType>
TMidpointFunctions.resolveReferenceIfExists(ObjectReferenceType reference) <T extends ObjectType>
TMidpointFunctions.searchObjectByName(Class<T> type, PolyString name) Search for objects by name.<T extends ObjectType>
TMidpointFunctions.searchObjectByName(Class<T> type, PolyStringType name) Search for objects by name.<T extends ObjectType>
TMidpointFunctions.searchObjectByName(Class<T> type, String name) Search for objects by name.<T extends ObjectType>
List<T>MidpointFunctions.searchObjects(TypedQuery<T> query) default <T extends ObjectType>
List<T>MidpointFunctions.searchObjects(TypedQuery<T> query, Collection<SelectorOptions<GetOperationOptions>> options) <T extends ObjectType>
List<T>MidpointFunctions.searchObjects(Class<T> type, ObjectQuery query) Search for objects.<T extends ObjectType>
List<T>MidpointFunctions.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options) Search for objects.default <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative(TypedQuery<T> query, ResultHandler<T> handler) default <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative(TypedQuery<T> query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options) <T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler) Search for objects in iterative fashion (using callback).<T extends ObjectType>
voidMidpointFunctions.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options) Search for objects in iterative fashion (using callback).<F extends FocusType>
PrismObject<F>MidpointFunctions.searchShadowOwner(String accountOid) MidpointFunctions.submitTaskFromTemplate(String templateTaskOid, List<Item<?, ?>> extensionItems) Deprecated.MidpointFunctions.submitTaskFromTemplate(String templateTaskOid, Map<QName, Object> extensionValues) Deprecated.MidpointFunctions.testResource(String resourceOid) Test the resource connection and basic resource connector functionality.ModelContext<?>MidpointFunctions.unwrapModelContext(LensContextType lensContextType) MidpointFunctions.wrapModelContext(ModelContext<?> lensContext) -
Uses of SchemaException in com.evolveum.midpoint.model.api.hooks
Methods in com.evolveum.midpoint.model.api.hooks that throw SchemaExceptionModifier and TypeMethodDescription<T extends ObjectType>
voidReadHook.invoke(PrismObject<T> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) tododefault voidHookRegistry.invokeReadHooks(PrismObject<? extends ObjectType> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Unused for now, as we have no read hooks today. -
Uses of SchemaException in com.evolveum.midpoint.model.api.indexing
Methods in com.evolveum.midpoint.model.api.indexing that throw SchemaExceptionModifier and TypeMethodDescription@NotNull StringValueNormalizer.normalize(@NotNull Object input, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.model.api.interaction
Methods in com.evolveum.midpoint.model.api.interaction that throw SchemaExceptionModifier and TypeMethodDescriptionDashboardService.getObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.model.api.simulation
Methods in com.evolveum.midpoint.model.api.simulation that throw SchemaExceptionModifier and TypeMethodDescriptionvoidProcessedObject.applyDefinitions(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Applies the definitions (currently, resource schema related to specific shadow) to the object(s) before/after, and the delta.com.evolveum.midpoint.task.api.SimulationResultSimulationResultManager.getSimulationResult(@NotNull String resultOid, @NotNull OperationResult result) Provides aSimulationResultfor given simulation result OID.@NotNull List<? extends ProcessedObject<?>>SimulationResultManager.getStoredProcessedObjects(@NotNull String oid, OperationResult result) Fetches and parses all stored processed objects from givenSimulationResultType. -
Uses of SchemaException in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that throw SchemaExceptionModifier and TypeMethodDescriptionstatic ExtensionTypeAssignmentPathUtil.collectExtensions(AssignmentPath path, int startAt) static ExtensionTypeAssignmentPathUtil.collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result) static voidResourceUtils.deleteSchema(PrismObject<? extends ResourceType> resource, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ReferenceResolver.FilterExpressionEvaluator.evaluate(ObjectFilter rawFilter, OperationResult result) List<PrismObject<? extends ObjectType>>ReferenceResolver.resolve(@NotNull ObjectReferenceType reference, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, @Nullable ReferenceResolver.FilterExpressionEvaluator filterExpressionEvaluator, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.ninja.action.audit
Methods in com.evolveum.midpoint.ninja.action.audit that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidExportAuditConsumerWorker.write(Writer writer, AuditEventRecordType object) protected voidVerifyAuditConsumerWorker.write(Writer writer, AuditEventRecordType object) -
Uses of SchemaException in com.evolveum.midpoint.ninja.action.mining
Methods in com.evolveum.midpoint.ninja.action.mining that throw SchemaException -
Uses of SchemaException in com.evolveum.midpoint.ninja.action.mining.generator.context
Methods in com.evolveum.midpoint.ninja.action.mining.generator.context that throw SchemaExceptionModifier and TypeMethodDescriptionprotected static @NotNull List<PrismObject<RoleType>>RbacGeneratorUtils.getBusinessRolesOidAssignment(@NotNull AssignmentHolderType object, @NotNull com.evolveum.midpoint.repo.api.RepositoryService repository, @NotNull OperationResult result) Retrieves a list of PrismObjects representing business RoleType assignments for the specified AssignmentHolderType. -
Uses of SchemaException in com.evolveum.midpoint.ninja.action.stats
Methods in com.evolveum.midpoint.ninja.action.stats that throw SchemaExceptionModifier and TypeMethodDescriptionCategoriesDistribution.asPrismContainerValue(ItemFactory itemFactory) FocusStats.asPrismContainerValue(ItemFactory itemFactory) FocusTypeStats.asPrismContainerValue(ItemFactory itemFactory) PrismTransformableRecord.asPrismContainerValue(ItemFactory itemFactory) PropertyStats.asPrismContainerValue(ItemFactory itemFactory) protected voidExportFocusStatisticsWorker.write(Writer writer, ObjectType object) -
Uses of SchemaException in com.evolveum.midpoint.ninja.action.worker
Methods in com.evolveum.midpoint.ninja.action.worker that throw SchemaExceptionModifier and TypeMethodDescriptionprotected abstract voidprotected voidExportConfigurationSeparateWorker.write(Writer writer, ObjectType object) protected voidExportConsumerWorker.write(Writer writer, ObjectType object) -
Uses of SchemaException in com.evolveum.midpoint.ninja.util
Methods in com.evolveum.midpoint.ninja.util that throw SchemaExceptionModifier and TypeMethodDescriptionstatic ObjectFilterNinjaUtils.createObjectFilter(FileReference strFilter, NinjaContext context, Class<? extends Containerable> objectClass) static ObjectQueryNinjaUtils.createObjectQuery(FileReference ref, NinjaContext context, Class<? extends Containerable> objectClass) -
Uses of SchemaException in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that throw SchemaExceptionModifier and TypeMethodDescriptiondefault booleanAdds a given value, overwriting existing one.booleanItem.add(V newValue, @NotNull EquivalenceStrategy strategy) Adds a value, overwriting existing one(s).voidConvenience method.<IV extends PrismValue,ID extends ItemDefinition<?>>
void<IV extends PrismValue,ID extends ItemDefinition<?>>
voidAdds an item to a property container.default booleanItem.addAll(Collection<V> newValues) Adds given values, with the same semantics as repeated add(..) calls.booleanItem.addAll(Collection<V> newValues, @NotNull EquivalenceStrategy strategy) Adds given values, with the same semantics as repeated add(..) calls.voidPrismContainerValue.addAll(Collection<? extends Item<?, ?>> itemsToAdd) Adds a collection of items to a property container.voidPrismContainerValue.addAllReplaceExisting(Collection<? extends Item<?, ?>> itemsToAdd) Adds a collection of items to a property container.<I extends Item<?,?>>
voidPrismObject.addExtensionItem(I item) Item.addIgnoringEquivalents(V newValue) Adds a value, not looking for equivalent values.default voidValueMetadata.addMetadataValue(PrismContainerValue<?> metadataValue) booleanPrismContainerValue.addRawElement(Object element) <IV extends PrismValue,ID extends ItemDefinition<?>>
voidPrismContainerValue.addReplaceExisting(Item<IV, ID> item) Adds an item to a property container.voidPrismObject.addReplaceExisting(Item<?, ?> item) Item.addRespectingMetadataAndCloning(V value, @NotNull EquivalenceStrategy strategy, EquivalenceStrategy metadataEquivalenceStrategy) Adds a value, respecting the metadata.voidPrismContext.adopt(Containerable containerable) <T extends Objectable>
voidPrismContext.adopt(ObjectDelta<T> delta) voidPrismContext.adopt(Objectable objectable) <C extends Containerable>
voidPrismContext.adopt(PrismContainer<C> object, Class<C> declaredType) <T extends Containerable>
voidPrismContext.adopt(PrismContainer<T> object) voidPrismContext.adopt(PrismContainerValue<?> value) <C extends Containerable,O extends Objectable>
voidPrismContext.adopt(PrismContainerValue<C> prismContainerValue, Class<O> type, ItemPath path) <C extends Containerable>
voidPrismContext.adopt(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path) <C extends Containerable,O extends Objectable>
voiddefault voidItem.applyDefinition(D definition) voidItem.applyDefinition(D definition, boolean force) Applies the definition to this item (and all its values, down to the lowest level).PrismContainerValue.applyDefinition(@NotNull ItemDefinition<?> itemDefinition) PrismContainerValue.applyDefinition(@NotNull ItemDefinition<?> itemDefinition, boolean force) PrismContainerValue.applyDefinition(@NotNull PrismContainerDefinition<C> containerDef, boolean force) PrismReferenceValue.applyDefinition(PrismReferenceDefinition definition, boolean force) default PrismValuePrismValue.applyDefinition(@NotNull ItemDefinition<?> definition) Definition application MAY change the value (currently only for container values).PrismValue.applyDefinition(@NotNull ItemDefinition<?> definition, boolean force) Definition application MAY change the value (currently only for container values).default voidItem.applyDefinitionIfMissing(D definition) default voidPrismValue.applyDefinitionLegacy(@NotNull ItemDefinition<?> definition) This one checks that nothing has changed.default voidPrismValue.applyDefinitionLegacy(@NotNull ItemDefinition<?> definition, boolean force) Definition application MAY change the value (currently only for container/reference values).voidItem.assertDefinitions()voidItem.assertDefinitions(boolean tolerateRawValues, Supplier<String> sourceDescriptionSupplier) voidItem.assertDefinitions(Supplier<String> sourceDescriptionSupplier) voidPrismContainerValue.assertDefinitions(boolean tolerateRaw, Supplier<String> sourceDescriptionSupplier) voidPrismContainerValue.assertDefinitions(Supplier<String> sourceDescriptionSupplier) PrismContainerValue.asSingleValuedContainer(@NotNull QName itemName) Returns a single-valued container (with a single-valued definition) holding just this value.PrismObjectValue.asSingleValuedContainer(@NotNull QName itemName) booleanPrismContainer.containsItem(ItemPath itemPath, boolean acceptEmptyItem) booleanPrismContainerValue.containsItem(ItemPath propPath, boolean acceptEmptyItem) default TPrismPropertyDefinition.convertStringValueToPolyString(@NotNull String stringValue) ConvertsStringvalue toPolyString.<IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValue.createDetachedSubItem(QName name, Class<I> type, ID itemDefinition, boolean immutable) <V extends PrismValue,D extends ItemDefinition<?>>
Item<V,D> ItemFactory.createDummyItem(Item<V, D> itemOld, D definition, ItemPath path) Creates a dummy container with a fixed path.PrismObject.createExtension()<O extends Objectable>
@NotNull PrismObject<O>PrismContext.createObject(@NotNull Class<O> clazz) Creates a new PrismObject of a given type.<O extends Objectable>
OPrismContext.createObjectable(@NotNull Class<O> clazz) Creates a new Objectable of a given type.static <V extends PrismContainerValue>
voidPrismContainer.createParentIfNeeded(V value, ItemDefinition definition) <X> PrismProperty<X>PrismContainerValue.createProperty(PrismPropertyDefinition<X> propertyDefinition) <X> PrismProperty<X>PrismContainerValue.createProperty(QName propertyName) static <T> PrismProperty<T>booleanPrismContainerValue.deleteRawElement(Object element) <C extends Containerable>
S_ItemEntryStarts a delta builder, with the default item definition resolution (i.e. from the system-wide schema).<C extends Containerable>
S_ItemEntryPrismContext.deltaFor(Class<C> objectClass, ItemDefinitionResolver itemDefinitionResolver) Starts a delta builder, with a custom item definition resolver (e.g. for resource-specific deltas).<IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainer.findCreateItem(ItemPath itemPath, Class<I> type, ID itemDefinition, boolean create) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainer.findCreateItem(QName itemQName, Class<I> type, boolean create) Deprecated.<T extends Containerable>
PrismContainer<T>PrismContainer.findOrCreateContainer(ItemPath containerPath) <T extends Containerable>
PrismContainer<T>PrismContainerValue.findOrCreateContainer(QName containerName) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainer.findOrCreateItem(ItemPath containerPath, Class<I> type) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainer.findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValue.findOrCreateItem(ItemPath path, Class<I> type, ID definition) <IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> PrismContainerValue.findOrCreateItem(QName containerName) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValue.findOrCreateItem(QName containerName, Class<I> type) <T> PrismProperty<T>PrismContainer.findOrCreateProperty(ItemPath propertyPath) <X> PrismProperty<X>PrismContainerValue.findOrCreateProperty(ItemPath propertyPath) <X> PrismProperty<X>PrismContainerValue.findOrCreateProperty(PrismPropertyDefinition propertyDef) PrismContainer.findOrCreateReference(ItemPath propertyPath) PrismContainerValue.findOrCreateReference(QName referenceName) PrismObject.getOrCreateExtension()voidPrismContext.initialize()Initializes the prism context, e.g. loads and parses all the schemas.ItemDefinition.instantiate()Create an item instance.ItemDefinition.instantiate(QName name) Create an item instance.@NotNull PrismObject<O>PrismObjectDefinition.instantiate()@NotNull PrismObject<O>PrismObjectDefinition.instantiate(QName name) voidvoidOriginMarker.mark(PrismValue value) Imprints the origin into the value.voidMerge all the values of other item to this item.<IV extends PrismValue,ID extends ItemDefinition<?>>
booleanMerges the provided item into this item.voidPrismContainerValue.mergeContent(@NotNull PrismContainerValue<?> other, @NotNull List<QName> overwrite) voidPrismContainer.mergeValue(PrismContainerValue<C> otherValue) voidPrismContainer.mergeValues(PrismContainer<C> other) voidPrismContainer.mergeValues(Collection<PrismContainerValue<C>> otherValues) default @NotNull PrismReferenceValuePrismReferenceDefinition.migrateIfNeeded(@NotNull PrismReferenceValue value) static <V extends Containerable>
PrismContainer<V>PrismContainer.newInstance(PrismContext prismContext, QName type) <O extends Objectable>
@NotNull PrismObject<O>PrismParser.parse()Parses the input as a prism object.<O extends Objectable>
@NotNull PrismObject<O>PrismParserNoIO.parse()static SchemaMigrationOperation<IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> PrismParser.parseItem()Parses the input as a prism item.<IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> PrismParserNoIO.parseItem()PrismParser.parseItemOrRealValue()Deprecated.PrismParserNoIO.parseItemOrRealValue()<IV extends PrismValue>
IVPrismParser.parseItemValue()Parses the input as a prism value.<IV extends PrismValue>
IVPrismParserNoIO.parseItemValue()default <T extends Objectable>
PrismObject<T>PrismContext.parseObject(File file) default <T extends Objectable>
PrismObject<T>PrismContext.parseObject(String dataString) @NotNull List<PrismObject<? extends Objectable>>PrismParser.parseObjects()Parses the input as a collection of prism objects.@NotNull List<PrismObject<? extends Objectable>>PrismParserNoIO.parseObjects()voidPrismParser.parseObjectsIteratively(@NotNull PrismParser.ObjectHandler handler) Currently implemented for JSON/YAML only.voidPrismParserNoIO.parseObjectsIteratively(@NotNull PrismParser.ObjectHandler handler) <T> voidHacks.parseProtectedType(ProtectedDataType<T> protectedType, MapXNode xmap, ParsingContext pc) <T> TPrismParser.parseRealValue()Parses a real value.<T> TPrismParser.parseRealValue(@Nullable Class<T> clazz) Parses a real value - either property or container value.<T> TPrismParserNoIO.parseRealValue()<T> TPrismParserNoIO.parseRealValue(Class<T> clazz) <T> jakarta.xml.bind.JAXBElement<T>PrismParser.parseRealValueToJaxbElement()Parses a real value and stores it into JAXBElement, using item name derived in the usual way.<T> jakarta.xml.bind.JAXBElement<T>PrismParserNoIO.parseRealValueToJaxbElement()PrismParser.parseToXNode()Parses the input into RootXNode.PrismParserNoIO.parseToXNode()voidPrismContext.reload()voidPrismContainerValue.removeMetadataFromPaths(List<? extends ItemPath> pathsToRemoveMetadata) Remove metadata from specified paths Can also remove metadata from the object on which it's called, if the paths contains a "root" path (e.g.voidPrismContainerValue.removePaths(List<? extends ItemPath> remove) voidReplaces all values of the item by given value.<IV extends PrismValue,ID extends ItemDefinition<?>>
voidvoidItem.replaceAll(Collection<V> newValues, @NotNull EquivalenceStrategy strategy) Replaces all values of the item by given values.Serializes given prism item.PrismSerializer.serialize(@NotNull PrismValue value) Serializes given prism value (property, reference, or container).PrismSerializer.serialize(@NotNull PrismValue value, QName rootName) Serializes given prism value (property, reference, or container).PrismSerializer.serialize(jakarta.xml.bind.JAXBElement<?> value) PrismSerializer.serializeAnyData(Object value) PrismSerializer.serializeAnyData(Object value, QName rootName) PrismSerializer.serializeObjects(@NotNull List<PrismObject<?>> objects) PrismSerializer.serializeRealValue(Object value) PrismSerializer.serializeRealValue(Object value, QName rootName) <C extends Containerable>
voidPrismContainer.setContainerRealValue(QName containerName, C realValue) <T> voidPrismContainer.setPropertyRealValue(QName propertyName, T realValue) <T> voidPrismContainerValue.setPropertyRealValue(QName propertyName, T realValue) <T> voidPrismContainer.setPropertyRealValues(QName propertyName, T... realValues) voidPrismContainer.setRealValue(C value) voidPrismContainer.setValue(@NotNull PrismContainerValue<C> value) voidPrismObject.setValue(@NotNull PrismContainerValue<O> value) voidPrismValue.setValueMetadata(Containerable realValue) Sets metadata from this value (from PCV).<IV extends PrismValue,ID extends ItemDefinition<?>>
booleanSubtract the provided item from this item.static <O extends Objectable,C extends Containerable>
Collection<PrismContainerValue<C>>PrismValueCollectionsUtil.toPrismContainerValues(Class<O> type, ItemPath path, C... containerValues) voidWalkable.walk(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, ?>> itemConsumer) Walk through hierarchy of containing items based on provided conditions.voidParsingContext.warnOrThrow(Trace logger, String message) voidParsingContext.warnOrThrow(Trace logger, String message, Throwable t) -
Uses of SchemaException in com.evolveum.midpoint.prism.annotation
Methods in com.evolveum.midpoint.prism.annotation that throw SchemaExceptionModifier and TypeMethodDescriptionstatic DiagramElementFormTypestatic DiagramElementInclusionType -
Uses of SchemaException in com.evolveum.midpoint.prism.crypto
Methods in com.evolveum.midpoint.prism.crypto that throw SchemaExceptionModifier and TypeMethodDescriptionbooleanProtector.areEquivalent(ProtectedStringType a, ProtectedStringType b) Decides equivalence of two protected data objects (for data management purposes).booleanProtector.compareCleartext(ProtectedStringType a, ProtectedStringType b) Compare cleartext values protected inside the protected strings.<T> voidProtector.decrypt(ProtectedData<T> protectedData) <T> voidProtector.hash(ProtectedData<T> protectedData) -
Uses of SchemaException in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that throw SchemaExceptionModifier and TypeMethodDescriptiondefault <IV extends PrismValue,ID extends ItemDefinition<?>>
voiddefault <IV extends PrismValue,ID extends ItemDefinition<?>>
voiddefault voidPrismContainerValueDelegator.addAll(Collection<? extends Item<?, ?>> itemsToAdd) default voidPrismContainerValueDelegator.addAllReplaceExisting(Collection<? extends Item<?, ?>> itemsToAdd) default booleanPrismContainerValueDelegator.addRawElement(Object element) default <IV extends PrismValue,ID extends ItemDefinition<?>>
voidPrismContainerValueDelegator.addReplaceExisting(Item<IV, ID> item) default voidItemDeltaDelegator.applyDefinition(D definition) default voidItemDeltaDelegator.applyDefinition(D itemDefinition, boolean force) default PrismContainerValue<C>PrismContainerValueDelegator.applyDefinition(@NotNull ItemDefinition<?> itemDefinition) default PrismContainerValue<C>PrismContainerValueDelegator.applyDefinition(@NotNull ItemDefinition<?> itemDefinition, boolean force) default PrismContainerValue<C>PrismContainerValueDelegator.applyDefinition(@NotNull PrismContainerDefinition<C> containerDef, boolean force) default voidPrismContainerValueDelegator.applyDefinitionLegacy(@NotNull ItemDefinition<?> definition) default voidPrismContainerValueDelegator.applyDefinitionLegacy(@NotNull ItemDefinition<?> definition, boolean force) default voidItemDeltaDelegator.applyTo(@NotNull PrismContainerValue<?> containerValue, @NotNull ItemPath targetPath) default voiddefault voidItemDeltaDelegator.applyTo(PrismContainerValue<?> containerValue) default voidItemDeltaDelegator.applyToMatchingPath(Item item) default voidItemDeltaDelegator.applyTransformer(@NotNull ItemDelta.Transformer<V, D> transformer) default voidItemDeltaDelegator.assertDefinitions(boolean tolerateRawValues, Supplier<String> sourceDescriptionSupplier) default voidItemDeltaDelegator.assertDefinitions(Supplier<String> sourceDescriptionSupplier) default voidPrismContainerValueDelegator.assertDefinitions(boolean tolerateRaw, Supplier<String> sourceDescriptionSupplier) default voidPrismContainerValueDelegator.assertDefinitions(Supplier<String> sourceDescriptionSupplier) default PrismContainer<C>PrismContainerValueDelegator.asSingleValuedContainer(@NotNull QName itemName) default booleanPrismContainerValueDelegator.containsItem(ItemPath propPath, boolean acceptEmptyItem) default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValueDelegator.createDetachedSubItem(QName name, Class<I> type, ID itemDefinition, boolean immutable) default <X> PrismProperty<X>PrismContainerValueDelegator.createProperty(PrismPropertyDefinition<X> propertyDefinition) default <X> PrismProperty<X>PrismContainerValueDelegator.createProperty(QName propertyName) default booleanPrismContainerValueDelegator.deleteRawElement(Object element) default <T extends Containerable>
PrismContainer<T>PrismContainerValueDelegator.findOrCreateContainer(QName containerName) default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValueDelegator.findOrCreateItem(ItemPath path, Class<I> type, ID definition) default <IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> PrismContainerValueDelegator.findOrCreateItem(QName containerName) default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValueDelegator.findOrCreateItem(QName containerName, Class<I> type) default <X> PrismProperty<X>PrismContainerValueDelegator.findOrCreateProperty(ItemPath propertyPath) default <X> PrismProperty<X>PrismContainerValueDelegator.findOrCreateProperty(PrismPropertyDefinition propertyDef) default PrismReferencePrismContainerValueDelegator.findOrCreateReference(QName referenceName) ItemDeltaDelegator.getItemNew()ItemDeltaDelegator.getItemNew(Item<V, D> itemOld) ItemDeltaDelegator.getItemNewMatchingPath(Item<V, D> itemOld) default IItemDefinitionDelegator.instantiate()default IItemDefinitionDelegator.instantiate(QName name) default @NotNull PrismObject<O>ObjectDefinitionDelegator.instantiate()default @NotNull PrismObject<O>ObjectDefinitionDelegator.instantiate(QName name) default voiddefault <IV extends PrismValue,ID extends ItemDefinition<?>>
booleandefault voidPrismContainerValueDelegator.mergeContent(@NotNull PrismContainerValue<?> other, @NotNull List<QName> overwrite) default voidPrismContainerValueDelegator.removeMetadataFromPaths(List<? extends ItemPath> pathsToRemoveMetadata) default voidPrismContainerValueDelegator.removePaths(List<? extends ItemPath> remove) default <IV extends PrismValue,ID extends ItemDefinition<?>>
voiddefault voidItemDeltaDelegator.revive(PrismContext prismContext) default <T> voidPrismContainerValueDelegator.setPropertyRealValue(QName propertyName, T realValue) default voidPrismContainerValueDelegator.setValueMetadata(Containerable realValue) default <IV extends PrismValue,ID extends ItemDefinition<?>>
booleandefault PrismValueDeltaSetTriple<V>ItemDeltaDelegator.toDeltaSetTriple(Item<V, D> itemOld) default voidItemDeltaDelegator.validate()default voiddefault voidItemDeltaDelegator.validateValues(ItemDeltaValidator<V> validator) default voidItemDeltaDelegator.validateValues(ItemDeltaValidator<V> validator, Collection<V> oldValues) default voidPrismContainerValueDelegator.walk(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, ?>> itemConsumer) -
Uses of SchemaException in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that throw SchemaExceptionModifier and TypeMethodDescription<C extends Containerable>
voidObjectDelta.addModificationAddContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDelta.addModificationDeleteContainer(ItemPath propertyPath, C... containerables) voidContainerDelta.applyDefinition(@NotNull PrismContainerDefinition<V> definition) voidItemDelta.applyDefinition(D definition) Note: this may change the implementation of the prism values in the delta.voidItemDelta.applyDefinition(D itemDefinition, boolean force) voidObjectDelta.applyDefinition(@NotNull PrismObjectDefinition<O> objectDefinition, boolean force) voidPrismValueDeltaSetTriple.applyDefinition(@NotNull ItemDefinition<?> itemDefinition) voidPropertyDelta.applyDefinition(@NotNull PrismPropertyDefinition<T> definition) voidReferenceDelta.applyDefinition(@NotNull PrismReferenceDefinition definition) static voidItemDeltaCollectionsUtil.applyDefinitionIfPresent(Collection<? extends ItemDelta> deltas, PrismObjectDefinition definition, boolean tolerateNoDefinition) voidObjectDelta.applyDefinitionIfPresent(PrismObjectDefinition<O> definition, boolean tolerateNoDefinition) voidItemDelta.applyTo(@NotNull PrismContainerValue<?> containerValue, @NotNull ItemPath targetPath) Applies this delta to given PCV; putting the values at `targetPath` (which must not be empty).voidvoidItemDelta.applyTo(PrismContainerValue<?> containerValue) static voidItemDeltaCollectionsUtil.applyTo(Collection<? extends ItemDelta> deltas, PrismContainer propertyContainer) static voidItemDeltaCollectionsUtil.applyTo(Collection<? extends ItemDelta> deltas, PrismContainerValue propertyContainerValue) voidObjectDelta.applyTo(PrismObject<O> targetObject) Applies this object delta to specified object, returns updated object.static <O extends Objectable>
voidObjectDeltaUtil.applyTo(PrismObject<O> targetObject, Collection<? extends ItemDelta<?, ?>> modifications) voidItemDelta.applyToMatchingPath(Item item) Applies delta to item.voidItemDelta.applyTransformer(@NotNull ItemDelta.Transformer<V, D> transformer) voidItemDelta.assertDefinitions(boolean tolerateRawValues, Supplier<String> sourceDescriptionSupplier) voidItemDelta.assertDefinitions(Supplier<String> sourceDescriptionSupplier) voidObjectDelta.assertDefinitions()voidObjectDelta.assertDefinitions(boolean tolerateRawElements) voidObjectDelta.assertDefinitions(boolean tolerateRawElements, Supplier<String> sourceDescription) Assert that all the items has appropriate definition.voidObjectDelta.assertDefinitions(Supplier<String> sourceDescription) ObjectDelta.computeChangedObject(PrismObject<O> objectOld) Applies this object delta to specified object, returns updated object.<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createEmptyAddDelta(Class<O> type, String oid) <T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationAdd(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationAdd(ItemPath containerPath, Class<O> type, T containerable) Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationDelete(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationDelete(ItemPath containerPath, Class<O> type, T containerable) Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationReplace(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationReplace(ItemPath containerPath, Class<O> type, Collection<T> containerables) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationReplace(ItemPath containerPath, Class<O> type, T containerable) Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) ObjectDelta.createReverseDelta()static <T extends Objectable>
ObjectDelta<T>static <T extends Objectable>
ObjectDelta<T>static <T extends Objectable>
ObjectDelta<T>DiffUtil.diff(T oldObjectType, T newObjectType) <O extends Objectable>
voidContainerDelta.expand(PrismObject<O> object, Trace logger) Post processing of delta to expand missing values from the object.@NotNull ObjectDelta.FactorOutResultMulti<O>ObjectDelta.factorOutValues(ItemPath path, boolean cloneDelta) ItemDelta.getItemNew()Returns the "new" state of the property - the state that would be after the delta is applied.ItemDelta.getItemNew(Item<V, D> itemOld) Returns the "new" state of the property - the state that would be after the delta is applied.ItemDelta.getItemNewMatchingPath(Item<V, D> itemOld) PropertyDelta.getPropertyNewMatchingPath()Returns the "new" state of the property - the state that would be after the delta is applied.PropertyDelta.getPropertyNewMatchingPath(PrismProperty<T> propertyOld) Returns the "new" state of the property - the state that would be after the delta is applied.booleanObjectDelta.isRedundant(PrismObject<O> object, @NotNull ParameterizedEquivalenceStrategy plusStrategy, @NotNull ParameterizedEquivalenceStrategy minusStrategy, boolean assumeMissingItems) Check if delta is redundant w.r.t. given object - i.e. if its application would have no visible effect on that object.voidItemMerger.merge(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> target, @NotNull PrismContainerValue<?> source) Merges all data about specific item (named `itemName`) from `source` container value to `target` one, according to (its own) strategy.voidObjectDelta.merge(ObjectDelta<O> deltaToMerge) Merge provided delta into this delta.voidObjectDelta.mergeModification(ItemDelta<?, ?> modificationToMerge) voidObjectDelta.mergeModifications(Collection<? extends ItemDelta> modificationsToMerge) voidItemDelta.revive(PrismContext prismContext) voidObjectDelta.revive(PrismContext prismContext) static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil.summarize(ObjectDelta<T>... deltas) Returns a delta that is a "sum" of all the deltas in the collection.static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil.summarize(List<ObjectDelta<T>> deltas) Returns a delta that is a "sum" of all the deltas in the collection.voidIncorporates the property delta into the existing property deltas (regardless of the change type).voidItemDelta.toDeltaSetTriple(Item<V, D> itemOld) static <IV extends PrismValue,ID extends ItemDefinition<?>>
PrismValueDeltaSetTriple<IV>ItemDeltaUtil.toDeltaSetTriple(Item<IV, ID> itemOld, ItemDelta<IV, ID> delta) Converts the old state of an item and the delta into "plus/minus/zero" information.static <O extends Objectable>
PrismValueDeltaSetTriple<PrismObjectValue<O>>ItemDeltaUtil.toDeltaSetTriple(PrismObject<O> objectOld, ObjectDelta<O> delta) TheItemDeltaUtil.toDeltaSetTriple(Item, ItemDelta)for whole objects.ObjectDelta.toDeltaSetTriple(PrismObject<O> objectOld) CreatesPrismValueDeltaSetTriple(plus/minus/zero sets) for the value ofPrismObject.ItemDelta.Transformer.transformValue(V value) Transforms a given value; returns null if the value should be removed.static <T extends Objectable>
ObjectDelta<T>ObjectDeltaCollectionsUtil.union(ObjectDelta<T>... deltas) Union of several object deltas.voidItemDelta.validate()voidvoidItemDelta.validateValues(ItemDeltaValidator<V> validator) voidItemDelta.validateValues(ItemDeltaValidator<V> validator, Collection<V> oldValues) -
Uses of SchemaException in com.evolveum.midpoint.prism.extensions
Methods in com.evolveum.midpoint.prism.extensions that throw SchemaExceptionModifier and TypeMethodDescriptionvoidAbstractDelegatedPrismValueDeltaSetTriple.applyDefinition(@NotNull ItemDefinition<?> itemDefinition) -
Uses of SchemaException in com.evolveum.midpoint.prism.marshaller
Methods in com.evolveum.midpoint.prism.marshaller that throw SchemaExceptionModifier and TypeMethodDescription<IV extends PrismValue,ID extends ItemDefinition<?>, C extends Containerable>
Item<IV,ID> JaxbDomHack.parseRawElement(Object element, PrismContainerDefinition<C> definition) JaxbDomHack.toAny(PrismValue value) -
Uses of SchemaException in com.evolveum.midpoint.prism.match
Methods in com.evolveum.midpoint.prism.match that throw SchemaExceptionModifier and TypeMethodDescription<T> @NotNull MatchingRule<T>MatchingRuleRegistry.getMatchingRule(@Nullable QName ruleName, @Nullable QName typeQName) Returns the matching rule by its name; checking its applicability to given data type (if type name is provided).default booleanMatches two objects.default booleanMatchingRule.matchRegex(T a, String regex) Matches value against given regex.default TReturns a normalized version of the value. -
Uses of SchemaException in com.evolveum.midpoint.prism.normalization
Methods in com.evolveum.midpoint.prism.normalization that throw SchemaExceptionModifier and TypeMethodDescriptionbooleanMatches two values.booleanNormalizer.matchRegex(T a, String regex) Matches a value against regular expression (if supported).Returns a normalized version of the value.default StringNormalizer.normalizeString(String orig) Temporary solution for untyped relation between normalizers vs. matching rules.Creates aPolyStringfrom given "orig"String. -
Uses of SchemaException in com.evolveum.midpoint.prism.polystring
Methods in com.evolveum.midpoint.prism.polystring that throw SchemaExceptionModifier and TypeMethodDescriptionPolyString.copyApplyingNormalization(@NotNull Normalizer<String> normalizer) -
Uses of SchemaException in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that throw SchemaExceptionModifier and TypeMethodDescriptiondefault ObjectFilterBinds positional placeholders and returns filtervoidBinds next unbound value to provided valueQueryConverter.createObjectFilter(ItemDefinition<?> containerDefinition, SearchFilterType filterType) QueryConverter.createObjectFilter(Class<?> clazz, SearchFilterType filterType) QueryConverter.createObjectQuery(Class<?> clazz, QueryType queryType) QueryConverter.createObjectQuery(Class<?> clazz, SearchFilterType filterType) QueryConverter.createQueryType(ObjectQuery query) QueryConverter.createSearchFilterType(ObjectFilter filter) QueryConverter.createSearchFilterType(ObjectFilter filter, boolean forceAxiom) Creates search filter type from Object FilterbooleanObjectFilter.match(PrismContainerValue<?> value, MatchingRuleRegistry matchingRuleRegistry) static booleanObjectQuery.match(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) static <T extends Objectable>
booleanObjectQuery.match(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) booleanValueFilter.match(PrismContainerValue<?> cvalue, MatchingRuleRegistry matchingRuleRegistry) PrismQueryLanguageParser.parse(ItemDefinition<?> definition, String query) PrismQueryLanguageParser.parseFilter(ItemDefinition<?> definition, String query) <T> ObjectFilterPrismQueryLanguageParser.parseFilter(Class<T> typeClass, String query) Parses Axiom Query filter with definition derived from the provided type class.QueryConverter.parseFilter(@NotNull SearchFilterType filter, @NotNull ItemDefinition<?> objDef) QueryConverter.parseFilter(@NotNull SearchFilterType filter, @NotNull Class<?> clazz) QueryConverter.parseFilter(XNode xnode, Class<? extends Containerable> clazz) voidQueryConverter.parseFilterPreliminarily(MapXNode xfilter, ParsingContext pc) Tries to parse as much from filter as possible, without knowing the definition of object(s) to which the filter will be applied.default voidPrismQueryExpressionFactory.serializeExpression(PrismQueryExpressionFactory.ExpressionWriter writer, ExpressionWrapper wrapper) QueryConverter.serializeFilter(ObjectFilter filter) voidBinds named placeholder to provided valuePreparedPrismQuery.toFilter()Returns complete filter with values bound -
Uses of SchemaException in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema that throw SchemaExceptionModifier and TypeMethodDescription<T extends Objectable>
voidSchemaRegistry.applyDefinition(ObjectDelta<T> objectDelta, Class<T> type, boolean force) <C extends Containerable>
voidSchemaRegistry.applyDefinition(PrismContainer<C> container, Class<C> type) This method will try to locate the appropriate object definition and apply it.<C extends Containerable>
voidSchemaRegistry.applyDefinition(PrismContainer<C> prismObject, Class<C> type, boolean force) <C extends Containerable,O extends Objectable>
voidSchemaRegistry.applyDefinition(PrismContainerValue<C> prismContainerValue, Class<O> type, ItemPath path, boolean force) <C extends Containerable>
voidSchemaRegistry.applyDefinition(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path, boolean force) <ID extends ItemDefinition>
SchemaRegistry.ComparisonResultSchemaRegistry.compareDefinitions(ID def1, ID def2) <T extends ItemDefinition>
TSchemaRegistry.findItemDefinitionByFullPath(Class<? extends Objectable> objectClass, Class<T> defClass, QName... itemNames) ItemDefinitionSupplier.get()Returns the value of the definition feature for the given (usually XSOM) source.default VDefinitionFeatureParser.getValueIfApplicable(@NotNull Object source) voidSchemaRegistry.initialize()Obtains the value from `source` (e.g.default VDefinitionFeature.parseIfApplicable(DB target, XC source) SchemaRegistry.qualifyTypeName(QName typeName) voidSchemaRegistry.registerDynamicSchemaExtensions(Map<String, Element> dbSchemaExtensions) voidSchemaRegistry.reload()SchemaRegistryState.resolveUnqualifiedTypeName(QName type) SchemaRegistry.selectMoreSpecific(@Nullable QName type1, @Nullable QName type2) Selects the type that is more specific of the two.<ID extends ItemDefinition>
IDSchemaRegistry.selectMoreSpecific(ID def1, ID def2) @NotNull DocumentPrismSchema.serializeToXsd() -
Uses of SchemaException in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that throw SchemaExceptionModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertElementsEquals(Object expected, Object actual) static voidPrismAsserts.assertEquals(Objectable expected, Objectable actual) static voidPrismAsserts.assertEquals(File fileNewXml, Objectable objectable) static <O extends Objectable>
voidPrismAsserts.assertEquals(File fileNewXml, PrismObject<O> actual) static voidPrismAsserts.assertEquals(File fileNewXml, String objectString) static <T> voidPrismAsserts.assertEquals(String message, MatchingRule<T> matchingRule, T expected, T actual) static <O extends Objectable>
voidPrismAsserts.assertEquivalent(File expectedFile, PrismObject<O> actual) static <O extends Objectable>
voidPrismAsserts.assertEquivalent(String message, File expectedFile, PrismObject<O> actual) static <T> voidPrismAsserts.assertPropertyValueDesc(PrismProperty<T> property, MatchingRule<T> matchingRule, String contextDescrition, T... expectedPropValues) static <T> voidPrismAsserts.assertPropertyValueMatch(PrismContainer<?> container, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues) static <T> voidPrismAsserts.assertPropertyValueMatch(PrismContainerValue<?> containerValue, ItemPath propQName, MatchingRule<T> matchingRule, T... realPropValues) static <T> voidPrismAsserts.assertSets(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, Collection<T> expectedValues) static <T> voidPrismAsserts.assertSets(String message, MatchingRule<T> matchingRule, Collection<T> actualValues, T... expectedValues) static <T> voidPrismAsserts.assertValues(String message, MatchingRule<T> matchingRule, Collection<PrismPropertyValue<T>> actualPValues, T... expectedValues) static PrismContextPrismTestUtil.createInitializedPrismContext()PrismContextFactory.createPrismContext()Returns UNINITIALIZED prism context.static PrismContextPrismTestUtil.createPrismContext()static voidPrismTestUtil.displayQueryType(QueryType queryType) static voidPrismTestUtil.displaySearchFilterType(SearchFilterType filterType) static <T> booleanPrismUtil.equals(T a, T b, MatchingRule<T> matchingRule) default <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDeltaItem<IV,ID> Finds a child IDI related to given `path`.<IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDeltaItem<IV,ID> AbstractItemDeltaItem.findIdi(@NotNull ItemPath path, @Nullable DefinitionResolver<D, ID> additionalDefinitionResolver) As #findIdi(ItemPath) but with additional definition resolver that provides definitions for sub-items found.<IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDeltaItem<IV,ID> ItemDeltaItem.findIdi(@NotNull ItemPath path, @Nullable DefinitionResolver<D, ID> additionalDefinitionResolver) <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDeltaItem<IV,ID> ObjectDeltaObject.findIdi(@NotNull ItemPath path, @Nullable DefinitionResolver<PrismObjectDefinition<O>, ID> additionalDefinitionResolver) static <T> TPrismTestUtil.parseAnyValue(File file) static <T> TPrismTestUtil.parseAtomicValue(File file, QName type) static <T> TPrismTestUtil.parseAtomicValue(String data, QName type) static <T> TPrismTestUtil.parseAtomicValueCompat(String data, QName type) static <T extends Objectable>
PrismObject<T>PrismTestUtil.parseObject(File file) static <T extends Objectable>
PrismObject<T>PrismTestUtil.parseObject(String xmlString) static <T extends Objectable>
TPrismTestUtil.parseObjectable(File file) static List<PrismObject<? extends Objectable>>PrismTestUtil.parseObjects(File file) static List<PrismObject<? extends Objectable>>PrismTestUtil.parseObjectsCompat(File file) voidAbstractItemDeltaItem.recompute()Recomputes the new state of the IDI.voidItemDeltaItem.recompute()voidObjectDeltaObject.recompute()voidObjectDeltaObject.recomputeIfNeeded(boolean deep) static voidPrismTestUtil.resetPrismContext()static voidPrismTestUtil.resetPrismContext(PrismContextFactory newPrismContextFactory) static StringPrismTestUtil.serializeAnyData(Object o, QName defaultRootElementName) static StringPrismTestUtil.serializeAnyDataWrapped(Object o) static StringPrismTestUtil.serializeAtomicValue(Object object, QName elementName) static StringPrismTestUtil.serializeJaxbElementToString(jakarta.xml.bind.JAXBElement<?> element) static StringPrismTestUtil.serializeObjectToString(PrismObject<? extends Objectable> object) static StringPrismTestUtil.serializeObjectToString(PrismObject<? extends Objectable> object, String language) static StringPrismTestUtil.serializeToXml(Objectable object) ItemDeltaItem.toDeltaSetTriple()void -
Uses of SchemaException in com.evolveum.midpoint.prism.xml
Methods in com.evolveum.midpoint.prism.xml that throw SchemaExceptionModifier and TypeMethodDescriptionstatic <T> TXmlTypeConverter.toJavaValue(Element xmlElement, Class<T> type) static ObjectXmlTypeConverter.toJavaValue(Element xmlElement, QName type) -
Uses of SchemaException in com.evolveum.midpoint.prism.xnode
Methods in com.evolveum.midpoint.prism.xnode that throw SchemaExceptionModifier and TypeMethodDescriptionPrimitiveXNode.getGuessedFormattedValue()<X> XPrimitiveXNode.getParsedValue(@NotNull QName typeName, @Nullable Class<X> expectedClass) MapXNode.getSingleSubEntry(String errorContext) MapXNode.getSingleSubEntryAsRoot(String errorContext) ValueParser.parse(QName typeName, XNodeProcessorEvaluationMode mode) -
Uses of SchemaException in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that throw SchemaExceptionModifier and TypeMethodDescriptionMidPointPrismContextFactory.createInitializedPrismContext()static <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID> DeltaConvertor.createItemDelta(@NotNull ItemDeltaType propMod, @NotNull PrismContainerDefinition<?> rootPcd) Item delta: XML -> native.static <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID> DeltaConvertor.createItemDelta(ItemDeltaType propMod, Class<? extends Containerable> objectType) Item delta: XML -> native.static <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor.createObjectDelta(@NotNull ObjectDeltaType objectDeltaBean) Object delta: XML -> nativestatic <T extends Objectable>
ObjectDelta<T>DeltaConvertor.createObjectDelta(@NotNull ObjectDeltaType objectDeltaBean, boolean convertUnknownTypes) static <T extends Objectable>
ObjectDelta<T>DeltaConvertor.createObjectDelta(@NotNull ObjectDeltaType objectDeltaBean, @Nullable PrismObjectDefinition<T> explicitObjectDefinition, boolean convertUnknownTypes) static <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor.createObjectDelta(@NotNull ObjectDeltaType deltaBean, PrismContext ignored) Object delta: XML -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor.createObjectDelta(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef) Object delta: XML (api-types-3) -> nativestatic <T extends Objectable>
@NotNull ObjectDelta<T>DeltaConvertor.createObjectDelta(ObjectModificationType objectModification, Class<T> type) Object delta: XML (api-types-3) -> nativestatic <T extends Objectable>
ObjectDelta<T>DeltaConvertor.createObjectDeltaNullable(@Nullable ObjectDeltaType objectDeltaBean) static ObjectDeltaOperation<?>DeltaConvertor.createObjectDeltaOperation(ObjectDeltaOperationType odoBean, boolean convertUnknownTypes) static ObjectDeltaOperation<?>DeltaConvertor.createObjectDeltaOperation(ObjectDeltaOperationType odoBean, PrismContext prismContext) Object delta operation: XML -> native.static Collection<ObjectDelta<? extends ObjectType>>DeltaConvertor.createObjectDeltas(ObjectDeltaListType deltaList) Object deltas: XML (api-types-3) -> native Dubious.MidPointPrismContextFactory.createPrismContext()protected voidMidPointPrismContextFactory.registerExtensionSchemas(com.evolveum.midpoint.prism.impl.schema.SchemaRegistryImpl schemaRegistry) static StringDeltaConvertor.serializeDelta(ObjectDelta<? extends ObjectType> delta, DeltaConversionOptions options, @NotNull String language) Object delta: native -> serialized XML.static StringDeltaConvertor.serializeDelta(ObjectDeltaType objectDeltaType, DeltaConversionOptions options, @NotNull String language) voidPrismQueryExpressionSupport.serializeExpression(PrismQueryExpressionFactory.ExpressionWriter writer, ExpressionWrapper wrapper) static Collection<ItemDeltaType>DeltaConvertor.toItemDeltaTypes(ItemDelta<?, ?> delta) Item delta: native -> XML.static Collection<ItemDeltaType>DeltaConvertor.toItemDeltaTypes(ItemDelta<?, ?> delta, DeltaConversionOptions options) Item delta: native -> XML.static <T extends Objectable>
Collection<? extends ItemDelta<?,?>> DeltaConvertor.toModifications(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef) Object delta: XML (api-types-3) -> native (ItemDelta collection)static <T extends Objectable>
Collection<? extends ItemDelta<?,?>> DeltaConvertor.toModifications(ObjectModificationType objectModification, Class<T> type) Object delta: XML (api-types-3) -> native (ItemDelta collection)static <T extends Objectable>
Collection<? extends ItemDelta<?,?>> DeltaConvertor.toModifications(Collection<ItemDeltaType> itemDeltaBeans, PrismObjectDefinition<T> objDef) Item deltas: XML -> nativestatic ObjectDeltaOperationTypeDeltaConvertor.toObjectDeltaOperationType(ObjectDeltaOperation<?> objectDeltaOperation) Object delta operation: native -> XML.static ObjectDeltaOperationTypeDeltaConvertor.toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, DeltaConversionOptions options) Object delta operation: native -> XML.static voidDeltaConvertor.toObjectDeltaOperationType(ObjectDeltaOperation<?> odo, ObjectDeltaOperationType odoBean, DeltaConversionOptions options) Object delta operation: native -> XML (passed as parameter).static ObjectDeltaTypeDeltaConvertor.toObjectDeltaType(ObjectDelta<?> objectDelta) Object delta: native -> XML.static ObjectDeltaTypeDeltaConvertor.toObjectDeltaType(ObjectDelta<?> objectDelta, DeltaConversionOptions options) Object delta: native -> XML.static <T extends Objectable>
ObjectModificationTypeDeltaConvertor.toObjectModificationType(ObjectDelta<T> delta) Object delta: native -> XML (api-types-3). -
Uses of SchemaException in com.evolveum.midpoint.schema.delta
Methods in com.evolveum.midpoint.schema.delta that throw SchemaException -
Uses of SchemaException in com.evolveum.midpoint.schema.expression
Methods in com.evolveum.midpoint.schema.expression that throw SchemaExceptionModifier and TypeMethodDescriptionTypedValue.determineClass()<T> T<O extends ObjectType>
PrismObject<O>VariablesMap.getValueNew(String name) -
Uses of SchemaException in com.evolveum.midpoint.schema.merger
Methods in com.evolveum.midpoint.schema.merger that throw SchemaExceptionModifier and TypeMethodDescriptionvoidBaseMergeOperation.execute()static <C extends Containerable>
CBaseMergeOperation.merge(C target, C source) A convenience method that merges two values without origin marking or custom config.static <O extends ObjectType>
voidSimpleObjectMergeOperation.merge(@NotNull PrismObject<O> target, @NotNull PrismObject<O> source) Deprecated.AdminGuiConfigurationMergeManager.mergeObjectDetailsPageConfiguration(@NotNull GuiObjectDetailsPageType defaultPageConfiguration, ArchetypePolicyType archetypePolicyType, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.schema.merger.assignment
Methods in com.evolveum.midpoint.schema.merger.assignment that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidAssignmentMerger.mergeInternal(@NotNull PrismContainer<AssignmentType> target, @NotNull PrismContainer<AssignmentType> source) -
Uses of SchemaException in com.evolveum.midpoint.schema.merger.objdef
Methods in com.evolveum.midpoint.schema.merger.objdef that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidLimitationsMerger.mergeInternal(@NotNull PrismContainer<PropertyLimitationsType> target, @NotNull PrismContainer<PropertyLimitationsType> source) -
Uses of SchemaException in com.evolveum.midpoint.schema.merger.resource
Methods in com.evolveum.midpoint.schema.merger.resource that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidObjectTypeDefinitionMerger.mergeInternal(@NotNull PrismContainer<ResourceObjectTypeDefinitionType> target, @NotNull PrismContainer<ResourceObjectTypeDefinitionType> source) -
Uses of SchemaException in com.evolveum.midpoint.schema.messaging
Methods in com.evolveum.midpoint.schema.messaging that throw SchemaExceptionModifier and TypeMethodDescriptionItem<?,?> MessageWrapper.getBodyAsPrismItem(String language) Returns message body as prism item. -
Uses of SchemaException in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that throw SchemaExceptionModifier and TypeMethodDescriptionvoidvoidShadowAssociationsContainer.add(ShadowAssociation association) default ShadowAssociationsContainerShadowAssociationsContainer.add(QName attributeName, ShadowAssociationValue value) default ShadowAssociationsContainerShadowAssociationsContainer.add(QName attributeName, AbstractShadow associationShadow) voidvoidShadowAssociationsContainerImpl.add(ShadowAssociation association) voidShadowAttributesContainer.add(ShadowAttribute<?, ?, ?, ?> attribute) voidShadowAttributesContainerImpl.add(ShadowAttribute<?, ?, ?, ?> attribute) default voidShadowAttributesContainer.addAttribute(ShadowAttribute<?, ?, ?, ?> attribute) This method exists just to avoid confusion betweenPrismContainer.add(Item)andShadowAttributesContainer.add(ShadowAttribute)for values that conform to both of these signatures (e.g.,ShadowSimpleAttribute).static @NotNull ResourceObjectDefinitionResourceSchemaUtil.addOwnAuxiliaryObjectClasses(@NotNull ResourceObjectDefinition objectDefinition, @NotNull ResourceSchema resourceSchema) default ShadowAttributesContainerShadowAttributesContainer.addReferenceAttribute(QName attributeName, ShadowReferenceAttributeValue value) default ShadowAttributesContainerShadowAttributesContainer.addReferenceAttribute(QName attributeName, AbstractShadow shadow) default ShadowAttributesContainerShadowAttributesContainer.addSimpleAttribute(QName attributeName, Object realValue) voidShadowAttribute.addValueSkipUniquenessCheck(V value) voidShadowReferenceAttribute.addValueSkipUniquenessCheck(ShadowReferenceAttributeValue value) NormalizationAwareResourceAttributeDefinition.adoptRealValues(@NotNull Collection<?> realValues) @NotNull PrismProperty<T>NormalizationAwareResourceAttributeDefinition.adoptRealValuesAndInstantiate(@NotNull Collection<?> realValues) TODO namevoidShadowAttribute.applyDefinitionFrom(ResourceObjectDefinition objectDefinition) voidShadowReferenceAttribute.applyDefinitionFrom(@NotNull ResourceObjectDefinition objectDefinition) default voidShadowSimpleAttribute.applyDefinitionFrom(@NotNull ResourceObjectDefinition objectDefinition) protected voidShadowSimpleAttributeImpl.applyDefinitionToValues(@NotNull PrismPropertyDefinition<T> newDefinition, boolean force) voidShadowDefinitionApplicator.applyToAssociationValues(ShadowType shadow) Applies the correct definitions to objects embedded in association values.voidShadowDefinitionApplicator.applyToDelta(@NotNull ObjectDelta<ShadowType> delta) voidShadowDefinitionApplicator.applyToItemDeltas(@NotNull Collection<? extends ItemDelta<?, ?>> itemDeltas) voidShadowDefinitionApplicator.applyToShadow(@NotNull ShadowType bean) Applies the definition to the model-level or resource-level shadow.@NotNull ResourceObjectIdentityTypeResourceObjectIdentification.asBean()voidNativeResourceSchema.NativeResourceSchemaBuilder.computeReferenceTypes()voidNativeResourceSchemaImpl.computeReferenceTypes()Transforms references between object classes into a collection of reference types.static ShadowAssociationsContainerShadowAssociationsContainer.convertFromPrismContainer(@NotNull PrismContainer<?> origPrismContainer, @NotNull ResourceObjectDefinition resourceObjectDefinition) NormalizationAwareResourceAttributeDefinition.convertStringValueToPolyString(@NotNull String stringValue) ResourceObjectClassDefinitionImpl.create(@NotNull BasicResourceInformation basicResourceInformation, @NotNull NativeObjectClassDefinition nativeObjectClassDefinition, @Nullable ResourceObjectTypeDefinitionType definitionBean) default AbstractShadowResourceObjectDefinition.createBlankShadowWithPrimaryId(@NotNull Object primaryIdentifierValue) AsResourceObjectDefinition.createBlankShadow()but with the specified primary identifier.@NotNull ShadowReferenceAttributeValueShadowReferenceAttribute.createNewValueFromShadow(@NotNull AbstractShadow shadow) Creates a value holding the shadow.@NotNull ShadowReferenceAttributeValueShadowReferenceAttribute.createNewValueWithIdentifierRealValue(@NotNull QName identifierName, @NotNull Object identifierRealValue) Callable only on the subject-side reference attribute.ResourceObjectDefinition.createPrimaryIdentification(@NotNull Object identifierRealValue) ShadowAttributeDefinition.createPrismValueFromRealValue(@NotNull Object realValue) ShadowReferenceAttributeDefinitionImpl.createPrismValueFromRealValue(@NotNull Object realValue) ShadowSimpleAttributeDefinitionImpl.createPrismValueFromRealValue(@NotNull Object realValue) default ShadowAssociationValueShadowAssociationDefinition.createValueFromDefaultObject(@NotNull AbstractShadow object) Call only on simple associations!default ShadowAssociationValueShadowAssociationDefinition.createValueFromDefaultObjectRef(@NotNull ShadowReferenceAttributeValue refAttrValue) Call only on simple associations!default ShadowAssociationValueShadowAssociationDefinition.createValueFromFullDefaultObject(@NotNull AbstractShadow object) Call only on simple associations!default Collection<ShadowAssociationValue>ShadowAssociationDefinition.createValuesFromDefaultObjects(Collection<? extends AbstractShadow> objects) Call only on simple associations!ShadowMarkingRules.FilterExpressionEvaluator.evaluate(ObjectFilter rawFilter, OperationResult result) ShadowMarkingRules.evaluateExpressions(@NotNull ShadowMarkingRules.FilterExpressionEvaluator evaluator, @NotNull OperationResult result) Returns the same rules but with expressions evaluated.ShadowAssociationValue.fillFromReferenceAttributeValue(@NotNull ShadowReferenceAttributeValue refAttrValue) Fills-in this value from a (fully resolved)ShadowReferenceAttributeValue.default ShadowAssociationDefinitionAssociationDefinitionStore.findAssociationDefinitionRequired(QName name) default ShadowAssociationDefinitionAssociationDefinitionStore.findAssociationDefinitionRequired(QName name, Object context) default @NotNull ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findAttributeDefinitionRequired(@NotNull QName name) default @NotNull ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findAttributeDefinitionRequired(@NotNull QName name, Object context) static @Nullable ResourceObjectDefinitionResourceSchemaUtil.findDefinitionForBulkOperation(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName) Looks up appropriate definition for "bulk operation" i.e. operation that is executed for given kind/intent/objectclass on given resource.default @NotNull ResourceObjectDefinitionResourceSchema.findDefinitionForConstructionRequired(@NotNull ConstructionType constructionBean, @NotNull Supplier<String> contextSupplier) AsResourceSchema.findDefinitionForConstruction(ConstructionType)but throws an exception if the definition is not there.default @NotNull ResourceObjectDefinitionResourceSchema.findDefinitionForObjectClassRequired(@NotNull QName name) AsResourceSchema.findDefinitionForObjectClass(QName)but throws an exception if there's no suitable definition.default @Nullable ResourceObjectDefinitionResourceSchema.findDefinitionForShadow(@NotNull ShadowType shadow) Convenience variant ofResourceSchema.findDefinitionForShadow(ShadowType, Collection).default @Nullable ResourceObjectDefinitionResourceSchema.findDefinitionForShadow(@NotNull ShadowType shadow, @NotNull Collection<QName> additionalAuxObjectClassNames) Returns appropriateResourceObjectDefinitionfor given shadow.default @NotNull ResourceObjectClassDefinitionResourceSchema.findObjectClassDefinitionRequired(@NotNull QName name) The same asResourceSchema.findObjectClassDefinition(QName)but throws an exception if there's no such definition.default @NotNull ResourceObjectClassDefinitionResourceSchema.findObjectClassDefinitionRequired(@NotNull QName name, @NotNull Supplier<String> contextSupplier) static ResourceObjectDefinitionResourceSchemaUtil.findObjectDefinitionPrecisely(@NotNull ResourceSchema resourceSchema, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName, Object errorCtx) static ResourceObjectDefinitionResourceSchemaUtil.findObjectDefinitionPrecisely(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName) Determines object type/class definition in a precise way.default @NotNull ShadowItemDefinitionShadowAssociationDefinition.findObjectRefDefinitionRequired(@NotNull ItemName itemName) ShadowAssociationsContainer.findOrCreateAssociation(QName assocName) ShadowAssociationsContainerImpl.findOrCreateAssociation(QName assocName) ShadowAttributesContainer.findOrCreateReferenceAttribute(QName attributeName) ShadowAttributesContainerImpl.findOrCreateReferenceAttribute(QName attributeName) <X> ShadowSimpleAttribute<X>ShadowAttributesContainer.findOrCreateSimpleAttribute(ShadowSimpleAttributeDefinition attributeDefinition) <X> ShadowSimpleAttribute<X>ShadowAttributesContainer.findOrCreateSimpleAttribute(QName attributeName) <X> ShadowSimpleAttribute<X>ShadowAttributesContainerImpl.findOrCreateSimpleAttribute(ShadowSimpleAttributeDefinition attributeDefinition) <X> ShadowSimpleAttribute<X>ShadowAttributesContainerImpl.findOrCreateSimpleAttribute(QName attributeName) default @NotNull ShadowReferenceAttributeDefinitionAttributeDefinitionStore.findReferenceAttributeDefinitionRequired(QName name) default @NotNull ShadowReferenceAttributeDefinitionAttributeDefinitionStore.findReferenceAttributeDefinitionRequired(QName name, Supplier<String> contextSupplier) default ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findShadowAttributeDefinitionRequired(@NotNull ItemName itemName, boolean ignoreCase, Object errorCtx) TODO ... ignoreCase will be part of the schema, soon ...default <T> @NotNull ShadowSimpleAttributeDefinition<T>AttributeDefinitionStore.findSimpleAttributeDefinitionRequired(@NotNull QName name) Finds a definition of an attribute with a given name.default <T> @NotNull ShadowSimpleAttributeDefinition<T>AttributeDefinitionStore.findSimpleAttributeDefinitionRequired(@NotNull QName name, @NotNull Supplier<String> contextSupplier) Finds a definition of an attribute with a given name.default <T> @NotNull ShadowSimpleAttributeDefinition<T>AttributeDefinitionStore.findSimpleAttributeDefinitionRequired(String name) A convenience variant ofAttributeDefinitionStore.findSimpleAttributeDefinition(String).default @NotNull ShadowItemDefinitionShadowAssociationDefinition.findSimpleAttributeDefinitionRequired(@NotNull ItemName itemName) static @Nullable SynchronizationPolicySynchronizationPolicyFactory.forKindAndIntent(@NotNull ShadowKindType kind, @NotNull String intent, @NotNull ResourceType resource) CreatesSynchronizationPolicyby looking for type definition and synchronization definition for given kind and intent in resource schema.static @NotNull ShadowAssociationValueShadowAssociationValue.fromAssociationDataObject(@NotNull AbstractShadow associationObject, @NotNull ShadowAssociationDefinition associationDefinition) Creates a new value from the association object (a shadow).static @NotNull ShadowAssociationValueShadowAssociationValue.fromBean(@NotNull ShadowAssociationValueType bean, @NotNull ShadowAssociationDefinition associationDef) Converts association value bean to wrappedShadowAssociationValuebasically by cloning its content and selected properties (e.g., parent and ID).static @NotNull ResourceObjectIdentification<?>ResourceObjectIdentification.fromIdentifiers(@NotNull ResourceObjectDefinition objectDefinition, @NotNull Collection<? extends ShadowSimpleAttribute<?>> allIdentifiers) static @NotNull ShadowReferenceAttributeValueShadowReferenceAttributeValue.fromReferencable(@NotNull Referencable referencable) static @NotNull ShadowReferenceAttributeValueShadowReferenceAttributeValue.fromRefValue(@NotNull PrismReferenceValue refVal) Converts (potentially raw)PrismReferenceValueto wrappedShadowReferenceAttributeValue.static @NotNull ShadowReferenceAttributeValueShadowReferenceAttributeValue.fromShadow(@NotNull AbstractShadow shadow) Creates a new value from the full or ID-only shadow.static @NotNull ShadowReferenceAttributeValueShadowReferenceAttributeValue.fromShadowOid(@NotNull String oid) static BareResourceSchemaResourceSchemaFactory.getBareSchema(@NotNull PrismObject<ResourceType> resource) static BareResourceSchemaResourceSchemaFactory.getBareSchema(@NotNull ResourceType resource) static CompleteResourceSchemaResourceSchemaFactory.getCompleteSchema(@NotNull PrismObject<ResourceType> resource) Obtains refined schema for the resource.static @Nullable CompleteResourceSchemaResourceSchemaFactory.getCompleteSchema(@NotNull ResourceType resource) static CompleteResourceSchemaResourceSchemaFactory.getCompleteSchema(PrismObject<ResourceType> resource, LayerType layer) Returned schema is immutable.static CompleteResourceSchemaResourceSchemaFactory.getCompleteSchema(ResourceType resourceType, LayerType layer) static @NotNull CompleteResourceSchemaResourceSchemaFactory.getCompleteSchemaRequired(@NotNull PrismObject<ResourceType> resource) static @NotNull CompleteResourceSchemaResourceSchemaFactory.getCompleteSchemaRequired(@NotNull ResourceType resource) We assume that missing schema is a configuration (not schema) problem.static @NotNull ResourceSchemaResourceSchemaFactory.getCompleteSchemaRequired(PrismObject<ResourceType> resource, LayerType layer) static @NotNull ResourceSchemaResourceSchemaFactory.getCompleteSchemaRequired(ResourceType resource, LayerType layer) default @NotNull PrismContainerDefinition<ConnectorConfigurationType>ConnectorSchema.getConnectorConfigurationContainerDefinition()@Nullable ResourceObjectDefinitionResourceSchemaRegistry.getDefinitionForKindIntent(String resourceOid, ShadowKindType kind, String intent) @Nullable ResourceObjectDefinitionResourceSchemaRegistry.getDefinitionForShadow(@NotNull ShadowType shadow) static NativeResourceSchemaResourceSchemaFactory.getNativeSchema(@NotNull PrismObject<ResourceType> resource) Obtains "raw" schema for the resource, i.e. the one without `schemaHandling` and similar configuration.static NativeResourceSchemaResourceSchemaFactory.getNativeSchema(@NotNull ResourceType resource) static NativeResourceSchemaResourceSchemaFactory.getNativeSchemaRequired(PrismObject<ResourceType> resource) static NativeResourceSchemaResourceSchemaFactory.getNativeSchemaRequired(ResourceType resource) @NotNull Collection<?>ShadowSimpleAttribute.getNormValues()Returns the normalized real values.@NotNull Collection<T>ShadowSimpleAttributeImpl.getNormValues()@NotNull PrismPropertyValue<?>ShadowReferenceAttributeValue.getSingleIdentifierValueRequired(@NotNull QName attrName, Object errorCtx) default @NotNull QNameShadowAssociationDefinition.getSingleObjectParticipantName()Call only on simple associations!@NotNull ShadowAssociationShadowAssociationDefinition.instantiate()@NotNull ShadowAssociationShadowAssociationDefinitionImpl.instantiate()@NotNull PrismContainer<ShadowAssociationValueType>ShadowAssociationDefinitionImpl.instantiate(QName name) ShadowAttributeDefinition.instantiate()ShadowAttributeDefinition.instantiate(QName itemName) default <T> @NotNull ShadowSimpleAttribute<T>AttributeDefinitionStore.instantiateAttribute(@NotNull QName attrName, @NotNull T... realValues) Real values should have no duplicates.default SAShadowAttributeDefinition.instantiateFrom(@NotNull Item<?, ?> item) Creates a newShadowAttributefrom given (compatible)Item.default SAShadowAttributeDefinition.instantiateFromRealValue(@NotNull Object realValue) default SAShadowAttributeDefinition.instantiateFromRealValues(@NotNull Collection<?> realValues) Creates a newShadowAttributefrom given real values, cloning and converting them if necessary.booleanResourceObjectPattern.matches(@NotNull AbstractShadow shadowToMatch) static booleanResourceObjectPattern.matches(@NotNull AbstractShadow shadowToMatch, @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns) booleanShadowMarkingRules.MarkingRule.matches(@NotNull AbstractShadow shadow) @NotNull PrismReferenceValueShadowReferenceAttributeDefinitionImpl.migrateIfNeeded(@NotNull PrismReferenceValue value) SeeShadowAssociationDefinitionImpl.createComplexTypeDefinition()for analogous functionality (via value migrator).static BareResourceSchemaResourceSchemaFactory.nativeToBare(@Nullable NativeResourceSchema nativeResourceSchema) @NotNull ObjectFilterResourceObjectIdentifier.normalizationAwareEqFilter()default @NotNull ObjectFilterShadowSimpleAttribute.normalizationAwareEqFilter()Creates normalization-aware "eq" filter (i.e., suitable for the execution against the repository) for the current value of this attribute.static @NotNull ResourceObjectIdentification<?>ResourceObjectIdentification.of(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull Collection<? extends ShadowSimpleAttribute<?>> identifierAttributes) static @NotNull ResourceObjectIdentification<?>ResourceObjectIdentification.of(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull Collection<ResourceObjectIdentifier.Primary<?>> primaryIdentifiers, @NotNull Collection<ResourceObjectIdentifier.Secondary<?>> secondaryIdentifiers) SeeResourceObjectIdentifiers.of(Collection, Collection)for preconditions.static <T> ResourceObjectIdentifier.Primary<T>ResourceObjectIdentifier.Primary.of(@NotNull ResourceObjectDefinition objDef, @NotNull PrismProperty<T> item) Item must correspond to a primary identifier and have exactly one real value.static <T> ResourceObjectIdentifier.Secondary<T>ResourceObjectIdentifier.Secondary.of(@NotNull ResourceObjectDefinition objDef, @NotNull PrismProperty<T> item) Item must correspond to a secondary identifier and have exactly one real value.static @NotNull ResourceObjectIdentifiersResourceObjectIdentifiers.of(@NotNull ResourceObjectDefinition objDef, @NotNull ShadowType repoShadow) Creates identifiers from a shadow.static @NotNull ResourceObjectIdentifiersResourceObjectIdentifiers.of(@NotNull ResourceObjectDefinition objDef, @NotNull Collection<? extends ShadowSimpleAttribute<?>> attributes) Creates identifiers from a collection of identifying attributes.static @NotNull ResourceObjectIdentifiersResourceObjectIdentifiers.of(@NotNull Collection<? extends ResourceObjectIdentifier.Primary<?>> primaryIdentifiers, @NotNull Collection<? extends ResourceObjectIdentifier.Secondary<?>> secondaryIdentifiers) Precondition: At least one identifier must be present, at most one primary identifier must be present.static @NotNull Optional<ResourceObjectIdentifiers>ResourceObjectIdentifiers.optionalOf(@NotNull ResourceObjectDefinition objDef, @NotNull ShadowType repoShadow) Creates identifiers from a shadow, if possible.static @NotNull Optional<ResourceObjectIdentifiers>ResourceObjectIdentifiers.optionalOf(@NotNull ShadowType bean) Creates identifiers from a shadow, if possible.static @NotNull ConnectorSchemaImplCreates the connector schema from provided DOMElement.static CompleteResourceSchemaResourceSchemaFactory.parseCompleteSchema(@NotNull ResourceType resource, NativeResourceSchema nativeSchema) Parses the complete schema from the provided raw schema plus definitions in the resource.static CompleteResourceSchemaResourceSchemaFactory.parseCompleteSchema(ResourceType resource) Executes the real parsing.static @Nullable ObjectFilterShadowQueryConversionUtil.parseFilter(@Nullable SearchFilterType filterBean, @NotNull ResourceObjectDefinition definition) static List<ObjectFilter>ShadowQueryConversionUtil.parseFilters(@NotNull List<SearchFilterType> filterBeans, @NotNull ResourceObjectDefinition definition) static @NotNull NativeResourceSchemaResourceSchemaFactory.parseNativeSchema(@NotNull Element sourceXsdElement, String description) static @NotNull BareResourceSchemaResourceSchemaFactory.parseNativeSchemaAsBare(@NotNull Document sourceXsdDocument) static @NotNull BareResourceSchemaResourceSchemaFactory.parseNativeSchemaAsBare(@NotNull Element sourceXsdElement) static ResourceObjectIdentifier.Primary<?>ResourceObjectIdentifier.primaryFromIdentifiers(@NotNull ResourceObjectDefinition objectDefinition, @NotNull Collection<ShadowSimpleAttribute<?>> identifiers, Object errorCtx) ResourceSchema.serializeNativeToXsd()@NotNull DocumentResourceSchemaImpl.serializeNativeToXsd()@NotNull DocumentNativeResourceSchema.serializeToXsd()@NotNull DocumentNativeResourceSchemaImpl.serializeToXsd()@NotNull DocumentResourceSchemaImpl.serializeToXsd()We do not want to serialize this schema to XSD.@NotNull ShadowReferenceAttributeValueShadowAssociationValue.toReferenceAttributeValue()Converts this value into the low-level representation by a reference attribute.voidAbstractResourceObjectDefinitionImpl.validate()voidCompositeObjectDefinitionImpl.validate()voidResourceObjectDefinition.validate()Executes some basic checks on this object type.voidResourceSchema.validate()TODO descriptionvoidResourceSchemaImpl.validate() -
Uses of SchemaException in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that throw SchemaException -
Uses of SchemaException in com.evolveum.midpoint.schema.query
Methods in com.evolveum.midpoint.schema.query that throw SchemaExceptionModifier and TypeMethodDescriptionBinds multiple values and returns final Typed Query which will contain filter.Binds next unbound value in filter to provided value.PreparedQuery.build()static <T> PreparedQuery<T>PreparedQuery.parse(Class<T> type, ItemDefinition<?> def, String query) static <T> PreparedQuery<T>Parses supplied query string for type with placeholder support.static <T> TypedQuery<T>TypedQuery.parse(Class<T> type, ItemDefinition<?> definition, String query) static <T> TypedQuery<T>Creates TypedFilter for supplied type and query string. -
Uses of SchemaException in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that throw SchemaExceptionModifier and TypeMethodDescriptionAsynchronousOperationQueryable.queryOperationStatus(String asynchronousOperationReference, OperationResult parentResult) -
Uses of SchemaException in com.evolveum.midpoint.schema.route
Methods in com.evolveum.midpoint.schema.route that throw SchemaExceptionModifier and TypeMethodDescriptionItemRouteSegment.filter(List<PrismValue> prismValues) static @NotNull List<PrismValue>ItemRouteResolver.resolve(@Nullable Containerable containerable, @NotNull ItemRoute route) @NotNull List<PrismValue>ItemRoute.resolveFor(@Nullable Containerable containerable) Shouldn't return `null` values. -
Uses of SchemaException in com.evolveum.midpoint.schema.selector.eval
Methods in com.evolveum.midpoint.schema.selector.eval that throw SchemaExceptionModifier and TypeMethodDescriptionObjectFilterExpressionEvaluator.evaluate(ObjectFilter filter) <O extends ObjectType>
booleanOrgTreeEvaluator.isAncestor(PrismObject<O> object, String descendantOrgOid) Returns `true` if the `object` is above organization identified with `descendantOrgOid`.<O extends ObjectType>
booleanOrgTreeEvaluator.isDescendant(PrismObject<O> object, String ancestorOrgOid) Returns `true` if the `object` is under the organization identified with `ancestorOrgOid`. -
Uses of SchemaException in com.evolveum.midpoint.schema.selector.spec
Methods in com.evolveum.midpoint.schema.selector.spec that throw SchemaExceptionModifier and TypeMethodDescriptionValueSelector.computeFilter(@NotNull FilteringContext ctx) Converts the clause intoObjectFilter.booleanAssigneeClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanCandidateAssigneeClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanDelegatorClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanFilterClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanOrgRefClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanOrgRelationClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanOwnerClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanParentClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanRelatedObjectClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanRequesterClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) booleanRoleRelationClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) abstract booleanSelectorClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) Returns `true` if the `value` matches this clause.booleanSelfClause.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) Returnstruein case incoming value's OID matches at least one of the "self" OIDs (for "self" OIDs definition, look atSubjectedEvaluationContext.getSelfOids(com.evolveum.midpoint.schema.selector.eval.SubjectedEvaluationContext.DelegatorSelection)).booleanValueSelector.matches(@NotNull PrismValue value, @NotNull MatchingContext ctx) Returns `true` if the `value` matches this selector.booleanArchetypeRefClause.toFilter(@NotNull FilteringContext ctx) Currently, we act upon the effective archetypeRef value, not the value in assignments.booleanFilterClause.toFilter(@NotNull FilteringContext ctx) booleanOrgRefClause.toFilter(@NotNull FilteringContext ctx) booleanOrgRelationClause.toFilter(@NotNull FilteringContext ctx) booleanParentClause.toFilter(@NotNull FilteringContext ctx) abstract booleanSelectorClause.toFilter(@NotNull FilteringContext ctx) Converts the clause intoObjectFilter(passed toFilteringContext.filterCollector).booleanSubtypeClause.toFilter(@NotNull FilteringContext ctx) booleanValueSelector.toFilter(@NotNull FilteringContext ctx) Converts the selector intoObjectFilter(passed toFilteringContext.filterCollector). -
Uses of SchemaException in com.evolveum.midpoint.schema.traces
Methods in com.evolveum.midpoint.schema.traces that throw SchemaExceptionModifier and TypeMethodDescriptionTraceParser.getObject(InputStream stream, boolean isZip, String description) TraceParser.parse(InputStream inputStream, boolean isZip, boolean raw, String description) TraceParser.parse(InputStream inputStream, boolean isZip, String description) @NotNull StringTraceWriter.writeTrace(TracingOutputType tracingOutput, File file, boolean zip) -
Uses of SchemaException in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that throw SchemaExceptionModifier and TypeMethodDescriptionstatic voidShadowUtil.addAssociation(ShadowType shadow, ShadowReferenceAttribute association) static voidShadowUtil.addAttribute(ShadowType shadow, ShadowAttribute<?, ?, ?, ?> attribute) static voidReportParameterTypeUtil.addParameter(@NotNull ReportParameterType parameters, @NotNull String paramName, Object... realValues) static voidReportParameterTypeUtil.addParameters(ReportParameterType parameters, List<String> names, List<Object> realValues) static voidShadowUtil.addPrimaryIdentifierValue(ShadowType shadow, Object primaryIdentifierValue) Adds primary identifier value to the shadow.default AbstractShadowAbstractShadow.addSimpleAttribute(QName attributeName, Object realValue) default voidAbstractShadow.applyDefinition(@NotNull ResourceObjectDefinition newDefinition) default voidAbstractShadow.applyDelta(@NotNull ItemDelta<?, ?> itemDelta) static PrismObjectDefinition<ShadowType>ShadowUtil.applyObjectDefinition(PrismObjectDefinition<ShadowType> shadowDefinition, ResourceObjectDefinition objectClassDefinition) static voidShadowUtil.applyResourceSchema(PrismObject<? extends ShadowType> shadow, ResourceSchema resourceSchema) This is not supposed to be used in production code!static PrismSchemaTypePrismSchemaTypeUtil.convertToPrismSchemaType(SchemaDefinitionType schemaDefinition, @Nullable String lifecycleState) Convert SchemaDefinitionType that contains xsd to PrismSchemaType.static SchemaDefinitionTypePrismSchemaTypeUtil.convertToSchemaDefinitionType(PrismSchemaType prismSchemaBean, @Nullable String lifecycleState) Convert PrismSchemaType to SchemaDefinitionType that contains xsd.static voidMatchingUtil.copyAttributes(FocusType preFocus, ShadowType resourceObject) Copies attributes into focus object.static UcfChangeTypestatic AuthenticationsPolicyTypeSecurityPolicyUtil.createDefaultAuthenticationPolicy(List<String> customIgnoredLocalPaths, SchemaRegistry schemaRegistry) static UcfChangeTypeUcfChangeUtil.createForNewObject(QName objectClassName, Map<QName, Object> attributes) static UcfChangeTypeUcfChangeUtil.createFromAsyncProvisioningRequest(JsonAsyncProvisioningRequest request, String defaultNamespace, PrismContext prismContext) CreatesUcfChangeTypefromJsonAsyncProvisioningRequest.static @NotNull ItemDelta<?,?> ValueMetadataTypeUtil.createModifyTimestampDelta(@NotNull ObjectType object, XMLGregorianCalendar now) static ObjectQueryObjectQueryUtil.createNameQuery(PolyString name) static <O extends ObjectType>
ObjectQueryObjectQueryUtil.createNameQuery(PrismObject<O> object) static ObjectQueryObjectQueryUtil.createNameQuery(ObjectType object) static ObjectQueryObjectQueryUtil.createNameQuery(PolyStringType name) static <T extends ObjectType>
ObjectQueryObjectQueryUtil.createNameQuery(Class<T> clazz, String name) static ObjectQueryObjectQueryUtil.createNameQuery(String name) static <O extends ObjectType>
ObjectQueryObjectQueryUtil.createOidQuery(PrismObject<O> object) static ReportParameterTypeReportParameterTypeUtil.createParameters(@NotNull String paramName, @Nullable Object realValue) @NotNull S_ItemEntrydefault PolyStringAbstractShadow.determineShadowName()static PolyStringShadowUtil.determineShadowName(PrismObject<ShadowType> shadow) static PolyStringShadowUtil.determineShadowName(ShadowType shadow) static PolyStringTypeShadowUtil.determineShadowNameRequired(AbstractShadow shadow) static StringObjectQueryUtil.dump(QueryType query, @NotNull PrismContext prismContext) static List<ObjectReferenceType>ObjectTypeUtil.getAsObjectReferenceTypeList(PrismReference prismReference) static ItemNameShadowUtil.getAttributeName(ItemPath attributePath, String message) static <T> TShadowUtil.getAttributeValue(PrismObject<? extends ShadowType> shadow, QName attrName) static <T> TShadowUtil.getAttributeValue(ShadowType shadowType, QName attrName) static <T> TScriptingBeansUtil.getBeanPropertyValue(AbstractActionExpressionType action, String propertyName, Class<T> clazz) @Nullable ResourceSchemaResource.getCompleteSchema()@NotNull ResourceSchemaResource.getCompleteSchemaRequired()static @NotNull ElementConnectorTypeUtil.getConnectorXsdSchemaElementRequired(ConnectorType connector) static <T extends AbstractCorrelatorStateType>
TShadowUtil.getCorrelatorStateRequired(@NotNull ShadowType shadow, Class<T> clazz) static NonceCredentialsPolicyTypeSecurityPolicyUtil.getCredentialPolicy(String policyName, SecurityPolicyType securityPolicy) static List<CapabilityType>ResourceTypeUtil.getEnabledCapabilities(@NotNull ResourceType resource) Assumes that native capabilities are already cached.static <R extends AbstractRoleType>
VirtualAssignmentSpecification<R>LifecycleUtil.getForcedAssignmentSpecification(LifecycleStateModelType lifecycleStateModel, String targetLifecycleState) default @Nullable ResourceObjectIdentification<?>AbstractShadow.getIdentification()default @NotNull ResourceObjectIdentification<?>AbstractShadow.getIdentificationRequired()default @Nullable ResourceObjectIdentifiersAbstractShadow.getIdentifiers()default @NotNull ResourceObjectIdentifiersAbstractShadow.getIdentifiersRequired()static @Nullable PropertyLimitationsTypeMiscSchemaUtil.getLimitationsLabeled(@Nullable Collection<PropertyLimitationsType> definitions, @Nullable LayerType layerLabel) Given a list of limitation definitions, select the one with appropriate "layer label"ObjectDeltaSchemaLevelUtil.NameResolver.getName(Class<? extends ObjectType> objectClass, String oid, OperationResult result) <O extends ObjectType>
PrismObject<O>SimpleObjectResolver.getObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result) default @NotNull QNameAbstractShadow.getObjectClassName()static @NotNull QNameShadowUtil.getObjectClassRequired(@NotNull ShadowType shadow) @NotNull Collection<ResourceObjectTypeDefinition>Resource.getObjectTypeDefinitions()static @NotNull ResourceOperationCoordinatesObjectQueryUtil.getOperationCoordinates(ObjectFilter filter) static @NotNull ResourceOperationCoordinatesObjectQueryUtil.getOperationCoordinates(ObjectQuery query) AbstractShadow.getPrimaryIdentification()static ResourceObjectIdentifier.Primary<?>ShadowUtil.getPrimaryIdentifier(@NotNull ShadowType shadow) The shadow must have definitions applied.static @Nullable ObjectShadowUtil.getPrimaryIdentifierValue(@NotNull ShadowType shadow, @NotNull ResourceObjectDefinition objectDefinition) default @Nullable ObjectAbstractShadow.getPrimaryIdentifierValueFromAttributes()static StringObjectQueryUtil.getResourceOidFromFilter(ObjectFilter filter) static ResourceShadowCoordinatesObjectQueryUtil.getShadowCoordinates(ObjectFilter filter, PrismContext ignored) Deprecated.static ResourceShadowCoordinatesObjectQueryUtil.getShadowCoordinates(ObjectQuery query) static <T> @Nullable PrismPropertyValue<T>ShadowUtil.getSingleValue(ShadowType shadow, QName attrName, Object errorCtx) static <T> @NotNull PrismPropertyValue<T>ShadowUtil.getSingleValueRequired(ShadowType shadow, QName attrName, Object errorCtx) static ArchetypeTypeArchetypeTypeUtil.getStructuralArchetype(Collection<ArchetypeType> archetypes) static <O extends ObjectType>
@NotNull Class<O>ObjectTypeUtil.getTypeClass(@NotNull Referencable ref, @NotNull Class<O> expectedType) Extracts type class from theReferencable.default booleanAbstractShadow.hasPrimaryIdentifier()static @NotNull ItemCachedStatusShadowUtil.isAssociationLoaded(@NotNull ItemName assocName, @Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @NotNull XMLGregorianCalendar now) static @NotNull ItemCachedStatusShadowUtil.isAttributeLoaded(@NotNull ItemName attrName, @Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @Nullable ShadowAttributeDefinition<?, ?, ?, ?> attrDefOverride, @NotNull XMLGregorianCalendar now) ObjectTypeUtil.mapToExtensionItems(Map<QName, Object> values, PrismContainerDefinition<?> extensionDefinition, PrismContext prismContext) static voidObjectTypeUtil.mergeExtension(PrismContainerValue<?> dstExtensionContainerValue, PrismContainerValue<?> srcExtensionContainerValue) static ShadowAssociationsCollectionstatic @NotNull ConnectorSchemaConnectorTypeUtil.parseConnectorSchema(ConnectorType connector) Returns parsed connector schemastatic @Nullable ConnectorSchemaConnectorTypeUtil.parseConnectorSchemaIfPresent(ConnectorType connector) static StringSchemaDebugUtil.prettyPrint(ItemDeltaType change) @NotNull S_MatchingRuleEntryResource.queryFor(@NotNull ResourceObjectTypeIdentification typeIdentification) @NotNull S_MatchingRuleEntryResource.queryFor(@NotNull ShadowKindType kind, @NotNull String intent) @NotNull S_MatchingRuleEntry@NotNull jakarta.xml.bind.JAXBElement<? extends AbstractPolicyConstraintType>static voidObjectTypeUtil.setExtensionContainerRealValues(PrismContext prismContext, PrismContainerValue<?> parent, ItemName containerName, Object... values) static voidObjectTypeUtil.setExtensionPropertyRealValues(PrismContainerValue<?> parent, ItemName propertyName, Object... values) static voidObjectTypeUtil.setExtensionPropertyRealValues(PrismContext ignored, PrismContainerValue<?> parent, ItemName propertyName, Object... values) static voidShadowUtil.setPasswordIncomplete(@NotNull PasswordType password) Does not touch the actual password value.static voidShadowUtil.setPasswordIncomplete(ShadowType shadow) Does not touch the actual password value.static @NotNull ShadowAttributesContainerShadowUtil.setupAttributesContainer(@NotNull ShadowType shadowBean, @NotNull ResourceObjectDefinition objectDefinition) Creates the resource attributes container with a proper definition.@NotNull ShadowBuilderResource.shadow(@NotNull ResourceObjectTypeIdentification identification) default voidAbstractShadow.updateWith(@NotNull Collection<? extends ItemDelta<?, ?>> modifications) Updates the in-memory representation.static voidShadowUtil.validateAttributeSchema(ShadowType shadow, ResourceObjectDefinition objectDefinition) ShadowBuilder.withReferenceAttribute(QName attrName, AbstractShadow referencedShadow) ShadowBuilder.withSimpleAttribute(QName attrName, Object realValue) -
Uses of SchemaException in com.evolveum.midpoint.schema.util.cases
Methods in com.evolveum.midpoint.schema.util.cases that throw SchemaExceptionModifier and TypeMethodDescriptionstatic @NotNull List<TriggerType>CaseTriggeringUtil.createTriggers(int escalationLevel, Date workItemCreateTime, Date workItemDeadline, Collection<WorkItemTimedActionsType> timedActionsCollection, PrismContext prismContext, Trace logger, @Nullable Long workItemId, @NotNull String handlerUri) static @NotNull OwnerOptionIdentifierOwnerOptionIdentifier.fromStringValue(@NotNull String value) Converts string value of the option identifier (like `none` or `existing-XXX`) to the internalized form (this class).static @Nullable ObjectReferenceTypeCorrelationCaseUtil.getResultingOwnerRef(@NotNull CaseType aCase) static @NotNull StringCorrelationCaseUtil.getShadowOidRequired(@NotNull CaseType aCase) static OwnerOptionIdentifierOwnerOptionIdentifier.of(@NotNull ResourceObjectOwnerOptionType potentialOwner) -
Uses of SchemaException in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that throw SchemaExceptionModifier and TypeMethodDescriptionstatic @Nullable ObjectActivityStateUtil.getRootSyncTokenRealValue(@NotNull TaskType task) static @NotNull ObjectActivityStateUtil.getRootSyncTokenRealValueRequired(@NotNull TaskType task) static @Nullable ObjectActivityStateUtil.getSyncTokenRealValue(@NotNull TaskType task, @NotNull ActivityPath path) @NotNull TaskType -
Uses of SchemaException in com.evolveum.midpoint.schema.util.task.work
Methods in com.evolveum.midpoint.schema.util.task.work that throw SchemaExceptionModifier and TypeMethodDescriptionstatic ActivityDefinitionTypeSpecificWorkDefinitionUtil.createExplicitChangeExecutionDef(@NotNull Collection<ObjectDelta<? extends ObjectType>> deltas, @Nullable ModelExecuteOptionsType options) -
Uses of SchemaException in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util that throw SchemaExceptionModifier and TypeMethodDescriptionstatic <T> TMiscUtil.castSafely(Object value, Class<T> expectedClass) static <T> TMiscUtil.castSafely(Object value, Class<T> expectedClass, Object errorCtx) voidCheckable.checkConsistence()static voidChecks.checkSchema(boolean test, String template, Object... info) Throws SchemaException if test failed.static <T> TChecks.checkSchemaNotNull(T obj, String template, Object... info) static StringDOMUtil.getSchemaTargetNamespace(Element xsdSchema) Should be synchronized.voidstatic <T> TMiscUtil.requireNonNull(T value, String template, Object... arguments) static <T> TMiscUtil.requireNonNull(T value, Supplier<String> messageSupplier) static voidMiscUtil.schemaCheck(boolean condition, String template, Object... arguments) -
Uses of SchemaException in com.evolveum.midpoint.util.exception
Subclasses of SchemaException in com.evolveum.midpoint.util.exceptionModifier and TypeClassDescriptionclassSpecific kind of SchemaException.Methods in com.evolveum.midpoint.util.exception that return SchemaExceptionModifier and TypeMethodDescriptionstatic SchemaExceptionProvides additional context information to the exception by creating a wrapping one. -
Uses of SchemaException in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment that throw SchemaExceptionModifier and TypeMethodDescriptionstatic ACAttributeDtoACAttributeDto.createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context) ACAttributeDto.getConstruction(PrismContext prismContext) AssignmentEditorDto.getNewValue(PrismContext prismContext) booleanAssignmentEditorDto.isModified(PrismContext prismContext) -
Uses of SchemaException in com.evolveum.midpoint.web.component.input.dto
Methods in com.evolveum.midpoint.web.component.input.dto that throw SchemaException -
Uses of SchemaException in com.evolveum.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show that throw SchemaExceptionModifier and TypeMethodDescriptionstatic VisualizationVisualizationUtil.visualizeObjectDeltaType(ObjectDeltaType objectDeltaType, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) static VisualizationVisualizationUtil.visualizeObjectTreeDeltas(ObjectTreeDeltasType deltas, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of SchemaException in com.evolveum.midpoint.web.component.util
Methods in com.evolveum.midpoint.web.component.util that throw SchemaExceptionModifier and TypeMethodDescriptionvoidSelectableBean.setResult(OperationResultType resultType) voidSelectableBeanImpl.setResult(OperationResultType resultType) -
Uses of SchemaException in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto that throw SchemaExceptionModifier and TypeMethodDescriptionAccessCertificationReviewerDto.getAdditionalReviewersAsObjectReferenceList(PrismContext prismContext) AccessCertificationReviewerDto.getDefaultReviewersAsObjectReferenceList(PrismContext prismContext) CertDefinitionDto.getUpdatedDefinition(PrismContext prismContext) voidCertDefinitionDto.updateStageDefinition(PrismContext prismContext) Constructors in com.evolveum.midpoint.web.page.admin.certification.dto that throw SchemaExceptionModifierConstructorDescriptionAccessCertificationReviewerDto(AccessCertificationReviewerSpecificationType reviewerType, ModelServiceLocator pageBase) CertDefinitionDto(AccessCertificationDefinitionType definition, ModelServiceLocator modelServiceLocator) StageDefinitionDto(AccessCertificationStageDefinitionType stageDefObj, ModelServiceLocator modelServiceLocator) -
Uses of SchemaException in com.evolveum.midpoint.web.page.admin.resources
Methods in com.evolveum.midpoint.web.page.admin.resources that throw SchemaExceptionModifier and TypeMethodDescriptionResourceContentPanel.getDefinitionByKind()Deprecated, for removal: This API element is subject to removal in a future version.ResourceContentPanel.getDefinitionByObjectClass()Deprecated, for removal: This API element is subject to removal in a future version.protected ResourceSchemaResourceContentPanel.getRefinedSchema()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SchemaException in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util that throw SchemaExceptionModifier and TypeMethodDescriptionExpressionUtil.getAssociationConstructionExpressionValue(ExpressionType expression) ExpressionUtil.getAssociationFromLinkExpressionValue(ExpressionType expression) ExpressionUtil.getAssociationSynchronizationExpressionValue(ExpressionType expression) ExpressionUtil.getGenerateExpressionValue(ExpressionType expression) ExpressionUtil.getLiteralExpressionValues(ExpressionType expression) static ItemPathTypeExpressionUtil.getPathExpressionValue(ExpressionType expression) ExpressionUtil.getScriptExpressionValue(ExpressionType expression) ExpressionUtil.getShadowOwnerExpressionValue(ExpressionType expression) static voidExpressionUtil.parseExpressionEvaluators(String xml, ExpressionType expressionObject, PrismContext context) static RootXNodeExpressionUtil.parseSearchFilter(String data, PrismContext context) static StringExpressionUtil.serialize(jakarta.xml.bind.JAXBElement<?> element, PrismContext prismContext) static voidExpressionUtil.updateAssociationConstructionExpressionValue(ExpressionType expression, AssociationConstructionExpressionEvaluatorType evaluator) static ExpressionTypeExpressionUtil.updateAssociationFromLinkExpressionValue(ExpressionType expression, AssociationFromLinkExpressionEvaluatorType evaluator) static voidExpressionUtil.updateAssociationSynchronizationExpressionValue(ExpressionType expression, AssociationSynchronizationExpressionEvaluatorType evaluator) static voidExpressionUtil.updateAssociationTargetSearchValue(ExpressionType expression, String newPath, String newValue, PrismContext prismContext) static voidExpressionUtil.updateGenerateExpressionValue(ExpressionType expression, GenerateExpressionEvaluatorType evaluator) static ExpressionTypeExpressionUtil.updatePathEvaluator(ExpressionType expression, ItemPathType path) static ExpressionTypeExpressionUtil.updateScriptExpressionValue(ExpressionType expression, ScriptExpressionEvaluatorType evaluator) static ExpressionTypeExpressionUtil.updateShadowOwnerReferenceSearchExpressionValue(ExpressionType expression, ShadowOwnerReferenceSearchExpressionEvaluatorType evaluator) -
Uses of SchemaException in com.evolveum.prism.xml.ns._public.query_3
Methods in com.evolveum.prism.xml.ns._public.query_3 that throw SchemaExceptionModifier and TypeMethodDescriptionstatic SearchFilterTypeSearchFilterType.createFromParsedXNode(XNode xnode, ParsingContext pc) SearchFilterType.getFilterClauseAsRootXNode()voidSearchFilterType.parseFromXNode(XNode xnode, ParsingContext pc) SearchFilterType.serializeToXNode(PrismContext prismContext) -
Uses of SchemaException in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that throw SchemaExceptionModifier and TypeMethodDescription<IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> RawType.getParsedItem(ID itemDefinition) <IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> RawType.getParsedItem(ID itemDefinition, QName itemName) <T> TRawType.getParsedRealValue(@NotNull Class<T> clazz) <V> VRawType.getParsedRealValue(ItemDefinition<?> itemDefinition, ItemPath itemPath) <IV extends PrismValue>
IVRawType.getParsedValue(@Nullable ItemDefinition<?> itemDefinition, @Nullable QName itemName) RawType.getValue()RawType.getValue(boolean store) Extracts a "real value" fromRawTypeobject without expecting any specific type beforehand.static ObjectExtracts a "real value" from a potentialRawTypeobject without expecting any specific type beforehand.RawType.guessFormattedValue()RawType.serializeToXNode()This method always returns a mutable XNode.RawType.serializeToXNode(SerializationContext sc)