Uses of Interface
com.evolveum.midpoint.prism.PrismProperty
Package
Description
-
Uses of PrismProperty in com.evolveum.midpoint.gui.impl.factory.wrapper
Modifier and TypeMethodDescriptionprotected PrismPropertyValue<T>
PrismPropertyWrapperFactoryImpl.createNewValue
(PrismProperty<T> item) protected AuthenticationAttemptWrapper
AuthenticationAttemptWrapperFactory.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 LookupTableType
TaskHandlerWrapperFactory.getPredefinedValues
(PrismProperty<String> item, WrapperContext ctx) protected String
PrismPropertyWrapperFactoryImpl.getPredefinedValuesOid
(PrismProperty<T> item) -
Uses of PrismProperty in com.evolveum.midpoint.gui.impl.prism.wrapper
Modifier and TypeMethodDescription@NotNull PrismProperty<T>
PrismPropertyWrapperImpl.instantiate()
@NotNull PrismProperty<T>
PrismPropertyWrapperImpl.instantiate
(QName name) Modifier and TypeMethodDescription@NotNull ItemDefinition<PrismProperty<T>>
PrismPropertyWrapperImpl.cloneWithNewName
(@NotNull ItemName itemName) ModifierConstructorDescriptionAuthenticationAttemptWrapper
(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
Modifier and TypeMethodDescription@Nullable PrismProperty<QName>
InboundSourceData.AssociationValue.getAuxiliaryObjectClasses()
@Nullable PrismProperty<QName>
InboundSourceData.getAuxiliaryObjectClasses()
@Nullable PrismProperty<QName>
InboundSourceData.Shadow.getAuxiliaryObjectClasses()
<TA> PrismProperty<TA>
InboundSourceData.AssociationValue.getSimpleAttribute
(ItemName attributeName) <TA> PrismProperty<TA>
InboundSourceData.getSimpleAttribute
(ItemName attributeName) <TA> @Nullable PrismProperty<TA>
InboundSourceData.Shadow.getSimpleAttribute
(ItemName attributeName) -
Uses of PrismProperty in com.evolveum.midpoint.model.api.correlation
Modifier and TypeMethodDescriptionstatic @NotNull CorrelationPropertyDefinition
CorrelationPropertyDefinition.fromData
(@NotNull ItemPath path, @NotNull PrismProperty<?> property) -
Uses of PrismProperty in com.evolveum.midpoint.model.api.correlator.idmatch
Modifier and TypeMethodDescriptionCollection<? extends PrismProperty<?>>
IdMatchObject.getProperties()
-
Uses of PrismProperty in com.evolveum.midpoint.prism
Modifier 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<X> propertyDefinition) <X> PrismProperty<X>
PrismContainerValue.createProperty
(QName propertyName) static <T> PrismProperty<T>
<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.Modifier and TypeMethodDescription@NotNull Set<PrismProperty<?>>
PrismContainerValue.getProperties()
Returns a set of properties that the property container contains.Modifier 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> T
ItemUtil.getRealValue
(PrismProperty<T> property) static <T> T
PrismProperty.getRealValue
(PrismProperty<T> property) Modifier and TypeMethodDescriptionstatic boolean
ItemCollectionsUtil.compareCollectionRealValues
(Collection<? extends PrismProperty> col1, Collection<? extends PrismProperty> col2) -
Uses of PrismProperty in com.evolveum.midpoint.prism.deleg
Modifier and TypeMethodDescriptiondefault <X> PrismProperty<X>
PrismContainerValueDelegator.createProperty
(PrismPropertyDefinition<X> propertyDefinition) default <X> PrismProperty<X>
PrismContainerValueDelegator.createProperty
(QName propertyName) default <X> PrismProperty<X>
PrismContainerValueDelegator.findOrCreateProperty
(ItemPath propertyPath) default <X> PrismProperty<X>
PrismContainerValueDelegator.findOrCreateProperty
(PrismPropertyDefinition propertyDef) default <X> PrismProperty<X>
PrismContainerValueDelegator.findProperty
(ItemPath propertyPath) default <X> PrismProperty<X>
PrismContainerValueDelegator.findProperty
(PrismPropertyDefinition<X> propertyDefinition) default @NotNull PrismProperty<T>
PropertyDefinitionDelegator.instantiate()
default @NotNull PrismProperty<T>
PropertyDefinitionDelegator.instantiate
(QName name) Modifier and TypeMethodDescriptiondefault @NotNull Set<PrismProperty<?>>
PrismContainerValueDelegator.getProperties()
-
Uses of PrismProperty in com.evolveum.midpoint.prism.delta
Modifier and TypeMethodDescription<P extends PrismProperty>
PPropertyDelta.instantiateEmptyProperty()
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.PrismPropertyImpl<T extends Object>
-
Uses of PrismProperty in com.evolveum.midpoint.prism.query.builder
Modifier and TypeMethodDescriptionS_ConditionEntry.eq
(PrismProperty<T> property) S_FilterEntry.itemAs
(PrismProperty<?> property) -
Uses of PrismProperty in com.evolveum.midpoint.prism.util
Modifier and TypeMethodDescriptionstatic void
PrismAsserts.assertPropertyDefinition
(PrismProperty<?> property, QName type, int minOccurs, int maxOccurs, Boolean indexed) static <T> void
PrismAsserts.assertPropertyValue
(PrismProperty<T> property, T... expectedPropValues) static <T> void
PrismAsserts.assertPropertyValueDesc
(PrismProperty<T> property, MatchingRule<T> matchingRule, String contextDescrition, T... expectedPropValues) static <T> void
PrismAsserts.assertPropertyValueDesc
(PrismProperty<T> property, String contextDescrition, T... expectedPropValues) -
Uses of PrismProperty in com.evolveum.midpoint.schema.processor
Modifier and TypeInterfaceDescriptioninterface
TODO update this doc Resource Object Attribute is a Property of Resource Object.Modifier and TypeMethodDescription@NotNull PrismProperty<T>
NormalizationAwareResourceAttributeDefinition.adoptRealValuesAndInstantiate
(@NotNull Collection<?> realValues) TODO nameShadowAttributesContainer.getPrimaryIdentifier()
Returns a (single) primary identifier.@NotNull PrismProperty<T>
NormalizationAwareResourceAttributeDefinition.instantiate()
@NotNull PrismProperty<T>
NormalizationAwareResourceAttributeDefinition.instantiate
(QName name) @NotNull PrismProperty<T>
NormalizationAwareResourceAttributeDefinition.instantiateFromUniqueRealValues
(@NotNull Collection<T> realValues) default <N> @NotNull PrismProperty<N>
ShadowSimpleAttribute.normalizationAwareVersion()
Creates normalization-aware version of this attribute: one that is suitable to be used in the repository.Modifier and TypeMethodDescription@NotNull ItemDefinition<PrismProperty<T>>
NormalizationAwareResourceAttributeDefinition.cloneWithNewName
(@NotNull ItemName itemName) NormalizationAwareResourceAttributeDefinition.deepClone
(@NotNull DeepCloneOperation operation) Modifier and TypeMethodDescriptionstatic <T> ResourceObjectIdentifier.Primary<T>
ResourceObjectIdentifier.Primary.of
(@NotNull ResourceObjectDefinition objDef, @NotNull PrismProperty<T> item) Item must correspond to a primary identifier and have exactly one real value.static <T> ResourceObjectIdentifier.Secondary<T>
ResourceObjectIdentifier.Secondary.of
(@NotNull ResourceObjectDefinition objDef, @NotNull PrismProperty<T> item) Item must correspond to a secondary identifier and have exactly one real value. -
Uses of PrismProperty in com.evolveum.midpoint.schema.util
Modifier and TypeMethodDescriptionstatic @Nullable PrismProperty<?>
MatchingUtil.findProperty
(ObjectType object, ItemPath path) Finds a property even if the path was reduced by removing all container IDs.static @Nullable PrismProperty<ProtectedStringType>
ShadowUtil.getPasswordValueProperty
(@Nullable ShadowType shadow) Modifier and TypeMethodDescriptionstatic List<PrismProperty<?>>
MatchingUtil.getSingleValuedProperties
(@NotNull ObjectType object) Extracts properties suitable for matching (single-valued).Modifier and TypeMethodDescriptionstatic void
ObjectTypeUtil.setXsdSchemaDefinition
(PrismProperty<SchemaDefinitionType> definitionProperty, Element xsdElement)