Uses of Interface
com.evolveum.midpoint.prism.path.ItemPath
Packages that use ItemPath
Package
Description
GUI API package for various utility classes and interfaces.
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
Supports merging of (usually) configuration beans.
Defines value selectors and their clauses.
-
Uses of ItemPath in com.evolveum.midpoint.gui.api.component.path
Methods in com.evolveum.midpoint.gui.api.component.path that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.gui.api.factory
Methods in com.evolveum.midpoint.gui.api.factory with parameters of type ItemPathModifier and TypeMethodDescriptionContainerValueDataProviderFactory.create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<T>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<T>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path) Creates data provider instanceContainerValueDataProviderFactory.create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<T>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<T>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView compiledObjectCollectionView, ContainerValueDataProviderFactory.Customization<T> customization) Creates data provider instance -
Uses of ItemPath in com.evolveum.midpoint.gui.api.factory.wrapper
Methods in com.evolveum.midpoint.gui.api.factory.wrapper with parameters of type ItemPathModifier and TypeMethodDescriptionWrapperContext.findVirtualContainerConfiguration(ItemPath path) booleanWrapperContext.isProcessMetadataFor(ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return ItemPathMethods in com.evolveum.midpoint.gui.api.prism.wrapper with parameters of type ItemPathModifier and TypeMethodDescription<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) -
Uses of ItemPath in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return ItemPathModifier and TypeMethodDescriptionstatic ItemPathWebComponentUtil.getPath(GuiObjectColumnType column) static ItemPathMethods in com.evolveum.midpoint.gui.api.util with parameters of type ItemPathModifier and TypeMethodDescriptionstatic <IW extends ItemWrapper>
IWWebPrismUtil.findItemWrapper(ItemWrapper<?, ?> child, ItemPath absoluthPathToFind, Class<IW> wrapperClass) static <T> PrismPropertyWrapper<T>WebPrismUtil.findPropertyWrapper(ItemWrapper<?, ?> child, ItemPath pathToFind) static <R extends Referencable>
PrismReferenceWrapper<R>WebPrismUtil.findReferenceWrapper(ItemWrapper<?, ?> child, ItemPath pathToFind) static <T> PrismPropertyValue<T>WebPrismUtil.findSinglePropertyValue(ItemWrapper<?, ?> child, ItemPath pathToFind) static <R extends Referencable>
PrismReferenceValueWebPrismUtil.findSingleReferenceValue(ItemWrapper<?, ?> child, ItemPath pathToFind) static DateValidatorWebComponentUtil.getRangeValidator(org.apache.wicket.markup.html.form.Form<?> form, ItemPath path) static BooleanWebComponentUtil.isActivationEnabled(PrismObject object, ItemPath propertyName) static booleanWebComponentUtil.isItemVisible(List<ItemPath> visibleItems, ItemPath itemToBeFound) static ItemPathstatic voidWebComponentUtil.saveLifeCycleStateOnPath(@NotNull PrismObject resource, ItemPath pathToProperty, org.apache.wicket.ajax.AjaxRequestTarget target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult, PageBase pageBase) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ItemPathModifier and TypeMethodDescriptionstatic booleanWebComponentUtil.isItemVisible(List<ItemPath> visibleItems, ItemPath itemToBeFound) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.component.data.column
Fields in com.evolveum.midpoint.gui.impl.component.data.column declared as ItemPathModifier and TypeFieldDescriptionprotected ItemPathAbstractItemWrapperColumn.itemNameprotected ItemPathAbstractItemWrapperColumnPanel.itemNameMethods in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type ItemPathModifier and TypeMethodDescription<V> StringConfigurableExpressionColumn.loadExportableColumnDataModel(org.apache.wicket.model.IModel<S> rowModel, GuiObjectColumnType customColumn, ItemPath columnPath, ExpressionType expression) Constructors in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type ItemPathModifierConstructorDescriptionPrismContainerWrapperColumn(org.apache.wicket.model.IModel<? extends PrismContainerDefinition<C>> rowModel, ItemPath itemName, PageBase pageBase) PrismPropertyWrapperColumn(org.apache.wicket.model.IModel<? extends PrismContainerDefinition<C>> mainModel, ItemPath itemName, AbstractItemWrapperColumn.ColumnType columnType, PageBase pageBase) PrismReferenceWrapperColumn(org.apache.wicket.model.IModel<? extends PrismContainerDefinition<C>> mainModel, ItemPath itemName, AbstractItemWrapperColumn.ColumnType columnType, PageBase pageBase) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.component.data.provider
Constructors in com.evolveum.midpoint.gui.impl.component.data.provider with parameters of type ItemPathModifierConstructorDescriptionRepoAssignmentListProvider(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type ItemPathModifier and TypeMethodDescriptionSearch.findPropertyItemByPath(ItemPath path) Search.findPropertySearchItem(ItemPath path) static <C> booleanSearchBoxConfigurationBuilder.isFixedItem(Class<C> typeClass, ItemPath path) Method parameters in com.evolveum.midpoint.gui.impl.component.search with type arguments of type ItemPathModifier and TypeMethodDescriptionSearchBoxConfigurationBuilder.availableDefinitions(Map<ItemPath, ItemDefinition<?>> availableDefinitions) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.component.search.factory
Methods in com.evolveum.midpoint.gui.impl.component.search.factory that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return ItemPathMethods in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type ItemPathConstructors in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type ItemPathModifierConstructorDescriptionAutoCompleteSearchItemWrapper(ItemPath path, String lookupTableOid) ChoicesSearchItemWrapper(ItemPath path, List<DisplayableValue<T>> availableValues) PropertySearchItemWrapper(ItemPath path, ItemDefinition<?> itemDef) ReferenceSearchItemWrapper(PrismReferenceDefinition def, ItemPath pathFromSearchableObjects, QName targetType, Class<?> searchType) TextSearchItemWrapper(ItemPath path, ItemDefinition<?> itemDef) TextSearchItemWrapper(ItemPath path, ItemDefinition<?> itemDef, String valueEnumerationRefOid, QName valueEnumerationRefType) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.component.wizard
Methods in com.evolveum.midpoint.gui.impl.component.wizard that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathSelectTileWizardStepPanel.getPathForTargetReference()protected abstract ItemPathSelectTileWizardStepPanel.getPathForValueContainer() -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.factory.data
Methods in com.evolveum.midpoint.gui.impl.factory.data with parameters of type ItemPathModifier and TypeMethodDescriptionInMemoryAssignmentDataProviderFactory.create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path) InMemoryAssignmentDataProviderFactory.create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView collection, ContainerValueDataProviderFactory.Customization<AssignmentType> customization) RepositoryAssignmentDataProviderFactory.create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path) RepositoryAssignmentDataProviderFactory.create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView collection, ContainerValueDataProviderFactory.Customization<AssignmentType> customization) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.model
Constructors in com.evolveum.midpoint.gui.impl.model with parameters of type ItemPathModifierConstructorDescriptionFlexibleLabelModel(org.apache.wicket.model.IModel<C> model, ItemPath path, ModelServiceLocator serviceLocator, GuiFlexibleLabelType configuration) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin
Methods in com.evolveum.midpoint.gui.impl.page.admin with parameters of type ItemPathModifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.panel.PanelAbstractObjectMainPanel.addPrismPropertyPanel(org.apache.wicket.MarkupContainer parentComponent, String id, QName typeName, ItemPath propertyPath) Used in overlay -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder with parameters of type ItemPathModifier and TypeMethodDescriptionprotected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource with parameters of type ItemPathModifier and TypeMethodDescriptionvoidPageResource.showActivationsWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showAssociationsWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showAttributeMappingWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showCapabilitiesWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showCorrelationWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showCredentialsWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) PageResource.showObjectTypeWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showResourceObjectTypeBasicWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showResourceObjectTypePreviewWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showSynchronizationWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathAccessApplicationRoleStepPanel.getPathForTargetReference()protected ItemPathAccessApplicationStepPanel.getPathForTargetReference()protected ItemPathAccessApplicationRoleStepPanel.getPathForValueContainer()protected ItemPathAccessApplicationStepPanel.getPathForValueContainer() -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathConstructionResourceStepPanel.getPathForTargetReference()protected ItemPathConstructionGroupStepPanel.getPathForValueContainer()protected ItemPathConstructionResourceStepPanel.getPathForValueContainer() -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component
Constructors in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component with parameters of type ItemPathModifierConstructorDescriptionRichHyperlinkListContentPanel(String id, AssignmentHolderDetailsModel<?> model, ContainerPanelConfigurationType configurationType, ItemPath containerRealPath) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.login.dto
Methods in com.evolveum.midpoint.gui.impl.page.login.dto that return ItemPathConstructors in com.evolveum.midpoint.gui.impl.page.login.dto with parameters of type ItemPathModifierConstructorDescriptionVerificationAttributeDto(@NotNull PrismPropertyWrapper<?> itemWrapper, ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.login.module
Methods in com.evolveum.midpoint.gui.impl.page.login.module with parameters of type ItemPathModifier and TypeMethodDescriptionprotected PrismPropertyWrapper<?>PageAbstractAttributeVerification.createItemWrapper(ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.self.credentials
Methods in com.evolveum.midpoint.gui.impl.page.self.credentials with parameters of type ItemPathModifier and TypeMethodDescriptionprotected voidChangePasswordPanel.collectDeltas(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) protected voidPropagatePasswordPanel.collectDeltas(Collection<ObjectDelta<? extends ObjectType>> deltas, ProtectedStringType currentPassword, ItemPath valuePath) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel with parameters of type ItemPathModifier and TypeMethodDescription<C extends Containerable>
org.apache.wicket.model.IModel<PrismContainerWrapper<C>>SingleContainerPanel.createContainerModel(ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathPrismContainerWrapperImpl.getDeltaPathForStatus(ItemStatus status) protected ItemPathProfilingClassLoggerContainerWrapperImpl.getDeltaPathForStatus(ItemStatus status) ItemWrapperImpl.getPath()PrismContainerValueWrapperImpl.getPath()ValueMetadataWrapperImpl.getPath()Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type ItemPathModifier and TypeMethodDescription@NotNull ItemDeltaItemWrapperImpl.createEmptyDelta(ItemPath path) @NotNull ContainerDelta<C>PrismContainerWrapperImpl.createEmptyDelta(ItemPath path) @NotNull PropertyDelta<T>PrismPropertyWrapperImpl.createEmptyDelta(ItemPath path) @NotNull ContainerDelta<C>ProfilingClassLoggerContainerWrapperImpl.createEmptyDelta(ItemPath path) @NotNull ContainerDelta<ValueMetadataType>ValueMetadataWrapperImpl.createEmptyDelta(ItemPath path) <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) PrismContainerWrapperImpl.findContainerValue(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<T extends ItemDefinition<?>>
TItemWrapperImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) <T extends ItemDefinition<?>>
TValueMetadataWrapperImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) <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) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return ItemPathModifier and TypeMethodDescriptionstatic ItemPathGuiImplUtil.getItemPath(AbstractFormItemType aItem) -
Uses of ItemPath in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ItemPathModifier and TypeMethodDescription<O extends ObjectType>
MetadataItemProcessingSpecModelInteractionService.getMetadataItemProcessingSpec(ItemPath metadataItemPath, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns specification of processing of given metadata item (e.g. provenance).booleanMetadataItemProcessingSpec.isFullProcessing(ItemPath dataItem) booleanObjectTreeDeltas.subtractFromFocusDelta(@NotNull ItemPath itemPath, @NotNull PrismValue value, boolean fromMinus, boolean dryRun) Method parameters in com.evolveum.midpoint.model.api with type arguments of type ItemPathModifier and TypeMethodDescription<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 -
Uses of ItemPath in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathCorrelationPropertyDefinition.getItemPath()@NotNull ItemPathCorrelationPropertyDefinition.getSecondaryPath()Methods in com.evolveum.midpoint.model.api.correlation with parameters of type ItemPathModifier and TypeMethodDescriptionstatic @NotNull CorrelationPropertyDefinitionCorrelationPropertyDefinition.fromData(@NotNull ItemPath path, @NotNull PrismProperty<?> property) @Nullable QNameTemplateCorrelationConfiguration.getDefaultMatchingRuleName(@NotNull ItemPath itemPath) CorrelationCaseDescription.CandidateDescription.getPropertyValuesDescription(@NotNull ItemPath propertyPath) booleanCorrelationCaseDescription.hasCorrelationProperty(@NotNull ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator with parameters of type ItemPathModifier and TypeMethodDescription@Nullable DoubleConfidence.PerItemConfidence.getItemConfidence(@NotNull ItemPath itemPath) Method parameters in com.evolveum.midpoint.model.api.correlator with type arguments of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type ItemPathModifier and TypeMethodDescription@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.selectIdentityItemValues(@Nullable Collection<FocusIdentityType> identities, @Nullable FocusIdentitySourceType source, @NotNull ItemPath itemPath) Selects specified values from all relevant identity data. -
Uses of ItemPath in com.evolveum.midpoint.model.api.identities
Methods in com.evolveum.midpoint.model.api.identities that return ItemPathMethods in com.evolveum.midpoint.model.api.identities with parameters of type ItemPathModifier and TypeMethodDescription@Nullable IdentityItemConfigurationIdentityManagementConfiguration.getForPath(@NotNull ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.model.api.indexing
Methods in com.evolveum.midpoint.model.api.indexing that return ItemPathModifier and TypeMethodDescriptionIndexedItemValueNormalizer.getIndexItemPath()Returns the full path to the indexed version of the item.@NotNull ItemPathIndexingItemConfiguration.getPath()Methods in com.evolveum.midpoint.model.api.indexing with parameters of type ItemPathModifier and TypeMethodDescription@Nullable IndexingItemConfigurationIndexingConfiguration.getForPath(@NotNull ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.model.api.validator
Methods in com.evolveum.midpoint.model.api.validator that return ItemPathMethods in com.evolveum.midpoint.model.api.validator with parameters of type ItemPathModifier and TypeMethodDescriptionvoidValidationResult.add(Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, @Nullable ObjectReferenceType objectRef, @Nullable ItemPath itemPath) Constructors in com.evolveum.midpoint.model.api.validator with parameters of type ItemPathModifierConstructorDescriptionIssue(@NotNull Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, ObjectReferenceType objectRef, ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.model.api.visualizer
Methods in com.evolveum.midpoint.model.api.visualizer that return ItemPathModifier and TypeMethodDescriptionVisualization.getSourceAbsPath()Visualization.getSourceRelPath()Visualization root path, relative to the owning visualization root path.VisualizationItem.getSourceRelPath()Item path, relative to the visualization root path. -
Uses of ItemPath in com.evolveum.midpoint.ninja.action
Methods in com.evolveum.midpoint.ninja.action that return types with arguments of type ItemPathMethod parameters in com.evolveum.midpoint.ninja.action with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidExportOptions.setExcludeItems(List<ItemPath> excludeItems) -
Uses of ItemPath in com.evolveum.midpoint.ninja.action.worker
Methods in com.evolveum.midpoint.ninja.action.worker that return types with arguments of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.ninja.util
Methods in com.evolveum.midpoint.ninja.util that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathItem.getPath()Returns the path of this item (sequence of names from the "root" container or similar object to this item).Itemable.getPath()@NotNull ItemPathPrismValue.getPath()PartiallyResolvedItem.getResidualPath()@NotNull ItemPathResolvedItemPath.getResolvedPath()default ItemPathPrismContext.toPath(ItemPathType path) Methods in com.evolveum.midpoint.prism that return types with arguments of type ItemPathMethods in com.evolveum.midpoint.prism with parameters of type ItemPathModifier and TypeMethodDescriptionvoidvoidvoidvoid<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>
voidbooleanPrismContainer.containsItem(ItemPath itemPath, boolean acceptEmptyItem) booleanPrismContainerValue.containsItem(ItemPath propPath, boolean acceptEmptyItem) static <ID extends ItemDefinition<?>>
ResolvedItemPath<ID>ResolvedItemPath.create(@NotNull PrismContainerDefinition<?> rootDefinition, @NotNull ItemPath rawItemPath) Resolves the path against a container definition.PrismContext.createCanonicalItemPath(ItemPath itemPath) TemporaryPrismContext.createCanonicalItemPath(ItemPath itemPath, QName objectType) TemporaryItem.createDelta(ItemPath path) PrismContainer.createDelta(ItemPath path) PrismProperty.createDelta(ItemPath path) PrismReference.createDelta(ItemPath path) <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.@NotNull ItemDelta<?,?> ItemDefinition.createEmptyDelta(ItemPath path) Creates an empty delta (with appropriate implementation class), pointing to this item definition, with a given path.@NotNull ContainerDelta<C>PrismContainerDefinition.createEmptyDelta(ItemPath path) @NotNull PropertyDelta<T>PrismPropertyDefinition.createEmptyDelta(ItemPath path) Returns object (Item or PrismValue) pointed to by the given path.<T extends Containerable>
PrismContainer<T>PrismContainer.findContainer(ItemPath path) default <C extends Containerable>
PrismContainerDefinition<C>LocalItemDefinitionStore.findContainerDefinition(@NotNull ItemPath path) ReturnsPrismContainerDefinitioncorresponding to given path (rooted at this store).<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<?>>
Item<IV,ID> <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
Idefault <IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
I<T extends ItemDefinition<?>>
TItemDefinition.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) Used to find a matching item definition _within_ this definition.@Nullable ItemDefinition<?>ItemDefinitionResolver.findItemDefinition(@NotNull Class<? extends Containerable> type, @NotNull ItemPath itemPath) Tries to determine a definition for given item within given type.default <ID extends ItemDefinition<?>>
IDLocalItemDefinitionStore.findItemDefinition(@NotNull ItemPath path) ReturnsItemDefinitioncorresponding to given path (rooted at this store).<ID extends ItemDefinition<?>>
IDLocalItemDefinitionStore.findItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) Returns a definition of given type corresponding to given path (rooted at this store).<T extends Containerable>
PrismContainer<T>PrismContainer.findOrCreateContainer(ItemPath containerPath) <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) <T> PrismProperty<T>PrismContainer.findOrCreateProperty(ItemPath propertyPath) <X> PrismProperty<X>PrismContainerValue.findOrCreateProperty(ItemPath propertyPath) PrismContainer.findOrCreateReference(ItemPath propertyPath) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> Item.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismContainer.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismContainerValue.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismProperty.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismPropertyValue.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismReference.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismReferenceValue.findPartial(ItemPath path) <T> PrismProperty<T>PrismContainer.findProperty(ItemPath path) <X> PrismProperty<X>PrismContainerValue.findProperty(ItemPath propertyPath) default <T> PrismPropertyDefinition<T>LocalItemDefinitionStore.findPropertyDefinition(@NotNull ItemPath path) ReturnsPrismPropertyDefinitioncorresponding to given path (rooted at this store).PrismContainer.findReference(ItemPath path) default PrismReferenceDefinitionLocalItemDefinitionStore.findReferenceDefinition(@NotNull ItemPath path) ReturnsPrismReferenceDefinitioncorresponding to given path (rooted at this store).<I extends Item<?,?>>
IPrismReference.findReferencedItem(ItemPath path, Class<I> type) Tries to find referenced path (path starting with object derefence) in-memory.<I extends Item<?,?>>
IPrismReferenceValue.findReferencedItem(ItemPath path, Class<I> type) @NotNull Collection<Item<?,?>> Item.getAllItems(@NotNull ItemPath path) Returns all items corresponding to the provided path.@NotNull Collection<Item<?,?>> PrismValue.getAllItems(@NotNull ItemPath path) static @NotNull Collection<PrismValue>Item.getAllValues(Item<?, ?> item, ItemPath path) @NotNull Collection<PrismValue>Item.getAllValues(ItemPath path) Returns all values corresponding to the provided path.@NotNull Collection<PrismValue>PrismValue.getAllValues(ItemPath path) <T> TPrismContainer.getPropertyRealValue(ItemPath propertyPath, Class<T> type) PrismContext.queryForReferenceOwnedBy(Class<? extends Containerable> ownerClass, ItemPath referencePath) Starts a query builder for reference search, with the default item definition resolution (i.e. from the system-wide schema).voidPrismContainer.removeContainer(ItemPath path) voidPrismContainerValue.removeContainer(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidPrismContainer.removeItem(ItemPath path, Class<I> itemType) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidPrismObject.removeItem(ItemPath path, Class<I> itemType) voidPrismContainer.removeProperty(ItemPath path) voidPrismContainerValue.removeProperty(ItemPath path) voidPrismContainer.removeReference(ItemPath path) voidPrismContainerValue.removeReference(ItemPath path) ItemPathSerializer.serializeStandalone(@NotNull ItemPath itemPath) Serializes item path with all the namespaces explicitly listed.voidPartiallyResolvedItem.setResidualPath(ItemPath residualPath) static <O extends Objectable,C extends Containerable>
Collection<PrismContainerValue<C>>PrismValueCollectionsUtil.toPrismContainerValues(Class<O> type, ItemPath path, PrismContext prismContext, C... containerValues) @NotNull UniformItemPathPrismContext.toUniformPath(ItemPath path) Temporary@Nullable UniformItemPathPrismContext.toUniformPathKeepNull(ItemPath path) Method parameters in com.evolveum.midpoint.prism with type arguments of type ItemPathModifier and TypeMethodDescription@Nullable ComplexTypeDefinitionValueBasedDefinitionLookupHelper.findComplexTypeDefinition(QName typeName, Map<ItemPath, PrismValue> hintValues) voidvoidPrismContainerValue.removeItems(List<? extends ItemPath> itemsToRemove) BEWARE!!voidPrismContainerValue.removePaths(List<? extends ItemPath> remove) voidPrismContainer.trimDefinitionTree(Collection<? extends ItemPath> alwaysKeep) Optimizes (trims) definition tree by removing any definitions not corresponding to items in this container.voidComplexTypeDefinition.trimTo(@NotNull Collection<ItemPath> paths) Trims the definition (and any definitions it refers to) to contain only items related to given paths.Constructors in com.evolveum.midpoint.prism with parameters of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return ItemPathModifier and TypeMethodDescriptiondefault ItemPathItemDeltaDelegator.getParentPath()default @NotNull ItemPathItemDeltaDelegator.getPath()Methods in com.evolveum.midpoint.prism.deleg with parameters of type ItemPathModifier and TypeMethodDescriptiondefault voidItemDeltaDelegator.cloneWithChangedParentPath(ItemPath newParentPath) default @NotNull ContainerDelta<C>ContainerDefinitionDelegator.createEmptyDelta(ItemPath path) default @NotNull ItemDelta<?,?> ItemDefinitionDelegator.createEmptyDelta(ItemPath path) default @NotNull PropertyDelta<T>PropertyDefinitionDelegator.createEmptyDelta(ItemPath path) default <C extends Containerable>
PrismContainerDefinition<C>ComplexTypeDefinitionDelegator.findContainerDefinition(@NotNull ItemPath path) default <C extends Containerable>
PrismContainerDefinition<C>ContainerDefinitionDelegator.findContainerDefinition(@NotNull ItemPath path) default <ID extends ItemDefinition<?>>
IDComplexTypeDefinitionDelegator.findItemDefinition(@NotNull ItemPath path) default <ID extends ItemDefinition<?>>
IDComplexTypeDefinitionDelegator.findItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) default <T extends ItemDefinition<?>>
TContainerDefinitionDelegator.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) default <T extends ItemDefinition<?>>
TItemDefinitionDelegator.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) default PrismReferenceDefinitionComplexTypeDefinitionDelegator.findReferenceDefinition(@NotNull ItemPath path) default ItemDelta<?,?> ItemDeltaDelegator.getSubDelta(ItemPath path) default voidItemDeltaDelegator.setParentPath(ItemPath parentPath) Method parameters in com.evolveum.midpoint.prism.deleg with type arguments of type ItemPathModifier and TypeMethodDescriptiondefault voidComplexTypeDefinitionDelegator.trimTo(@NotNull Collection<ItemPath> paths) -
Uses of ItemPath in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that return ItemPathModifier and TypeMethodDescriptionItemDelta.getParentPath()@NotNull ItemPathItemDelta.getPath()PartiallyResolvedDelta.getResidualPath()Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type ItemPathMethods in com.evolveum.midpoint.prism.delta with parameters of type ItemPathModifier and TypeMethodDescriptionvoidstatic voidItemDeltaCollectionsUtil.accept(Collection<? extends ItemDelta> modifications, Visitor visitor, ItemPath path, boolean recursive) void<C extends Containerable>
voidObjectDelta.addModificationAddContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDelta.addModificationAddContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <X> voidObjectDelta.addModificationAddProperty(ItemPath propertyPath, X... propertyValues) voidObjectDelta.addModificationAddReference(ItemPath path, PrismReferenceValue... refValues) <C extends Containerable>
voidObjectDelta.addModificationDeleteContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDelta.addModificationDeleteContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <X> voidObjectDelta.addModificationDeleteProperty(ItemPath propertyPath, X... propertyValues) voidObjectDelta.addModificationDeleteReference(ItemPath path, PrismReferenceValue... refValues) <C extends Containerable>
voidObjectDelta.addModificationReplaceContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <X> PropertyDelta<X>ObjectDelta.addModificationReplaceProperty(ItemPath propertyPath, X... propertyValues) voidObjectDelta.addModificationReplaceReference(ItemPath path, PrismReferenceValue... refValues) ItemDelta.cloneWithChangedParentPath(ItemPath newParentPath) <C extends Containerable>
ContainerDelta<C>DeltaFactory.Container.create(ItemPath path, PrismContainerDefinition<C> definition) Deprecated.<C extends Containerable>
ContainerDelta<C>DeltaFactory.Container.create(ItemPath parentPath, QName name, PrismContainerDefinition itemDefinition) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.create(ItemPath path, PrismPropertyDefinition<T> definition) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.create(ItemPath itemPath, QName name, PrismPropertyDefinition<T> propertyDefinition) Deprecated.DeltaFactory.Reference.create(ItemPath path, PrismReferenceDefinition definition) Deprecated.DeltaFactory.Reference.create(ItemPath parentPath, QName name, PrismReferenceDefinition itemDefinition) Deprecated.<C extends Containerable>
ContainerDelta<C>ObjectDelta.createContainerModification(ItemPath path) <C extends Containerable>
ContainerDelta<C>ObjectDelta.createContainerModification(ItemPath path, PrismContainerDefinition<C> containerDefinition) <T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createDelta(ItemPath containerPath, PrismContainerDefinition<O> objectDefinition) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createDelta(ItemPath containerPath, PrismObjectDefinition<O> objectDefinition) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createDelta(ItemPath containerPath, Class<O> type) Deprecated.<O extends Objectable,T>
PropertyDelta<T>DeltaFactory.Property.createDelta(ItemPath propertyPath, PrismObjectDefinition<O> objectDefinition) Deprecated.<O extends Objectable,T>
PropertyDelta<T>DeltaFactory.Property.createDelta(ItemPath propertyPath, Class<O> compileTimeClass) Deprecated.<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.DeltaFactory.Reference.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) Deprecated.DeltaFactory.Reference.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, String oid) Deprecated.DeltaFactory.Reference.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, PrismContainerValue<C>... containerValues) <O extends Objectable,X>
ObjectDelta<O>DeltaFactory.Object.createModificationAddProperty(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) <T> PropertyDelta<T>DeltaFactory.Property.createModificationAddProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.createModificationAddProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) Deprecated.<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.DeltaFactory.Reference.createModificationDelete(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteContainer(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <O extends Objectable,X>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteProperty(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) <T> PropertyDelta<T>DeltaFactory.Property.createModificationDeleteProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.createModificationDeleteProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) Deprecated.<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.DeltaFactory.Reference.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) Deprecated.DeltaFactory.Reference.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, String oid) Deprecated.DeltaFactory.Reference.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) Deprecated.<O extends Objectable>
ReferenceDeltaDeltaFactory.Reference.createModificationReplace(ItemPath path, Class<O> type, String oid) Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceContainer(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <O extends Objectable,X>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceProperty(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) <T> PropertyDelta<T>DeltaFactory.Property.createModificationReplaceProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, Collection<T> propertyValues) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.createModificationReplaceProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.createModificationReplaceProperty(ItemPath path, PrismPropertyDefinition propertyDefinition, T... propertyValues) Deprecated.<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceReference(Class<O> type, String oid, ItemPath refPath, PrismReferenceValue... refValues) <X> PropertyDelta<X>ObjectDelta.createPropertyModification(ItemPath path) <C> PropertyDelta<C>ObjectDelta.createPropertyModification(ItemPath path, PrismPropertyDefinition propertyDefinition) ObjectDelta.createReferenceModification(ItemPath refPath) ObjectDelta.createReferenceModification(ItemPath path, PrismReferenceDefinition referenceDefinition) <O extends Objectable>
PropertyDeltaDeltaFactory.Property.createReplaceEmptyDelta(PrismObjectDefinition<O> objectDefinition, ItemPath propertyPath) Deprecated.@NotNull ObjectDelta.FactorOutResultMulti<O>ObjectDelta.factorOutValues(ItemPath path, boolean cloneDelta) static <X extends Containerable>
ContainerDelta<X>ItemDeltaCollectionsUtil.findContainerDelta(Collection<? extends ItemDelta> deltas, ItemPath propertyPath) <X extends Containerable>
ContainerDelta<X>ObjectDelta.findContainerDelta(ItemPath propertyPath) static <DD extends ItemDelta>
DDItemDeltaCollectionsUtil.findItemDelta(Collection<? extends ItemDelta> deltas, ItemPath propertyPath, Class<DD> deltaType, boolean strict) <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID> ObjectDelta.findItemDelta(ItemPath itemPath) TODO specify this method!<IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID> ObjectDelta.findItemDelta(ItemPath itemPath, boolean strict) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>, DD extends ItemDelta<IV, ID>>
DDObjectDelta.findItemDelta(ItemPath itemPath, Class<DD> deltaType, Class<I> itemType, boolean strict) static @NotNull Collection<? extends ItemDelta<?,?>> ItemDeltaCollectionsUtil.findItemDeltasSubPath(Collection<? extends ItemDelta<?, ?>> deltas, ItemPath itemPath) @NotNull Collection<? extends ItemDelta<?,?>> ObjectDelta.findItemDeltasSubPath(ItemPath itemPath) Returns all item deltas at or below a specified path.<IV extends PrismValue,ID extends ItemDefinition<?>>
Collection<PartiallyResolvedDelta<IV,ID>> ObjectDelta.findPartial(ItemPath propertyPath) static <T> PropertyDelta<T>ItemDeltaCollectionsUtil.findPropertyDelta(Collection<? extends ItemDelta> deltas, ItemPath propertyPath) <X> PropertyDelta<X>ObjectDelta.findPropertyDelta(ItemPath propertyPath) <X> PropertyDelta<X>ObjectDelta.findPropertyDelta(ItemPath parentPath, QName propertyName) Top-level path is assumed.static <T> PropertyDelta<T>PropertyDeltaCollectionsUtil.findPropertyDelta(Collection<? extends ItemDelta> modifications, ItemPath propertyPath) ObjectDelta.findReferenceModification(ItemPath itemPath) ObjectDelta.getDeletedValuesFor(ItemPath itemPath) Limitations: (1) For DELETE object delta, we don't know what values were in the object's itemObjectDelta.getNewValuesFor(ItemPath itemPath) ItemDelta<?,?> ContainerDelta.getSubDelta(ItemPath path) ItemDelta<?,?> ItemDelta.getSubDelta(ItemPath path) booleanObjectDelta.hasItemDelta(ItemPath propertyPath) booleanObjectDelta.hasItemOrSubitemDelta(ItemPath propertyPath) booleanObjectDelta.hasRelatedDelta(ItemPath itemPath) Returns `true` if the delta may have an effect on the specified itemstatic <T> voidDeltaSetTripleUtil.putIntoOutputTripleMap(PathKeyedMap<DeltaSetTriple<T>> outputTripleMap, ItemPath outputPath, DeltaSetTriple<T> outputTriple) voidObjectDelta.removeContainerModification(ItemPath itemName) static <D extends ItemDelta>
voidItemDeltaCollectionsUtil.removeItemDelta(Collection<? extends ItemDelta> deltas, ItemPath propertyPath, Class<D> deltaType) voidObjectDelta.removePropertyModification(ItemPath itemPath) voidObjectDelta.removeReferenceModification(ItemPath itemPath) voidItemDelta.setParentPath(ItemPath parentPath) voidPartiallyResolvedDelta.setResidualPath(ItemPath residualPath) booleanObjectDelta.subtract(@NotNull ItemPath itemPath, @NotNull PrismValue value, boolean fromMinusSet, boolean dryRun) Checks if the delta tries to add (or set) a 'value' for the item identified by 'itemPath'.Method parameters in com.evolveum.midpoint.prism.delta with type arguments of type ItemPathModifier and TypeMethodDescription@NotNull ObjectDelta.FactorOutResultSingle<O>ObjectDelta.factorOut(Collection<? extends ItemPath> paths, boolean cloneDelta) ObjectDelta.subtract(@NotNull Collection<ItemPath> paths) Returns modifications that are related to the given paths; removes them from the original delta.Constructors in com.evolveum.midpoint.prism.delta with parameters of type ItemPathModifierConstructorDescriptionPartiallyResolvedDelta(ItemDelta<V, D> itemDelta, ItemPath residualPath) -
Uses of ItemPath in com.evolveum.midpoint.prism.delta.builder
Methods in com.evolveum.midpoint.prism.delta.builder with parameters of type ItemPathModifier and TypeMethodDescriptionS_ItemEntry.item(ItemPath path, ItemDefinition itemDefinition) <T> S_ValuesEntryS_ItemEntry.property(ItemPath path, PrismPropertyDefinition<T> itemDefinition) -
Uses of ItemPath in com.evolveum.midpoint.prism.path
Subinterfaces of ItemPath in com.evolveum.midpoint.prism.pathClasses in com.evolveum.midpoint.prism.path that implement ItemPathFields in com.evolveum.midpoint.prism.path declared as ItemPathModifier and TypeFieldDescriptionstatic final ItemPathItemPath.EMPTY_PATHstatic final ItemPathItemPathImpl.EMPTY_PATHstatic final ItemPathItemPath.SELF_PATHSelf path is just an empty path, but gives it better interpretation in some contexts.Methods in com.evolveum.midpoint.prism.path that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathItemName.allExceptLast()@NotNull ItemPathItemPath.allExceptLast()Returns all segments except the last one.@NotNull ItemPathItemPathImpl.allExceptLast()default ItemPathItemPath.allUpToIncluding(int i) Returns all segments up to the specified one (including it).default @NotNull ItemPathItemPath.allUpToLastName()Returns all segments up to the last named one (excluding).default @NotNull ItemPathReturns a newly created path containing all the segments of this path with added components.static ItemPath[]ItemPathCollectionsUtil.asPathArray(QName... names) static @NotNull ItemPathCreates the path from given components.static @NotNull ItemPathCreates the path from given components.static @NotNull ItemPathItemPath.createReverse(@NotNull List<?> components) Creates the path from given components in reverse direction.static ItemPathItemPath.emptyIfNull(ItemPath path) Converts null ItemPath to empty one.ItemName.firstAsPath()ItemPath.firstAsPath()Returns the first segment as an ItemPath.ItemPathImpl.firstAsPath()static ItemPathItemPath.fromString(@NotNull String value) PrismContextmust be already initialized in order to call this method.@NotNull ItemPathTypedItemPath.getPath()@NotNull ItemPathItemName.namedSegmentsOnly()@NotNull ItemPathItemPath.namedSegmentsOnly()Returns the path containing only the regular named segments.@NotNull ItemPathItemPathImpl.namedSegmentsOnly()default ItemPathReturns the remainder of "this" path after passing all segments from the other path.static ItemPath@NotNull ItemPathItemName.removeIds()@NotNull ItemPathItemPath.removeIds()Returns the path with no Id segments.@NotNull ItemPathItemPathImpl.removeIds()@NotNull ItemPathItemName.rest()@NotNull ItemPathItemName.rest(int n) default @NotNull ItemPathItemPath.rest()Returns the rest of the path (the tail).@NotNull ItemPathItemPath.rest(int n) Returns the rest of the path (the tail), starting at position "n".@NotNull ItemPathItemPathImpl.rest()@NotNull ItemPathItemPathImpl.rest(int n) default @NotNull ItemPathItemPath.stripVariableSegment()Removes the leading variable segment, if present.ItemName.subPath(int from, int to) ItemPath.subPath(int from, int to) Returns a sub-path from (including) to (excluding) given indices.ItemPathImpl.subPath(int from, int to) Methods in com.evolveum.midpoint.prism.path that return types with arguments of type ItemPathModifier and TypeMethodDescriptionPathKeyedMap.entrySet()PathSet.iterator()PathKeyedMap.keySet()ItemPathCollectionsUtil.pathListFromStrings(List<String> pathsAsStrings, PrismContext prismContext) ItemPathCollectionsUtil.remainder(Collection<? extends ItemPath> paths, ItemPath prefix, boolean alsoEquivalent) Strips the prefix from a set of paths.Methods in com.evolveum.midpoint.prism.path with parameters of type ItemPathModifier and TypeMethodDescriptionboolean@NotNull TypedItemPathstatic voidItemPath.checkNoSpecialSymbols(ItemPath path) static voidItemPath.checkNoSpecialSymbolsExceptParent(ItemPath path) default ItemPath.CompareResultItemPath.compareComplex(@Nullable ItemPath otherPath) Compares two item paths.static ItemPath.CompareResultItemPathComparatorUtil.compareComplex(@Nullable ItemPath path1, @Nullable ItemPath path2) static booleanItemPathCollectionsUtil.containsEquivalent(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a path equivalent to `pathToBeFound`.static booleanItemPathCollectionsUtil.containsRelated(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a path related to (overlapping) the given one.booleanPathSet.containsRelated(@NotNull ItemPath path) Returns `true` it the set (at least partially) covers given item.static booleanItemPathCollectionsUtil.containsSubpath(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a sub-path (prefix) of the given path.static booleanItemPathCollectionsUtil.containsSubpathOrEquivalent(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a subpath of or equivalent path to the given path.booleanPathSet.containsSubpathOrEquivalent(@NotNull ItemPath path) static booleanItemPathCollectionsUtil.containsSuperpath(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a superpath of the given path.static booleanItemPathCollectionsUtil.containsSuperpathOrEquivalent(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a superpath of or equivalent path to the given path.static ItemPathItemPath.emptyIfNull(ItemPath path) Converts null ItemPath to empty one.static booleanUtility method performingequals(Object, boolean)on two nullable objects.default booleanItemPath.equivalent(ItemPath path) Checks if the paths are equivalent.static booleanItemPath.equivalent(ItemPath path1, ItemPath path2) static booleanItemPathComparatorUtil.equivalent(ItemPath path1, ItemPath path2) static LongItemPath.firstToIdOrNull(ItemPath path) static ItemNameItemPath.firstToNameOrNull(ItemPath itemPath) static @NotNull UniformItemPathstatic <T> TItemPathCollectionsUtil.getFromMap(Map<ItemPath, T> map, ItemPath itemPath) static booleanReturns true if the path is null or empty.static booleanItemPath.isNotEmpty(ItemPath path) default booleanChecks if current path is a strict subpath (prefix) of the other path.static booleandefault booleanItemPath.isSubPathOrEquivalent(ItemPath otherPath) Check if current path is a subpath (prefix) of the other path or they are equivalent.static booleanItemPathComparatorUtil.isSubPathOrEquivalent(ItemPath path1, ItemPath path2) default booleanItemPath.isSuperPath(ItemPath otherPath) Check if the other path is a strict subpath (prefix) of this path.static booleanItemPathComparatorUtil.isSuperPath(ItemPath path1, ItemPath path2) default booleanItemPath.isSuperPathOrEquivalent(ItemPath path) Check if the other path is a subpath (prefix) of this path or they are equivalent.static booleanItemPathComparatorUtil.isSuperPathOrEquivalent(ItemPath path1, ItemPath path2) static @NotNull PathSetReturns immutablePathSet.static TypedItemPathdefault ItemPathReturns the remainder of "this" path after passing all segments from the other path.ItemPathCollectionsUtil.remainder(Collection<? extends ItemPath> paths, ItemPath prefix, boolean alsoEquivalent) Strips the prefix from a set of paths.static ItemPath@NotNull PathSetStrips the prefix from a set of paths.default booleanItemPath.startsWith(ItemPath prefix) Convenience method with understandable semantics.Method parameters in com.evolveum.midpoint.prism.path with type arguments of type ItemPathModifier and TypeMethodDescriptionbooleanPathSet.addAll(@NotNull Collection<? extends ItemPath> c) static booleanItemPathCollectionsUtil.containsEquivalent(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a path equivalent to `pathToBeFound`.static booleanItemPathCollectionsUtil.containsRelated(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a path related to (overlapping) the given one.static booleanItemPathCollectionsUtil.containsSubpath(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a sub-path (prefix) of the given path.static booleanItemPathCollectionsUtil.containsSubpathOrEquivalent(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a subpath of or equivalent path to the given path.static booleanItemPathCollectionsUtil.containsSuperpath(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a superpath of the given path.static booleanItemPathCollectionsUtil.containsSuperpathOrEquivalent(Collection<? extends ItemPath> paths, ItemPath pathToBeFound) Returns true if the collection contains a superpath of or equivalent path to the given path.static <T> TItemPathCollectionsUtil.getFromMap(Map<ItemPath, T> map, ItemPath itemPath) voidItemPathCollectionsUtil.remainder(Collection<? extends ItemPath> paths, ItemPath prefix, boolean alsoEquivalent) Strips the prefix from a set of paths.Constructor parameters in com.evolveum.midpoint.prism.path with type arguments of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.prism.polystring
Methods in com.evolveum.midpoint.prism.polystring with parameters of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathItemFilter.getFullPath()@NotNull ItemPathValueFilter.getFullPath()ObjectOrdering.getOrderBy()Item path by which to order - should not be null or empty.@NotNull ItemPathValueFilter.getParentPath()@Nullable ItemPathOwnedByFilter.getPath()@NotNull ItemPathReferencedByFilter.getPath()ValueFilter.getPath()ObjectPaging.getPrimaryOrderingPath()@Nullable ItemPathValueFilter.getRightHandSidePath()Methods in com.evolveum.midpoint.prism.query with parameters of type ItemPathModifier and TypeMethodDescriptionvoidObjectPaging.addOrderingInstruction(ItemPath orderBy, OrderDirection direction) default booleanValueFilter.canNestInsideExists(ItemPath existsPath) Returns true, if current filter can be rewritten to be nested inside exists filter with prefix path This means filter with path prefix/item will become prefix exists (item)<T> @NotNull EqualFilter<T>QueryFactory.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule) Deprecated.<T> @NotNull EqualFilter<T>QueryFactory.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) Deprecated.<T> @NotNull EqualFilter<T>QueryFactory.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull PrismContext prismContext, Object... values) Deprecated.<T> @NotNull EqualFilter<T>QueryFactory.createEqual(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition) Deprecated.<C extends Containerable>
ExistsFilterQueryFactory.createExists(ItemPath path, Class<C> containerType, PrismContext prismContext, ObjectFilter inner) Deprecated.<T> @NotNull GreaterFilter<T>QueryFactory.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, boolean equals) Deprecated.<T> @NotNull GreaterFilter<T>QueryFactory.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper wrapper, boolean equals) Deprecated.<T> @NotNull GreaterFilter<T>QueryFactory.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition, boolean equals) Deprecated.<T> @NotNull GreaterFilter<T>QueryFactory.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, Object value, boolean equals, @NotNull PrismContext prismContext) Deprecated.<T> @NotNull LessFilter<T>QueryFactory.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, boolean equals) Deprecated.<T> @NotNull LessFilter<T>QueryFactory.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals) Deprecated.<T> @NotNull LessFilter<T>QueryFactory.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition, boolean equals) Deprecated.<T> @NotNull LessFilter<T>QueryFactory.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, Object value, boolean equals, @NotNull PrismContext prismContext) Deprecated.@NotNull ObjectOrderingQueryFactory.createOrdering(ItemPath orderBy, OrderDirection direction) @NotNull ObjectPagingQueryFactory.createPaging(ItemPath orderBy, OrderDirection direction) @NotNull ObjectPagingQueryFactory.createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction) @NotNull RefFilterQueryFactory.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, ExpressionWrapper expression) Deprecated.@NotNull RefFilterQueryFactory.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, Collection<PrismReferenceValue> values) Deprecated.default booleanAllFilter.matchesOnly(ItemPath... paths) default booleanExistsFilter.matchesOnly(ItemPath... paths) default booleanFullTextFilter.matchesOnly(ItemPath... paths) default booleanInOidFilter.matchesOnly(ItemPath... paths) default booleanLogicalFilter.matchesOnly(ItemPath... paths) default booleanNoneFilter.matchesOnly(ItemPath... paths) default booleanObjectFilter.matchesOnly(ItemPath... paths) Returns true, if filter processes only enumerated item paths and does not use referencedBy, ownedBy where path context changes drastically.default booleanOrgFilter.matchesOnly(ItemPath... paths) default booleanTypeFilter.matchesOnly(ItemPath... paths) default booleanValueFilter.matchesOnly(ItemPath... paths) default ValueFilter<V,D> default ExpressionWrappervoidObjectPaging.setOrdering(ItemPath orderBy, OrderDirection direction) voidValueFilter.setRightHandSidePath(@Nullable ItemPath rightHandSidePath) voidPrismQueryExpressionFactory.ExpressionWriter.writeVariable(ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.prism.query.builder
Methods in com.evolveum.midpoint.prism.query.builder with parameters of type ItemPathModifier and TypeMethodDescriptionS_FilterEntry.item(ItemPath itemPath, ItemDefinition<?> itemDefinition) S_FilterEntry.item(PrismContainerDefinition<?> containerDefinition, ItemPath itemPath) S_RightHandItemEntry.item(ItemPath itemPath, ItemDefinition<?> itemDefinition) S_FilterEntry.ownedBy(Class<? extends Containerable> clazz, ItemPath path) default S_FilterEntryOrEmptyRef filter with no values with optional ref-target filter that can follow this call immediately.default S_FilterEntryOrEmptyRef filter for target type and relation with optional ref-target filter that can follow this call immediately.Ref filter with single value and optional ref-target filter that can follow this call immediately.default S_FilterEntryOrEmptyS_FilterEntry.referencedBy(@NotNull Class<? extends Containerable> clazz, @NotNull ItemPath path) Shortcut toS_FilterEntry.referencedBy(Class, ItemPath, QName)with null relation which is interpreted as "any".S_FilterEntry.referencedBy(@NotNull Class<? extends Containerable> clazz, @NotNull ItemPath path, QName relation) Creates `referencedBy` filter that matches if the queried object is referenced by other specified object or container. -
Uses of ItemPath in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema with parameters of type ItemPathModifier and TypeMethodDescription<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) SchemaRegistry.determineParentDefinition(@NotNull ComplexTypeDefinition child, @NotNull ItemPath rest) SchemaRegistry.determineReferencedObjectDefinition(@NotNull QName targetTypeName, ItemPath rest) -
Uses of ItemPath in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return ItemPathModifier and TypeMethodDescriptionItemDeltaItem.getResidualPath()@NotNull ItemPathItemDeltaItem.getResolvePath()Methods in com.evolveum.midpoint.prism.util with parameters of type ItemPathModifier and TypeMethodDescriptionstatic <C extends Containerable>
voidPrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta, ItemPath propertyPath, C... containerables) static <C extends Containerable>
voidPrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... expectedCVals) static ContainerDelta<?>PrismAsserts.assertContainerAddGetContainerDelta(ObjectDelta<?> objectDelta, ItemPath propertyPath) static ContainerDelta<?>PrismAsserts.assertContainerDeleteGetContainerDelta(ObjectDelta<?> objectDelta, ItemPath propertyPath) static Item<?,?> PrismAsserts.assertEmptyAndIncomplete(PrismObject<?> object, ItemPath itemPath) static voidPrismAsserts.assertEqualsFilter(ObjectFilter objectFilter, QName expectedFilterDef, QName expectedTypeName, ItemPath path) static <O extends Objectable>
voidPrismAsserts.assertEquivalent(String message, ItemPath expected, ItemPath actual) static voidPrismAsserts.assertHasNoObject(PrismContainerValue<?> pcv, ItemPath path) static voidPrismAsserts.assertHasNoTargetName(PrismContainerValue<?> pcv, ItemPath path) static voidPrismAsserts.assertHasObject(PrismContainerValue<?> pcv, ItemPath path) static voidPrismAsserts.assertHasTargetName(PrismContainerValue<?> pcv, ItemPath path) static Item<?,?> PrismAsserts.assertIncomplete(PrismContainerValue<?> object, ItemPath itemPath) static Item<?,?> PrismAsserts.assertIncomplete(PrismObject<?> object, ItemPath itemPath) static voidPrismAsserts.assertNoItem(PrismContainer<?> object, ItemPath itemPath) static voidPrismAsserts.assertNoItemDelta(ObjectDelta<?> objectDelta, ItemPath itemPath) static Item<?,?> PrismAsserts.assertNotIncomplete(PrismContainerValue<?> object, ItemPath itemPath) static Item<?,?> PrismAsserts.assertNotIncomplete(PrismObject<?> object, ItemPath itemPath) static voidPrismAsserts.assertPathEqualsExceptForPrefixes(String message, ItemPath expected, ItemPath actual) static voidPrismAsserts.assertPathEquivalent(String message, ItemPath expected, ItemPath actual) static voidPrismAsserts.assertPropertyAdd(ObjectDelta<?> objectDelta, ItemPath propertyPath, Object... expectedValues) static voidPrismAsserts.assertPropertyAdd(Collection<? extends ItemDelta> modifications, ItemPath propertyPath, Object... expectedValues) static voidPrismAsserts.assertPropertyDelete(ObjectDelta<?> userDelta, ItemPath propertyPath, Object... expectedValues) static voidPrismAsserts.assertPropertyDelete(Collection<? extends ItemDelta> modifications, ItemPath propertyPath, Object... expectedValues) static <T> voidPrismAsserts.assertPropertyReplace(ObjectDelta<?> userDelta, ItemPath path, T... expectedValues) static voidPrismAsserts.assertPropertyReplace(Collection<? extends ItemDelta> modifications, ItemPath propertyPath, Object... expectedValues) static voidPrismAsserts.assertPropertyReplaceSimple(ObjectDelta<?> objectDelta, ItemPath path) static <T> voidPrismAsserts.assertPropertyValue(PrismContainer<?> container, ItemPath propPath, T... realPropValues) static <T> voidPrismAsserts.assertPropertyValue(PrismContainerValue<?> containerValue, ItemPath propPath, T... realPropValues) 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 voidPrismAsserts.assertRefFilter(ObjectFilter objectFilter, QName expectedFilterDef, QName expectedTypeName, ItemPath path) 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 <ID extends ItemDefinition<?>>
IDDefinitionUtil.findItemDefinition(@NotNull ItemDefinitionResolver itemDefinitionResolver, @NotNull Class<? extends Containerable> currentClass, @NotNull ItemPath itemPath, @NotNull Class<ID> type) static <ID extends ItemDefinition<?>>
IDDefinitionUtil.findItemDefinition(@NotNull PrismContext prismContext, @NotNull Class<? extends Containerable> currentClass, @NotNull ItemPath itemPath, @NotNull Class<ID> type) static <ID extends ItemDefinition<?>>
IDDefinitionUtil.findItemDefinitionMandatory(@NotNull PrismContext prismContext, @NotNull Class<? extends Containerable> currentClass, @NotNull ItemPath itemPath, @NotNull Class<ID> type) ItemDeltaItem.resolveStructuredProperty(ItemPath resolvePath, PrismPropertyDefinition<X> outputDefinition) Assumes that this IDI represents structured propertystatic <T extends Objectable>
voidPrismUtil.setPropertyNullAndComplete(PrismObject<T> prismObject, ItemPath path) Sets the property with the provided path on the provided prism object to null and complete, if found.Constructors in com.evolveum.midpoint.prism.util with parameters of type ItemPathModifierConstructorDescriptionprotectedItemDeltaItem(@Nullable Item<V, D> itemOld, @Nullable ItemDelta<V, D> delta, @Nullable Item<V, D> itemNew, D definition, @NotNull ItemPath resolvePath, @Nullable ItemPath residualPath, @Nullable Collection<? extends ItemDelta<?, ?>> subItemDeltas) For internal use (e.g., cloning); we do not do any checks here.ItemDeltaItem(@Nullable Item<V, D> item, D definition, @NotNull ItemPath resolvePath, @Nullable Collection<? extends ItemDelta<?, ?>> subItemDeltas) -
Uses of ItemPath in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return ItemPathMethods in com.evolveum.midpoint.schema with parameters of type ItemPathModifier and TypeMethodDescriptionSchemaService.createCanonicalItemPath(ItemPath path, QName objectType) static booleanSelectorOptions.hasToFetchPathNotRetrievedByDefault(@NotNull ItemPath path, @Nullable Collection<SelectorOptions<GetOperationOptions>> options) Returns true if the asked path must be considered for fetching based on the provided get options.static booleanSelectorOptions.hasToIncludePath(@NotNull ItemPath path, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, boolean defaultValue) Returns true if the asked path must be included in the object based on the provided get options. -
Uses of ItemPath in com.evolveum.midpoint.schema.config
Methods in com.evolveum.midpoint.schema.config that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathConfigurationItemOrigin.InDelta.getPath()@NotNull ItemPathConfigurationItemOrigin.InObject.getPath()@NotNull ItemPathObjectTemplateItemDefinitionConfigItem.getRef()Methods in com.evolveum.midpoint.schema.config with parameters of type ItemPathModifier and TypeMethodDescriptionabstract ConfigurationItemOriginstatic ConfigurationItemOriginConfigurationItemOrigin.inDelta(@NotNull ObjectType targetObject, @NotNull ItemPath path) static ConfigurationItemOriginConfigurationItemOrigin.inObject(@NotNull ObjectType originatingObject, @NotNull ItemPath path) static ConfigurationItemOriginConfigurationItemOrigin.inObjectApproximate(@NotNull ObjectType originatingObject, @NotNull ItemPath knownPath) @NotNull ConfigurationItemOrigin<C extends Containerable>
@NotNull OriginProvider<C>ConfigurationItem.originProviderFor(@NotNull ItemPath path) default <CI extends ConfigurationItem<M>>
CIAbstractMappingConfigItem.setTargetIfMissing(@NotNull ItemPath path, Class<CI> clazz) See LensUtil.setMappingTarget@NotNull AutoAssignMappingConfigItemAutoAssignMappingConfigItem.setTargetIfMissing(@NotNull ItemPath path) See LensUtil.setMappingTarget@NotNull ObjectTemplateMappingConfigItemObjectTemplateMappingConfigItem.setTargetIfMissing(@NotNull ItemPath path) See LensUtil.setMappingTarget -
Uses of ItemPath in com.evolveum.midpoint.schema.constants
Fields in com.evolveum.midpoint.schema.constants declared as ItemPathModifier and TypeFieldDescriptionstatic final @NotNull ItemPathSchemaConstants.CORRELATION_CASE_CLOSE_TIMESTAMP_PATHstatic final @NotNull ItemPathSchemaConstants.CORRELATION_CASE_OPEN_TIMESTAMP_PATHstatic final @NotNull ItemPathSchemaConstants.CORRELATION_CORRELATOR_STATE_PATHstatic final @NotNull ItemPathSchemaConstants.CORRELATION_END_TIMESTAMP_PATHstatic final @NotNull ItemPathSchemaConstants.CORRELATION_OWNER_OPTIONS_PATHstatic final @NotNull ItemPathSchemaConstants.CORRELATION_PERFORMER_COMMENT_PATHstatic final @NotNull ItemPathSchemaConstants.CORRELATION_PERFORMER_REF_PATHstatic final @NotNull ItemPathSchemaConstants.CORRELATION_RESULTING_OWNER_PATHstatic final @NotNull ItemPathSchemaConstants.CORRELATION_SITUATION_PATHstatic final @NotNull ItemPathSchemaConstants.CORRELATION_START_TIMESTAMP_PATHstatic final ItemPathSchemaConstants.ICFS_NAME_PATHstatic final ItemPathSchemaConstants.ICFS_UID_PATHstatic final ItemPathSchemaConstants.PATH_ACTIVATIONstatic final ItemPathSchemaConstants.PATH_ACTIVATION_ADMINISTRATIVE_STATUSstatic final ItemPathSchemaConstants.PATH_ACTIVATION_ARCHIVE_TIMESTAMPstatic final ItemPathSchemaConstants.PATH_ACTIVATION_DISABLE_REASONstatic final ItemPathSchemaConstants.PATH_ACTIVATION_DISABLE_TIMESTAMPstatic final ItemPathSchemaConstants.PATH_ACTIVATION_EFFECTIVE_STATUSstatic final ItemPathSchemaConstants.PATH_ACTIVATION_ENABLE_TIMESTAMPstatic final ItemPathSchemaConstants.PATH_ACTIVATION_EXISTENCEstatic final ItemPathSchemaConstants.PATH_ACTIVATION_LOCKOUT_STATUSstatic final ItemPathSchemaConstants.PATH_ACTIVATION_VALID_FROMstatic final ItemPathSchemaConstants.PATH_ACTIVATION_VALID_TOstatic final ItemPathSchemaConstants.PATH_ASSIGNMENTstatic final ItemPathSchemaConstants.PATH_ASSIGNMENT_ACTIVATION_EFFECTIVE_STATUSstatic final ItemPathSchemaConstants.PATH_ASSIGNMENT_ACTIVATION_VALID_FROMstatic final ItemPathSchemaConstants.PATH_ASSIGNMENT_ACTIVATION_VALID_TOstatic final ItemPathSchemaConstants.PATH_ASSIGNMENT_CONSTRUCTION_INTENTstatic final ItemPathSchemaConstants.PATH_ASSIGNMENT_CONSTRUCTION_KINDstatic final ItemPathSchemaConstants.PATH_ASSIGNMENT_DESCRIPTIONstatic final ItemPathSchemaConstants.PATH_ASSIGNMENT_TARGET_REFstatic final ItemPathSchemaConstants.PATH_ASSOCIATIONstatic final ItemPathSchemaConstants.PATH_ATTRIBUTESstatic final ItemPathSchemaConstants.PATH_AUTHENTICATION_BEHAVIOR_FAILED_LOGINSstatic final ItemPathSchemaConstants.PATH_AUTOASSIGN_ENABLEDstatic final ItemPathSchemaConstants.PATH_CREDENTIALS_NONCE_FAILED_LOGINSstatic final ItemPathSchemaConstants.PATH_CREDENTIALS_PASSWORDstatic final ItemPathSchemaConstants.PATH_CREDENTIALS_PASSWORD_FAILED_LOGINSstatic final ItemPathSchemaConstants.PATH_CREDENTIALS_PASSWORD_HISTORY_ENTRYstatic final ItemPathSchemaConstants.PATH_CREDENTIALS_PASSWORD_HISTORY_LENGTHstatic final ItemPathSchemaConstants.PATH_CREDENTIALS_PASSWORD_VALUEstatic final ItemPathSchemaConstants.PATH_CREDENTIALS_PASSWORD_VALUE_POLICY_REFstatic final ItemPathSchemaConstants.PATH_CREDENTIALS_SECURITY_QUESTIONS_FAILED_LOGINSstatic final @NotNull ItemPathSchemaConstants.PATH_FOCUS_DEFAULT_AUTHORITATIVE_SOURCEstatic final @NotNull ItemPathSchemaConstants.PATH_FOCUS_IDENTITYstatic final @NotNull ItemPathSchemaConstants.PATH_FOCUS_NORMALIZED_DATAstatic final ItemPathSchemaConstants.PATH_INDUCEMENTstatic final ItemPathSchemaConstants.PATH_INDUCEMENT_POLICY_RULEstatic final ItemPathSchemaConstants.PATH_LINK_REFstatic final ItemPathSchemaConstants.PATH_METADATA_LAST_PROVISIONING_TIMESTAMPstatic final ItemPathSchemaConstants.PATH_METADATA_MODIFIER_REFstatic final ItemPathSchemaConstants.PATH_METADATA_MODIFY_APPROVAL_COMMENTstatic final ItemPathSchemaConstants.PATH_METADATA_MODIFY_APPROVER_REFstatic final ItemPathSchemaConstants.PATH_METADATA_MODIFY_CHANNELstatic final ItemPathSchemaConstants.PATH_METADATA_MODIFY_TASK_REFstatic final ItemPathSchemaConstants.PATH_METADATA_MODIFY_TIMESTAMPstatic final ItemPathSchemaConstants.PATH_MODEL_EXTENSION_DRY_RUNstatic final ItemPathSchemaConstants.PATH_MODEL_EXTENSION_EXECUTE_OPTIONSstatic final ItemPathSchemaConstants.PATH_MODEL_EXTENSION_OBJECT_DELTAstatic final ItemPathSchemaConstants.PATH_MODEL_EXTENSION_OBJECT_QUERYstatic final ItemPathSchemaConstants.PATH_MODEL_EXTENSION_OBJECT_TYPEstatic final ItemPathSchemaConstants.PATH_NONCEstatic final ItemPathSchemaConstants.PATH_NONCE_VALUEstatic final ItemPathSchemaConstants.PATH_OBJECT_REFERENCEstatic final ItemPathSchemaConstants.PATH_OPERATIONAL_STATE_LAST_AVAILABILITY_STATUSstatic final ItemPathSchemaConstants.PATH_PARENTstatic final ItemPathSchemaConstants.PATH_PARENT_ORG_REFstatic final ItemPathSchemaConstants.PATH_PASSWORDstatic final ItemPathSchemaConstants.PATH_PASSWORD_FORCE_CHANGEstatic final ItemPathSchemaConstants.PATH_PASSWORD_METADATAstatic final ItemPathSchemaConstants.PATH_PASSWORD_VALUEstatic final ItemPathSchemaConstants.PATH_ROLE_MEMBERSHIP_REFstatic final ItemPathSchemaConstants.PATH_SECURITY_QUESTIONSstatic final ItemPathSchemaConstants.PATH_SECURITY_QUESTIONS_QUESTION_ANSWERstatic final ItemPathSchemaConstants.PATH_TRIGGER -
Uses of ItemPath in com.evolveum.midpoint.schema.merger
Method parameters in com.evolveum.midpoint.schema.merger with type arguments of type ItemPathModifier and TypeMethodDescriptionprotected static PathKeyedMap<ItemMerger>BaseMergeOperation.createPathMap(Map<ItemPath, ItemMerger> sourceMap) -
Uses of ItemPath in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor with parameters of type ItemPathModifier and TypeMethodDescription@NotNull PropertyDelta<T>ResourceAttributeDefinitionImpl.createEmptyDelta(ItemPath path) static <O extends Objectable,X>
ShadowCoordinatesQualifiedObjectDelta<O>RefineryObjectFactory.createShadowDiscriminatorModificationReplaceProperty(Class<O> type, String resourceOid, ShadowKindType kind, String intent, ItemPath propertyPath, PrismContext prismContext, X... propertyValues) Convenience method for quick creation of object deltas that replace a single object property.ResourceAttributeContainerDefinition.findAttributeDefinition(ItemPath elementPath) ResourceAttributeContainerDefinitionImpl.findAttributeDefinition(ItemPath elementPath) <ID extends ItemDefinition<?>>
IDAbstractResourceObjectDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) <ID extends ItemDefinition<?>>
IDCompositeObjectDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) <D extends ItemDefinition<?>>
DResourceAttributeDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<D> clazz) Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidAbstractResourceObjectDefinitionImpl.trimTo(@NotNull Collection<ItemPath> paths) voidCompositeObjectDefinitionImpl.trimTo(@NotNull Collection<ItemPath> paths) voidResourceObjectClassDefinitionImpl.trimTo(@NotNull Collection<ItemPath> paths) voidResourceObjectTypeDefinitionImpl.trimTo(@NotNull Collection<ItemPath> paths) -
Uses of ItemPath in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg with parameters of type ItemPathModifier and TypeMethodDescriptiondefault ResourceAttributeDefinition<?>AttributeContainerDefinitionDelegator.findAttributeDefinition(ItemPath elementPath) -
Uses of ItemPath in com.evolveum.midpoint.schema.query
Methods in com.evolveum.midpoint.schema.query with parameters of type ItemPathModifier and TypeMethodDescriptionAbstractTypedQuery.orderBy(ItemPath path, OrderDirection direction) -
Uses of ItemPath in com.evolveum.midpoint.schema.route
Methods in com.evolveum.midpoint.schema.route that return ItemPathMethods in com.evolveum.midpoint.schema.route with parameters of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.schema.selector.spec
Methods in com.evolveum.midpoint.schema.selector.spec that return ItemPathMethods in com.evolveum.midpoint.schema.selector.spec with parameters of type ItemPathModifier and TypeMethodDescriptionstatic ParentClauseParentClause.of(@NotNull ValueSelector parent, @NotNull ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics that return types with arguments of type ItemPathModifier and TypeMethodDescriptionActivityStatisticsUtil.getAllStatisticsPaths(@NotNull TaskType task) Returns all paths in activity states that point to the statistics.ActivityStatisticsUtil.getStatePathsStream(@NotNull TaskType task) -
Uses of ItemPath in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathAccessCertificationCaseId.asItemPath()@NotNull ItemPathAccessCertificationWorkItemId.asItemPath()@NotNull ItemPathWorkItemId.asItemPath()static @NotNull ItemPathItemRefinedDefinitionTypeUtil.getRef(@NotNull ItemRefinedDefinitionType bean) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ItemPathModifier and TypeMethodDescriptionFullTextSearchUtil.getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz) FullTextSearchUtil.getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, List<QName> types) static Collection<ItemPath>MiscSchemaUtil.itemReferenceListTypeToItemPathList(PropertyReferenceListType resolve, PrismContext prismContext) Methods in com.evolveum.midpoint.schema.util with parameters of type ItemPathModifier and TypeMethodDescriptionstatic voidCorrelatorsDefinitionUtil.addSingleItemCorrelator(@NotNull CorrelationDefinitionType overallCorrelationDefBean, @NotNull ItemPath focusItemPath, @NotNull ItemCorrelatorDefinitionType attributeCorrelatorDefBean) static @Nullable ObjectTemplateItemDefinitionTypeObjectTemplateTypeUtil.findItemDefinition(@NotNull ObjectTemplateType template, @NotNull ItemPath path) static @Nullable PrismProperty<?>MatchingUtil.findProperty(ObjectType object, ItemPath path) Finds a property even if the path was reduced by removing all container IDs.static ItemNameShadowUtil.getAttributeName(ItemPath attributePath, String message) static <T> TObjectTypeUtil.getExtensionItemRealValue(PrismContainerValue<?> parent, ItemPath path) static Set<?>MatchingUtil.getRealValuesForPath(Containerable containerable, ItemPath path) MatchingUtil.getValuesForPath(PrismObject<?> object, ItemPath path) static booleanShadowUtil.matchesAttribute(ItemPath path, QName attributeName) -
Uses of ItemPath in com.evolveum.midpoint.schema.util.task
Fields in com.evolveum.midpoint.schema.util.task declared as ItemPathModifier and TypeFieldDescriptionstatic final ItemPathActivityStateOverviewUtil.ACTIVITY_TREE_STATE_OVERVIEW_PATHMethods in com.evolveum.midpoint.schema.util.task that return ItemPathModifier and TypeMethodDescriptionstatic @NotNull ItemPathActivityStateUtil.getStateItemPath(@NotNull TaskActivityStateType workState, @NotNull ActivityPath activityPath) Determines state item path for a given activity path.Methods in com.evolveum.midpoint.schema.util.task with parameters of type ItemPathModifier and TypeMethodDescriptionstatic ActivityStateTypeActivityStateUtil.getActivityState(@NotNull TaskType task, @NotNull ItemPath stateItemPath) Finds a state of an activity, given the state item path.static @NotNull ActivityStateTypeActivityStateUtil.getActivityStateRequired(@NotNull TaskActivityStateType taskState, @NotNull ItemPath stateItemPath) Finds a state of an activity, given the state item path. -
Uses of ItemPath in com.evolveum.midpoint.schema.validator
Methods in com.evolveum.midpoint.schema.validator that return ItemPathMethods in com.evolveum.midpoint.schema.validator with parameters of type ItemPathModifier and TypeMethodDescriptionvoidObjectValidator.checkOid(ValidationResult result, ItemPath item, String oid) booleanUpgradeObjectProcessor.isApplicable(PrismObject<?> object, ItemPath path) Checks if the processor is applicable for the object and path.booleanUpgradeObjectProcessor.process(PrismObject<T> object, ItemPath path) Executes upgrade of item defined by path argument by modifying the object to correct state.voidValidationItem.setItemPath(ItemPath itemPath) default StringUpgradeObjectProcessor.upgradeDescription(PrismObject<T> object, ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.schema.validator.processor
Methods in com.evolveum.midpoint.schema.validator.processor with parameters of type ItemPathModifier and TypeMethodDescriptiondefault <C extends Containerable>
CProcessorMixin.getItemParent(PrismObject<?> object, ItemPath path) booleanAccountPasswordPolicyProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanActivityProfilingProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanActivityTracingProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanAdditionalPanelsProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanAddRemoveAttributeValuesProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanApprovalWorkItemsProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanAuthenticationNameProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanBoundaryProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanCaseTaskRefProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanCleanupPolicyProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanContainerProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanCredentialsResetNameProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanCustomTransportProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanDefaultObjectTypeProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanDefaultScopeProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanExecutionModeProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanExecutionRecordProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanExpectedTotalProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanFileTransportProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanFollowOnProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanGuiActionNameProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanLiveSyncErrorHandlingProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanMailTransportProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanModelOperationContextProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanNonIterativeChangeExecutionProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanObjectFormsProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanOidBoundProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanPersonaTargetSubtypeProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanPropertyConstraintProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanReconcileAffectedProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanRecurrenceProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanReportOutputOidProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanResourceSynchronizationProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanRoleCatalogCollectionsProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanRoleCatalogRefProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanRoleManagementDefaultCollectionProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanSaml2NetworkProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanSearchItemDisplayNameProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanSmsTransportProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanSubtypeProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanTaskCategoryProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanTaskPolicyProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanUseLegacyApproversProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanUserDashboardLinkProcessor.isApplicable(PrismObject<?> object, ItemPath path) booleanUserDashboardProcessor.isApplicable(PrismObject<?> object, ItemPath path) default <O extends ObjectType>
booleanProcessorMixin.matchObjectTypeAndPathTemplate(@NotNull PrismObject<?> object, @NotNull ItemPath path, @NotNull Class<O> type, @NotNull ItemPath expected) Matches object type and path template (without container ids in case of multivalue containers).default <O extends Containerable>
booleanProcessorMixin.matchParentTypeAndItemName(PrismObject<?> object, ItemPath path, Class<O> type, ItemName itemName) booleanAccountPasswordPolicyProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanActivityProfilingProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanActivityTracingProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanAdditionalPanelsProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanAddRemoveAttributeValuesProcessor.process(PrismObject<ResourceType> object, ItemPath path) booleanApprovalWorkItemsProcessor.process(PrismObject<AssignmentHolderType> object, ItemPath path) booleanAuthenticationNameProcessor.process(PrismObject<SecurityPolicyType> object, ItemPath path) booleanBoundaryProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanCaseTaskRefProcessor.process(PrismObject<CaseType> object, ItemPath path) booleanCleanupPolicyProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanContainerProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanCredentialsResetNameProcessor.process(PrismObject<SecurityPolicyType> object, ItemPath path) booleanCustomTransportProcessor.process(PrismObject<SystemConfigurationType> object, ItemPath path) booleanDefaultObjectTypeProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanDefaultScopeProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanExecutionModeProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanExecutionRecordProcessor.process(PrismObject<CaseType> object, ItemPath path) booleanExpectedTotalProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanFileTransportProcessor.process(PrismObject<SystemConfigurationType> object, ItemPath path) booleanFollowOnProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanGuiActionNameProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanLiveSyncErrorHandlingProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanMailTransportProcessor.process(PrismObject<SystemConfigurationType> object, ItemPath path) booleanModelOperationContextProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanNonIterativeChangeExecutionProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanObjectFormsProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanOidBoundProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanPersonaTargetSubtypeProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanPropertyConstraintProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanReconcileAffectedProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanRecurrenceProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanReportOutputOidProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanResourceSynchronizationProcessor.process(PrismObject<ResourceType> object, ItemPath path) booleanRoleCatalogCollectionsProcessor.process(PrismObject<SystemConfigurationType> object, ItemPath path) booleanRoleCatalogRefProcessor.process(PrismObject<SystemConfigurationType> object, ItemPath path) booleanRoleManagementDefaultCollectionProcessor.process(PrismObject<SystemConfigurationType> object, ItemPath path) booleanSaml2NetworkProcessor.process(PrismObject<SecurityPolicyType> object, ItemPath path) booleanSearchItemDisplayNameProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanSmsTransportProcessor.process(PrismObject<SystemConfigurationType> object, ItemPath path) booleanSubtypeProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanTaskCategoryProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanTaskPolicyProcessor.process(PrismObject<TaskType> object, ItemPath path) booleanUseLegacyApproversProcessor.process(PrismObject<SystemConfigurationType> object, ItemPath path) booleanUserDashboardLinkProcessor.process(PrismObject<ObjectType> object, ItemPath path) booleanUserDashboardProcessor.process(PrismObject<ObjectType> object, ItemPath path) ActivityTracingProcessor.upgradeDescription(PrismObject<TaskType> object, ItemPath path) ContainerProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) ExpectedTotalProcessor.upgradeDescription(PrismObject<TaskType> object, ItemPath path) FollowOnProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) ObjectFormsProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) OidBoundProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) PersonaTargetSubtypeProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) ResourceSynchronizationProcessor.upgradeDescription(PrismObject<ResourceType> object, ItemPath path) SubtypeProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) TaskPolicyProcessor.upgradeDescription(PrismObject<TaskType> object, ItemPath path) UserDashboardLinkProcessor.upgradeDescription(PrismObject<ObjectType> object, ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.web.component.prism
Methods in com.evolveum.midpoint.web.component.prism that return types with arguments of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show that return ItemPathModifier and TypeMethodDescriptionWrapperVisualization.getSourceAbsPath()WrapperVisualization.getSourceRelPath() -
Uses of ItemPath in com.evolveum.midpoint.web.component.search
Methods in com.evolveum.midpoint.web.component.search that return ItemPathConstructors in com.evolveum.midpoint.web.component.search with parameters of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.web.component.search.filter
Methods in com.evolveum.midpoint.web.component.search.filter that return ItemPathMethods in com.evolveum.midpoint.web.component.search.filter with parameters of type ItemPathModifier and TypeMethodDescriptionvoidValueSearchFilterItem.setPropertyPath(ItemPath propertyPath) -
Uses of ItemPath in com.evolveum.midpoint.web.model
Fields in com.evolveum.midpoint.web.model declared as ItemPathMethods in com.evolveum.midpoint.web.model with parameters of type ItemPathModifier and TypeMethodDescriptionstatic <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemPath path) static <C extends Containerable,T>
PrismPropertyWrapperModel<C,T> PrismPropertyWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemPath path) static <C extends Containerable,R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path, SerializableSupplier<PageBase> page) static <C extends Containerable,T>
PrismPropertyWrapperModel<C,T> PrismPropertyWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path) static <C extends Containerable,R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path) Constructors in com.evolveum.midpoint.web.model with parameters of type ItemPathModifierConstructorDescriptionContainerValueWrapperFromObjectWrapperModel(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<T>> model, ItemPath path) PrismContainerWrapperHeaderModel(org.apache.wicket.model.IModel<?> parent, ItemPath path, PageBase pageBase) PrismPropertyWrapperHeaderModel(org.apache.wicket.model.IModel<?> parent, ItemPath path, PageBase pageBase) PrismReferenceWrapperHeaderModel(org.apache.wicket.model.IModel<?> parent, ItemPath path, PageBase pageBase) -
Uses of ItemPath in com.evolveum.midpoint.web.page.admin.server
Fields in com.evolveum.midpoint.web.page.admin.server declared as ItemPath -
Uses of ItemPath in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util that return ItemPathMethods in com.evolveum.midpoint.web.util with parameters of type ItemPath -
Uses of ItemPath in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return ItemPathMethods in com.evolveum.prism.xml.ns._public.types_3 that return types with arguments of type ItemPathModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ItemPath>ObjectFactory.createItemPathType(ItemPath value) ItemPathType.toItemPathList(List<ItemPathType> list) Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type ItemPathModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ItemPath>ObjectFactory.createItemPathType(ItemPath value) <V> VRawType.getParsedRealValue(ItemDefinition<?> itemDefinition, ItemPath itemPath) voidItemPathType.setItemPath(ItemPath itemPath) Constructors in com.evolveum.prism.xml.ns._public.types_3 with parameters of type ItemPath