Uses of Interface
com.evolveum.midpoint.prism.PrismProperty
Packages that use PrismProperty
Package
Description
-
Uses of PrismProperty in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with parameters of type PrismPropertyModifier and TypeMethodDescriptionprotected PrismPropertyValue<T>PrismPropertyWrapperFactoryImpl.createNewValue(PrismProperty<T> item) protected AuthenticationAttemptWrapperAuthenticationAttemptWrapperFactory.createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<AuthenticationAttemptDataType> item, ItemStatus status, WrapperContext ctx) protected PrismPropertyWrapper<ExpressionType>ExpressionWrapperFactory.createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx) protected PrismPropertyWrapper<T>PrismPropertyWrapperFactoryImpl.createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<T> item, ItemStatus status, WrapperContext wrapperContext) protected PrismPropertyWrapper<ProtectedStringType>ProtectedStringWrapperFactory.createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) protected LookupTableTypeTaskHandlerWrapperFactory.getPredefinedValues(PrismProperty<String> item, WrapperContext ctx) protected StringPrismPropertyWrapperFactoryImpl.getPredefinedValuesOid(PrismProperty<T> item) -
Uses of PrismProperty in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismPropertyModifier and TypeMethodDescription@NotNull PrismProperty<T>PrismPropertyWrapperImpl.instantiate()@NotNull PrismProperty<T>PrismPropertyWrapperImpl.instantiate(QName name) Constructors in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type PrismPropertyModifierConstructorDescriptionAuthenticationAttemptWrapper(PrismContainerValueWrapper<?> parent, PrismProperty<AuthenticationAttemptDataType> item, ItemStatus status) ExpressionWrapper(@Nullable PrismContainerValueWrapper parent, PrismProperty<ExpressionType> property, ItemStatus status) PrismPropertyWrapperImpl(PrismContainerValueWrapper<?> parent, PrismProperty<T> item, ItemStatus status) ProtectedStringTypeWrapperImpl(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status) -
Uses of PrismProperty in com.evolveum.midpoint.model.api.correlation
Methods in com.evolveum.midpoint.model.api.correlation with parameters of type PrismPropertyModifier and TypeMethodDescriptionstatic @NotNull CorrelationPropertyDefinitionCorrelationPropertyDefinition.fromData(@NotNull ItemPath path, @NotNull PrismProperty<?> property) -
Uses of PrismProperty in com.evolveum.midpoint.model.api.correlator.idmatch
Methods in com.evolveum.midpoint.model.api.correlator.idmatch that return types with arguments of type PrismPropertyModifier and TypeMethodDescriptionCollection<? extends PrismProperty<?>>IdMatchObject.getProperties() -
Uses of PrismProperty in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return PrismPropertyModifier and TypeMethodDescriptionPrismProperty.clone()PrismProperty.cloneComplex(CloneStrategy strategy) PrismProperty.createImmutableClone()<T> PrismProperty<T>ItemFactory.createProperty(QName itemName) <T> PrismProperty<T>ItemFactory.createProperty(QName itemName, PrismPropertyDefinition<T> definition) <X> PrismProperty<X>PrismContainerValue.createProperty(PrismPropertyDefinition propertyDefinition) <X> PrismProperty<X>PrismContainerValue.createProperty(QName propertyName) static <T> PrismProperty<T>PrismValueUtil.createRaw(@NotNull XNode node, @NotNull QName itemName, PrismContext prismContext) <T> PrismProperty<T>PrismContainer.findOrCreateProperty(ItemPath propertyPath) <X> PrismProperty<X>PrismContainerValue.findOrCreateProperty(ItemPath propertyPath) <X> PrismProperty<X>PrismContainerValue.findOrCreateProperty(PrismPropertyDefinition propertyDef) <T> PrismProperty<T>PrismContainer.findProperty(ItemPath path) <X> PrismProperty<X>PrismContainerValue.findProperty(ItemPath propertyPath) <X> PrismProperty<X>PrismContainerValue.findProperty(PrismPropertyDefinition<X> propertyDefinition) Finds a specific property in the container by definition.@NotNull PrismProperty<T>PrismPropertyDefinition.instantiate()@NotNull PrismProperty<T>PrismPropertyDefinition.instantiate(QName name) Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismPropertyModifier and TypeMethodDescription@NotNull Set<PrismProperty<?>>PrismContainerValue.getProperties()Returns a set of properties that the property container contains.Methods in com.evolveum.midpoint.prism with parameters of type PrismPropertyModifier and TypeMethodDescriptionstatic <T> PropertyDelta<T>ItemUtil.diff(PrismProperty<T> a, PrismProperty<T> b) PrismProperty.diff(PrismProperty<T> other) PrismProperty.diff(PrismProperty<T> other, ParameterizedEquivalenceStrategy strategy) static <T> TItemUtil.getRealValue(PrismProperty<T> property) static <T> TPrismProperty.getRealValue(PrismProperty<T> property) Method parameters in com.evolveum.midpoint.prism with type arguments of type PrismPropertyModifier and TypeMethodDescriptionstatic booleanItemCollectionsUtil.compareCollectionRealValues(Collection<? extends PrismProperty> col1, Collection<? extends PrismProperty> col2) -
Uses of PrismProperty in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return PrismPropertyModifier and TypeMethodDescriptiondefault @NotNull PrismProperty<T>PropertyDefinitionDelegator.instantiate()default @NotNull PrismProperty<T>PropertyDefinitionDelegator.instantiate(QName name) -
Uses of PrismProperty in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with type parameters of type PrismPropertyModifier and TypeMethodDescription<P extends PrismProperty>
PPropertyDelta.instantiateEmptyProperty()Methods in com.evolveum.midpoint.prism.delta that return PrismPropertyModifier and TypeMethodDescriptionPropertyDelta.getPropertyNewMatchingPath()Returns the "new" state of the property - the state that would be after the delta is applied.PropertyDelta.getPropertyNewMatchingPath(PrismProperty<T> propertyOld) Returns the "new" state of the property - the state that would be after the delta is applied.Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type PrismPropertyMethods in com.evolveum.midpoint.prism.delta with parameters of type PrismPropertyModifier and TypeMethodDescriptionPropertyDelta.getPropertyNewMatchingPath(PrismProperty<T> propertyOld) Returns the "new" state of the property - the state that would be after the delta is applied. -
Uses of PrismProperty in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement PrismPropertyModifier and TypeClassDescriptionclasscom.evolveum.midpoint.prism.impl.PrismPropertyImpl<T extends Object> -
Uses of PrismProperty in com.evolveum.midpoint.prism.query.builder
Methods in com.evolveum.midpoint.prism.query.builder with parameters of type PrismPropertyModifier and TypeMethodDescriptionS_ConditionEntry.eq(PrismProperty<T> property) S_FilterEntry.itemAs(PrismProperty<?> property) -
Uses of PrismProperty in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return PrismPropertyModifier and TypeMethodDescriptionstatic <T,X> PrismProperty<X> PrismUtil.convertProperty(PrismProperty<T> srcProp, PrismPropertyDefinition<X> targetDef) Methods in com.evolveum.midpoint.prism.util with parameters of type PrismPropertyModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertPropertyDefinition(PrismProperty<?> property, QName type, int minOccurs, int maxOccurs, Boolean indexed) static <T> voidPrismAsserts.assertPropertyValue(PrismProperty<T> property, T... expectedPropValues) static <T> voidPrismAsserts.assertPropertyValueDesc(PrismProperty<T> property, MatchingRule<T> matchingRule, String contextDescrition, T... expectedPropValues) static <T> voidPrismAsserts.assertPropertyValueDesc(PrismProperty<T> property, String contextDescrition, T... expectedPropValues) static <T,X> PrismProperty<X> PrismUtil.convertProperty(PrismProperty<T> srcProp, PrismPropertyDefinition<X> targetDef) -
Uses of PrismProperty in com.evolveum.midpoint.schema.processor
Subinterfaces of PrismProperty in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterface/** Resource Object Attribute is a Property of Resource Object.Classes in com.evolveum.midpoint.schema.processor that implement PrismPropertyMethods in com.evolveum.midpoint.schema.processor that return PrismPropertyModifier and TypeMethodDescriptionResourceAttributeContainer.getPrimaryIdentifier()Returns a (single) primary identifier.ResourceAttributeContainerImpl.getPrimaryIdentifier()<T> PrismProperty<T>ResourceAttributeContainer.getSecondaryIdentifier()TODO review docs Returns a (single) secondary identifier.<T> PrismProperty<T>ResourceAttributeContainerImpl.getSecondaryIdentifier()Methods in com.evolveum.midpoint.schema.processor with parameters of type PrismPropertyModifier and TypeMethodDescriptionvoidResourceAttributeContainer.addAdoptedIfNeeded(@NotNull PrismProperty<?> attribute) Adds aPrismProperty, converting toResourceAttributeif needed.voidResourceAttributeContainerImpl.addAdoptedIfNeeded(@NotNull PrismProperty<?> property) default <T> @NotNull ResourceAttribute<T>AttributeDefinitionStore.propertyToAttribute(PrismProperty<T> property) Converts aPrismPropertyinto correspondingResourceAttribute. -
Uses of PrismProperty in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return PrismPropertyModifier and TypeMethodDescriptionstatic @Nullable PrismProperty<?>MatchingUtil.findProperty(ObjectType object, ItemPath path) Finds a property even if the path was reduced by removing all container IDs.Methods in com.evolveum.midpoint.schema.util that return types with arguments of type PrismPropertyModifier and TypeMethodDescriptionstatic List<PrismProperty<?>>MatchingUtil.getSingleValuedProperties(@NotNull ObjectType object) Extracts properties suitable for matching (single-valued).Methods in com.evolveum.midpoint.schema.util with parameters of type PrismPropertyModifier and TypeMethodDescriptionstatic voidObjectTypeUtil.setXsdSchemaDefinition(PrismProperty<SchemaDefinitionType> definitionProperty, Element xsdElement)