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) 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.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.model.common.expression.functions
Modifier and TypeMethodDescriptionBasicExpressionFunctions.determineLdapSingleAttributeValue
(Collection<String> dns, String attributeName, PrismProperty attribute) -
Uses of PrismProperty in com.evolveum.midpoint.model.impl.lens.projector
Modifier and TypeMethodDescriptionValueMatcher.findValue
(PrismProperty<T> property, PrismPropertyValue<T> pValue) boolean
ValueMatcher.hasRealValue
(PrismProperty<T> property, PrismPropertyValue<T> pValue) -
Uses of PrismProperty in com.evolveum.midpoint.model.impl.schema.transform
Modifier and TypeMethodDescription@NotNull PrismProperty<T>
TransformablePropertyDefinition.instantiate()
@NotNull PrismProperty<T>
TransformablePropertyDefinition.instantiate
(QName name) -
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 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) 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 @NotNull PrismProperty<T>
PropertyDefinitionDelegator.instantiate()
default @NotNull PrismProperty<T>
PropertyDefinitionDelegator.instantiate
(QName name) -
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
Property is a specific characteristic of an object.Modifier and TypeMethodDescriptionPrismPropertyImpl.clone()
PrismPropertyImpl.cloneComplex
(CloneStrategy strategy) PrismPropertyImpl.createImmutableClone()
<T> PrismProperty<T>
ItemFactoryImpl.createProperty
(QName itemName) <T> PrismProperty<T>
ItemFactoryImpl.createProperty
(QName itemName, PrismPropertyDefinition<T> definition) <X> PrismProperty<X>
PrismContainerValueImpl.createProperty
(PrismPropertyDefinition propertyDefinition) <X> PrismProperty<X>
PrismContainerValueImpl.createProperty
(QName propertyName) <T> PrismProperty<T>
PrismContainerImpl.findOrCreateProperty
(ItemPath propertyPath) <X> PrismProperty<X>
PrismContainerValueImpl.findOrCreateProperty
(ItemPath propertyPath) <X> PrismProperty<X>
PrismContainerValueImpl.findOrCreateProperty
(PrismPropertyDefinition propertyDef) <T> PrismProperty<T>
PrismContainerImpl.findProperty
(ItemPath path) <X> PrismProperty<X>
PrismContainerValueImpl.findProperty
(ItemPath propertyPath) <X> PrismProperty<X>
PrismContainerValueImpl.findProperty
(PrismPropertyDefinition<X> propertyDefinition) Finds a specific property in the container by definition.@NotNull PrismProperty<T>
PrismPropertyDefinitionImpl.instantiate()
@NotNull PrismProperty<T>
PrismPropertyDefinitionImpl.instantiate
(QName name) Modifier and TypeMethodDescription@NotNull Set<PrismProperty<?>>
PrismContainerValueImpl.getProperties()
Returns a set of properties that the property container contains.Modifier and TypeMethodDescriptionPrismPropertyImpl.diff
(PrismProperty<T> other) PrismPropertyImpl.diff
(PrismProperty<T> other, ParameterizedEquivalenceStrategy strategy) -
Uses of PrismProperty in com.evolveum.midpoint.prism.impl.delta
Modifier and TypeMethodDescription<P extends PrismProperty>
PPropertyDeltaImpl.instantiateEmptyProperty()
Modifier and TypeMethodDescriptionPropertyDeltaImpl.getPropertyNewMatchingPath()
Returns the "new" state of the property - the state that would be after the delta is applied.PropertyDeltaImpl.getPropertyNewMatchingPath
(PrismProperty<T> propertyOld) Returns the "new" state of the property - the state that would be after the delta is applied.Modifier and TypeMethodDescriptionPropertyDeltaImpl.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.item
Modifier and TypeMethodDescriptionDummyPropertyImpl.clone()
DummyPropertyImpl.cloneComplex
(CloneStrategy strategy) DummyPropertyImpl.createImmutableClone()
<T> PrismProperty<T>
DummyContainerImpl.findOrCreateProperty
(ItemPath propertyPath) <T> PrismProperty<T>
DummyContainerImpl.findProperty
(ItemPath path) Modifier and TypeMethodDescriptionDummyPropertyImpl.diff
(PrismProperty<T> other) DummyPropertyImpl.diff
(PrismProperty<T> other, ParameterizedEquivalenceStrategy strategy) ModifierConstructorDescriptionDummyPropertyImpl
(PrismProperty<T> realProperty, @NotNull ItemPath path) -
Uses of PrismProperty in com.evolveum.midpoint.prism.impl.metadata
Modifier and TypeMethodDescription<T> PrismProperty<T>
ValueMetadataAdapter.findOrCreateProperty
(ItemPath propertyPath) <T> PrismProperty<T>
ValueMetadataAdapter.findProperty
(ItemPath path) -
Uses of PrismProperty in com.evolveum.midpoint.prism.impl.query.builder
Modifier and TypeMethodDescriptionR_AtomicFilter.eq
(PrismProperty<T> property) R_Filter.itemAs
(PrismProperty<?> property) -
Uses of PrismProperty in com.evolveum.midpoint.prism.impl.xjc
Modifier and TypeMethodDescriptionstatic PrismProperty<?>
PrismForJAXBUtil.createProperty
(PrismContainerValue parentValue, QName name) ModifierConstructorDescriptionPropertyArrayList
(@NotNull PrismProperty property, @NotNull PrismContainerValue<?> parent) -
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 <T,
X> PrismProperty<X> PrismUtil.convertProperty
(PrismProperty<T> srcProp, PrismPropertyDefinition<X> targetDef) 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) static <T,
X> PrismProperty<X> PrismUtil.convertProperty
(PrismProperty<T> srcProp, PrismPropertyDefinition<X> targetDef) -
Uses of PrismProperty in com.evolveum.midpoint.provisioning.api
Modifier and TypeMethodDescription@NotNull Collection<PrismProperty<?>>
DiscoveredConfiguration.getDiscoveredProperties()
Modifier and TypeMethodDescriptionstatic DiscoveredConfiguration
DiscoveredConfiguration.of
(@NotNull Collection<PrismProperty<?>> discoveredProperties) -
Uses of PrismProperty in com.evolveum.midpoint.schema.processor
Modifier and TypeInterfaceDescriptioninterface
/** Resource Object Attribute is a Property of Resource Object.Modifier 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()
Modifier and TypeMethodDescriptionvoid
ResourceAttributeContainer.addAdoptedIfNeeded
(@NotNull PrismProperty<?> attribute) Adds aPrismProperty
, converting toResourceAttribute
if needed.void
ResourceAttributeContainerImpl.addAdoptedIfNeeded
(@NotNull PrismProperty<?> property) default <T> @NotNull ResourceAttribute<T>
AttributeDefinitionStore.propertyToAttribute
(PrismProperty<T> property) Converts aPrismProperty
into correspondingResourceAttribute
. -
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.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) -
Uses of PrismProperty in com.evolveum.midpoint.task.api
Modifier and TypeMethodDescription<T> PrismProperty<T>
Task.getExtensionPropertyOrClone
(ItemName propertyName) Returns specified property from the extension; or null if extension or property does not exist.Modifier and TypeMethodDescriptionvoid
Task.addExtensionProperty
(PrismProperty<?> property) Adds value(s) to a given extension property.void
Task.deleteExtensionProperty
(PrismProperty<?> property) Removes specified VALUES of this extension property (not all of its values).void
Task.setExtensionProperty
(PrismProperty<?> property) Sets a property in the extension - replaces existing value(s), if any, by the one(s) provided.void
Task.setExtensionPropertyImmediate
(PrismProperty<?> property, OperationResult result) "Immediate" version of the above method. -
Uses of PrismProperty in com.evolveum.midpoint.task.api.test
Modifier and TypeMethodDescription<T> PrismProperty<T>
NullTaskImpl.getExtensionPropertyOrClone
(ItemName propertyName) Modifier and TypeMethodDescriptionvoid
NullTaskImpl.addExtensionProperty
(PrismProperty<?> property) void
NullTaskImpl.deleteExtensionProperty
(PrismProperty<?> property) void
NullTaskImpl.setExtensionProperty
(PrismProperty<?> property) void
NullTaskImpl.setExtensionPropertyImmediate
(PrismProperty<?> property, OperationResult result)