Uses of Interface
com.evolveum.midpoint.prism.PrismProperty
-
-
Uses of PrismProperty in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return PrismProperty Modifier and Type Method Description static <X> PrismProperty<X>StaticExpressionUtil. getPropertyStatic(ExpressionType expressionType, PrismPropertyDefinition outputDefinition, String contextDescription, PrismContext prismContext) -
Uses of PrismProperty in com.evolveum.midpoint.common.refinery
Methods in com.evolveum.midpoint.common.refinery that return types with arguments of type PrismProperty Modifier and Type Method Description ItemDefinition<PrismProperty<T>>LayerRefinedAttributeDefinitionImpl. deepClone(boolean ultraDeep, Consumer<ItemDefinition> postCloneAction)Methods in com.evolveum.midpoint.common.refinery with parameters of type PrismProperty Modifier and Type Method Description booleanLayerRefinedAttributeDefinitionImpl. canBeDefinitionOf(PrismProperty<T> item) -
Uses of PrismProperty in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type PrismProperty Modifier and Type Method Description StringBasicExpressionFunctions. determineLdapSingleAttributeValue(Collection<String> dns, String attributeName, PrismProperty attribute) -
Uses of PrismProperty in com.evolveum.midpoint.model.impl.lens.projector
Methods in com.evolveum.midpoint.model.impl.lens.projector with parameters of type PrismProperty Modifier and Type Method Description booleanValueMatcher. hasRealValue(PrismProperty<T> property, PrismPropertyValue<T> pValue) -
Uses of PrismProperty in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return PrismProperty Modifier and Type Method Description PrismProperty<T>PrismProperty. clone()PrismProperty<T>PrismProperty. cloneComplex(CloneStrategy strategy)<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(XNode node, 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.PrismProperty<T>PrismPropertyDefinition. instantiate()PrismProperty<T>PrismPropertyDefinition. instantiate(QName name)Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismProperty Modifier and Type Method Description Set<PrismProperty<?>>PrismContainerValue. getProperties()Returns a set of properties that the property container contains.Methods in com.evolveum.midpoint.prism with parameters of type PrismProperty Modifier and Type Method Description static <T> PropertyDelta<T>ItemUtil. diff(PrismProperty<T> a, PrismProperty<T> b)PropertyDelta<T>PrismProperty. diff(PrismProperty<T> other)PropertyDelta<T>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 PrismProperty Modifier and Type Method Description static booleanItemCollectionsUtil. compareCollectionRealValues(Collection<? extends PrismProperty> col1, Collection<? extends PrismProperty> col2) -
Uses of PrismProperty in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with type parameters of type PrismProperty Modifier and Type Method Description <P extends PrismProperty>
PPropertyDelta. instantiateEmptyProperty()Methods in com.evolveum.midpoint.prism.delta that return PrismProperty Modifier and Type Method Description PrismProperty<T>PropertyDelta. getPropertyNewMatchingPath()Returns the "new" state of the property - the state that would be after the delta is applied.PrismProperty<T>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 PrismProperty Modifier and Type Method Description Class<PrismProperty>PropertyDelta. getItemClass()Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismProperty Modifier and Type Method Description PrismProperty<T>PropertyDelta. 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 PrismProperty Modifier and Type Class Description classPrismPropertyImpl<T>Property is a specific characteristic of an object.Methods in com.evolveum.midpoint.prism.impl that return PrismProperty Modifier and Type Method Description PrismProperty<T>PrismPropertyImpl. clone()PrismProperty<T>PrismPropertyImpl. cloneComplex(CloneStrategy strategy)<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.PrismProperty<T>PrismPropertyDefinitionImpl. instantiate()PrismProperty<T>PrismPropertyDefinitionImpl. instantiate(QName name)Methods in com.evolveum.midpoint.prism.impl that return types with arguments of type PrismProperty Modifier and Type Method Description Set<PrismProperty<?>>PrismContainerValueImpl. getProperties()Returns a set of properties that the property container contains.Methods in com.evolveum.midpoint.prism.impl with parameters of type PrismProperty Modifier and Type Method Description PropertyDelta<T>PrismPropertyImpl. diff(PrismProperty<T> other)PropertyDelta<T>PrismPropertyImpl. diff(PrismProperty<T> other, ParameterizedEquivalenceStrategy strategy) -
Uses of PrismProperty in com.evolveum.midpoint.prism.impl.delta
Methods in com.evolveum.midpoint.prism.impl.delta with type parameters of type PrismProperty Modifier and Type Method Description <P extends PrismProperty>
PPropertyDeltaImpl. instantiateEmptyProperty()Methods in com.evolveum.midpoint.prism.impl.delta that return PrismProperty Modifier and Type Method Description PrismProperty<T>PropertyDeltaImpl. getPropertyNewMatchingPath()Returns the "new" state of the property - the state that would be after the delta is applied.PrismProperty<T>PropertyDeltaImpl. 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.impl.delta that return types with arguments of type PrismProperty Modifier and Type Method Description Class<PrismProperty>PropertyDeltaImpl. getItemClass()Methods in com.evolveum.midpoint.prism.impl.delta with parameters of type PrismProperty Modifier and Type Method Description PrismProperty<T>PropertyDeltaImpl. 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
Classes in com.evolveum.midpoint.prism.impl.item that implement PrismProperty Modifier and Type Class Description classDummyPropertyImpl<T>Methods in com.evolveum.midpoint.prism.impl.item that return PrismProperty Modifier and Type Method Description PrismProperty<T>DummyPropertyImpl. clone()PrismProperty<T>DummyPropertyImpl. cloneComplex(CloneStrategy strategy)<T> PrismProperty<T>DummyContainerImpl. findOrCreateProperty(ItemPath propertyPath)<T> PrismProperty<T>DummyContainerImpl. findProperty(ItemPath path)Methods in com.evolveum.midpoint.prism.impl.item with parameters of type PrismProperty Modifier and Type Method Description PropertyDelta<T>DummyPropertyImpl. diff(PrismProperty<T> other)PropertyDelta<T>DummyPropertyImpl. diff(PrismProperty<T> other, ParameterizedEquivalenceStrategy strategy)Constructors in com.evolveum.midpoint.prism.impl.item with parameters of type PrismProperty Constructor Description DummyPropertyImpl(PrismProperty<T> realProperty, ItemPath path) -
Uses of PrismProperty in com.evolveum.midpoint.prism.impl.query.builder
Methods in com.evolveum.midpoint.prism.impl.query.builder with parameters of type PrismProperty Modifier and Type Method Description <T> S_MatchingRuleEntryR_AtomicFilter. eq(PrismProperty<T> property)S_MatchingRuleEntryR_Filter. itemAs(PrismProperty<?> property) -
Uses of PrismProperty in com.evolveum.midpoint.prism.impl.xjc
Methods in com.evolveum.midpoint.prism.impl.xjc that return PrismProperty Modifier and Type Method Description static PrismProperty<?>PrismForJAXBUtil. createProperty(PrismContainerValue parentValue, QName name)Constructors in com.evolveum.midpoint.prism.impl.xjc with parameters of type PrismProperty Constructor Description PropertyArrayList(PrismProperty property, PrismContainerValue<?> parent) -
Uses of PrismProperty in com.evolveum.midpoint.prism.query.builder
Methods in com.evolveum.midpoint.prism.query.builder with parameters of type PrismProperty Modifier and Type Method Description <T> S_MatchingRuleEntryS_ConditionEntry. eq(PrismProperty<T> property)S_MatchingRuleEntryS_AtomicFilterEntry. itemAs(PrismProperty<?> property) -
Uses of PrismProperty in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return PrismProperty Modifier and Type Method Description static <T,X>
PrismProperty<X>PrismUtil. convertProperty(PrismProperty<T> srcProp, PrismPropertyDefinition<X> targetDef, PrismContext prismContext)Methods in com.evolveum.midpoint.prism.util with parameters of type PrismProperty Modifier and Type Method Description static 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, PrismContext prismContext) -
Uses of PrismProperty in com.evolveum.midpoint.schema.processor
Subinterfaces of PrismProperty in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interfaceResourceAttribute<T>Classes in com.evolveum.midpoint.schema.processor that implement PrismProperty Modifier and Type Class Description classResourceAttributeImpl<T>Resource Object Attribute is a Property of Resource Object.Methods in com.evolveum.midpoint.schema.processor that return PrismProperty Modifier and Type Method Description PrismProperty<?>ResourceAttributeContainer. getPrimaryIdentifier()PrismProperty<?>ResourceAttributeContainerImpl. getPrimaryIdentifier()Returns a (single) primary identifier.<T> PrismProperty<T>ResourceAttributeContainer. getSecondaryIdentifier()<T> PrismProperty<T>ResourceAttributeContainerImpl. getSecondaryIdentifier()Returns a (single) secondary identifier. -
Uses of PrismProperty in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type PrismProperty Modifier and Type Method Description static voidObjectTypeUtil. setXsdSchemaDefinition(PrismProperty<SchemaDefinitionType> definitionProperty, Element xsdElement) -
Uses of PrismProperty in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return PrismProperty Modifier and Type Method Description <T> PrismProperty<T>Task. getExtensionPropertyOrClone(ItemName propertyName)Returns specified property from the extensionMethods in com.evolveum.midpoint.task.api with parameters of type PrismProperty Modifier and Type Method Description voidTask. addExtensionProperty(PrismProperty<?> property)Adds value(s) to a given extension property.voidTask. deleteExtensionProperty(PrismProperty<?> property)Removes specified VALUES of this extension property (not all of its values).voidTask. setExtensionProperty(PrismProperty<?> property)Sets a property in the extension - replaces existing value(s), if any, by the one(s) provided.voidTask. setExtensionPropertyImmediate(PrismProperty<?> property, OperationResult parentResult)"Immediate" version of the above method.
-