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.
Supports merging of (usually) configuration beans.
Provides all the necessary support for evaluating selectors and their clauses, i.e.
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(ItemPath path) 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>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()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> 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
Methods in com.evolveum.midpoint.gui.impl.factory.panel that throw SchemaExceptionModifier and TypeMethodDescriptionprotected voidResourceAttributeSearchFilterTypeForQueryModel.parseQuery(String object) protected voidSearchFilterTypeForQueryModel.parseQuery(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<?,?> 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(ResourceAttribute<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) protected List<PrismContainerValueWrapper<ShadowAssociationType>>ShadowAssociationWrapperFactoryImpl.createValuesWrapper(PrismContainerWrapper<ShadowAssociationType> itemWrapper, PrismContainer<ShadowAssociationType> 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) 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) 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.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.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.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) <ID extends ItemDelta>
voidPrismContainerValueWrapperImpl.applyDelta(ID delta) voidResourceAttributeMappingWrapper.applyDelta()<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>ItemWrapperImpl.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>PrismContainerWrapperImpl.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ProfilingClassLoggerContainerWrapperImpl.getDelta()<D extends ItemDelta<?,?>>
Collection<D>ProtectedStringTypeWrapperImpl.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ResourceAttributeMappingWrapper.getDelta()<D extends ItemDelta<?,?>>
Collection<D>ShadowAssociationWrapperImpl.getDelta()<D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
Collection<D>ValueMetadataWrapperImpl.getDelta()PrismContainerValueWrapperImpl.getDeltas()ResourceWrapper.getDeltas()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.util
Methods in com.evolveum.midpoint.gui.impl.util that throw SchemaExceptionModifier and TypeMethodDescriptionstatic 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.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.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.<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.@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>
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.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.@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<F extends FocusType>
SecurityPolicyTypeModelInteractionService.getSecurityPolicy(PrismObject<F> focus, String archetypeOid, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) ModelInteractionService.getSecurityPolicy(ResourceObjectDefinition rOCDef, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) 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) 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(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) <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>
ModelContext<F>ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, com.evolveum.midpoint.task.api.Task task, Collection<ProgressListener> listeners, OperationResult result) 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.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, PrismContext prismContext) <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()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: .MidpointFunctions.describeResourceObjectSetShort(ResourceObjectSetType set) Short version ofMidpointFunctions.describeResourceObjectSetLong(ResourceObjectSetType): .MidpointFunctions.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 ResourceAttributeDefinition<T>MidpointFunctions.getAttributeDefinition(PrismObject<ResourceType> resource, String objectClassName, String attributeName) <T> @NotNull ResourceAttributeDefinition<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.booleanMidpointFunctions.isCurrentProjectionActivated()Returns `true` if the current clockwork operation brings the projection into existence and being effectively enabled, i.e.booleanMidpointFunctions.isCurrentProjectionDeactivated()Returns `true` if the current clockwork operation deletes the projection or effectively disables it, i.e.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) <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.<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) todo -
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, PrismContext prismContext) 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, PrismContext prismContext, 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, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull ReferenceResolver.Source source, ReferenceResolver.FilterExpressionEvaluator filterExpressionEvaluator, com.evolveum.midpoint.task.api.Task task, 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) -
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.worker
Methods in com.evolveum.midpoint.ninja.action.worker that throw SchemaException -
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) voidItem.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) voidItem.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>
voidvoidItem.applyDefinition(D definition) voidItem.applyDefinition(D definition, boolean force) voidPrismContainer.applyDefinition(PrismContainerDefinition<C> definition) voidPrismContainerValue.applyDefinition(@NotNull PrismContainerDefinition<C> containerDef, boolean force) voidPrismContainerValue.applyDefinition(ItemDefinition definition, boolean force) voidPrismObject.applyDefinition(PrismContainerDefinition<O> definition) voidPrismReferenceValue.applyDefinition(ItemDefinition definition, boolean force) voidPrismReferenceValue.applyDefinition(PrismReferenceDefinition definition, boolean force) voidPrismValue.applyDefinition(ItemDefinition definition) voidPrismValue.applyDefinition(ItemDefinition definition, boolean force) 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) <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 propertyDefinition) <X> PrismProperty<X>PrismContainerValue.createProperty(QName propertyName) static <T> PrismProperty<T>PrismValueUtil.createRaw(@NotNull XNode node, @NotNull QName itemName, PrismContext prismContext) booleanPrismContainerValue.deleteRawElement(Object element) <C extends Containerable>
S_ItemEntryStarts a delta builder, with the default item definition resolution (i.e.<C extends Containerable>
S_ItemEntryPrismContext.deltaFor(Class<C> objectClass, ItemDefinitionResolver itemDefinitionResolver) Starts a delta builder, with a custom item definition resolver (e.g.<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) <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.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) voidvoidMerge 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) 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, PrismContext prismContext, 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()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, PrismContext prismContext) <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, PrismContext prismContext, C... containerValues) 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 voidItemDeltaDelegator.applyDefinition(D definition) default voidItemDeltaDelegator.applyDefinition(D itemDefinition, boolean force) default voiddefault voidItemDeltaDelegator.applyTo(PrismContainerValue containerValue) default voidItemDeltaDelegator.applyToMatchingPath(Item item) default voidItemDeltaDelegator.assertDefinitions(boolean tolerateRawValues, Supplier<String> sourceDescriptionSupplier) default voidItemDeltaDelegator.assertDefinitions(Supplier<String> sourceDescriptionSupplier) 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 voidItemDeltaDelegator.revive(PrismContext prismContext) default 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) -
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(PrismContainerDefinition<V> definition) voidItemDelta.applyDefinition(D definition) voidItemDelta.applyDefinition(D itemDefinition, boolean force) voidObjectDelta.applyDefinition(PrismObjectDefinition<O> objectDefinition, boolean force) voidPrismValueDeltaSetTriple.applyDefinition(ItemDefinition itemDefinition) voidPropertyDelta.applyDefinition(PrismPropertyDefinition<T> definition) voidReferenceDelta.applyDefinition(PrismReferenceDefinition definition) static voidItemDeltaCollectionsUtil.applyDefinitionIfPresent(Collection<? extends ItemDelta> deltas, PrismObjectDefinition definition, boolean tolerateNoDefinition) voidObjectDelta.applyDefinitionIfPresent(PrismObjectDefinition<O> definition, boolean tolerateNoDefinition) 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.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>DiffUtil.diff(File oldXmlFile, File newXmlFile, Class<T> type, PrismContext prismContext) static <T extends Objectable>
ObjectDelta<T>DiffUtil.diff(String oldXml, String newXml, Class<T> type, PrismContext prismContext) 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.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.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(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(QName ruleName, QName typeQName) booleanMatches two objects.booleanMatchingRule.matchRegex(T a, String regex) Matches value against given regex.Returns a normalized version of the value. -
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) booleanObjectFilter.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) DefinitionSupplier.get()voidSchemaRegistry.initialize()voidMutablePrismSchema.parseThis(Element element, boolean isRuntime, String shortDescription, PrismContext prismContext) SchemaRegistry.qualifyTypeName(QName typeName) SchemaRegistry.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 TypeMethodDescriptionvoidItemDeltaItem.applyDefinition(D def, boolean force) static 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 <T,X> PrismProperty<X> PrismUtil.convertProperty(PrismProperty<T> srcProp, PrismPropertyDefinition<X> targetDef) 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.createEmptyPrismContext()MidPointPrismContextFactory.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(@NotNull ItemDeltaType propMod, @NotNull PrismContainerDefinition<?> rootPcd, boolean convertUnknownTypes) Item delta: ItemDeltaType -> native.static <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID> DeltaConvertor.createItemDelta(ItemDeltaType propMod, Class<? extends Containerable> objectType, PrismContext prismContext) 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>
@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, PrismContext prismContext) 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, PrismContext prismContext) 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, PrismContext prismContext) 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.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 TypeMethodDescriptionprotected <C extends Containerable>
CBaseItemMerger.createMarkedClone(C sourceValue) voidBaseMergeOperation.execute()voidOriginMarker.mark(PrismValue value) Imprints the origin into the value.voidBaseItemMerger.merge(@NotNull ItemName itemName, @NotNull PrismContainerValue<?> targetParent, @NotNull PrismContainerValue<?> sourceParent) 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.static <O extends ObjectType>
voidSimpleObjectMergeOperation.merge(@NotNull PrismObject<O> target, @NotNull PrismObject<O> source) protected voidAdminGuiConfigurationMerger.mergeInternal(@NotNull PrismContainer<AdminGuiConfigurationType> target, @NotNull PrismContainer<AdminGuiConfigurationType> source) protected abstract voidBaseItemMerger.mergeInternal(T target, T source) protected voidGenericItemMerger.mergeInternal(@NotNull Item<?, ?> targetItem, @NotNull Item<?, ?> sourceItem) 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 TypeMethodDescriptionvoidResourceAttributeContainer.add(ResourceAttribute<?> attribute) voidResourceAttributeContainerImpl.add(ResourceAttribute<?> attribute) voidResourceAttributeContainer.addAdoptedIfNeeded(@NotNull PrismProperty<?> attribute) Adds aPrismProperty, converting toResourceAttributeif needed.voidResourceAttributeContainerImpl.addAdoptedIfNeeded(@NotNull PrismProperty<?> property) voidResourceAttributeContainerImpl.applyDefinition(PrismContainerDefinition<ShadowAttributesType> definition, boolean force) voidResourceAttributeImpl.applyDefinition(PrismPropertyDefinition<T> definition, boolean force) @NotNull ResourceObjectIdentityTypeResourceObjectIdentification.asBean()static ResourceAttributeContainerResourceAttributeContainer.convertFromContainer(PrismContainer<?> origAttrContainer, ResourceObjectDefinition resourceObjectDefinition) static <T> ResourceAttributeDefinition<T>ResourceAttributeDefinitionImpl.create(@NotNull RawResourceAttributeDefinition<T> rawDefinition, @Nullable ResourceAttributeDefinitionType customizationBean) This is the main creation point.static <T> ResourceAttributeDefinition<T>ResourceAttributeDefinitionImpl.create(@NotNull ResourceAttributeDefinition<T> definitionProvidingRawData, @Nullable ResourceAttributeDefinitionType customizationBean) Creates the definition from aResourceAttributeDefinitioncontaining only the raw part.static ResourceObjectIdentificationResourceObjectIdentification.create(ResourceObjectDefinition objectDefinition, Collection<? extends ResourceAttribute<?>> allIdentifiers) MidPointSchemaDefinitionFactory.createComplexTypeDefinition(com.sun.xml.xsom.XSComplexType complexType, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation) <C extends Containerable>
PrismContainerDefinition<C>MidPointSchemaDefinitionFactory.createExtraDefinitionFromComplexType(com.sun.xml.xsom.XSComplexType complexType, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation) <T> PrismPropertyDefinition<T>MidPointSchemaDefinitionFactory.createPropertyDefinition(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle) MidPointSchemaDefinitionFactory.createPropertyDefinition(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue) @NotNull ObjectQueryCompositeObjectDefinitionImpl.createShadowSearchQuery(String resourceOid) default @NotNull ObjectQueryResourceObjectClassDefinition.createShadowSearchQuery(String resourceOid) Creates a query for obtaining shadows related to this object class.@NotNull ObjectQueryResourceObjectDefinition.createShadowSearchQuery(String resourceOid) Creates a query for obtaining shadows related to this object class or object type.default @NotNull ObjectQueryResourceObjectTypeDefinition.createShadowSearchQuery(String resourceOid) default ResourceAssociationDefinitionAssociationDefinitionStore.findAssociationDefinitionRequired(QName name, Supplier<String> contextSupplier) default @NotNull ResourceAttributeDefinition<?>AttributeDefinitionStore.findAttributeDefinitionRequired(@NotNull QName name) Finds a definition of an attribute with a given name.default @NotNull ResourceAttributeDefinition<?>AttributeDefinitionStore.findAttributeDefinitionRequired(@NotNull QName name, @NotNull Supplier<String> contextSupplier) Finds a definition of an attribute with a given name.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.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 ResourceObjectClassDefinitionResourceSchema.findObjectClassDefinitionRequired(@NotNull QName name) The same asResourceSchema.findObjectClassDefinition(QName)but throws an exception if there's no such definition.static ResourceObjectDefinitionResourceSchemaUtil.findObjectDefinitionPrecisely(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName) Determines object type/class definition in a precise way.<X> ResourceAttribute<X>ResourceAttributeContainer.findOrCreateAttribute(ResourceAttributeDefinition attributeDefinition) <X> ResourceAttribute<X>ResourceAttributeContainer.findOrCreateAttribute(QName attributeName) <X> ResourceAttribute<X>ResourceAttributeContainerImpl.findOrCreateAttribute(ResourceAttributeDefinition attributeDefinition) <X> ResourceAttribute<X>ResourceAttributeContainerImpl.findOrCreateAttribute(QName attributeName) voidMidPointSchemaDefinitionFactory.finishComplexTypeDefinition(ComplexTypeDefinition complexTypeDefinition, com.sun.xml.xsom.XSComplexType complexType, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation) 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 ResourceSchemaResourceSchemaFactory.getCompleteSchema(@NotNull PrismObject<ResourceType> resource) Obtains refined schema for the resource.static ResourceSchemaResourceSchemaFactory.getCompleteSchema(@NotNull ResourceType resource) static ResourceSchemaResourceSchemaFactory.getCompleteSchema(PrismObject<ResourceType> resource, LayerType layer) Returned schema is immutable.static ResourceSchemaResourceSchemaFactory.getCompleteSchema(ResourceType resourceType, LayerType layer) static @NotNull ResourceSchemaResourceSchemaFactory.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) <T> ResourceAttribute<T>ResourceObjectIdentification.getPrimaryIdentifier()static ResourceSchemaResourceSchemaFactory.getRawSchema(@NotNull PrismObject<ResourceType> resource) Obtains "raw" schema for the resource, i.e.static ResourceSchemaResourceSchemaFactory.getRawSchema(@NotNull ResourceType resource) static ResourceSchemaResourceSchemaFactory.getRawSchemaRequired(ResourceType resource) <T> ResourceAttribute<T>ResourceObjectIdentification.getSecondaryIdentifier()static booleanResourceSchemaUtil.isIgnored(ResourceAttributeDefinitionType attrDefBean) TEMPORARYbooleanResourceObjectPattern.matches(@NotNull ShadowType shadowToMatch) static booleanResourceObjectPattern.matches(@NotNull ShadowType shadowToMatch, @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns) static ConnectorSchemaImplConnectorSchemaImpl.parse(Element element, String shortDesc, PrismContext prismContext) @NotNull ResourceSchemaRefinedResourceSchemaParser.parse()Creates the refined resource schema.static @NotNull ResourceSchemastatic ResourceSchemaResourceSchemaFactory.parseCompleteSchema(ResourceType resource) Executes the real parsing.default <T> @NotNull ResourceAttribute<T>AttributeDefinitionStore.propertyToAttribute(PrismProperty<T> property) Converts aPrismPropertyinto correspondingResourceAttribute.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 SchemaExceptionModifier and TypeMethodDescriptiondefault @NotNull ObjectQueryResourceObjectClassDefinitionDelegator.createShadowSearchQuery(String resourceOid) default @NotNull ObjectQueryResourceObjectDefinitionDelegator.createShadowSearchQuery(String resourceOid) default @NotNull ObjectQueryResourceObjectTypeDefinitionDelegator.createShadowSearchQuery(String resourceOid) default voidResourceObjectDefinitionDelegator.validate() -
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>Parses supplied query string for type with placeholder support.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) 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 voidReportParameterTypeUtil.addParameter(@NotNull ReportParameterType parameters, @NotNull String paramName, Object... realValues) static voidReportParameterTypeUtil.addParameters(ReportParameterType parameters, List<String> names, List<Object> realValues) 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! It is just for the tests.static voidMatchingUtil.copyAttributes(FocusType preFocus, ShadowType resourceObject) Copies attributes into focus object.static UcfChangeTypeUcfChangeUtil.create(QName objectClassName, Map<QName, Object> identifiers, ObjectDeltaType delta, PrismContext prismContext) static AuthenticationsPolicyTypeSecurityPolicyUtil.createDefaultAuthenticationPolicy(List<String> customIgnoredLocalPaths, SchemaRegistry schemaRegistry) static UcfChangeTypeUcfChangeUtil.createForNewObject(QName objectClassName, Map<QName, Object> attributes, PrismContext prismContext) static UcfChangeTypeUcfChangeUtil.createFromAsyncProvisioningRequest(JsonAsyncProvisioningRequest request, String defaultNamespace, PrismContext prismContext) CreatesUcfChangeTypefromJsonAsyncProvisioningRequest.static ObjectQueryObjectQueryUtil.createNameQuery(PolyString name, PrismContext prismContext) static <O extends ObjectType>
ObjectQueryObjectQueryUtil.createNameQuery(PrismObject<O> object) static ObjectQueryObjectQueryUtil.createNameQuery(ObjectType object) static ObjectQueryObjectQueryUtil.createNameQuery(PolyStringType name, PrismContext prismContext) static <T extends ObjectType>
ObjectQueryObjectQueryUtil.createNameQuery(Class<T> clazz, PrismContext prismContext, String name) static ObjectQueryObjectQueryUtil.createNameQuery(String name, PrismContext prismContext) static <O extends ObjectType>
ObjectQueryObjectQueryUtil.createOidQuery(PrismObject<O> object) static ReportParameterTypeReportParameterTypeUtil.createParameters(@NotNull String paramName, @Nullable Object realValue) static @NotNull ObjectQueryObjectQueryUtil.createResourceAndKindIntent(String resourceOid, ShadowKindType kind, String intent) @NotNull S_ItemEntrystatic PolyStringShadowUtil.determineShadowName(PrismObject<ShadowType> shadow) static PolyStringShadowUtil.determineShadowName(ShadowType shadow) static PolyStringTypeShadowUtil.determineShadowNameRequired(ShadowType shadow) static StringObjectQueryUtil.dump(QueryType query, @NotNull PrismContext prismContext) static @NotNull PrismContainerDefinition<ConnectorConfigurationType>ConnectorTypeUtil.findConfigurationContainerDefinitionRequired(ConnectorType connector, PrismSchema connectorSchema) static ResourceAttribute<?>ShadowUtil.fixAttributePath(ResourceAttribute<?> attribute) static Map<String,Serializable> ParamsTypeUtil.fromParamsType(ParamsType paramsType, 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 <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) 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) <O extends ObjectType>
PrismObject<O>SimpleObjectResolver.getObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result) static @NotNull QNameShadowUtil.getObjectClassRequired(@NotNull ShadowType shadow) @NotNull Collection<ResourceObjectTypeDefinition>Resource.getObjectTypeDefinitions()static @NotNull ResourceOperationCoordinatesObjectQueryUtil.getOperationCoordinates(ObjectFilter filter) static @NotNull ResourceOperationCoordinatesObjectQueryUtil.getOperationCoordinates(ObjectQuery query) @Nullable ResourceSchemaResource.getRawSchema()@NotNull ResourceSchemaResource.getRawSchemaRequired()static StringObjectQueryUtil.getResourceOidFromFilter(ObjectFilter filter) static ResourceAttribute<String>ShadowUtil.getSecondaryIdentifier(PrismObject<? extends ShadowType> shadow) static StringShadowUtil.getSecondaryIdentifierRealValue(PrismObject<? extends ShadowType> shadow) static Collection<ResourceAttribute<?>>ShadowUtil.getSecondaryIdentifiers(@Nullable Collection<? extends ResourceAttribute<?>> identifiers, @NotNull ResourceObjectDefinition objectClassDefinition) static ResourceShadowCoordinatesObjectQueryUtil.getShadowCoordinates(ObjectFilter filter, PrismContext ignored) Deprecated.static ResourceShadowCoordinatesObjectQueryUtil.getShadowCoordinates(ObjectQuery query) static ArchetypeTypeArchetypeTypeUtil.getStructuralArchetype(Collection<ArchetypeType> archetypes) ObjectTypeUtil.mapToExtensionItems(Map<QName, Object> values, PrismContainerDefinition<?> extensionDefinition, PrismContext prismContext) static voidObjectTypeUtil.mergeExtension(PrismContainerValue<?> dstExtensionContainerValue, PrismContainerValue<?> srcExtensionContainerValue) static PrismSchemaConnectorTypeUtil.parseConnectorSchema(ConnectorType connectorType) Returns parsed connector schemastatic 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(ShadowType shadow) static voidShadowUtil.validateAttributeSchema(ShadowType shadow, ResourceObjectDefinition objectDefinition) -
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 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) voidstatic <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 TypeMethodDescriptionProvides 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.getGenerateExpressionValue(ExpressionType expression) ExpressionUtil.getLiteralExpressionValues(ExpressionType expression) ExpressionUtil.getScriptExpressionValue(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.updateAssociationTargetSearchValue(ExpressionType expression, String newPath, String newValue, PrismContext prismContext) static voidExpressionUtil.updateGenerateExpressionValue(ExpressionType expression, GenerateExpressionEvaluatorType evaluator) static ExpressionTypeExpressionUtil.updateScriptExpressionValue(ExpressionType expression, ScriptExpressionEvaluatorType 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, PrismContext prismContext) SearchFilterType.getFilterClauseAsRootXNode()voidSearchFilterType.parseFromXNode(XNode xnode, ParsingContext pc, PrismContext prismContext) 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)