Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ItemPathType
-
-
Uses of ItemPathType in com.evolveum.midpoint.gui.api.component.path
Constructors in com.evolveum.midpoint.gui.api.component.path with parameters of type ItemPathType Constructor Description ItemPathDto(ItemPathType itemPathType)ItemPathPanel(String id, ItemPathType itemPath) -
Uses of ItemPathType in com.evolveum.midpoint.gui.impl.component.search.panel
Constructor parameters in com.evolveum.midpoint.gui.impl.component.search.panel with type arguments of type ItemPathType Constructor Description ItemPathSearchPanel(String id, org.apache.wicket.model.IModel<ItemPathType> itemPathModel)ItemPathSearchPopupPanel(String id, org.apache.wicket.model.IModel<ItemPathType> itemPathModel) -
Uses of ItemPathType in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return types with arguments of type ItemPathType Modifier and Type Method Description DisplayableValue<ItemPathType>ItemPathSearchItemWrapper. getDefaultValue() -
Uses of ItemPathType in com.evolveum.midpoint.gui.impl.factory.panel
Method parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type ItemPathType Modifier and Type Method Description voidItemPathPanelFactory. configure(PrismPropertyPanelContext<ItemPathType> panelCtx, org.apache.wicket.Component component)protected org.apache.wicket.markup.html.panel.PanelAssociationRefPanelFactory. getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx)protected org.apache.wicket.markup.html.panel.PanelAttributeMappingItemPathPanelFactory. getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx)protected org.apache.wicket.markup.html.panel.PanelCorrelatorItemRefPanelFactory. getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx)protected org.apache.wicket.markup.html.panel.PanelItemPathPanelFactory. getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx)protected InputPanelResourceAttributeRefPanelFactory. getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) -
Uses of ItemPathType in com.evolveum.midpoint.gui.impl.page.login.dto
Methods in com.evolveum.midpoint.gui.impl.page.login.dto that return ItemPathType Modifier and Type Method Description ItemPathTypeVerificationAttributeDto. getItemPath()Constructors in com.evolveum.midpoint.gui.impl.page.login.dto with parameters of type ItemPathType Constructor Description VerificationAttributeDto(ItemPathType itemPath) -
Uses of ItemPathType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ItemPathType Modifier and Type Method Description static StringGuiDisplayNameUtil. getDisplayName(ItemPathType value) -
Uses of ItemPathType in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type ItemPathType Modifier and Type Method Description <T> TBasicExpressionFunctions. getPropertyValue(Containerable c, ItemPathType path)<T> TBasicExpressionFunctions. getPropertyValue(PrismContainerValue<?> pcv, ItemPathType path)<T> Collection<T>BasicExpressionFunctions. getPropertyValues(Containerable c, ItemPathType path)<T> Collection<T>BasicExpressionFunctions. getPropertyValues(PrismContainerValue<?> pcv, ItemPathType path) -
Uses of ItemPathType in com.evolveum.midpoint.model.common.mapping.metadata
Method parameters in com.evolveum.midpoint.model.common.mapping.metadata with type arguments of type ItemPathType Modifier and Type Method Description voidItemValueMetadataProcessingSpec. addPathsToIgnore(@NotNull List<ItemPathType> pathsToIgnore) -
Uses of ItemPathType in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type ItemPathType Modifier and Type Method Description static <M extends MappingType>
MLensUtil. setMappingTarget(M mapping, ItemPathType path) -
Uses of ItemPathType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ItemPathType Modifier and Type Method Description ItemPathTypeItemPathParser. asItemPathType(String value)Methods in com.evolveum.midpoint.prism with parameters of type ItemPathType Modifier and Type Method Description default ItemPathPrismContext. toPath(ItemPathType path)UniformItemPathPrismContext. toUniformPath(ItemPathType path) -
Uses of ItemPathType in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return ItemPathType Modifier and Type Method Description ItemPathTypeItemPathParserImpl. asItemPathType(String value)Methods in com.evolveum.midpoint.prism.impl with parameters of type ItemPathType Modifier and Type Method Description UniformItemPathPrismContextImpl. toUniformPath(ItemPathType path) -
Uses of ItemPathType in com.evolveum.midpoint.prism.path
Methods in com.evolveum.midpoint.prism.path that return ItemPathType Modifier and Type Method Description ItemPathTypeUniformItemPath. asItemPathType()default ItemPathTypeItemPath. toBean() -
Uses of ItemPathType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type ItemPathType Modifier and Type Method Description static QNameItemPathTypeUtil. asSingleName(ItemPathType pathType)static @NotNull ItemNameItemPathTypeUtil. asSingleNameOrFail(@NotNull ItemPathType pathType)static @Nullable ItemNameItemPathTypeUtil. asSingleNameOrFailNullSafe(@Nullable ItemPathType pathType)static booleanItemPathTypeUtil. isEmpty(ItemPathType pathType) -
Uses of ItemPathType in com.evolveum.midpoint.repo.sqlbase.filtering.item
Method parameters in com.evolveum.midpoint.repo.sqlbase.filtering.item with type arguments of type ItemPathType Modifier and Type Method Description com.querydsl.core.types.PredicateCanonicalItemPathItemFilterProcessor. process(PropertyValueFilter<ItemPathType> filter) -
Uses of ItemPathType in com.evolveum.midpoint.schema.route
Methods in com.evolveum.midpoint.schema.route with parameters of type ItemPathType Modifier and Type Method Description static @NotNull ItemRouteItemRoute. fromBeans(@Nullable ItemPathType pathBean, @Nullable ItemRouteType routeBean)Creates a route from either path or route bean. -
Uses of ItemPathType in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api that return types with arguments of type ItemPathType Modifier and Type Method Description @NotNull List<ItemPathType>Authorization. getExceptItem()@NotNull List<ItemPathType>Authorization. getItem() -
Uses of ItemPathType in com.evolveum.midpoint.web.component.input
Methods in com.evolveum.midpoint.web.component.input that return types with arguments of type ItemPathType Modifier and Type Method Description org.apache.wicket.model.IModel<ItemPathType>QNameEditorPanel. getModel()Constructor parameters in com.evolveum.midpoint.web.component.input with type arguments of type ItemPathType Constructor Description QNameEditorPanel(String id, org.apache.wicket.model.IModel<ItemPathType> model, String localPartTooltipKey, String namespaceTooltipKey, boolean markLocalPartAsRequired, boolean markNamespaceAsRequired) -
Uses of ItemPathType in com.evolveum.midpoint.web.util.validation
Methods in com.evolveum.midpoint.web.util.validation that return ItemPathType Modifier and Type Method Description ItemPathTypeSimpleValidationError. getAttribute()Methods in com.evolveum.midpoint.web.util.validation with parameters of type ItemPathType Modifier and Type Method Description voidSimpleValidationError. setAttribute(ItemPathType attribute)Constructors in com.evolveum.midpoint.web.util.validation with parameters of type ItemPathType Constructor Description SimpleValidationError(String message, ItemPathType attribute) -
Uses of ItemPathType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 declared as ItemPathType Modifier and Type Field Description protected ItemPathTypePolicyItemTargetType. pathFields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with type parameters of type ItemPathType Modifier and Type Field Description protected List<ItemPathType>PropertyReferenceListType. propertyMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ItemPathType Modifier and Type Method Description ItemPathTypePolicyItemTargetType. getPath()Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ItemPathType Modifier and Type Method Description List<ItemPathType>PropertyReferenceListType. getProperty()Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ItemPathType Modifier and Type Method Description PolicyItemTargetTypePolicyItemTargetType. path(ItemPathType value)PropertyReferenceListTypePropertyReferenceListType. property(ItemPathType value)voidPolicyItemTargetType. setPath(ItemPathType value) -
Uses of ItemPathType in com.evolveum.midpoint.xml.ns._public.common.audit_3
Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 that return types with arguments of type ItemPathType Modifier and Type Method Description List<ItemPathType>AuditEventRecordType. getChangedItem()Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 with parameters of type ItemPathType Modifier and Type Method Description AuditEventRecordTypeAuditEventRecordType. changedItem(ItemPathType value) -
Uses of ItemPathType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ItemPathType Modifier and Type Field Description protected ItemPathTypeExpressionVariableDefinitionType. pathprotected ItemPathTypeItemRouteSegmentType. pathprotected ItemPathTypeVariableBindingDefinitionType. pathMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ItemPathType Modifier and Type Method Description ItemPathTypeAbstractWorkSegmentationType. getDiscriminator()ItemPathTypeItemCorrelatorDefinitionType. getFocusItem()ItemPathTypeMappingEvaluationTraceType. getImplicitSourcePath()ItemPathTypeMappingEvaluationTraceType. getImplicitTargetPath()ItemPathTypeTimeValidityPolicyConstraintType. getItem()ItemPathTypeItemConsolidationTraceType. getItemPath()ItemPathTypeDeltaSourceSpecificationType. getItemValue()ItemPathTypeSmsNonceAuthenticationModuleType. getMobileTelephoneNumberItemPath()ItemPathTypeContainerPanelConfigurationType. getPath()ItemPathTypeExpressionVariableDefinitionType. getPath()ItemPathTypeGuiObjectColumnType. getPath()ItemPathTypeItemConstraintType. getPath()ItemPathTypeItemRouteSegmentType. getPath()ItemPathTypeMetadataProcessingItemApplicabilitySpecificationType. getPath()ItemPathTypeModuleItemConfigurationType. getPath()ItemPathTypeOptionObjectSelectorType. getPath()ItemPathTypeProhibitedValueItemType. getPath()ItemPathTypeSearchItemType. getPath()ItemPathTypeVariableBindingDefinitionType. getPath()ItemPathTypeVirtualContainerItemSpecificationType. getPath()ItemPathTypeVirtualContainersSpecificationType. getPath()ItemPathTypeCorrelationItemType. getRef()ItemPathTypeItemRefinedDefinitionType. getRef()ItemPathTypeItemRefMergeConfigurationType. getRef()ItemPathTypeIdMatchCorrelatorType. getReferenceIdProperty()ItemPathTypeIdMatchCorrelatorType. getSorIdentifierProperty()ItemPathTypeMappingEvaluationTraceType. getTargetPathOverride()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ItemPathType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemPathType>ObjectFactory. createPath(ItemPathType value)List<ItemPathType>AuthorizationType. getExceptItem()List<ItemPathType>MappingType. getIgnoreMetadataProcessing()List<ItemPathType>AuthorizationType. getItem()List<ItemPathType>DeltaSourceSpecificationType. getItem()List<ItemPathType>FullTextSearchIndexedItemsConfigurationType. getItem()List<ItemPathType>ModificationPolicyConstraintType. getItem()List<ItemPathType>TraceDataFlowVisualizationInstructionType. getItem()List<ItemPathType>AttributeVerificationAuthenticationModuleType. getPath()List<ItemPathType>IdMatchCorrelationPropertiesType. getPath()List<ItemPathType>LifecycleStateActionDataReductionType. getPurgeItem()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ItemPathType Modifier and Type Method Description javax.xml.bind.JAXBElement<ItemPathType>ObjectFactory. createPath(ItemPathType value)AbstractWorkSegmentationTypeAbstractWorkSegmentationType. discriminator(ItemPathType value)ExplicitWorkSegmentationTypeExplicitWorkSegmentationType. discriminator(ItemPathType value)ImplicitWorkSegmentationTypeImplicitWorkSegmentationType. discriminator(ItemPathType value)NumericWorkSegmentationTypeNumericWorkSegmentationType. discriminator(ItemPathType value)OidWorkSegmentationTypeOidWorkSegmentationType. discriminator(ItemPathType value)StringWorkSegmentationTypeStringWorkSegmentationType. discriminator(ItemPathType value)AuthorizationTypeAuthorizationType. exceptItem(ItemPathType value)ItemCorrelatorDefinitionTypeItemCorrelatorDefinitionType. focusItem(ItemPathType value)AutoassignMappingTypeAutoassignMappingType. ignoreMetadataProcessing(ItemPathType value)InboundMappingTypeInboundMappingType. ignoreMetadataProcessing(ItemPathType value)MappingTypeMappingType. ignoreMetadataProcessing(ItemPathType value)ObjectTemplateMappingTypeObjectTemplateMappingType. ignoreMetadataProcessing(ItemPathType value)MappingEvaluationTraceTypeMappingEvaluationTraceType. implicitSourcePath(ItemPathType value)MappingEvaluationTraceTypeMappingEvaluationTraceType. implicitTargetPath(ItemPathType value)AssignmentModificationPolicyConstraintTypeAssignmentModificationPolicyConstraintType. item(ItemPathType value)AuthorizationTypeAuthorizationType. item(ItemPathType value)DeltaSourceSpecificationTypeDeltaSourceSpecificationType. item(ItemPathType value)FullTextSearchIndexedItemsConfigurationTypeFullTextSearchIndexedItemsConfigurationType. item(ItemPathType value)ModificationPolicyConstraintTypeModificationPolicyConstraintType. item(ItemPathType value)TimeValidityPolicyConstraintTypeTimeValidityPolicyConstraintType. item(ItemPathType value)TraceDataFlowVisualizationInstructionTypeTraceDataFlowVisualizationInstructionType. item(ItemPathType value)ItemConsolidationTraceTypeItemConsolidationTraceType. itemPath(ItemPathType value)DeltaSourceSpecificationTypeDeltaSourceSpecificationType. itemValue(ItemPathType value)SmsNonceAuthenticationModuleTypeSmsNonceAuthenticationModuleType. mobileTelephoneNumberItemPath(ItemPathType value)AttributeVerificationAuthenticationModuleTypeAttributeVerificationAuthenticationModuleType. path(ItemPathType value)ContainerPanelConfigurationTypeContainerPanelConfigurationType. path(ItemPathType value)ExpressionVariableDefinitionTypeExpressionVariableDefinitionType. path(ItemPathType value)GuiObjectColumnTypeGuiObjectColumnType. path(ItemPathType value)IdMatchCorrelationPropertiesTypeIdMatchCorrelationPropertiesType. path(ItemPathType value)ItemConstraintTypeItemConstraintType. path(ItemPathType value)ItemRouteSegmentTypeItemRouteSegmentType. path(ItemPathType value)MetadataProcessingItemApplicabilitySpecificationTypeMetadataProcessingItemApplicabilitySpecificationType. path(ItemPathType value)ModuleItemConfigurationTypeModuleItemConfigurationType. path(ItemPathType value)OptionObjectSelectorTypeOptionObjectSelectorType. path(ItemPathType value)PreviewContainerPanelConfigurationTypePreviewContainerPanelConfigurationType. path(ItemPathType value)ProhibitedValueItemTypeProhibitedValueItemType. path(ItemPathType value)SearchItemTypeSearchItemType. path(ItemPathType value)VariableBindingDefinitionTypeVariableBindingDefinitionType. path(ItemPathType value)VirtualContainerItemSpecificationTypeVirtualContainerItemSpecificationType. path(ItemPathType value)VirtualContainersSpecificationTypeVirtualContainersSpecificationType. path(ItemPathType value)LifecycleStateActionDataReductionTypeLifecycleStateActionDataReductionType. purgeItem(ItemPathType value)CorrelationItemTypeCorrelationItemType. ref(ItemPathType value)ItemRefinedDefinitionTypeItemRefinedDefinitionType. ref(ItemPathType value)ItemRefMergeConfigurationTypeItemRefMergeConfigurationType. ref(ItemPathType value)MetadataItemDefinitionTypeMetadataItemDefinitionType. ref(ItemPathType value)ObjectTemplateItemDefinitionTypeObjectTemplateItemDefinitionType. ref(ItemPathType value)ResourceAttributeDefinitionTypeResourceAttributeDefinitionType. ref(ItemPathType value)ResourceItemDefinitionTypeResourceItemDefinitionType. ref(ItemPathType value)ResourceObjectAssociationTypeResourceObjectAssociationType. ref(ItemPathType value)IdMatchCorrelatorTypeIdMatchCorrelatorType. referenceIdProperty(ItemPathType value)IdMatchSubCorrelatorTypeIdMatchSubCorrelatorType. referenceIdProperty(ItemPathType value)voidAbstractWorkSegmentationType. setDiscriminator(ItemPathType value)voidItemCorrelatorDefinitionType. setFocusItem(ItemPathType value)voidMappingEvaluationTraceType. setImplicitSourcePath(ItemPathType value)voidMappingEvaluationTraceType. setImplicitTargetPath(ItemPathType value)voidTimeValidityPolicyConstraintType. setItem(ItemPathType value)voidItemConsolidationTraceType. setItemPath(ItemPathType value)voidDeltaSourceSpecificationType. setItemValue(ItemPathType value)voidSmsNonceAuthenticationModuleType. setMobileTelephoneNumberItemPath(ItemPathType value)voidContainerPanelConfigurationType. setPath(ItemPathType value)voidExpressionVariableDefinitionType. setPath(ItemPathType value)voidGuiObjectColumnType. setPath(ItemPathType value)voidItemConstraintType. setPath(ItemPathType value)voidItemRouteSegmentType. setPath(ItemPathType value)voidMetadataProcessingItemApplicabilitySpecificationType. setPath(ItemPathType value)voidModuleItemConfigurationType. setPath(ItemPathType value)voidOptionObjectSelectorType. setPath(ItemPathType value)voidProhibitedValueItemType. setPath(ItemPathType value)voidSearchItemType. setPath(ItemPathType value)voidVariableBindingDefinitionType. setPath(ItemPathType value)voidVirtualContainerItemSpecificationType. setPath(ItemPathType value)voidVirtualContainersSpecificationType. setPath(ItemPathType value)voidCorrelationItemType. setRef(ItemPathType value)voidItemRefinedDefinitionType. setRef(ItemPathType value)voidItemRefMergeConfigurationType. setRef(ItemPathType value)voidIdMatchCorrelatorType. setReferenceIdProperty(ItemPathType value)voidIdMatchCorrelatorType. setSorIdentifierProperty(ItemPathType value)voidMappingEvaluationTraceType. setTargetPathOverride(ItemPathType value)IdMatchCorrelatorTypeIdMatchCorrelatorType. sorIdentifierProperty(ItemPathType value)IdMatchSubCorrelatorTypeIdMatchSubCorrelatorType. sorIdentifierProperty(ItemPathType value)MappingEvaluationTraceTypeMappingEvaluationTraceType. targetPathOverride(ItemPathType value) -
Uses of ItemPathType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 declared as ItemPathType Modifier and Type Field Description protected ItemPathTypeSelectExpressionType. pathFields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with type parameters of type ItemPathType Modifier and Type Field Description protected List<ItemPathType>FilterContentExpressionType. keepprotected List<ItemPathType>FilterContentExpressionType. removeMethods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return ItemPathType Modifier and Type Method Description ItemPathTypeSelectExpressionType. getPath()Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return types with arguments of type ItemPathType Modifier and Type Method Description List<ItemPathType>FilterContentExpressionType. getKeep()List<ItemPathType>FilterContentExpressionType. getRemove()Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ItemPathType Modifier and Type Method Description FilterContentExpressionTypeFilterContentExpressionType. keep(ItemPathType value)SelectExpressionTypeSelectExpressionType. path(ItemPathType value)FilterContentExpressionTypeFilterContentExpressionType. remove(ItemPathType value)voidSelectExpressionType. setPath(ItemPathType value) -
Uses of ItemPathType in com.evolveum.prism.xml.ns._public.query_3
Fields in com.evolveum.prism.xml.ns._public.query_3 declared as ItemPathType Modifier and Type Field Description protected ItemPathTypePagingType. orderByMethods in com.evolveum.prism.xml.ns._public.query_3 that return ItemPathType Modifier and Type Method Description ItemPathTypePagingType. getOrderBy()Gets the value of the orderBy property.Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type ItemPathType Modifier and Type Method Description voidPagingType. setOrderBy(ItemPathType value)Sets the value of the orderBy property. -
Uses of ItemPathType in com.evolveum.prism.xml.ns._public.types_3
Fields in com.evolveum.prism.xml.ns._public.types_3 declared as ItemPathType Modifier and Type Field Description protected ItemPathTypeItemDeltaType. pathMethods in com.evolveum.prism.xml.ns._public.types_3 that return ItemPathType Modifier and Type Method Description ItemPathTypeItemPathType. clone()ItemPathTypeObjectFactory. createItemPathType()Create an instance ofItemPathTypeItemPathTypeItemDeltaType. getPath()Gets the value of the path property.Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type ItemPathType Modifier and Type Method Description voidItemDeltaType. setPath(ItemPathType value)Sets the value of the path property.Method parameters in com.evolveum.prism.xml.ns._public.types_3 with type arguments of type ItemPathType Modifier and Type Method Description static List<? extends ItemPath>ItemPathType. toItemPathList(List<ItemPathType> list)
-