Uses of Interface
com.evolveum.midpoint.prism.path.ItemPath
Packages that use ItemPath
Package
Description
-
Uses of ItemPath in com.evolveum.midpoint.authentication.api.config
Methods in com.evolveum.midpoint.authentication.api.config that return types with arguments of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.authentication.api.evaluator.context
Methods in com.evolveum.midpoint.authentication.api.evaluator.context that return types with arguments of type ItemPathModifier and TypeMethodDescriptionAttributeVerificationAuthenticationContext.getAttributeValuesMap()Constructor parameters in com.evolveum.midpoint.authentication.api.evaluator.context with type arguments of type ItemPathModifierConstructorDescriptionAttributeVerificationAuthenticationContext(String username, Class<? extends FocusType> principalType, Map<ItemPath, String> attributeValuesMap, List<ObjectReferenceType> requireAssignment, AuthenticationChannel channel) FocusIdentificationAuthenticationContext(Map<ItemPath, String> values, Class<? extends FocusType> principalType, List<ModuleItemConfigurationType> config, AuthenticationChannel channel) -
Uses of ItemPath in com.evolveum.midpoint.common.cleanup
Methods in com.evolveum.midpoint.common.cleanup that return ItemPathModifier and TypeMethodDescriptionCleanupPath.getPath()@NotNull ItemPathCleanupEvent.path()Returns the value of thepathrecord component.Methods in com.evolveum.midpoint.common.cleanup with parameters of type ItemPathConstructors in com.evolveum.midpoint.common.cleanup with parameters of type ItemPathModifierConstructorDescriptionCleanupEvent(@NotNull Object source, @NotNull ItemPath path, I item, @NotNull CleanupResult result) Creates an instance of aCleanupEventrecord class.CleanupPath(QName type, ItemPath path, CleanupPathAction action) -
Uses of ItemPath in com.evolveum.midpoint.common.mining.objects.analysis
Methods in com.evolveum.midpoint.common.mining.objects.analysis that return ItemPathModifier and TypeMethodDescriptionAttributeAnalysisStructure.getItemPath()RoleAnalysisAttributeDef.getPath()Methods in com.evolveum.midpoint.common.mining.objects.analysis with parameters of type ItemPathModifier and TypeMethodDescriptionRoleAnalysisAttributeDef.resolveMultiValueItem(@NotNull PrismObject<?> prismObject, @NotNull ItemPath itemPath) RoleAnalysisAttributeDef.resolveSingleValueItem(@NotNull PrismObject<?> prismObject, @NotNull ItemPath itemPath) voidConstructors in com.evolveum.midpoint.common.mining.objects.analysis with parameters of type ItemPathModifierConstructorDescriptionAttributeAnalysisStructure(double density, ItemPath itemPath, QName complexType, int objectCount) AttributeAnalysisStructure(int uniqueValues, int objectCount, int totalValues, ItemPath itemPath, QName complexType) RoleAnalysisAttributeDef(ItemPath path, ItemDefinition<?> definition, Class<? extends FocusType> parentType) -
Uses of ItemPath in com.evolveum.midpoint.common.mining.objects.analysis.cache
Methods in com.evolveum.midpoint.common.mining.objects.analysis.cache that return types with arguments of type ItemPathModifier and TypeMethodDescriptionAttributeAnalysisCache.getMemberUserAnalysisCache(String user) MemberUserAttributeAnalysisCache.getUserResult(String userId) Methods in com.evolveum.midpoint.common.mining.objects.analysis.cache with parameters of type ItemPathModifier and TypeMethodDescriptionvoidAttributeAnalysisCache.putMemberUserAnalysisCache(String user, ItemPath key, AttributePathResult value) voidMemberUserAttributeAnalysisCache.putPathResult(String userId, ItemPath key, AttributePathResult value) Method parameters in com.evolveum.midpoint.common.mining.objects.analysis.cache with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidAttributeAnalysisCache.putMemberUserAnalysisCache(String user, Map<ItemPath, AttributePathResult> value) voidMemberUserAttributeAnalysisCache.putUserResult(String userId, Map<ItemPath, AttributePathResult> value) -
Uses of ItemPath in com.evolveum.midpoint.common.mining.utils
Methods in com.evolveum.midpoint.common.mining.utils with parameters of type ItemPathModifier and TypeMethodDescriptionstatic RoleAnalysisAttributeDefRoleAnalysisAttributeDefUtils.getAttributeByItemPath(ItemPath itemPath, AnalysisAttributeSettingType analysisAttributeSettings) -
Uses of ItemPath in com.evolveum.midpoint.gui.api.component.path
Methods in com.evolveum.midpoint.gui.api.component.path that return ItemPathConstructors in com.evolveum.midpoint.gui.api.component.path with parameters of type ItemPathModifierConstructorDescriptionItemPathDto(ItemPath itemPath, ItemDefinition<?> itemDef, QName objectType) -
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) -
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>PrismContainerValueWrapper.findContainerValue(ItemPath path) <T extends Containerable>
PrismContainerValueWrapper<T>PrismContainerWrapper.findContainerValue(ItemPath path) <IW extends ItemWrapper>
IW<IW extends ItemWrapper>
IW<IW extends ItemWrapper>
IW<X> PrismPropertyWrapper<X>PrismContainerValueWrapper.findProperty(ItemPath propertyPath) <X> PrismPropertyWrapper<X>PrismContainerWrapper.findProperty(ItemPath propertyPath) <R extends Referencable>
PrismReferenceWrapper<R>PrismContainerValueWrapper.findReference(ItemPath path) <R extends Referencable>
PrismReferenceWrapper<R>PrismContainerWrapper.findReference(ItemPath path) -
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, 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
Methods in com.evolveum.midpoint.gui.impl.component that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathStatusAwareContainerListPanel.getPathForDisplayName() -
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) SearchContext.getIntervalPresets(ItemPath path) SearchContext.getSelectedIntervalPresets(ItemPath path) static <C> booleanSearchBoxConfigurationBuilder.isFixedItem(Class<C> typeClass, ItemPath path) voidSearchContext.setIntervalPresets(@NotNull ItemPath path, @NotNull List<NamedIntervalPreset> presets) voidSearchContext.setSelectedIntervalPreset(@NotNull ItemPath path, NamedIntervalPreset preset) 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) CertItemOutcomeSearchItemWrapper(ItemPath path, List<DisplayableValue<AccessCertificationResponseType>> availableValues) 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.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile with parameters of type ItemPathModifier and TypeMethodDescriptionstatic <C extends Containerable>
@NotNull org.apache.wicket.model.IModel<PrismContainerWrapper<C>>MultiSelectContainerActionTileTablePanel.getContainerModel(PrismContainerWrapper<C> value, ItemPath path) -
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()Methods in com.evolveum.midpoint.gui.impl.component.wizard with parameters of type ItemPathModifier and TypeMethodDescriptionprotected <V extends Containerable>
WizardPanelHelper<V,AHD> AbstractWizardWithChoicePanel.createHelper(ItemPath path, boolean isWizardFlow) -
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.factory.panel.variablebindingdefinition
Fields in com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition with type parameters of type ItemPathMethods in com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathSourceOfInboundMappingPanelFactory.createSourcePath(ItemPath containerPath) protected ItemPathSourceOrTargetOfAssociationMappingPanelFactory.createSourcePath(ItemPath containerPath) protected ItemPathSourceOrTargetOfMappingPanelFactory.createSourcePath(ItemPath containerPath) protected ItemPathSourceOrTargetOfAssociationMappingPanelFactory.createTargetPath(ItemPath containerPath) protected ItemPathSourceOrTargetOfMappingPanelFactory.createTargetPath(ItemPath containerPath) Methods in com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition that return types with arguments of type ItemPathModifier and TypeMethodDescriptionprotected Collection<ItemPath>SourceOrTargetOfAssociationMappingPanelFactory.getMatchedPaths()protected Collection<ItemPath>SourceOrTargetOfMappingPanelFactory.getMatchedPaths()Methods in com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition with parameters of type ItemPathModifier and TypeMethodDescriptionprotected ItemPathSourceOfInboundMappingPanelFactory.createSourcePath(ItemPath containerPath) protected ItemPathSourceOrTargetOfAssociationMappingPanelFactory.createSourcePath(ItemPath containerPath) protected ItemPathSourceOrTargetOfMappingPanelFactory.createSourcePath(ItemPath containerPath) protected ItemPathSourceOrTargetOfAssociationMappingPanelFactory.createTargetPath(ItemPath containerPath) protected ItemPathSourceOrTargetOfMappingPanelFactory.createTargetPath(ItemPath containerPath) -
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(PrismContainerValue<C> newValue, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz) protected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(PrismContainerValue<C> newValue, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz, org.apache.wicket.model.IModel<String> exitLabel) protected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(PrismContainerValue<C> newValue, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz, org.apache.wicket.model.IModel<String> exitLabel, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) Displays a wizard panel for the specified container value, optionally executing a post-save handler after successful save.protected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz) protected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz, org.apache.wicket.model.IModel<String> exitLabel) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.certification.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.certification.component with parameters of type ItemPathModifier and TypeMethodDescription<C extends Containerable>
org.apache.wicket.model.IModel<PrismContainerWrapper<C>>ActionConfigurationPanel.createContainerModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<Containerable>> model, ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard with parameters of type ItemPathModifier and TypeMethodDescriptionstatic <C extends PrismContainerWrapper<?>>
booleanConnectorDevelopmentWizardUtil.existContainerValue(C container, ItemPath path) static <C extends PrismContainerValueWrapper<?>>
booleanConnectorDevelopmentWizardUtil.existContainerValue(C containerValue, ItemPath path) static <C extends PrismContainerWrapper<?>>
booleanConnectorDevelopmentWizardUtil.existPropertyValue(C container, ItemPath path) static <C extends PrismContainerWrapper<?>>
booleanConnectorDevelopmentWizardUtil.existReferenceValue(C container, ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass that return ItemPathModifier and TypeMethodDescriptionprotected abstract ItemPathEndpointsConnectorStepPanel.getScriptItemName() -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.create
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.create that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathCreateEndpointsConnectorStepPanel.getScriptItemName() -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.delete
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.delete that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathDeleteEndpointsConnectorStepPanel.getScriptItemName() -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.search
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.search that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathSearchAllEndpointsConnectorStepPanel.getScriptItemName()protected ItemPathSearchByIdEndpointsConnectorStepPanel.getScriptItemName()protected ItemPathSearchFilterEndpointsConnectorStepPanel.getScriptItemName() -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.update
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.update that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathUpdateEndpointsConnectorStepPanel.getScriptItemName() -
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, @NotNull ItemPath pathToValue) PageResource.showAssociationTypeWizard(PrismContainerValue<ShadowAssociationTypeDefinitionType> value, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showAssociationTypeWizardForDuplicate(PrismContainerValue<ShadowAssociationTypeDefinitionType> value, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) voidPageResource.showAttributeMappingWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showCapabilitiesWizard(org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull ItemPath pathToValue) voidPageResource.showCorrelationWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showCredentialsWizard(org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull ItemPath pathToValue) PageResource.showObjectTypeWizard(PrismContainerValue<ResourceObjectTypeDefinitionType> value, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> afterSaveAction) voidPageResource.showPoliciesWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showResourceAssociationTypePreviewWizard(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.showSuggestObjectTypeWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue) voidPageResource.showSynchronizationWizard(org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull ItemPath pathToValue) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathAssociationTypesPanel.getPathForDisplayName()protected ItemPathSchemaHandlingObjectsPanel.getPathForDisplayName()protected ItemPathAssociationTypesPanel.getTypesContainerPath()protected ItemPathResourceObjectTypesPanel.getTypesContainerPath()protected abstract ItemPathSchemaHandlingObjectsPanel.getTypesContainerPath() -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard with parameters of type ItemPathModifier and TypeMethodDescriptionprotected <Con extends Containerable,T extends Containerable>
org.apache.wicket.model.IModel<PrismContainerValueWrapper<Con>>AbstractValueFormResourceWizardStepPanel.createNewValueModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<T>> parentValue, ItemPath itempath) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic that return ItemPathModifier and TypeMethodDescriptionprotected ItemPathObjectAssociationStepPanel.getPathForValueContainer()protected abstract ItemPathParticipantAssociationStepPanel.getPathForValueContainer()protected ItemPathSubjectAssociationStepPanel.getPathForValueContainer() -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart that return types with arguments of type ItemPathModifier and TypeMethodDescriptionSmartIntegrationUtils.getDefaultObjectTypeComparePaths()Returns the default set of item paths used for comparison and visibility.Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart with parameters of type ItemPathModifier and TypeMethodDescriptionstatic <C extends Containerable>
@NotNull org.apache.wicket.model.IModel<PrismContainerWrapper<C>>SmartIntegrationWrapperUtils.createcContainerModel(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<CorrelationDefinitionType>> model, @Nullable ItemPath path) static <C extends Containerable>
@NotNull org.apache.wicket.model.IModel<PrismContainerWrapper<C>>SmartIntegrationWrapperUtils.createCorrelationItemContainerModel(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ItemsSubCorrelatorType>> model, @Nullable ItemPath path) static @Nullable PrismContainerValueWrapper<MappingType>SmartIntegrationWrapperUtils.findRelatedMapping(@NotNull PageBase pageBase, @NotNull PrismContainerValueWrapper<CorrelationItemType> correlationItemWrapper, @Nullable PrismContainerWrapper<?> mappings, @NotNull ItemPath parentPath, @NotNull MappingDirection mappingDirection) Finds a mapping related to the provided correlation item. -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component that return types with arguments of type ItemPathConstructors in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component with parameters of type ItemPathModifierConstructorDescriptionCompareObjectDto(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> comparedValue, @NotNull org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<C>>> candidateValues, @NotNull ItemPath identifierPath, List<ItemPath> comparedPaths) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component with type arguments of type ItemPathModifierConstructorDescriptionCompareObjectDto(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> comparedValue, @NotNull org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<C>>> candidateValues, @NotNull ItemPath identifierPath, List<ItemPath> comparedPaths) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.page
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.page with parameters of type ItemPathModifier and TypeMethodDescriptionprotected voidSmartObjectTypeSuggestionWizardPanel.onReviewSelected(@NotNull PrismContainerValue<ResourceObjectTypeDefinitionType> newValue, @NotNull ItemPath pathToContainer, @NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> afterSaveAction) -
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.role.mining.page.panel.session.provider
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.session.provider with parameters of type ItemPathModifier and TypeMethodDescriptionprotected abstract TAbstractAttributeSelectionProvider.createAttribute(ItemPath path, ItemDefinition<?> definition) protected ItemPathTypeAnalysisAttributeSelectionProvider.createAttribute(@NotNull ItemPath path, ItemDefinition<?> definition) protected ClusteringAttributeRuleTypeClusteringAttributeSelectionProvider.createAttribute(@NotNull ItemPath path, @NotNull ItemDefinition<?> definition) protected ItemPathTypeSingleValueAttributeSelectionProvider.createAttribute(@NotNull ItemPath path, ItemDefinition<?> definition) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.schema.component
Constructors in com.evolveum.midpoint.gui.impl.page.admin.schema.component with parameters of type ItemPathModifierConstructorDescriptionComplexTypeDefinitionPanel(String id, ADM model, ContainerPanelConfigurationType config, ItemPath containerPath) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.simulation.panel.correaltion
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.simulation.panel.correaltion with type arguments of type ItemPathModifierConstructorDescriptionCorrelationCandidatePanel(String id, org.apache.wicket.model.IModel<ProcessedObject<?>> model, org.apache.wicket.model.IModel<SimulationResultType> simulationResulModel, org.apache.wicket.model.IModel<CorrelationDefinitionType> correlationDefinitionModel, Map<ItemPath, ItemPath> shadowCorrelationPathMap) CorrelationCandidatePanel(String id, org.apache.wicket.model.IModel<ProcessedObject<?>> model, org.apache.wicket.model.IModel<SimulationResultType> simulationResulModel, org.apache.wicket.model.IModel<CorrelationDefinitionType> correlationDefinitionModel, Map<ItemPath, ItemPath> shadowCorrelationPathMap) -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.simulation.util
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation.util that return types with arguments of type ItemPathModifier and TypeMethodDescriptionCorrelationUtil.getShadowCorrelationPathMap(@NotNull CorrelationDefinitionType correlationDefinition, List<ResourceAttributeDefinitionType> mappings) Builds a mapping between correlation item paths (as defined in correlationDefinition) and shadow attribute paths (derived from inbound mappings on resource attributes).CorrelationUtil.getShadowCorrelationPathMap(@NotNull CorrelationDefinitionType correlationDefinition, List<ResourceAttributeDefinitionType> mappings) Builds a mapping between correlation item paths (as defined in correlationDefinition) and shadow attribute paths (derived from inbound mappings on resource attributes). -
Uses of ItemPath in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component.admingui
Constructors in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component.admingui 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) <T extends Containerable>
PrismContainerValueWrapper<T>PrismContainerValueWrapperImpl.findContainerValue(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) Constructors in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type ItemPathModifierConstructorDescriptionAssociationInboundExpressionWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AssociationSynchronizationExpressionEvaluatorType> item, ItemStatus status, ItemPath wrapperPath, ExpressionType expression) AssociationMappingExpressionWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<C> item, ItemStatus status, ItemPath wrapperPath, ExpressionType expression) AssociationOutboundExpressionWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<AssociationConstructionExpressionEvaluatorType> item, ItemStatus status, ItemPath wrapperPath, ExpressionType expression) PrismSchemaWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<PrismSchemaType> item, ItemStatus status, ItemPath wrapperPath) -
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) Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ItemPathModifier and TypeMethodDescriptionGuiConfigUtil.findItemSpecForPath(ContainerPanelConfigurationType config, ItemPath path) Finds an item specification inContainerPanelConfigurationTypethat matches the provided item path. -
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, Task task, OperationResult result) Returns specification of processing of given metadata item (e.g. provenance).booleanMetadataItemProcessingSpec.isFullProcessing(ItemPath dataItem) default booleanMetadataItemProcessingSpec.isFullProcessing(ItemPath dataItem, ItemDefinition<?> definition) 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, 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.model.common.expression.evaluator.path
Methods in com.evolveum.midpoint.model.common.expression.evaluator.path that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.model.common.expression.script.mel.value
Methods in com.evolveum.midpoint.model.common.expression.script.mel.value that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.model.common.mapping
Methods in com.evolveum.midpoint.model.common.mapping that return ItemPathMethods in com.evolveum.midpoint.model.common.mapping with parameters of type ItemPathModifier and TypeMethodDescriptionAbstractMappingBuilder.defaultTargetPath(ItemPath val) AbstractMappingBuilder.implicitSourcePath(ItemPath val) AbstractMappingBuilder.implicitTargetPath(ItemPath val) AbstractMappingBuilder.targetPathExecutionOverride(ItemPath val) AbstractMappingBuilder.targetPathOverride(ItemPath val) -
Uses of ItemPath in com.evolveum.midpoint.model.common.mapping.metadata
Methods in com.evolveum.midpoint.model.common.mapping.metadata with parameters of type ItemPathModifier and TypeMethodDescriptionbooleanItemValueMetadataProcessingSpec.isFullProcessing(ItemPath itemPath) booleanMetadataItemProcessingSpecImpl.isFullProcessing(ItemPath dataItemPath) booleanMetadataItemProcessingSpecImpl.isFullProcessing(ItemPath dataItemPath, ItemDefinition<?> definition) voidItemValueMetadataProcessingSpec.populateFromCurrentFocusTemplate(@NotNull ItemPath dataPath, ItemDefinition<?> dataDefinition, ObjectResolver objectResolver, String contextDesc, Task task, OperationResult result) voidItemValueMetadataProcessingSpec.populateFromCurrentFocusTemplate(ModelContext<?> lensContext, @NotNull ItemPath dataPath, ItemDefinition<?> dataDefinition, ObjectResolver objectResolver, String contextDesc, Task task, OperationResult result) Constructors in com.evolveum.midpoint.model.common.mapping.metadata with parameters of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.model.common.mapping.metadata.builtin
Methods in com.evolveum.midpoint.model.common.mapping.metadata.builtin that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.model.common.stringpolicy
Methods in com.evolveum.midpoint.model.common.stringpolicy with parameters of type ItemPathModifier and TypeMethodDescriptionValuePolicyProcessor.generate(ItemPath path, ValuePolicyType valuePolicy, int defaultLength, ObjectBasedValuePolicyOriginResolver<?> originResolver, String shortDesc, Task task, OperationResult parentResult) Generates a value meeting the policy and/or the default length (which is used when no minimal length nor minimal unique characters are specified).ObjectValuePolicyEvaluator.Builder.valueItemPath(ItemPath val) -
Uses of ItemPath in com.evolveum.midpoint.model.common.util
Methods in com.evolveum.midpoint.model.common.util with parameters of type ItemPathModifier and TypeMethodDescriptionstatic booleanDefaultColumnUtils.isSpecialColumn(ItemPath itemPath, Object value) static StringDefaultColumnUtils.processSpecialColumn(ItemPath itemPath, Object object, LocalizationService localization) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with parameters of type ItemPathModifier and TypeMethodDescription<O extends ObjectType>
MetadataItemProcessingSpecModelInteractionServiceImpl.getMetadataItemProcessingSpec(ItemPath metadataItemPath, PrismObject<O> object, Task task, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.controller with type arguments of type ItemPathModifier and TypeMethodDescription<T extends ObjectType>
CompareResultTypeModelController.compareObject(PrismObject<T> provided, Collection<SelectorOptions<GetOperationOptions>> rawReadOptions, ModelCompareOptions compareOptions, @NotNull List<? extends ItemPath> ignoreItems, Task task, OperationResult parentResult) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.correlation
Methods in com.evolveum.midpoint.model.impl.correlation with parameters of type ItemPathModifier and TypeMethodDescription@Nullable QNameTemplateCorrelationConfigurationImpl.getDefaultMatchingRuleName(@NotNull ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.correlator.items
Methods in com.evolveum.midpoint.model.impl.correlator.items that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.model.impl.dataModel
Methods in com.evolveum.midpoint.model.impl.dataModel with parameters of type ItemPathModifier and TypeMethodDescriptionDataModel.findResourceItem(@NotNull String resourceOid, @Nullable ShadowKindType kind, @Nullable String intent, QName objectClassName, @NotNull ItemPath path) DataModel.resolveRepositoryItem(Class<? extends ObjectType> aClass, ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.dataModel.model
Fields in com.evolveum.midpoint.model.impl.dataModel.model declared as ItemPathMethods in com.evolveum.midpoint.model.impl.dataModel.model that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathAdHocDataItem.getItemPath()@NotNull ItemPathRepositoryDataItem.getItemPath()@NotNull ItemPathResourceDataItem.getItemPath()Methods in com.evolveum.midpoint.model.impl.dataModel.model with parameters of type ItemPathModifier and TypeMethodDescriptionbooleanbooleanResourceDataItem.matches(String resourceOid, ShadowKindType kind, String intent, QName objectClassName, ItemPath path) Constructors in com.evolveum.midpoint.model.impl.dataModel.model with parameters of type ItemPathModifierConstructorDescriptionAdHocDataItem(@NotNull ItemPath itemPath) RepositoryDataItem(@NotNull QName typeName, @NotNull ItemPath itemPath) ResourceDataItem(@NotNull DataModel ctx, @NotNull String resourceOid, @NotNull ShadowKindType kind, @NotNull String intent, ResourceSchema refinedResourceSchema, ResourceObjectTypeDefinition refinedDefinition, @NotNull ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr with parameters of type ItemPathModifier and TypeMethodDescription@NotNull Collection<PrismValue>MidpointFunctionsImpl.collectAssignedFocusMappingsResults(@NotNull ItemPath path) MidpointFunctionsImpl.selectIdentityItemValues(@Nullable Collection<FocusIdentityType> identities, @Nullable FocusIdentitySourceType source, @NotNull ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return ItemPathMethods in com.evolveum.midpoint.model.impl.lens with parameters of type ItemPathModifier and TypeMethodDescriptionCollection<? extends ItemDelta<?,?>> OperationalDataManager.createAssignmentCertificationMetadataDeltas(Class<? extends ObjectType> objectClass, ItemPath assignmentPcvPath, PrismContainerValue<?> assignmentPcv, OperationalDataManager.CertificationProcessMetadata certificationProcessMetadata) <T extends ObjectType>
Collection<ItemDelta<?,?>> OperationalDataManager.createCredentialsModificationRelatedStorageMetadataDeltas(@NotNull LensContext<?> context, @NotNull ItemPath credentialContainerPath, @Nullable AbstractCredentialType currentObject, @NotNull Class<T> objectType, @NotNull XMLGregorianCalendar now, @NotNull Task task) LensMetadataUtil.createValueMetadataConsolidationComputer(@NotNull ItemPath itemPath, ItemDefinition<?> itemDefinition, LensContext<?> lensContext, ModelBeans beans, MappingEvaluationEnvironment env, OperationResult result) static <AH extends AssignmentHolderType>
ItemDeltaLensUtil.getAprioriItemDelta(ObjectDelta<AH> focusDelta, ItemPath itemPath) intLensElementContext.getTemporaryContainerId(@NotNull ItemPath itemPath) booleanLensProjectionContext.isItemLoaded(@NotNull ItemPath path) booleanLensElementContext.isModifiedInCurrentDelta(@NotNull ItemPath path) For limitations please seeObjectDelta.hasRelatedDelta(ItemPath).booleanLensContext.primaryFocusItemDeltaExists(ItemPath path) static voidLensUtil.rejectNonTolerantSettingIfPresent(ObjectTemplateItemDefinitionType templateItemDefinition, ItemPath itemPath, String contextDescription) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens.identities
Methods in com.evolveum.midpoint.model.impl.lens.identities that return ItemPathMethods in com.evolveum.midpoint.model.impl.lens.identities with parameters of type ItemPathModifier and TypeMethodDescription@Nullable IdentityItemConfigurationIdentityManagementConfigurationImpl.getForPath(@NotNull ItemPath path) @NotNull Collection<PrismValue>IdentitiesManager.selectIdentityItemValue(@Nullable Collection<FocusIdentityType> identities, @Nullable FocusIdentitySourceType source, @NotNull ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens.indexing
Methods in com.evolveum.midpoint.model.impl.lens.indexing that return ItemPathModifier and TypeMethodDescriptionIndexedItemValueNormalizerImpl.getIndexItemPath()@NotNull ItemPathIndexingItemConfigurationImpl.getPath()Methods in com.evolveum.midpoint.model.impl.lens.indexing with parameters of type ItemPathModifier and TypeMethodDescription@Nullable IndexingItemConfigurationIndexingConfigurationImpl.getForPath(@NotNull ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens.projector.credentials
Methods in com.evolveum.midpoint.model.impl.lens.projector.credentials that return ItemPathModifier and TypeMethodDescriptionprotected abstract ItemPathCredentialPolicyEvaluator.getCredentialsContainerPath()E.g.NoncePolicyEvaluator.getCredentialsContainerPath()protected ItemPathOtpPolicyEvaluator.getCredentialsContainerPath()PasswordPolicyEvaluator.getCredentialsContainerPath()protected ItemPathSecurityQuestionsPolicyEvaluator.getCredentialsContainerPath() -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens.projector.focus
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus with parameters of type ItemPathModifier and TypeMethodDescription<V extends PrismValue,D extends ItemDefinition<?>>
voidDeltaSetTripleIvwoMap.putOrMerge(@NotNull ItemPath outputPath, @Nullable DeltaSetTriple<ItemValueWithOrigin<V, D>> outputTriple) Puts the specified triple into the map; either "as is", or merging it with existing triple for the given path.voidDeltaSetTripleIvwoMap.putOrMergeAll(ItemPath pathPrefix, DeltaSetTripleIvwoMap otherMap) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation with parameters of type ItemPathModifier and TypeMethodDescriptionItemDelta<?,?> ItemDelta<?,?> DeltaSetTripleMapConsolidation.ItemDefinitionProvider.getDefinition(@NotNull ItemPath itemPath) Constructor parameters in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation with type arguments of type ItemPathModifierConstructorDescriptionDeltaSetTripleMapConsolidation(@NotNull DeltaSetTripleIvwoMap outputTripleMap, @Nullable PrismContainerValue<T> targetPcv, @NotNull DeltaSetTripleMapConsolidation.APrioriDeltaProvider aPrioriItemDeltaProvider, @NotNull Function<ItemPath, Boolean> itemDeltaExistsProvider, @Nullable Boolean addUnchangedValuesOverride, Consumer<IvwoConsolidatorBuilder<?, ?, ?>> consolidatorCustomizer, DeltaSetTripleMapConsolidation.ItemDefinitionProvider itemDefinitionProvider, MappingEvaluationEnvironment env, @Nullable LensContext<?> lensContext, OperationResult parentResult) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with parameters of type ItemPathModifier and TypeMethodDescriptionvoidMappingEvaluationRequestsMap.add(ItemPath targetPath, MappingEvaluationRequest<?, ?> request) default <V extends PrismValue,D extends ItemDefinition<?>>
@Nullable ItemDelta<V,D> InboundSourceData.getEffectiveItemDelta(ItemPath path) Delta that moves the item from the state at the beginning of the clockwork execution to the current state.<V extends PrismValue,D extends ItemDefinition<?>>
@Nullable ItemDelta<V,D> InboundSourceData.Shadow.getEffectiveItemDelta(ItemPath path) <V extends PrismValue,D extends ItemDefinition<?>>
Item<V,D> InboundSourceData.AssociationValue.getItemOld(@NotNull ItemPath itemPath) <V extends PrismValue,D extends ItemDefinition<?>>
Item<V,D> InboundSourceData.getItemOld(@NotNull ItemPath itemPath) Returns the specific item, for the purpose of providing the mapping source (IDI).<V extends PrismValue,D extends ItemDefinition<?>>
Item<V,D> InboundSourceData.Shadow.getItemOld(@NotNull ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with parameters of type ItemPathModifier and TypeMethodDescriptionbooleanFullInboundsSource.isItemLoaded(@NotNull ItemPath path) abstract booleanInboundsSource.isItemLoaded(@NotNull ItemPath path) booleanLimitedInboundsSource.isItemLoaded(@NotNull ItemPath path) Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with parameters of type ItemPathModifierConstructorDescriptionFullInboundsTarget(@NotNull LensContext<F> lensContext, @Nullable PrismObject<F> focus, @NotNull PrismObjectDefinition<F> focusDefinition, @NotNull PathKeyedMap<ItemDefinition<?>> itemDefinitionMap, @NotNull ItemPath targetPathPrefix) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens.projector.mappings
Methods in com.evolveum.midpoint.model.impl.lens.projector.mappings that return ItemPathMethods in com.evolveum.midpoint.model.impl.lens.projector.mappings with parameters of type ItemPathModifier and TypeMethodDescriptionbooleanMappingOutputProcessor.process(ItemPath mappingOutputPath, MappingOutputStruct<V> outputStruct) voidMappingEvaluatorParams.setDefaultTargetItemPath(ItemPath defaultTargetItemPath) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.lens.projector.mappings.predefinedActivationMapping
Methods in com.evolveum.midpoint.model.impl.lens.projector.mappings.predefinedActivationMapping with parameters of type ItemPathModifier and TypeMethodDescription<F extends FocusType>
voidPredefinedActivationMappingEvaluator.defineActivationProperty(LensContext<F> context, LensProjectionContext projCtx, ItemPath path, Task task, OperationResult result) Create a delta for specified account activation property (`path`), if needed.<F extends FocusType>
XMLGregorianCalendarPredefinedActivationMappingEvaluator.getNextRecomputeTime(LensContext<F> context, LensProjectionContext projCtx, ItemPath path, XMLGregorianCalendar now) booleanPredefinedActivationMappingEvaluator.supportsActivationProperty(ItemPath projectionPropertyPath) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.schema.transform
Methods in com.evolveum.midpoint.model.impl.schema.transform with parameters of type ItemPathModifier and TypeMethodDescription@NotNull ContainerDelta<C>TransformableContainerDefinition.createEmptyDelta(ItemPath path) @NotNull PropertyDelta<T>TransformablePropertyDefinition.createEmptyDelta(ItemPath path) <C2 extends Containerable>
PrismContainerDefinition<C2>TransformableContainerDefinition.findContainerDefinition(@NotNull ItemPath path) <ID extends ItemDefinition<?>>
IDTransformableComplexTypeDefinition.findItemDefinition(@NotNull ItemPath path) <ID extends ItemDefinition<?>>
IDTransformableComplexTypeDefinition.findItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) <T extends ItemDefinition<?>>
TTransformableContainerDefinition.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) <T extends ItemDefinition<?>>
TTransformableReferenceDefinition.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) <ID extends ItemDefinition>
IDTransformableComplexTypeDefinition.findNamedItemDefinition(@NotNull QName firstName, @NotNull ItemPath rest, @NotNull Class<ID> clazz) Method parameters in com.evolveum.midpoint.model.impl.schema.transform with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidTransformableComplexTypeDefinition.trimTo(@NotNull Collection<ItemPath> paths) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.simulation
Methods in com.evolveum.midpoint.model.impl.simulation with parameters of type ItemPathModifier and TypeMethodDescriptionintProcessedObjectImpl.getItemModificationsCount(@NotNull ItemPath itemPath) Counts modifications based on the specified path, excluding changes in ADD/DELETE deltas.intProcessedObjectImpl.getItemModificationsCount(@NotNull ItemPath itemPath, boolean allowSubPaths) Counts modifications based on the specified path, excluding changes in ADD/DELETE deltas. -
Uses of ItemPath in com.evolveum.midpoint.model.impl.util
Methods in com.evolveum.midpoint.model.impl.util with parameters of type ItemPathModifier and TypeMethodDescriptionstatic @Nullable DataModelUtil.PathResolutionResultDataModelUtil.resolvePath(@NotNull ItemPath path, @NotNull DataModelUtil.PathResolutionContext context) static @Nullable DataModelUtil.PathResolutionResultDataModelUtil.resolvePathForType(@NotNull Class<? extends ObjectType> clazz, @NotNull ItemPath path, @NotNull DataModelUtil.PathResolutionContext context) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.visualizer
Methods in com.evolveum.midpoint.model.impl.visualizer with parameters of type ItemPathModifier and TypeMethodDescriptionbooleanbooleanVisualizationContext.isPathToBeShown(ItemPath path) Method parameters in com.evolveum.midpoint.model.impl.visualizer with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidVisualizationContext.setPathsToHide(Collection<ItemPath> pathsToHide) voidVisualizationContext.setPathsToShow(Collection<ItemPath> pathsToShow) -
Uses of ItemPath in com.evolveum.midpoint.model.impl.visualizer.output
Fields in com.evolveum.midpoint.model.impl.visualizer.output declared as ItemPathMethods in com.evolveum.midpoint.model.impl.visualizer.output that return ItemPathModifier and TypeMethodDescriptionVisualizationImpl.getSourceAbsPath()VisualizationImpl.getSourceRelPath()VisualizationItemImpl.getSourceRelPath()Methods in com.evolveum.midpoint.model.impl.visualizer.output with parameters of type ItemPathModifier and TypeMethodDescriptionvoidVisualizationImpl.setSourceAbsPath(ItemPath sourceAbsPath) voidVisualizationImpl.setSourceRelPath(ItemPath sourceRelPath) voidVisualizationItemImpl.setSourceRelPath(ItemPath sourceRelPath) -
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.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events with parameters of type ItemPathModifier and TypeMethodDescriptiondefault booleanEvent.isRelatedToItem(ItemPath itemPath) Checks if the event is related to an item with a given path. -
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 ComplexTypeDefinition 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) PrismItemInstantiableDefinition.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@Nullable ItemDefinition<?>ItemDefinitionResolver.findItemDefinition(@NotNull Class<? extends Containerable> type, @NotNull ItemPath itemPath) Tries to determine a definition for given item within given type.<T extends ItemDefinition<?>>
TLivePrismItemDefinition.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) Used to find a matching item definition _within_ this definition.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) static booleanLivePrismItemDefinition.matchesThisDefinition(@NotNull ItemPath path, @NotNull Class<?> clazz, @NotNull Object _this) Helper method to implementLivePrismItemDefinition.findItemDefinition(ItemPath, Class)for unstructured definitions.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) voidPrismContainerValue.removeItem(@NotNull ItemPath path) Useful when removing something without the knowledge of its kind.<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, 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.removeMetadataFromPaths(List<? extends ItemPath> pathsToRemoveMetadata) Remove metadata from specified paths Can also remove metadata from the object on which it's called, if the paths contains a "root" path (e.g.voidPrismContainerValue.removePaths(List<? extends ItemPath> remove) 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.voidWalkable.walk(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, ?>> itemConsumer) Walk through hierarchy of containing items based on provided conditions.voidWalkable.walk(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, ?>> itemConsumer) Walk through hierarchy of containing items based on provided conditions.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 ItemPathItemDelegator.getPath()default @NotNull ItemPathItemDeltaDelegator.getPath()default @NotNull ItemPathPrismValueDelegator.getPath()Methods in com.evolveum.midpoint.prism.deleg with parameters of type ItemPathModifier and TypeMethodDescriptiondefault voiddefault voiddefault voiddefault voiddefault voiddefault voidItemDeltaDelegator.applyTo(@NotNull PrismContainerValue<?> containerValue, @NotNull ItemPath targetPath) ItemDeltaDelegator.cloneWithChangedParentPath(ItemPath newParentPath) default booleanPrismContainerDelegator.containsItem(ItemPath itemPath, boolean acceptEmptyItem) default booleanPrismContainerValueDelegator.containsItem(ItemPath propPath, boolean acceptEmptyItem) ItemDelegator.createDelta(ItemPath path) default ContainerDelta<C>PrismContainerDelegator.createDelta(ItemPath path) default PropertyDelta<T>PrismPropertyDelegator.createDelta(ItemPath path) default ReferenceDeltaPrismReferenceDelegator.createDelta(ItemPath path) default @NotNull ContainerDelta<C>ContainerDefinitionDelegator.createEmptyDelta(ItemPath path) default @NotNull ItemDelta<?,?> ItemDefinitionDelegator.createEmptyDelta(ItemPath path) default @NotNull PropertyDelta<T>PropertyDefinitionDelegator.createEmptyDelta(ItemPath path) default Objectdefault Objectdefault <T extends Containerable>
PrismContainer<T>PrismContainerDelegator.findContainer(ItemPath path) default <C extends Containerable>
PrismContainerDefinition<C>ComplexTypeDefinitionDelegator.findContainerDefinition(@NotNull ItemPath path) default <C2 extends Containerable>
PrismContainerDefinition<C2>ContainerDefinitionDelegator.findContainerDefinition(@NotNull ItemPath path) default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerDelegator.findCreateItem(ItemPath itemPath, Class<I> type, ID itemDefinition, boolean create) default <IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
Idefault <IV extends PrismValue,ID extends ItemDefinition<?>>
Item<IV,ID> default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
Idefault <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 <T extends Containerable>
PrismContainer<T>PrismContainerDelegator.findOrCreateContainer(ItemPath containerPath) default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerDelegator.findOrCreateItem(ItemPath containerPath, Class<I> type) default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerDelegator.findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition) default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValueDelegator.findOrCreateItem(ItemPath path, Class<I> type, ID definition) default <T> PrismProperty<T>PrismContainerDelegator.findOrCreateProperty(ItemPath propertyPath) default <X> PrismProperty<X>PrismContainerValueDelegator.findOrCreateProperty(ItemPath propertyPath) default PrismReferencePrismContainerDelegator.findOrCreateReference(ItemPath propertyPath) default <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> ItemDelegator.findPartial(ItemPath path) default <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismContainerDelegator.findPartial(ItemPath path) default <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismContainerValueDelegator.findPartial(ItemPath path) default <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismPropertyDelegator.findPartial(ItemPath path) default <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismPropertyValueDelegator.findPartial(ItemPath path) default <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismReferenceDelegator.findPartial(ItemPath path) default <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismReferenceValueDelegator.findPartial(ItemPath path) default <T> PrismProperty<T>PrismContainerDelegator.findProperty(ItemPath path) default <X> PrismProperty<X>PrismContainerValueDelegator.findProperty(ItemPath propertyPath) default PrismReferencePrismContainerDelegator.findReference(ItemPath path) default PrismReferenceDefinitionComplexTypeDefinitionDelegator.findReferenceDefinition(@NotNull ItemPath path) default <I extends Item<?,?>>
IPrismReferenceDelegator.findReferencedItem(ItemPath path, Class<I> type) default <I extends Item<?,?>>
IPrismReferenceValueDelegator.findReferencedItem(ItemPath path, Class<I> type) default @NotNull Collection<Item<?,?>> ItemDelegator.getAllItems(@NotNull ItemPath path) default @NotNull Collection<Item<?,?>> PrismValueDelegator.getAllItems(@NotNull ItemPath path) default @NotNull Collection<PrismValue>ItemDelegator.getAllValues(ItemPath path) default @NotNull Collection<PrismValue>PrismValueDelegator.getAllValues(ItemPath path) default <T> TPrismContainerDelegator.getPropertyRealValue(ItemPath propertyPath, Class<T> type) default ItemDelta<?,?> ItemDeltaDelegator.getSubDelta(ItemPath path) default voidPrismContainerDelegator.removeContainer(ItemPath path) default voidPrismContainerValueDelegator.removeContainer(ItemPath path) default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidPrismContainerDelegator.removeItem(ItemPath path, Class<I> itemType) default voidPrismContainerValueDelegator.removeItem(@NotNull ItemPath path) default <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidPrismObjectDelegator.removeItem(ItemPath path, Class<I> itemType) default voidPrismContainerDelegator.removeProperty(ItemPath path) default voidPrismContainerValueDelegator.removeProperty(ItemPath path) default voidPrismContainerDelegator.removeReference(ItemPath path) default voidPrismContainerValueDelegator.removeReference(ItemPath path) default voidItemDeltaDelegator.setParentPath(ItemPath parentPath) Method parameters in com.evolveum.midpoint.prism.deleg with type arguments of type ItemPathModifier and TypeMethodDescriptiondefault voiddefault voidPrismContainerValueDelegator.removeItems(List<? extends ItemPath> itemsToRemove) default voidPrismContainerValueDelegator.removeMetadataFromPaths(List<? extends ItemPath> pathsToRemoveMetadata) default voidPrismContainerValueDelegator.removePaths(List<? extends ItemPath> remove) default voidPrismContainerDelegator.trimDefinitionTree(Collection<? extends ItemPath> alwaysKeep) default voidComplexTypeDefinitionDelegator.trimTo(@NotNull Collection<ItemPath> paths) default voidPrismContainerValueDelegator.walk(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, ?>> itemConsumer) default voidPrismContainerValueDelegator.walk(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, ?>> itemConsumer) -
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) voidItemDelta.applyTo(@NotNull PrismContainerValue<?> containerValue, @NotNull ItemPath targetPath) Applies this delta to given PCV; putting the values at `targetPath` (which must not be empty).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.<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddReference(Class<O> type, String oid, ItemPath propertyName, PrismReferenceValue... referenceValues) <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.<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteReference(Class<O> type, String oid, ItemPath itemPath, PrismReferenceValue... referenceValues) <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 itemvoidObjectDelta.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 TypeMethodDescriptionAdd new item delta.S_ItemEntry.item(ItemPath path, ItemDefinition itemDefinition) Add new item delta.Add new property delta.<T> S_ValuesEntryS_ItemEntry.property(ItemPath path, PrismPropertyDefinition<T> itemDefinition) Add new property delta. -
Uses of ItemPath in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathItemImpl.getPath()@NotNull ItemPathPrismContainerValueImpl.getPath()@NotNull ItemPathPrismObjectImpl.getPath()@NotNull ItemPathPrismValueImpl.getPath()Methods in com.evolveum.midpoint.prism.impl with parameters of type ItemPathModifier and TypeMethodDescriptionvoidvoidvoidvoid<C extends Containerable,O extends Objectable>
voidPrismContextImpl.adopt(PrismContainerValue<C> prismContainerValue, Class<O> type, ItemPath path) <C extends Containerable>
voidPrismContextImpl.adopt(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path) <C extends Containerable,O extends Objectable>
voidbooleanPrismContainerImpl.containsItem(ItemPath itemPath, boolean acceptEmptyItem) booleanPrismContainerValueImpl.containsItem(ItemPath path, boolean acceptEmptyItem) PrismContextImpl.createCanonicalItemPath(ItemPath itemPath) PrismContextImpl.createCanonicalItemPath(ItemPath itemPath, QName objectType) PrismContainerImpl.createDelta(ItemPath path) PrismPropertyImpl.createDelta(ItemPath path) PrismReferenceImpl.createDelta(ItemPath path) <V extends PrismValue,D extends ItemDefinition<?>>
Item<V,D> ItemFactoryImpl.createDummyItem(Item<V, D> itemOld, D definition, ItemPath path) @NotNull ContainerDelta<Objectable>DummyPrismObjectDefinition.createEmptyDelta(ItemPath path) @NotNull ContainerDelta<C>PrismContainerDefinitionImpl.createEmptyDelta(ItemPath path) @NotNull PropertyDelta<T>PrismPropertyDefinitionImpl.createEmptyDelta(ItemPath path) @NotNull ReferenceDeltaPrismReferenceDefinitionImpl.createEmptyDelta(ItemPath path) <T extends Containerable>
PrismContainer<T>PrismContainerImpl.findContainer(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerImpl.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>>
I<IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
I<ID extends ItemDefinition<?>>
IDComplexTypeDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) <T extends ItemDefinition<?>>
TDummyPrismObjectDefinition.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) <T extends ItemDefinition<?>>
TItemDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) <ID extends ItemDefinition<?>>
IDPrismContainerDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) <T extends ItemDefinition<?>>
TPrismReferenceDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) <T extends Containerable>
PrismContainer<T>PrismContainerImpl.findOrCreateContainer(ItemPath containerPath) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerImpl.findOrCreateItem(ItemPath containerPath, Class<I> type) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerImpl.findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IPrismContainerValueImpl.findOrCreateItem(ItemPath path, Class<I> type, ID definition) <T> PrismProperty<T>PrismContainerImpl.findOrCreateProperty(ItemPath propertyPath) <X> PrismProperty<X>PrismContainerValueImpl.findOrCreateProperty(ItemPath propertyPath) PrismContainerImpl.findOrCreateReference(ItemPath propertyPath) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismContainerImpl.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismContainerValueImpl.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismPropertyImpl.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismPropertyValueImpl.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismReferenceImpl.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> PrismReferenceValueImpl.findPartial(ItemPath path) <T> PrismProperty<T>PrismContainerImpl.findProperty(ItemPath path) <X> PrismProperty<X>PrismContainerValueImpl.findProperty(ItemPath propertyPath) PrismContainerImpl.findReference(ItemPath path) <I extends Item<?,?>>
IPrismReferenceImpl.findReferencedItem(ItemPath path, Class<I> type) <I extends Item<?,?>>
IPrismReferenceValueImpl.findReferencedItem(ItemPath path, Class<I> type) @NotNull Collection<Item<?,?>> ItemImpl.getAllItems(@NotNull ItemPath path) @NotNull Collection<Item<?,?>> PrismContainerImpl.getAllItems(@NotNull ItemPath path) @NotNull Collection<Item<?,?>> PrismContainerValueImpl.getAllItems(@NotNull ItemPath path) @NotNull Collection<Item<?,?>> PrismValueImpl.getAllItems(@NotNull ItemPath path) @NotNull Collection<PrismValue>ItemImpl.getAllValues(ItemPath path) @NotNull Collection<PrismValue>PrismContainerImpl.getAllValues(ItemPath path) @NotNull Collection<PrismValue>PrismContainerValueImpl.getAllValues(ItemPath path) @NotNull Collection<PrismValue>PrismReferenceImpl.getAllValues(ItemPath path) @NotNull Collection<PrismValue>PrismReferenceValueImpl.getAllValues(ItemPath path) @NotNull Collection<PrismValue>PrismValueImpl.getAllValues(ItemPath path) <T> TPrismContainerImpl.getPropertyRealValue(ItemPath propertyPath, Class<T> type) PrismContextImpl.queryForReferenceOwnedBy(Class<? extends Containerable> ownerClass, ItemPath referencePath) voidPrismContainerImpl.removeContainer(ItemPath path) voidPrismContainerValueImpl.removeContainer(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidPrismContainerImpl.removeItem(ItemPath path, Class<I> itemType) voidPrismContainerValueImpl.removeItem(@NotNull ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidPrismObjectImpl.removeItem(ItemPath path, Class<I> itemType) voidPrismContainerImpl.removeProperty(ItemPath path) voidPrismContainerValueImpl.removeProperty(ItemPath path) voidPrismContainerImpl.removeReference(ItemPath path) voidPrismContainerValueImpl.removeReference(ItemPath path) ItemPathSerializerImpl.serializeStandalone(@NotNull ItemPath itemPath) @NotNull UniformItemPathPrismContextImpl.toUniformPath(ItemPath path) PrismContextImpl.toUniformPathKeepNull(ItemPath path) Method parameters in com.evolveum.midpoint.prism.impl with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidvoidPrismContainerValueImpl.removeItems(List<? extends ItemPath> itemsToRemove) voidPrismContainerValueImpl.removeMetadataFromPaths(List<? extends ItemPath> pathsToRemoveMetadata) voidPrismContainerValueImpl.removePaths(List<? extends ItemPath> pathsToRemove) voidPrismContainerImpl.trimDefinitionTree(Collection<? extends ItemPath> alwaysKeep) Optimizes (trims) definition tree by removing any definitions not corresponding to items in this container.voidComplexTypeDefinitionImpl.trimTo(@NotNull Collection<ItemPath> paths) voidPrismContainerValueImpl.walk(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, ?>> itemConsumer) voidPrismContainerValueImpl.walk(BiPredicate<? super ItemPath, Boolean> descendPredicate, Predicate<? super ItemPath> consumePredicate, Consumer<? super Item<?, ?>> itemConsumer) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.delta
Fields in com.evolveum.midpoint.prism.impl.delta declared as ItemPathModifier and TypeFieldDescriptionprotected ItemPathItemDeltaImpl.parentPathParent path of the item (path to the property container)Methods in com.evolveum.midpoint.prism.impl.delta that return ItemPathModifier and TypeMethodDescriptionItemDeltaImpl.getParentPath()@NotNull ItemPathItemDeltaImpl.getPath()Methods in com.evolveum.midpoint.prism.impl.delta that return types with arguments of type ItemPathMethods in com.evolveum.midpoint.prism.impl.delta with parameters of type ItemPathModifier and TypeMethodDescriptionvoidvoid<C extends Containerable>
voidObjectDeltaImpl.addModificationAddContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDeltaImpl.addModificationAddContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) final <X> voidObjectDeltaImpl.addModificationAddProperty(ItemPath propertyPath, X... propertyValues) voidObjectDeltaImpl.addModificationAddReference(ItemPath path, PrismReferenceValue... refValues) <C extends Containerable>
voidObjectDeltaImpl.addModificationDeleteContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDeltaImpl.addModificationDeleteContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <X> voidObjectDeltaImpl.addModificationDeleteProperty(ItemPath propertyPath, X... propertyValues) voidObjectDeltaImpl.addModificationDeleteReference(ItemPath path, PrismReferenceValue... refValues) <C extends Containerable>
voidObjectDeltaImpl.addModificationReplaceContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) final <X> PropertyDelta<X>ObjectDeltaImpl.addModificationReplaceProperty(ItemPath propertyPath, X... propertyValues) voidObjectDeltaImpl.addModificationReplaceReference(ItemPath path, PrismReferenceValue... refValues) voidItemDeltaImpl.applyTo(@NotNull PrismContainerValue<?> containerValue, @NotNull ItemPath targetPath) ItemDeltaImpl.cloneWithChangedParentPath(ItemPath newParentPath) <C extends Containerable>
ContainerDelta<C>ContainerDeltaFactoryImpl.create(ItemPath path, PrismContainerDefinition<C> definition) ContainerDeltaFactoryImpl.create(ItemPath parentPath, QName name, PrismContainerDefinition itemDefinition) <T> PropertyDelta<T>PropertyDeltaFactoryImpl.create(ItemPath path, PrismPropertyDefinition<T> definition) <T> PropertyDelta<T>PropertyDeltaFactoryImpl.create(ItemPath itemPath, QName name, PrismPropertyDefinition<T> propertyDefinition) ReferenceDeltaFactoryImpl.create(ItemPath path, PrismReferenceDefinition definition) ReferenceDeltaFactoryImpl.create(ItemPath parentPath, QName name, PrismReferenceDefinition itemDefinition) <C extends Containerable>
ContainerDelta<C>ObjectDeltaImpl.createContainerModification(ItemPath path) <C extends Containerable>
ContainerDelta<C>ObjectDeltaImpl.createContainerModification(ItemPath path, PrismContainerDefinition<C> containerDefinition) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createDelta(ItemPath containerPath, PrismContainerDefinition<O> objectDefinition) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createDelta(ItemPath containerPath, PrismObjectDefinition<O> objectDefinition) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createDelta(ItemPath containerPath, Class<O> type) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createDelta(ItemPath containerPath, PrismContainerDefinition<O> objectDefinition) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createDelta(ItemPath containerPath, PrismObjectDefinition<O> objectDefinition) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createDelta(ItemPath containerPath, Class<O> type) <O extends Objectable,T>
PropertyDelta<T>PropertyDeltaFactoryImpl.createDelta(ItemPath propertyPath, PrismObjectDefinition<O> objectDefinition) <O extends Objectable,T>
PropertyDelta<T>PropertyDeltaFactoryImpl.createDelta(ItemPath propertyPath, Class<O> compileTimeClass) static <O extends Objectable,T>
PropertyDelta<T>PropertyDeltaImpl.createDelta(ItemPath propertyPath, PrismObjectDefinition<O> objectDefinition) static <O extends Objectable,T>
PropertyDelta<T>PropertyDeltaImpl.createDelta(ItemPath propertyPath, Class<O> compileTimeClass) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationAdd(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationAdd(ItemPath containerPath, Class<O> type, T containerable) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationAdd(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationAdd(ItemPath containerPath, Class<O> type, T containerable) ReferenceDeltaFactoryImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) ReferenceDeltaFactoryImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, String oid) ReferenceDeltaFactoryImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) static ReferenceDeltaImplReferenceDeltaImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) static ReferenceDeltaImplReferenceDeltaImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, String oid) static ReferenceDeltaImplReferenceDeltaImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, PrismContainerValue<C>... containerValues) <O extends Objectable,X>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddProperty(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) final <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationAddProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) final <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationAddProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationAddProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationAddProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddReference(Class<O> type, String oid, ItemPath itemPath, PrismReferenceValue... referenceValues) Convenience method for quick creation of object deltas that replace a single object property.<T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationDelete(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationDelete(ItemPath containerPath, Class<O> type, T containerable) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationDelete(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationDelete(ItemPath containerPath, Class<O> type, T containerable) ReferenceDeltaFactoryImpl.createModificationDelete(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) static ReferenceDeltaImplReferenceDeltaImpl.createModificationDelete(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteContainer(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <O extends Objectable,X>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteProperty(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) final <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationDeleteProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) final <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationDeleteProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationDeleteProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationDeleteProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteReference(Class<O> type, String oid, ItemPath itemPath, PrismReferenceValue... referenceValues) Convenience method for quick creation of object deltas that replace a single object property.<T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationReplace(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationReplace(ItemPath containerPath, Class<O> type, Collection<T> containerables) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationReplace(ItemPath containerPath, Class<O> type, T containerable) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationReplace(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationReplace(ItemPath containerPath, Class<O> type, Collection<T> containerables) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationReplace(ItemPath containerPath, Class<O> type, T containerable) ReferenceDeltaFactoryImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) ReferenceDeltaFactoryImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, String oid) ReferenceDeltaFactoryImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) <O extends Objectable>
ReferenceDeltaReferenceDeltaFactoryImpl.createModificationReplace(ItemPath path, Class<O> type, String oid) static ReferenceDeltaImplReferenceDeltaImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) static ReferenceDeltaImplReferenceDeltaImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, String oid) Convenience method for quick creation of object deltas that replace a single object property.static ReferenceDeltaImplReferenceDeltaImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) static <O extends Objectable>
ReferenceDeltaImplReferenceDeltaImpl.createModificationReplace(ItemPath path, Class<O> type, PrismContext ctx, String oid) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceContainer(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <O extends Objectable,X>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceProperty(Class<O> type, String oid, ItemPath propertyPath, X... propertyValues) Convenience method for quick creation of object deltas that replace a single object property.final <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationReplaceProperty(@NotNull ItemPath path, @NotNull PrismPropertyDefinition propertyDefinition, T... propertyValues) <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationReplaceProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, Collection<T> propertyValues) final <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationReplaceProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationReplaceProperty(@NotNull ItemPath path, @NotNull PrismPropertyDefinition propertyDefinition, T... propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationReplaceProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, Collection<T> propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationReplaceProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues) Convenience method for quick creation of object deltas that replace a single object property.<O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceReference(Class<O> type, String oid, ItemPath refPath, PrismReferenceValue... refValues) Convenience method for quick creation of object deltas that replace a single object reference.<X> PropertyDelta<X>ObjectDeltaImpl.createPropertyModification(ItemPath path) <C> PropertyDelta<C>ObjectDeltaImpl.createPropertyModification(ItemPath path, PrismPropertyDefinition propertyDefinition) ObjectDeltaImpl.createReferenceModification(ItemPath refPath) ObjectDeltaImpl.createReferenceModification(ItemPath path, PrismReferenceDefinition referenceDefinition) <O extends Objectable>
PropertyDeltaPropertyDeltaFactoryImpl.createReplaceEmptyDelta(PrismObjectDefinition<O> objectDefinition, ItemPath propertyPath) static <O extends Objectable>
PropertyDeltaPropertyDeltaImpl.createReplaceEmptyDelta(PrismObjectDefinition<O> objectDefinition, ItemPath propertyPath) Create delta that deletes all values of the specified property.@NotNull ObjectDelta.FactorOutResultMulti<O>ObjectDeltaImpl.factorOutValues(ItemPath path, boolean cloneDelta) static <O extends Objectable,C extends Containerable>
voidObjectDeltaFactoryImpl.fillInModificationAddContainer(ObjectDelta<O> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... containerValues) static <O extends Objectable>
voidObjectDeltaFactoryImpl.fillInModificationAddReference(ObjectDelta<O> objectDelta, ItemPath refPath, PrismReferenceValue... refValues) static <O extends Objectable,C extends Containerable>
voidObjectDeltaFactoryImpl.fillInModificationDeleteContainer(ObjectDelta<O> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... containerValues) static <O extends Objectable,X>
voidObjectDeltaFactoryImpl.fillInModificationDeleteProperty(ObjectDelta<O> objectDelta, ItemPath propertyPath, X... propertyValues) static <O extends Objectable,X>
PropertyDelta<X>ObjectDeltaFactoryImpl.fillInModificationReplaceProperty(ObjectDelta<O> objectDelta, ItemPath propertyPath, X... propertyValues) static <O extends Objectable>
voidObjectDeltaFactoryImpl.fillInModificationReplaceReference(ObjectDelta<O> objectDelta, ItemPath refPath, PrismReferenceValue... refValues) <X extends Containerable>
ContainerDelta<X>ObjectDeltaImpl.findContainerDelta(ItemPath propertyPath) <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID> ObjectDeltaImpl.findItemDelta(ItemPath itemPath) <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID> ObjectDeltaImpl.findItemDelta(ItemPath itemPath, boolean strict) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>, DD extends ItemDelta<IV, ID>>
DDObjectDeltaImpl.findItemDelta(ItemPath propertyPath, Class<DD> deltaType, Class<I> itemType, boolean strict) @NotNull Collection<? extends ItemDelta<?,?>> ObjectDeltaImpl.findItemDeltasSubPath(ItemPath itemPath) Returns all item deltas at or below a specified path.<IV extends PrismValue,ID extends ItemDefinition<?>>
Collection<PartiallyResolvedDelta<IV,ID>> ObjectDeltaImpl.findPartial(ItemPath propertyPath) <X> PropertyDelta<X>ObjectDeltaImpl.findPropertyDelta(ItemPath propertyPath) <X> PropertyDelta<X>ObjectDeltaImpl.findPropertyDelta(ItemPath parentPath, QName propertyName) Top-level path is assumed.ObjectDeltaImpl.findReferenceModification(ItemPath itemPath) ObjectDeltaImpl.getDeletedValuesFor(ItemPath itemPath) Limitations: (1) For DELETE object delta, we don't know what values were in the object's itemObjectDeltaImpl.getNewValuesFor(ItemPath itemPath) ItemDelta<?,?> ContainerDeltaImpl.getSubDelta(ItemPath path) ItemDelta<?,?> ItemDeltaImpl.getSubDelta(ItemPath path) booleanObjectDeltaImpl.hasItemDelta(ItemPath propertyPath) booleanObjectDeltaImpl.hasItemOrSubitemDelta(ItemPath itemPath) booleanObjectDeltaImpl.hasRelatedDelta(ItemPath itemPath) voidObjectDeltaImpl.removeContainerModification(ItemPath itemName) voidObjectDeltaImpl.removePropertyModification(ItemPath itemPath) voidObjectDeltaImpl.removeReferenceModification(ItemPath itemPath) voidItemDeltaImpl.setParentPath(ItemPath parentPath) booleanObjectDeltaImpl.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.impl.delta with type arguments of type ItemPathModifier and TypeMethodDescription@NotNull ObjectDelta.FactorOutResultSingle<O>ObjectDeltaImpl.factorOut(Collection<? extends ItemPath> paths, boolean cloneDelta) ObjectDeltaImpl.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.impl.delta with parameters of type ItemPathModifierConstructorDescriptionContainerDeltaImpl(ItemPath propertyPath, PrismContainerDefinition itemDefinition) ContainerDeltaImpl(ItemPath parentPath, QName name, PrismContainerDefinition itemDefinition) PropertyDeltaImpl(ItemPath propertyPath, PrismPropertyDefinition<T> propertyDefinition) PropertyDeltaImpl(ItemPath itemPath, QName name, PrismPropertyDefinition<T> propertyDefinition) ReferenceDeltaImpl(ItemPath propertyPath, PrismReferenceDefinition itemDefinition) ReferenceDeltaImpl(ItemPath parentPath, QName name, PrismReferenceDefinition itemDefinition) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.delta.builder
Methods in com.evolveum.midpoint.prism.impl.delta.builder with parameters of type ItemPathModifier and TypeMethodDescriptionDeltaBuilder.item(ItemPath path, ItemDefinition definition) <T> S_ValuesEntryDeltaBuilder.property(ItemPath path, PrismPropertyDefinition<T> definition) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.item
Methods in com.evolveum.midpoint.prism.impl.item that return ItemPathMethods in com.evolveum.midpoint.prism.impl.item with parameters of type ItemPathModifier and TypeMethodDescriptionfinal voidbooleanDummyContainerImpl.containsItem(ItemPath itemPath, boolean acceptEmptyItem) DummyContainerImpl.createDelta(ItemPath path) DummyPropertyImpl.createDelta(ItemPath path) DummyReferenceImpl.createDelta(ItemPath path) final Object<T extends Containerable>
PrismContainer<T>DummyContainerImpl.findContainer(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IDummyContainerImpl.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>>
I<T extends Containerable>
PrismContainer<T>DummyContainerImpl.findOrCreateContainer(ItemPath containerPath) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IDummyContainerImpl.findOrCreateItem(ItemPath containerPath, Class<I> type) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IDummyContainerImpl.findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition) <T> PrismProperty<T>DummyContainerImpl.findOrCreateProperty(ItemPath propertyPath) DummyContainerImpl.findOrCreateReference(ItemPath propertyPath) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> DummyContainerImpl.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> DummyPropertyImpl.findPartial(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> DummyReferenceImpl.findPartial(ItemPath path) <T> PrismProperty<T>DummyContainerImpl.findProperty(ItemPath path) DummyContainerImpl.findReference(ItemPath path) <I extends Item<?,?>>
IDummyReferenceImpl.findReferencedItem(ItemPath dereferencePath, Class<I> type) @NotNull Collection<Item<?,?>> DummyItem.getAllItems(@NotNull ItemPath path) final @NotNull Collection<PrismValue>DummyItem.getAllValues(ItemPath path) <T> TDummyContainerImpl.getPropertyRealValue(ItemPath propertyPath, Class<T> type) voidDummyContainerImpl.removeContainer(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidDummyContainerImpl.removeItem(ItemPath path, Class<I> itemType) voidDummyContainerImpl.removeProperty(ItemPath path) voidDummyContainerImpl.removeReference(ItemPath path) Method parameters in com.evolveum.midpoint.prism.impl.item with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidDummyContainerImpl.trimDefinitionTree(Collection<? extends ItemPath> alwaysKeep) Constructors in com.evolveum.midpoint.prism.impl.item with parameters of type ItemPathModifierConstructorDescriptionDummyContainerImpl(PrismContainer<C> realContainer, @NotNull ItemPath path) DummyPropertyImpl(PrismProperty<T> realProperty, @NotNull ItemPath path) DummyReferenceImpl(PrismReference realReference, @NotNull ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller with parameters of type ItemPathModifier and TypeMethodDescriptionstatic StringItemPathHolder.serializeWithDeclarations(@NotNull ItemPath itemPath) static StringItemPathHolder.serializeWithForcedDeclarations(@NotNull ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.metadata
Methods in com.evolveum.midpoint.prism.impl.metadata that return ItemPathMethods in com.evolveum.midpoint.prism.impl.metadata with parameters of type ItemPathModifier and TypeMethodDescriptionvoidbooleanValueMetadataAdapter.containsItem(ItemPath itemPath, boolean acceptEmptyItem) ValueMetadataAdapter.createDelta(ItemPath path) <T extends Containerable>
PrismContainer<T>ValueMetadataAdapter.findContainer(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IValueMetadataAdapter.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>>
I<T extends Containerable>
PrismContainer<T>ValueMetadataAdapter.findOrCreateContainer(ItemPath containerPath) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IValueMetadataAdapter.findOrCreateItem(ItemPath containerPath, Class<I> type) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
IValueMetadataAdapter.findOrCreateItem(ItemPath containerPath, Class<I> type, ID definition) <T> PrismProperty<T>ValueMetadataAdapter.findOrCreateProperty(ItemPath propertyPath) ValueMetadataAdapter.findOrCreateReference(ItemPath propertyPath) <IV extends PrismValue,ID extends ItemDefinition<?>>
PartiallyResolvedItem<IV,ID> ValueMetadataAdapter.findPartial(ItemPath path) <T> PrismProperty<T>ValueMetadataAdapter.findProperty(ItemPath path) ValueMetadataAdapter.findReference(ItemPath path) @NotNull Collection<Item<?,?>> ValueMetadataAdapter.getAllItems(@NotNull ItemPath path) static @NotNull Collection<PrismValue>ValueMetadataAdapter.getAllValues(Item<?, ?> item, ItemPath path) @NotNull Collection<PrismValue>ValueMetadataAdapter.getAllValues(ItemPath path) <T> TValueMetadataAdapter.getPropertyRealValue(ItemPath propertyPath, Class<T> type) voidValueMetadataAdapter.removeContainer(ItemPath path) <IV extends PrismValue,ID extends ItemDefinition<?>, I extends Item<IV, ID>>
voidValueMetadataAdapter.removeItem(ItemPath path, Class<I> itemType) voidValueMetadataAdapter.removeProperty(ItemPath path) voidValueMetadataAdapter.removeReference(ItemPath path) Method parameters in com.evolveum.midpoint.prism.impl.metadata with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidValueMetadataAdapter.trimDefinitionTree(Collection<? extends ItemPath> alwaysKeep) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.path
Methods in com.evolveum.midpoint.prism.impl.path with parameters of type ItemPathConstructors in com.evolveum.midpoint.prism.impl.path with parameters of type ItemPathModifierConstructorDescriptionCanonicalItemPathImpl(ItemPath path, ItemDefinition<?> itemDefinition) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.query
Fields in com.evolveum.midpoint.prism.impl.query declared as ItemPathMethods in com.evolveum.midpoint.prism.impl.query that return ItemPathModifier and TypeMethodDescriptionfinal @NotNull ItemPathAbstractItemFilter.getFullPath()ObjectOrderingImpl.getOrderBy()@NotNull ItemPathValueFilterImpl.getParentPath()@Nullable ItemPathOwnedByFilterImpl.getPath()@NotNull ItemPathReferencedByFilterImpl.getPath()ValueFilterImpl.getPath()ObjectPagingImpl.getPrimaryOrderingPath()@Nullable ItemPathValueFilterImpl.getRightHandSidePath()Methods in com.evolveum.midpoint.prism.impl.query with parameters of type ItemPathModifier and TypeMethodDescriptionvoidObjectPagingImpl.addOrderingInstruction(ItemPath orderBy, OrderDirection direction) booleanValueFilterImpl.canNestInsideExists(ItemPath existsPath) static <T> FuzzyStringMatchFilterImpl<T>FuzzyStringMatchFilterImpl.create(ItemPath itemPath, PrismPropertyDefinition<T> propertyDefinition, FuzzyStringMatchFilter.FuzzyMatchingMethod method, List<PrismPropertyValue<T>> values) static OwnedByFilterOwnedByFilterImpl.create(@NotNull ComplexTypeDefinition type, @Nullable ItemPath path, @Nullable ObjectFilter filter) static OwnedByFilterOwnedByFilterImpl.create(@NotNull QName typeName, @Nullable ItemPath path, @Nullable ObjectFilter filter) static ReferencedByFilterReferencedByFilterImpl.create(@NotNull ComplexTypeDefinition type, @NotNull ItemPath path, ObjectFilter filter, @Nullable QName relation) static ReferencedByFilterReferencedByFilterImpl.create(@NotNull QName typeName, @NotNull ItemPath path, ObjectFilter filter, @Nullable QName relation) static <T> @NotNull AnyInFilter<T>AnyInFilterImpl.createAnyIn(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule) static <T> @NotNull AnyInFilter<T>AnyInFilterImpl.createAnyIn(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) static <T> @NotNull AnyInFilter<T>AnyInFilterImpl.createAnyIn(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, Object... values) static <T> @NotNull AnyInFilter<T>AnyInFilterImpl.createAnyIn(@NotNull ItemPath propertyPath, PrismPropertyDefinition<T> propertyDefinition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition) static <T> @NotNull EqualFilter<T>EqualFilterImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule) static <T> @NotNull EqualFilter<T>EqualFilterImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) static <T> @NotNull EqualFilter<T>EqualFilterImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, Object... values) static <T> @NotNull EqualFilter<T>EqualFilterImpl.createEqual(@NotNull ItemPath propertyPath, PrismPropertyDefinition<T> propertyDefinition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition) <T> @NotNull EqualFilter<T>QueryFactoryImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule) <T> @NotNull EqualFilter<T>QueryFactoryImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) <T> @NotNull EqualFilter<T>QueryFactoryImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, Object... values) <T> @NotNull EqualFilter<T>QueryFactoryImpl.createEqual(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition) static ExistsFilterExistsFilterImpl.createExists(ItemPath itemPath, ItemDefinition<?> containerDef, ObjectFilter filter) static <C extends Containerable>
ExistsFilterExistsFilterImpl.createExists(ItemPath itemPath, Class<C> clazz, ObjectFilter filter) <C extends Containerable>
@NotNull ExistsFilterQueryFactoryImpl.createExists(ItemPath path, Class<C> containerType, ObjectFilter inner) static <T> @NotNull GreaterFilter<T>GreaterFilterImpl.createGreater(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, boolean equals) static <T> @NotNull GreaterFilter<T>GreaterFilterImpl.createGreater(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper wrapper, boolean equals) static <T> @NotNull GreaterFilter<T>GreaterFilterImpl.createGreater(@NotNull ItemPath propertyPath, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition rightSideDefinition, boolean equals) static <T> @NotNull GreaterFilter<T>GreaterFilterImpl.createGreater(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, QName matchingRule, Object anyValue, boolean equals) <T> @NotNull GreaterFilter<T>QueryFactoryImpl.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, boolean equals) <T> @NotNull GreaterFilter<T>QueryFactoryImpl.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper wrapper, boolean equals) <T> @NotNull GreaterFilter<T>QueryFactoryImpl.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition, boolean equals) <T> @NotNull GreaterFilter<T>QueryFactoryImpl.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, Object value, boolean equals) static <T> @NotNull LessFilter<T>LessFilterImpl.createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, boolean equals) static <T> @NotNull LessFilter<T>LessFilterImpl.createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> itemDefinition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals) static <T> @NotNull LessFilter<T>LessFilterImpl.createLess(@NotNull ItemPath propertyPath, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition rightSideDefinition, boolean equals) static <T> @NotNull LessFilter<T>LessFilterImpl.createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, QName matchingRule, Object anyValue, boolean equals) <T> @NotNull LessFilter<T>QueryFactoryImpl.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, boolean equals) <T> @NotNull LessFilter<T>QueryFactoryImpl.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals) <T> @NotNull LessFilter<T>QueryFactoryImpl.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition, boolean equals) <T> @NotNull LessFilter<T>QueryFactoryImpl.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, Object value, boolean equals) static ObjectOrderingImplObjectOrderingImpl.createOrdering(ItemPath orderBy, OrderDirection direction) @NotNull ObjectOrderingQueryFactoryImpl.createOrdering(ItemPath orderBy, OrderDirection direction) static ObjectPagingObjectPagingImpl.createPaging(ItemPath orderBy, OrderDirection direction) static ObjectPagingObjectPagingImpl.createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction) @NotNull ObjectPagingQueryFactoryImpl.createPaging(ItemPath orderBy, OrderDirection direction) @NotNull ObjectPagingQueryFactoryImpl.createPaging(Integer offset, Integer maxSize, ItemPath orderBy, OrderDirection direction) @NotNull RefFilterQueryFactoryImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, ExpressionWrapper expression) @NotNull RefFilterQueryFactoryImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, Collection<PrismReferenceValue> values) static RefFilterRefFilterImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, ExpressionWrapper expression) static RefFilterRefFilterImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, ExpressionWrapper expression, ObjectFilter targetFilter) static RefFilterRefFilterImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, Collection<PrismReferenceValue> values) static RefFilterRefFilterImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, Collection<PrismReferenceValue> values, ObjectFilter targetFilter) static <T> SubstringFilter<T>SubstringFilterImpl.createSubstring(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> itemDefinition, @Nullable QName matchingRule, ExpressionWrapper expressionWrapper, boolean anchorStart, boolean anchorEnd) static <T> SubstringFilter<T>SubstringFilterImpl.createSubstring(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> itemDefinition, @Nullable QName matchingRule, Object anyValue, boolean anchorStart, boolean anchorEnd) Creates a substring filter.static ItemDefinitionFilterImplUtil.findItemDefinition(ItemPath parentPath, ComplexTypeDefinition complexTypeDefinition) static ItemDefinitionFilterImplUtil.findItemDefinition(ItemPath itemPath, PrismContainerDefinition<? extends Containerable> containerDef) static ItemDefinitionFilterImplUtil.findItemDefinition(ItemPath parentPath, Class type) voidObjectPagingImpl.setOrdering(ItemPath orderBy, OrderDirection direction) voidValueFilterImpl.setRightHandSidePath(@Nullable ItemPath rightHandSidePath) voidAbstractItemFilter.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidAllFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidExistsFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidFullTextFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidInOidFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidNoneFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidOrgFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidOwnedByFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidReferencedByFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidRefFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidTypeFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidUndefinedFilterImpl.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) Constructors in com.evolveum.midpoint.prism.impl.query with parameters of type ItemPathModifierConstructorDescriptionAbstractItemFilter(ItemPath fullPath) AnyInFilterImpl(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @Nullable List<PrismPropertyValue<T>> prismPropertyValues, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition<?> rightHandSideDefinition) EqualFilterImpl(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @Nullable List<PrismPropertyValue<T>> prismPropertyValues, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition<?> rightHandSideDefinition) GreaterFilterImpl(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @Nullable PrismPropertyValue<T> prismPropertyValue, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition rightHandSideDefinition, boolean equals) protectedValueFilterImpl(@NotNull ItemPath fullPath, D definition, @Nullable QName matchingRule, @Nullable List<V> values, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition<?> rightHandSideDefinition) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.query.builder
Methods in com.evolveum.midpoint.prism.impl.query.builder with parameters of type ItemPathModifier and TypeMethodDescriptionR_AtomicFilter.item(ItemPath itemPath, ItemDefinition<?> itemDefinition) R_Filter.item(ItemPath itemPath, ItemDefinition<?> itemDefinition) R_Filter.item(PrismContainerDefinition<?> containerDefinition, ItemPath itemPath) com.evolveum.midpoint.prism.impl.query.builder.R_Filter.OwnedByEntryR_Filter.ownedBy(Class<? extends Containerable> type, ItemPath path) static S_FilterEntryOrEmptyQueryBuilder.queryForReferenceOwnedBy(Class<? extends Containerable> ownerClass, ItemPath referencePath) Creates a builder for reference search defined by specified owner and reference path.R_Filter.referencedBy(@NotNull Class<? extends Containerable> type, @NotNull ItemPath path, QName relation) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.query.lang
Methods in com.evolveum.midpoint.prism.impl.query.lang with parameters of type ItemPathModifier and TypeMethodDescriptionPrismQueryLanguageParserImpl.ItemFilterFactory.create(com.evolveum.midpoint.prism.impl.query.lang.QueryParsingContext.Local context, ItemPath itemPath, ItemDefinition<?> itemDef, QName matchingRule, AxiomQueryParser.SubfilterOrValueContext subfilterOrValue) voidvoidQueryWriter.writeVariable(ItemPath path) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.schema
Methods in com.evolveum.midpoint.prism.impl.schema with parameters of type ItemPathModifier and TypeMethodDescription<C extends Containerable,O extends Objectable>
voidSchemaRegistryImpl.applyDefinition(PrismContainerValue<C> prismContainerValue, Class<O> compileTimeClass, ItemPath path, boolean force) <C extends Containerable>
voidSchemaRegistryImpl.applyDefinition(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path, boolean force) SchemaRegistryImpl.determineParentDefinition(@NotNull ComplexTypeDefinition child, @NotNull ItemPath rest) SchemaRegistryStateImpl.determineParentDefinition(@NotNull ComplexTypeDefinition child, @NotNull ItemPath rest) SchemaRegistryImpl.determineReferencedObjectDefinition(@NotNull QName targetTypeName, ItemPath rest) -
Uses of ItemPath in com.evolveum.midpoint.prism.impl.schemaContext
Methods in com.evolveum.midpoint.prism.impl.schemaContext that return ItemPathMethods in com.evolveum.midpoint.prism.impl.schemaContext with parameters of type ItemPath -
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 ItemPathModifier and TypeClassDescriptionclassItem Name of Infra Model Items.classstatic classItemName without prefix specified, ideal item name for runtime data, constants, etc.final classFields 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 ItemPathInfraItemName.rest()@NotNull ItemPathInfraItemName.rest(int n) @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.default booleanChecks if this path ends with the given suffix path.static booleanstatic 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()@Nullable ItemPathFilterItemPathTransformer.transform(ItemPath parentPath, ItemDefinition<?> parentDefinition, ItemFilter filter) 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, 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, 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) 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) 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) @Nullable ItemPathFilterItemPathTransformer.transform(ItemPath parentPath, ItemDefinition<?> parentDefinition, ItemFilter filter) default voidLogicalFilter.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) voidObjectFilter.transformItemPaths(ItemPath parentPath, ItemDefinition<?> parentDef, FilterItemPathTransformer transformer) 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) SchemaRegistryState.determineParentDefinition(@NotNull ComplexTypeDefinition child, @NotNull ItemPath rest) SchemaRegistry.determineReferencedObjectDefinition(@NotNull QName targetTypeName, ItemPath rest) -
Uses of ItemPath in com.evolveum.midpoint.prism.schemaContext
Methods in com.evolveum.midpoint.prism.schemaContext that return ItemPathMethods in com.evolveum.midpoint.prism.schemaContext with parameters of type ItemPath -
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 Class<? extends Containerable> currentClass, @NotNull ItemPath itemPath, @NotNull Class<ID> type) static <ID extends ItemDefinition<?>>
IDDefinitionUtil.findItemDefinitionMandatory(@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 ItemPathModifierConstructorDescriptionItemDeltaItem(@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.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api with parameters of type ItemPathModifier and TypeMethodDescription<O extends ObjectType,T>
ItemComparisonResultProvisioningService.compare(Class<O> type, String oid, ItemPath path, T expectedValue, Task task, OperationResult result) Compare value on the resource with the provided value. -
Uses of ItemPath in com.evolveum.midpoint.repo.api
Fields in com.evolveum.midpoint.repo.api with type parameters of type ItemPathMethods in com.evolveum.midpoint.repo.api that return ItemPathModifier and TypeMethodDescriptionAggregateQuery.AggregateOrdering.getOrderBy()AggregateQuery.ResultItem.getPath()Methods in com.evolveum.midpoint.repo.api that return types with arguments of type ItemPathModifier and TypeMethodDescriptionAggregateQuery.getGroupBy()CacheInvalidationEventSpecification.getPaths()Methods in com.evolveum.midpoint.repo.api with parameters of type ItemPathModifier and TypeMethodDescriptionvoidSets item path by which aggragate results are grouped by, currently only one item path is supported.AggregateQuery.retrieveFullObject(ItemName name, ItemPath itemPath) Method parameters in com.evolveum.midpoint.repo.api with type arguments of type ItemPathModifier and TypeMethodDescriptionCacheInvalidationEventSpecification.of(Class<? extends ObjectType> type, Set<ItemPath> paths, Set<ChangeType> changes) Constructors in com.evolveum.midpoint.repo.api with parameters of type ItemPathModifierConstructorDescriptionDereference(ItemName name, ItemPath path, ItemDefinition<?> definition) ResultItem(ItemName name, ItemPath path, ItemDefinition<?> definition) Retrieve(ItemName name, ItemPath path, ItemDefinition<?> definition) Constructor parameters in com.evolveum.midpoint.repo.api with type arguments of type ItemPathModifierConstructorDescriptionprotectedCacheInvalidationEventSpecification(Class<? extends ObjectType> objectType, Set<ItemPath> paths, Set<ChangeType> changeTypes) -
Uses of ItemPath in com.evolveum.midpoint.repo.common.activity.run
Constructors in com.evolveum.midpoint.repo.common.activity.run with parameters of type ItemPathModifierConstructorDescriptionUpdateActivityPoliciesOperation(@NotNull Task task, @NotNull ItemPath policiesItemPath, @NotNull Collection<ActivityPolicyStateType> policies, @NotNull CommonTaskBeans beans) -
Uses of ItemPath in com.evolveum.midpoint.repo.common.activity.run.buckets
Methods in com.evolveum.midpoint.repo.common.activity.run.buckets with parameters of type ItemPathModifier and TypeMethodDescription@Nullable ItemDefinition<?>ItemDefinitionProvider.getItemDefinition(@NotNull ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.repo.common.activity.run.state
Methods in com.evolveum.midpoint.repo.common.activity.run.state that return ItemPathMethods in com.evolveum.midpoint.repo.common.activity.run.state with parameters of type ItemPathModifier and TypeMethodDescriptionvoidActivityState.addDeleteItemRealValues(@NotNull ItemPath path, @NotNull Collection<?> valuesToAdd, @NotNull Collection<?> valuesToDelete) DO NOT use for setting work state items because of dynamic typing of the work state container value.<T> TActivityState.getPropertyRealValue(ItemPath path, Class<T> expectedType) <T> TActivityState.getWorkStateItemRealValueClone(ItemPath path, Class<T> expectedType) <T> TActivityState.getWorkStatePropertyRealValue(ItemPath path, Class<T> expectedType) ActivityState.getWorkStateReferenceRealValue(ItemPath path) ActivityState.getWorkStateReferenceRealValues(ItemPath path) ActivityState.setItemRealValues(ItemPath path, Object... values) DO NOT use for setting work state items because of dynamic typing of the work state container value.voidActivityState.setItemRealValuesCollection(ItemPath path, Collection<?> values) DO NOT use for setting work state items because of dynamic typing of the work state container value.voidActivityState.setWorkStateItemRealValues(ItemPath path, ItemDefinition<?> explicitDefinition, Object... values) voidActivityState.setWorkStateItemRealValues(ItemPath path, Object... values) -
Uses of ItemPath in com.evolveum.midpoint.repo.common.activity.run.state.counters
Constructors in com.evolveum.midpoint.repo.common.activity.run.state.counters with parameters of type ItemPathModifierConstructorDescriptionCountersIncrementOperation(@NotNull Task task, @NotNull ItemPath counterGroupItemPath, @NotNull Collection<String> countersIdentifiers, @NotNull CommonTaskBeans beans) -
Uses of ItemPath in com.evolveum.midpoint.repo.common.expression
Methods in com.evolveum.midpoint.repo.common.expression that return ItemPathModifier and TypeMethodDescriptionstatic @Nullable ItemPathExpressionUtil.getPath(@Nullable VariableBindingDefinitionType bindingDefinition) SourceTriple.getResidualPath()Methods in com.evolveum.midpoint.repo.common.expression with parameters of type ItemPathModifier and TypeMethodDescriptionstatic <V extends PrismValue>
Collection<V>ExpressionUtil.computeTargetValues(ItemPath path, TypedValue<?> defaultTargetContext, VariablesMap variables, ObjectResolver objectResolver, String contextDesc, Task task, OperationResult result) static <ID extends ItemDefinition<?>>
IDExpressionUtil.resolveDefinitionPath(@NotNull ItemPath path, VariablesMap variables, PrismContainerDefinition<?> defaultContext, String shortDesc) static TypedValue<?>ExpressionUtil.resolvePathGetTypedValue(ItemPath path, VariablesMap variables, boolean normalizeValuesToDelete, TypedValue<?> defaultContext, ObjectResolver objectResolver, String shortDesc, Task task, OperationResult result) static ObjectExpressionUtil.resolvePathGetValue(ItemPath path, VariablesMap variables, boolean normalizeValuesToDelete, TypedValue<?> defaultContext, ObjectResolver objectResolver, String shortDesc, Task task, OperationResult result) Constructors in com.evolveum.midpoint.repo.common.expression with parameters of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.repo.common.expression.evaluator
Methods in com.evolveum.midpoint.repo.common.expression.evaluator with parameters of type ItemPathModifier and TypeMethodDescriptionAbstractExpressionEvaluator.finishOutputTriple(PrismValueDeltaSetTriple<V> resultTriple, Function<Object, Object> additionalConvertor, ItemPath residualPath) Converts intermediate expression result triple to the final output triple according to expected Java type and additional convertor. -
Uses of ItemPath in com.evolveum.midpoint.repo.sqale.audit
Constructors in com.evolveum.midpoint.repo.sqale.audit with parameters of type ItemPathModifierConstructorDescriptionItemPathVisitor(ItemPath path) ItemPathVisitor(ItemPath path, List<Item<?, ?>> result) -
Uses of ItemPath in com.evolveum.midpoint.repo.sqale.mapping
Methods in com.evolveum.midpoint.repo.sqale.mapping with parameters of type ItemPathModifier and TypeMethodDescriptionContainerTableRelationResolver.resolve(SqaleUpdateContext<?, Q, R> context, ItemPath itemPath) SqaleUpdateContext<?,?, ?> CountMappingResolver.resolve(SqaleUpdateContext<?, Q, R> context, ItemPath itemPath) ExtensionMappingResolver.resolve(SqaleUpdateContext<?, Q, R> context, ItemPath ignored) NestedMappingResolver.resolve(SqaleUpdateContext<?, Q, R> context, ItemPath ignored) SqaleUpdateContext<?,?, ?> SqaleItemRelationResolver.resolve(SqaleUpdateContext<?, Q, R> context, ItemPath itemPath) Resolves current query context to a new context (mapping is always part of context).Method parameters in com.evolveum.midpoint.repo.sqale.mapping with type arguments of type ItemPath -
Uses of ItemPath in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Methods in com.evolveum.midpoint.repo.sqale.qmodel.assignment that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.repo.sqale.qmodel.common
Methods in com.evolveum.midpoint.repo.sqale.qmodel.common that return ItemPathModifier and TypeMethodDescriptionabstract ItemPathQContainerWithFullObjectMapping.getItemPath() -
Uses of ItemPath in com.evolveum.midpoint.repo.sqale.qmodel.focus
Fields in com.evolveum.midpoint.repo.sqale.qmodel.focus declared as ItemPathMethods in com.evolveum.midpoint.repo.sqale.qmodel.focus that return ItemPath -
Uses of ItemPath in com.evolveum.midpoint.repo.sqale.qmodel.object
Methods in com.evolveum.midpoint.repo.sqale.qmodel.object that return ItemPathModifier and TypeMethodDescriptionQOperationExecutionMapping.getItemPath()QSeparatelySerializedItem.getItemPath() -
Uses of ItemPath in com.evolveum.midpoint.repo.sqale.qmodel.ref
Fields in com.evolveum.midpoint.repo.sqale.qmodel.ref declared as ItemPathFields in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type ItemPathModifier and TypeFieldDescriptionstatic final Map<Class<?>,Map<ItemPath, QReferenceMapping<?, ?, ?, ?>>> QReferenceMapping.MAPPING_BY_OWNER_TYPE_AND_PATHMethods in com.evolveum.midpoint.repo.sqale.qmodel.ref that return ItemPathMethods in com.evolveum.midpoint.repo.sqale.qmodel.ref with parameters of type ItemPathModifier and TypeMethodDescriptionstatic QReferenceMapping<?,?, ?, ?> QReferenceMapping.getByOwnerTypeAndPath(Class<?> ownerType, ItemPath itemPath) static voidQReferenceMapping.registerByOwnerTypeAndPath(Class<?> ownerType, ItemPath itemPath, QReferenceMapping<?, ?, ?, ?> mapping) Constructors in com.evolveum.midpoint.repo.sqale.qmodel.ref with parameters of type ItemPathModifierConstructorDescriptionQObjectReferenceFullObjectMapping(Class<? extends ObjectType> baseType, ItemPath path, String tableName, String defaultAliasName, @NotNull SqaleRepoContext repositoryContext, @NotNull Supplier<QueryTableMapping<?, TQ, TR>> targetMappingSupplier, @Nullable Supplier<QueryTableMapping<OS, OQ, OR>> ownerMappingSupplier, @Nullable BiFunction<QObjectReference<OR>, OQ, com.querydsl.core.types.Predicate> ownerJoin, @Nullable Class<?> ownerType, @Nullable ItemPath referencePath) protectedQObjectReferenceMapping(String tableName, String defaultAliasName, @NotNull SqaleRepoContext repositoryContext, Class<? extends QObjectReference<?>> referenceType, @NotNull Supplier<QueryTableMapping<?, TQ, TR>> targetMappingSupplier, @Nullable Supplier<QueryTableMapping<OS, OQ, OR>> ownerMappingSupplier, @Nullable BiFunction<QObjectReference<OR>, OQ, com.querydsl.core.types.Predicate> ownerJoin, @Nullable Class<?> ownerType, @Nullable ItemPath referencePath) protectedQReferenceMapping(String tableName, String defaultAliasName, Class<Q> queryType, @NotNull SqaleRepoContext repositoryContext, @NotNull Supplier<QueryTableMapping<?, TQ, TR>> targetMappingSupplier, @Nullable Supplier<QueryTableMapping<OS, OQ, OR>> ownerMappingSupplier, @Nullable BiFunction<Q, OQ, com.querydsl.core.types.Predicate> ownerJoin, @Nullable Class<?> ownerType, @Nullable ItemPath referencePath) Constructor with owner related parameters to support reference search. -
Uses of ItemPath in com.evolveum.midpoint.repo.sqale.qmodel.shadow
Methods in com.evolveum.midpoint.repo.sqale.qmodel.shadow with parameters of type ItemPathModifier and TypeMethodDescriptionSqaleUpdateContext<?,?, ?> ShadowReferenceAttributesResolver.resolve(SqaleUpdateContext<?, QShadow, MShadow> context, ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.repo.sqale.update
Fields in com.evolveum.midpoint.repo.sqale.update with type parameters of type ItemPathModifier and TypeFieldDescriptionprotected final Map<ItemPath,SqaleUpdateContext<?, ?, ?>> SqaleUpdateContext.subcontextsMap of subcontext for knownItemPathsub-paths relative to this context.Methods in com.evolveum.midpoint.repo.sqale.update with parameters of type ItemPathModifier and TypeMethodDescriptionvoidSqaleUpdateContext.addSubcontext(ItemPath itemPath, SqaleUpdateContext<?, ?, ?> subcontext) <O> ORootUpdateContext.findValueOrItem(@NotNull ItemPath path) <O> OSqaleUpdateContext.findValueOrItem(@NotNull ItemPath path) SqaleUpdateContext<?,?, ?> SqaleUpdateContext.getSubcontext(ItemPath itemPath) -
Uses of ItemPath in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase with parameters of type ItemPathModifier and TypeMethodDescriptionSqlQueryContext.createCanonicalItemPath(@NotNull ItemPath itemPath) <CQ extends FlexibleRelationalPathBase<CR>,CR>
SqlQueryContext.ResolveResult<CQ,CR> SqlQueryContext.resolvePathWithJoins(ItemPath inputPath) -
Uses of ItemPath in com.evolveum.midpoint.repo.sqlbase.mapping
Methods in com.evolveum.midpoint.repo.sqlbase.mapping with parameters of type ItemPathModifier and TypeMethodDescriptionfinal <TQ extends FlexibleRelationalPathBase<TR>,TR>
@NotNull ItemRelationResolver<Q,R, TQ, TR> QueryModelMapping.relationResolver(ItemPath path) ReturnsItemRelationResolverfor the first component of the providedItemPathor throws if the resolver is not found. -
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()default @Nullable ItemPathAbstractMappingConfigItem.getTargetPath()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) static ConfigurationItemOriginConfigurationItemOrigin.inResourceOrAncestor(@NotNull ResourceType resource, ItemPath path) default <CI extends ConfigurationItem<M>>
CIAbstractMappingConfigItem.setTargetIfMissing(@NotNull ItemPath path, Class<CI> configItemClass) 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_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_AUTHENTICATION_BEHAVIOR_FAILED_LOGINSstatic final ItemPathSchemaConstants.PATH_AUTOASSIGN_ENABLEDstatic final ItemPathSchemaConstants.PATH_BEHAVIOUR_LAST_LOGIN_TIMESTAMPstatic 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_INDUCEMENT_POLICY_RULEstatic final ItemPathSchemaConstants.PATH_LINK_REFstatic final ItemPathSchemaConstants.PATH_METADATA_LAST_PROVISIONING_TIMESTAMP_NAMES_ONLYstatic 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_OTPSstatic 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.delta
Methods in com.evolveum.midpoint.schema.delta that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathDeltaScannerResult.fullPath()Returns the value of thefullPathrecord component.Conflict.getPath()ContainerTreeDeltaValue.getPath()ItemTreeDelta.getPath()ItemTreeDeltaValue.getPath()ObjectTreeDelta.getPath()ObjectTreeDeltaValue.getPath()Methods in com.evolveum.midpoint.schema.delta with parameters of type ItemPathModifier and TypeMethodDescriptionContainerTreeDelta.findItemDelta(ItemPath path) <D extends ItemTreeDelta>
DContainerTreeDelta.findItemDelta(ItemPath path, Class<D> deltaClass) <D extends ItemTreeDelta>
DContainerTreeDelta.findItemDelta(ItemPath path, Class<D> deltaClass, boolean createIfNotExists) <D extends ItemTreeDelta>
DContainerTreeDeltaValue.findItemDelta(ItemPath path, Class<D> deltaClass) <D extends ItemTreeDelta>
DContainerTreeDeltaValue.findItemDelta(ItemPath path, Class<D> deltaClass, boolean createIfNotExists) <D extends ItemTreeDelta>
DContainerTreeDelta.findOrCreateItemDelta(ItemPath path, Class<D> deltaClass) <D extends ItemTreeDelta>
DContainerTreeDeltaValue.findOrCreateItemDelta(ItemPath path, Class<D> deltaClass) DeltaScanner.searchDelta(@NotNull ObjectDelta<?> delta, @NotNull ItemPath templatePath) Constructors in com.evolveum.midpoint.schema.delta with parameters of type ItemPathModifierConstructorDescriptionDeltaScannerResult(@NotNull Class<? extends ObjectType> objectType, @NotNull ItemDelta<?, ?> delta, @NotNull ItemPath fullPath, @NotNull Map<ModificationType, List<? extends PrismValue>> values, Collection<? extends PrismValue> estimatedOldValues) Creates an instance of aDeltaScannerResultrecord class. -
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.metadata
Methods in com.evolveum.midpoint.schema.metadata with parameters of type ItemPathModifier and TypeMethodDescriptionabstract booleanDefaultValueMetadataProcessing.isEnabledFor(ItemPath dataPath, ItemDefinition<?> dataDefinition) Returns true if value metadata processing should be enabled for item by default. -
Uses of ItemPath in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement ItemPathMethods in com.evolveum.midpoint.schema.processor that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathAttributePath.allExceptLast()AttributePath.firstAsPath()ResourceObjectIdentifier.getSearchPath()@NotNull ItemPathNormalizationAwareResourceAttributeDefinition.getStandardPath()default @NotNull ItemPathShadowAssociationDefinition.getStandardPath()default ItemPathShadowAttributeDefinition.getStandardPath()Returns the standard path where this attribute can be found in shadows.default @NotNull ItemPathShadowSimpleAttribute.getStandardPath()@NotNull ItemPathAttributePath.namedSegmentsOnly()@NotNull ItemPathResourceObjectInboundProcessingDefinition.CompleteItemInboundDefinition.path()Returns the value of thepathrecord component.@NotNull ItemPathAttributePath.removeIds()@NotNull ItemPathAttributePath.rest(int n) AttributePath.subPath(int from, int to) @Nullable ItemPathAssociationsToShadowReferencesTransformer.transform(ItemPath parentPath, ItemDefinition<?> parentDefinition, ItemFilter filter) Methods in com.evolveum.midpoint.schema.processor with parameters of type ItemPathModifier and TypeMethodDescriptionItemDelta<?,?> ShadowAttribute.createDelta(ItemPath path) ShadowSimpleAttribute.createDelta(ItemPath path) @NotNull PropertyDelta<T>NormalizationAwareResourceAttributeDefinition.createEmptyDelta(ItemPath path) @NotNull ContainerDelta<ShadowAssociationValueType>ShadowAssociationDefinitionImpl.createEmptyDelta(ItemPath path) @NotNull ReferenceDeltaShadowReferenceAttributeDefinitionImpl.createEmptyDelta(ItemPath path) @NotNull PropertyDelta<T>ShadowSimpleAttributeDefinitionImpl.createEmptyDelta(ItemPath path) static <O extends Objectable,X>
ShadowCoordinatesQualifiedObjectDelta<O>RefineryObjectFactory.createShadowDiscriminatorModificationReplaceProperty(Class<O> type, String resourceOid, ShadowKindType kind, String intent, ItemPath propertyPath, X... propertyValues) Convenience method for quick creation of object deltas that replace a single object property.ShadowAttributesContainerDefinition.findAttributeDefinition(ItemPath elementPath) ShadowAttributesContainerDefinitionImpl.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) <T1 extends ItemDefinition<?>>
T1NormalizationAwareResourceAttributeDefinition.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T1> clazz) <T extends ItemDefinition<?>>
TShadowAssociationDefinition.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) <ID extends ItemDefinition<?>>
IDShadowAssociationDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) <ID extends ItemDefinition<?>>
IDShadowReferenceAttributeDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<ID> clazz) <T extends ItemDefinition<?>>
TShadowSimpleAttributeDefinition.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) <T2 extends ItemDefinition<?>>
T2ShadowSimpleAttributeDefinitionImpl.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T2> clazz) default booleanResourceObjectDefinition.isEffectivelyCached(ItemPath itemPath) static @NotNull AttributePathstatic @NotNull Optional<AttributePath>AttributePath.optionalOf(ItemPath path) @Nullable ItemPathAssociationsToShadowReferencesTransformer.transform(ItemPath parentPath, ItemDefinition<?> parentDefinition, ItemFilter filter) Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidAbstractResourceObjectDefinitionImpl.trimAttributesTo(@NotNull Collection<ItemPath> paths) voidCompositeObjectDefinitionImpl.trimAttributesTo(@NotNull Collection<ItemPath> paths) voidResourceObjectDefinition.trimAttributesTo(@NotNull Collection<ItemPath> paths) voidResourceObjectTypeDefinitionImpl.trimAttributesTo(@NotNull Collection<ItemPath> paths) Constructors in com.evolveum.midpoint.schema.processor with parameters of type ItemPathModifierConstructorDescriptionCompleteItemInboundDefinition(@NotNull ItemPath path, @NotNull ShadowItemDefinition itemDefinition, @NotNull ResourceObjectInboundProcessingDefinition.ItemInboundProcessingDefinition inboundProcessingDefinition) Creates an instance of aCompleteItemInboundDefinitionrecord class. -
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 ShadowSimpleAttributeDefinition<?>ShadowAttributesContainerDefinitionDelegator.findAttributeDefinition(ItemPath elementPath) default <T extends ItemDefinition<?>>
TResourceAttributeDefinitionDelegator.findItemDefinition(@NotNull ItemPath path, @NotNull Class<T> clazz) -
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
Fields in com.evolveum.midpoint.schema.util declared as ItemPathModifier and TypeFieldDescriptionstatic final ItemPathObjectOperationPolicyTypeUtil.PATH_MEMBERSHIP_SYNC_INBOUNDstatic final ItemPathObjectOperationPolicyTypeUtil.PATH_MEMBERSHIP_SYNC_OUTBOUNDstatic final ItemPathObjectOperationPolicyTypeUtil.PATH_MEMBERSHIP_TOLERANCEstatic final ItemPathObjectOperationPolicyTypeUtil.PATH_SYNC_INBOUNDstatic final ItemPathObjectOperationPolicyTypeUtil.PATH_SYNC_OUTBOUNDMethods in com.evolveum.midpoint.schema.util that return ItemPathModifier and TypeMethodDescription@NotNull ItemPathAccessCertificationCaseId.asItemPath()@NotNull ItemPathAccessCertificationWorkItemId.asItemPath()@NotNull ItemPathWorkItemId.asItemPath()static @NotNull ItemPathValueMetadataTypeUtil.getPathOf(@NotNull ValueMetadataType metadata) Returns the (relative) path to the given metadata bean.static @NotNull ItemPathItemRefinedDefinitionTypeUtil.getRef(@NotNull ItemRefinedDefinitionType bean) static ItemPathValueMetadataTypeUtil.getStorageMetadataPath(ObjectType object, QName propName) @NotNull ItemPathChangedItemPath.path()Returns the value of thepathrecord component.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) Methods in com.evolveum.midpoint.schema.util with parameters of type ItemPathModifier and TypeMethodDescriptionstatic @Nullable ObjectTemplateItemDefinitionTypeObjectTemplateTypeUtil.findItemDefinition(@NotNull ObjectTemplateType template, @NotNull ItemPath path) Resource.ResourceItemDefinitionResolver.findItemDefinition(@NotNull Class<? extends Containerable> type, @NotNull ItemPath itemPath) 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 <C extends Containerable>
CSmartMetadataUtil.markAsAiProvided(C containerable, ItemPath... paths) Convenience variant ofSmartMetadataUtil.markAsAiProvided(PrismValue).static <C extends Containerable>
CSmartMetadataUtil.markAsInvalid(C containerable, @Nullable String error, ItemPath @NotNull ... paths) static <C extends Containerable>
CSmartMetadataUtil.markAsSystemProvided(C containerable, ItemPath... paths) static booleanShadowUtil.matchesAttribute(ItemPath path, QName attributeName) static <C extends Containerable>
CSmartMetadataUtil.unmarkAsInvalid(C containerable, ItemPath @NotNull ... paths) Constructors in com.evolveum.midpoint.schema.util with parameters of type ItemPathModifierConstructorDescriptionChangedItemPath(@NotNull ItemPath path, boolean all) Creates an instance of aChangedItemPathrecord class. -
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 ItemPathModifier and TypeMethodDescriptionValidationItem.path()Returns the value of thepathrecord component.Methods in com.evolveum.midpoint.schema.validator that return types with arguments of type ItemPathModifier and TypeMethodDescriptionProtectedStringViolations.getClearValue()ProtectedStringViolations.getEncrypted()ProtectedStringViolations.getHashed()Methods in com.evolveum.midpoint.schema.validator with parameters of type ItemPathModifier and TypeMethodDescriptionvoidProtectedStringViolations.addClearValue(ItemPath path) voidProtectedStringViolations.addEncrypted(ItemPath path) voidvoidObjectValidator.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.default StringUpgradeObjectProcessor.upgradeDescription(PrismObject<T> object, ItemPath path) Constructors in com.evolveum.midpoint.schema.validator with parameters of type ItemPathModifierConstructorDescriptionValidationItem(ValidationItemType type, ValidationItemStatus status, LocalizableMessage message, ItemPath path, T data) Creates an instance of aValidationItemrecord class. -
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.security.enforcer.api
Methods in com.evolveum.midpoint.security.enforcer.api that return types with arguments of type ItemPathModifier and TypeMethodDescriptionPositiveNegativeItemPaths.getExcludedItems()PositiveNegativeItemPaths.getIncludedItems()Methods in com.evolveum.midpoint.security.enforcer.api with parameters of type ItemPathModifier and TypeMethodDescriptiondefault AuthorizationDecisionTypeObjectSecurityConstraints.computeItemDecision(@NotNull ItemPath nameOnlyItemPath, @NotNull String[] actionUrls, @Nullable AuthorizationDecisionType defaultDecision, @Nullable AuthorizationPhaseType phase) <O extends ObjectType>
AccessDecisionSecurityEnforcer.determineItemDecision(@NotNull ObjectSecurityConstraints securityConstraints, @NotNull ObjectDelta<O> delta, PrismObject<O> currentObject, @NotNull String operationUrl, @NotNull AuthorizationPhaseType phase, @NotNull ItemPath itemPath) Determines the access to given item (e.g.@Nullable AuthorizationDecisionTypeItemSecurityConstraints.findItemDecision(@NotNull ItemPath nameOnlyItemPath) Returns the explicit allow-deny decision (if present) for the particular item and all its sub-items@Nullable AuthorizationDecisionTypeObjectSecurityConstraints.findItemDecision(@NotNull ItemPath nameOnlyItemPath, @NotNull String[] actionUrls, @Nullable AuthorizationPhaseType phase) Returns the explicit allow-deny decision (if present) for the particular item and all its sub-items, relevant to the actions (considered equivalent) and phase(s).@Nullable AuthorizationDecisionTypeObjectSecurityConstraints.findItemDecision(@NotNull ItemPath nameOnlyItemPath, @NotNull String actionUrl, @Nullable AuthorizationPhaseType phase) Returns the explicit allow-deny decision (if present) for the particular item and all its sub-items, relevant to the action and phase(s).PrismEntityOpConstraints.ForValueContent.getValueConstraints(@NotNull ItemPath nameOnlyPath) Returns compiled constraints for given item, ignoring differences between values.booleanIs given `nameOnlyItemPath` considered to be _completely included_ in this specification?Method parameters in com.evolveum.midpoint.security.enforcer.api with type arguments of type ItemPathModifier and TypeMethodDescriptionvoidPositiveNegativeItemPaths.collectItemPaths(Collection<? extends ItemPath> newIncludedItems, Collection<? extends ItemPath> newExcludedItems) Augments this specification with additional "included" (~ item) and "excluded" (~ exceptItem) item path collections.static voidPositiveNegativeItemPaths.dumpItems(StringBuilder sb, List<? extends ItemPath> items) -
Uses of ItemPath in com.evolveum.midpoint.smart.api
Method parameters in com.evolveum.midpoint.smart.api with type arguments of type ItemPathModifier and TypeMethodDescriptionSmartIntegrationService.suggestCorrelation(String resourceOid, ResourceObjectTypeIdentification typeIdentification, SchemaMatchResultType schemaMatch, @Nullable List<ItemPath> targetPathsToIgnore, @Nullable Object interactionMetadata, Task task, OperationResult result) Suggests correlation rules for the given resource object type and focus type.SmartIntegrationService.suggestMappings(String resourceOid, ResourceObjectTypeIdentification typeIdentification, SchemaMatchResultType schemaMatch, Boolean isInbound, Boolean useAiService, @Nullable ShadowObjectClassStatisticsType objectTypeStatistics, @Nullable List<ItemPath> targetPathsToIgnore, @Nullable CurrentActivityState<?> activityState, Task task, OperationResult result) Suggests inbound/outbound mappings for the given resource object type and focus type. -
Uses of ItemPath in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with parameters of type ItemPathModifier and TypeMethodDescriptionbooleanTask.doesItemExist(ItemPath path) TODOTask.getActivityStateOrClone(ItemPath path) TODO<C extends Containerable>
CTask.getContainerableOrClone(ItemPath path, Class<C> type) TODO<T extends Containerable>
TTask.getContainerRealValue(ItemPath path, Class<T> expectedType) <T> TTask.getItemRealValueOrClone(ItemPath path, Class<T> expectedType) <T> @NotNull Collection<T>Task.getItemRealValuesOrClone(ItemPath path, Class<T> expectedType) <T> TTask.getPropertyRealValue(ItemPath path, Class<T> expectedType) <T> TTask.getPropertyRealValueOrClone(ItemPath path, Class<T> expectedType) Task.getReferenceRealValue(ItemPath path) TODO what about thread safety?Task.getReferenceRealValues(ItemPath path) TODO what about thread safety?default voidTask.setItemRealValues(ItemPath path, Object... value) default voidTask.setItemRealValuesCollection(ItemPath path, Collection<?> values) <T> voidTask.setPropertyRealValue(ItemPath path, T value) -
Uses of ItemPath in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test with parameters of type ItemPathModifier and TypeMethodDescriptionbooleanNullTaskImpl.doesItemExist(ItemPath path) NullTaskImpl.getActivityStateOrClone(ItemPath path) <C extends Containerable>
CNullTaskImpl.getContainerableOrClone(ItemPath path, Class<C> type) <T extends Containerable>
TNullTaskImpl.getContainerRealValue(ItemPath path, Class<T> expectedType) <T> TNullTaskImpl.getItemRealValueOrClone(ItemPath path, Class<T> expectedType) <T> @NotNull List<T>NullTaskImpl.getItemRealValuesOrClone(ItemPath path, Class<T> expectedType) <T> TNullTaskImpl.getPropertyRealValue(ItemPath path, Class<T> expectedType) <T> TNullTaskImpl.getPropertyRealValueOrClone(ItemPath path, Class<T> expectedType) NullTaskImpl.getReferenceRealValue(ItemPath path) NullTaskImpl.getReferenceRealValues(ItemPath path) <T> voidNullTaskImpl.setPropertyRealValue(ItemPath path, T value) -
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>
PrismContainerValueWrapperModel<T,C> PrismContainerValueWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<? extends PrismContainerValueWrapper<T>> model, ItemPath path) static <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>
PrismContainerValueWrapperModel<T,C> PrismContainerValueWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<T>> model, 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 ItemPathModifierConstructorDescriptionPrismContainerWrapperHeaderModel(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