Uses of Interface
com.evolveum.midpoint.prism.PrismPropertyDefinition
Packages that use PrismPropertyDefinition
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of PrismPropertyDefinition in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic ObjectStaticExpressionUtil.getStaticOutput(ExpressionType expressionBean, PrismPropertyDefinition<?> outputDefinition, String contextDescription, ExpressionReturnMultiplicityType preferredMultiplicity) Returns either Object (if result is supposed to be single-value) or Collection(if result is supposed to be multi-value) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of PrismPropertyDefinition in com.evolveum.midpoint.gui.api.prism.wrapperModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic DropDownChoicePanelWebComponentUtil.createEnumPanel(PrismPropertyDefinition def, String id, org.apache.wicket.model.IModel model) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement PrismPropertyDefinitionModifier and TypeClassDescriptionclassclassCreated by honcharclassclassCreated by honcharclassMethods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismPropertyDefinitionModifier and TypeMethodDescription@NotNull PrismPropertyDefinition<T>PrismPropertyWrapperImpl.clone()PrismPropertyWrapperImpl.getItemDefinition()Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return types with arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionPrismContainerWrapperImpl.getPropertyDefinitions()ValueMetadataWrapperImpl.getPropertyDefinitions() -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.model.api.indexing
Methods in com.evolveum.midpoint.model.api.indexing that return PrismPropertyDefinitionModifier and TypeMethodDescription@NotNull PrismPropertyDefinition<?>IndexedItemValueNormalizer.getIndexItemDefinition()Returns the definition of the indexed version of the item. -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic @NotNull PrismPropertyDefinition<Boolean>LensUtil.createConditionDefinition()Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionLensProjectionContext.getSqueezedAttributes()Map<QName,DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<QName>, PrismPropertyDefinition<QName>>>> LensProjectionContext.getSqueezedAuxiliaryObjectClasses()Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionvoidLensProjectionContext.setSqueezedAttributes(Map<QName, DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<?>, PrismPropertyDefinition<?>>>> squeezedAttributes) voidLensProjectionContext.setSqueezedAuxiliaryObjectClasses(Map<QName, DeltaSetTriple<ItemValueWithOrigin<PrismPropertyValue<QName>, PrismPropertyDefinition<QName>>>> squeezedAuxiliaryObjectClasses) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.model.impl.lens.construction
Methods in com.evolveum.midpoint.model.impl.lens.construction that return types with arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionMappingImpl<? extends PrismPropertyValue<?>,? extends PrismPropertyDefinition<?>> EvaluatedResourceObjectConstructionImpl.getAttributeMapping(QName attrName) @NotNull Collection<MappingImpl<? extends PrismPropertyValue<?>,? extends PrismPropertyDefinition<?>>> EvaluatedResourceObjectConstructionImpl.getAttributeMappings() -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.model.impl.lens.indexing
Methods in com.evolveum.midpoint.model.impl.lens.indexing that return PrismPropertyDefinitionModifier and TypeMethodDescription@NotNull PrismPropertyDefinition<?>IndexedItemValueNormalizerImpl.getIndexItemDefinition() -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.model.impl.schema.transform
Subinterfaces of PrismPropertyDefinition in com.evolveum.midpoint.model.impl.schema.transformModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceClasses in com.evolveum.midpoint.model.impl.schema.transform that implement PrismPropertyDefinitionModifier and TypeClassDescriptionclassstatic classstatic classMethods in com.evolveum.midpoint.model.impl.schema.transform that return PrismPropertyDefinitionModifier and TypeMethodDescription@NotNull PrismPropertyDefinition<T>TransformablePropertyDefinition.clone()static <T> PrismPropertyDefinition<T>TransformablePropertyDefinition.of(PrismPropertyDefinition<T> originalItem) protected PrismPropertyDefinition<T>TransformablePropertyDefinition.publicView()Methods in com.evolveum.midpoint.model.impl.schema.transform that return types with arguments of type PrismPropertyDefinitionMethods in com.evolveum.midpoint.model.impl.schema.transform with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic <T> PrismPropertyDefinition<T>TransformablePropertyDefinition.of(PrismPropertyDefinition<T> originalItem) Constructors in com.evolveum.midpoint.model.impl.schema.transform with parameters of type PrismPropertyDefinitionModifierConstructorDescriptionRefinedAttribute(PrismPropertyDefinition<T> delegate) ResourceAttribute(PrismPropertyDefinition<T> delegate) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism
Subinterfaces of PrismPropertyDefinition in com.evolveum.midpoint.prismMethods in com.evolveum.midpoint.prism that return PrismPropertyDefinitionModifier and TypeMethodDescription@NotNull PrismPropertyDefinition<T>MutablePrismPropertyDefinition.clone()@NotNull PrismPropertyDefinition<T>PrismPropertyDefinition.clone()<T> PrismPropertyDefinition<T>DefinitionFactory.createPropertyDefinition(QName name, QName typeName, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue) default <T> PrismPropertyDefinition<T>LocalItemDefinitionStore.findPropertyDefinition(@NotNull ItemPath path) ReturnsPrismPropertyDefinitioncorresponding to given path (rooted at this store).Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionPrismContainerDefinition.getPropertyDefinitions()Returns set of property definitions.default List<PrismPropertyDefinition<?>>ComplexTypeDefinition.getXmlAttributeDefinitions()Methods in com.evolveum.midpoint.prism with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescription<T> PrismProperty<T>ItemFactory.createProperty(QName itemName, PrismPropertyDefinition<T> definition) <X> PrismProperty<X>PrismContainerValue.createProperty(PrismPropertyDefinition propertyDefinition) <X> PrismProperty<X>PrismContainerValue.findOrCreateProperty(PrismPropertyDefinition propertyDef) <X> PrismProperty<X>PrismContainerValue.findProperty(PrismPropertyDefinition<X> propertyDefinition) Finds a specific property in the container by definition.Method parameters in com.evolveum.midpoint.prism with type arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptiondefault voidMutableComplexTypeDefinition.setAttributeDefinitions(List<PrismPropertyDefinition<?>> definitions) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.deleg
Subinterfaces of PrismPropertyDefinition in com.evolveum.midpoint.prism.delegMethods in com.evolveum.midpoint.prism.deleg that return PrismPropertyDefinitionMethods in com.evolveum.midpoint.prism.deleg that return types with arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptiondefault List<PrismPropertyDefinition<?>>ContainerDefinitionDelegator.getPropertyDefinitions() -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that return PrismPropertyDefinitionMethods in com.evolveum.midpoint.prism.delta with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionvoidPropertyDelta.applyDefinition(PrismPropertyDefinition<T> definition) <T> PropertyDelta<T>DeltaFactory.Property.create(ItemPath path, PrismPropertyDefinition<T> definition) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.create(ItemPath itemPath, QName name, PrismPropertyDefinition<T> propertyDefinition) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.create(PrismPropertyDefinition<T> propertyDefinition) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.createModificationAddProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.createModificationDeleteProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) Deprecated.<T> PropertyDelta<T>DeltaFactory.Property.createModificationReplaceProperty(ItemPath path, PrismPropertyDefinition propertyDefinition, T... propertyValues) Deprecated.<C> PropertyDelta<C>ObjectDelta.createPropertyModification(ItemPath path, PrismPropertyDefinition propertyDefinition) voidPropertyDelta.setDefinition(PrismPropertyDefinition<T> definition) voidPropertyDelta.setPropertyDefinition(PrismPropertyDefinition<T> propertyDefinition) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.delta.builder
Methods in com.evolveum.midpoint.prism.delta.builder with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescription<T> S_ValuesEntryS_ItemEntry.property(ItemPath path, PrismPropertyDefinition<T> itemDefinition) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement PrismPropertyDefinitionMethods in com.evolveum.midpoint.prism.impl that return PrismPropertyDefinitionModifier and TypeMethodDescriptionComplexTypeDefinitionImpl.createPropertyDefinition(String localName, String localTypeName) ComplexTypeDefinitionImpl.createPropertyDefinition(QName name) PrismContainerDefinitionImpl.createPropertyDefinition(String localName, String localTypeName) Creates new instance of property definition and adds it to the container.PrismContainerDefinitionImpl.createPropertyDefinition(String localName, String localTypeName, int minOccurs, int maxOccurs) Creates new instance of property definition and adds it to the container.PrismContainerDefinitionImpl.createPropertyDefinition(QName name) PrismPropertyImpl.getDefinition()Returns applicable property definition.Methods in com.evolveum.midpoint.prism.impl that return types with arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionprotected ItemDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>> PrismPropertyImpl.fixupDelta(ItemDelta<PrismPropertyValue<T>, PrismPropertyDefinition<T>> delta, Item<PrismPropertyValue<T>, PrismPropertyDefinition<T>> otherItem) DummyPrismObjectDefinition.getPropertyDefinitions()PrismContainerDefinitionImpl.getPropertyDefinitions()ComplexTypeDefinitionImpl.getXmlAttributeDefinitions()Methods in com.evolveum.midpoint.prism.impl with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionprotected voidPrismPropertyImpl.checkDefinition(PrismPropertyDefinition<T> def) protected voidPrismPropertyDefinitionImpl.copyDefinitionDataFrom(PrismPropertyDefinition<T> source) <T> PrismProperty<T>ItemFactoryImpl.createProperty(QName itemName, PrismPropertyDefinition<T> definition) <X> PrismProperty<X>PrismContainerValueImpl.createProperty(PrismPropertyDefinition propertyDefinition) <X> PrismProperty<X>PrismContainerValueImpl.findOrCreateProperty(PrismPropertyDefinition propertyDef) <X> PrismProperty<X>PrismContainerValueImpl.findProperty(PrismPropertyDefinition<X> propertyDefinition) Finds a specific property in the container by definition.voidPrismPropertyImpl.setDefinition(PrismPropertyDefinition<T> definition) Sets applicable property definition.Method parameters in com.evolveum.midpoint.prism.impl with type arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionprotected ItemDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>> PrismPropertyImpl.fixupDelta(ItemDelta<PrismPropertyValue<T>, PrismPropertyDefinition<T>> delta, Item<PrismPropertyValue<T>, PrismPropertyDefinition<T>> otherItem) protected ItemDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>> PrismPropertyImpl.fixupDelta(ItemDelta<PrismPropertyValue<T>, PrismPropertyDefinition<T>> delta, Item<PrismPropertyValue<T>, PrismPropertyDefinition<T>> otherItem) voidComplexTypeDefinitionImpl.setAttributeDefinitions(List<PrismPropertyDefinition<?>> definitions) Constructors in com.evolveum.midpoint.prism.impl with parameters of type PrismPropertyDefinitionModifierConstructorDescriptionPrismPropertyImpl(QName name, PrismPropertyDefinition<T> definition, PrismContext prismContext) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.impl.delta
Methods in com.evolveum.midpoint.prism.impl.delta that return PrismPropertyDefinitionMethods in com.evolveum.midpoint.prism.impl.delta with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescription<T> PropertyDelta<T>PropertyDeltaFactoryImpl.create(ItemPath path, PrismPropertyDefinition<T> definition) <T> PropertyDelta<T>PropertyDeltaFactoryImpl.create(ItemPath itemPath, QName name, PrismPropertyDefinition<T> propertyDefinition) <T> PropertyDelta<T>PropertyDeltaFactoryImpl.create(PrismPropertyDefinition<T> propertyDefinition) final <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationAddProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationAddProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) final <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationDeleteProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationDeleteProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues) final <T> PropertyDelta<T>PropertyDeltaFactoryImpl.createModificationReplaceProperty(@NotNull ItemPath path, @NotNull PrismPropertyDefinition propertyDefinition, T... propertyValues) static <T> PropertyDelta<T>PropertyDeltaImpl.createModificationReplaceProperty(@NotNull ItemPath path, @NotNull PrismPropertyDefinition propertyDefinition, T... propertyValues) <C> PropertyDelta<C>ObjectDeltaImpl.createPropertyModification(ItemPath path, PrismPropertyDefinition propertyDefinition) voidPropertyDeltaImpl.setPropertyDefinition(PrismPropertyDefinition<T> propertyDefinition) Constructors in com.evolveum.midpoint.prism.impl.delta with parameters of type PrismPropertyDefinitionModifierConstructorDescriptionPropertyDeltaImpl(ItemPath propertyPath, PrismPropertyDefinition<T> propertyDefinition, PrismContext prismContext) PropertyDeltaImpl(ItemPath itemPath, QName name, PrismPropertyDefinition<T> propertyDefinition, PrismContext prismContext) PropertyDeltaImpl(PrismPropertyDefinition<T> propertyDefinition, PrismContext prismContext) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.impl.delta.builder
Methods in com.evolveum.midpoint.prism.impl.delta.builder with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescription<T> S_ValuesEntryDeltaBuilder.property(ItemPath path, PrismPropertyDefinition<T> definition) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.impl.query
Methods in com.evolveum.midpoint.prism.impl.query that return types with arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionMethods in com.evolveum.midpoint.prism.impl.query with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic <T> FuzzyStringMatchFilterImpl<T>FuzzyStringMatchFilterImpl.create(ItemPath itemPath, PrismPropertyDefinition<T> propertyDefinition, FuzzyStringMatchFilter.FuzzyMatchingMethod method, List<PrismPropertyValue<T>> values) static <T> @NotNull AnyInFilter<T>AnyInFilterImpl.createAnyIn(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule) static <T> @NotNull AnyInFilter<T>AnyInFilterImpl.createAnyIn(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) static <T> @NotNull AnyInFilter<T>AnyInFilterImpl.createAnyIn(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, Object... values) static <T> @NotNull AnyInFilter<T>AnyInFilterImpl.createAnyIn(@NotNull ItemPath propertyPath, PrismPropertyDefinition<T> propertyDefinition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition) static <T> @NotNull EqualFilter<T>EqualFilterImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule) static <T> @NotNull EqualFilter<T>EqualFilterImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) static <T> @NotNull EqualFilter<T>EqualFilterImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, Object... values) static <T> @NotNull EqualFilter<T>EqualFilterImpl.createEqual(@NotNull ItemPath propertyPath, PrismPropertyDefinition<T> propertyDefinition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition) <T> @NotNull EqualFilter<T>QueryFactoryImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule) <T> @NotNull EqualFilter<T>QueryFactoryImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) <T> @NotNull EqualFilter<T>QueryFactoryImpl.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull PrismContext prismContext, Object... values) <T> @NotNull EqualFilter<T>QueryFactoryImpl.createEqual(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition) static <T> @NotNull GreaterFilter<T>GreaterFilterImpl.createGreater(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, boolean equals) static <T> @NotNull GreaterFilter<T>GreaterFilterImpl.createGreater(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper wrapper, boolean equals) static <T> @NotNull GreaterFilter<T>GreaterFilterImpl.createGreater(@NotNull ItemPath propertyPath, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition rightSideDefinition, boolean equals) static <T> @NotNull GreaterFilter<T>GreaterFilterImpl.createGreater(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, QName matchingRule, Object anyValue, boolean equals, @NotNull PrismContext prismContext) <T> @NotNull GreaterFilter<T>QueryFactoryImpl.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, boolean equals) <T> @NotNull GreaterFilter<T>QueryFactoryImpl.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper wrapper, boolean equals) <T> @NotNull GreaterFilter<T>QueryFactoryImpl.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition, boolean equals) <T> @NotNull GreaterFilter<T>QueryFactoryImpl.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, Object value, boolean equals, @NotNull PrismContext prismContext) static <T> @NotNull LessFilter<T>LessFilterImpl.createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, boolean equals) static <T> @NotNull LessFilter<T>LessFilterImpl.createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> itemDefinition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals) static <T> @NotNull LessFilter<T>LessFilterImpl.createLess(@NotNull ItemPath propertyPath, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition rightSideDefinition, boolean equals) static <T> @NotNull LessFilter<T>LessFilterImpl.createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, QName matchingRule, Object anyValue, boolean equals, @NotNull PrismContext prismContext) <T> @NotNull LessFilter<T>QueryFactoryImpl.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, boolean equals) <T> @NotNull LessFilter<T>QueryFactoryImpl.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals) <T> @NotNull LessFilter<T>QueryFactoryImpl.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition, boolean equals) <T> @NotNull LessFilter<T>QueryFactoryImpl.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, Object value, boolean equals, @NotNull PrismContext prismContext) static <T> SubstringFilter<T>SubstringFilterImpl.createSubstring(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> itemDefinition, @Nullable QName matchingRule, ExpressionWrapper expressionWrapper, boolean anchorStart, boolean anchorEnd) static <T> SubstringFilter<T>SubstringFilterImpl.createSubstring(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> itemDefinition, @Nullable QName matchingRule, Object anyValue, boolean anchorStart, boolean anchorEnd) Creates a substring filter.Constructors in com.evolveum.midpoint.prism.impl.query with parameters of type PrismPropertyDefinitionModifierConstructorDescriptionAnyInFilterImpl(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @Nullable List<PrismPropertyValue<T>> prismPropertyValues, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition<?> rightHandSideDefinition) EqualFilterImpl(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @Nullable List<PrismPropertyValue<T>> prismPropertyValues, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition<?> rightHandSideDefinition) GreaterFilterImpl(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @Nullable PrismPropertyValue<T> prismPropertyValue, @Nullable ExpressionWrapper expression, @Nullable ItemPath rightHandSidePath, @Nullable ItemDefinition rightHandSideDefinition, boolean equals) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.impl.schema
Methods in com.evolveum.midpoint.prism.impl.schema that return PrismPropertyDefinitionModifier and TypeMethodDescriptionPrismSchemaImpl.createPropertyDefinition(String localName, QName typeName) Creates a top-level property definition and adds it to the schema.PrismSchemaImpl.createPropertyDefinition(QName name, QName typeName) Creates a top-level property definition and adds it to the schema.<T> PrismPropertyDefinition<T>SchemaDefinitionFactory.createPropertyDefinition(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle) Methods in com.evolveum.midpoint.prism.impl.schema with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionvoidSchemaDefinitionFactory.addExtraPropertyAnnotations(PrismPropertyDefinition<?> definition, Element appinfo, SchemaToDomProcessor schemaToDomProcessor) Add extra annotations to a property DOM model. -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescription<T> @NotNull EqualFilter<T>QueryFactory.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule) Deprecated.<T> @NotNull EqualFilter<T>QueryFactory.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull ExpressionWrapper expression) Deprecated.<T> @NotNull EqualFilter<T>QueryFactory.createEqual(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> definition, @Nullable QName matchingRule, @NotNull PrismContext prismContext, Object... values) Deprecated.<T> @NotNull EqualFilter<T>QueryFactory.createEqual(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition) Deprecated.<T> @NotNull GreaterFilter<T>QueryFactory.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, boolean equals) Deprecated.<T> @NotNull GreaterFilter<T>QueryFactory.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper wrapper, boolean equals) Deprecated.<T> @NotNull GreaterFilter<T>QueryFactory.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition, boolean equals) Deprecated.<T> @NotNull GreaterFilter<T>QueryFactory.createGreater(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, Object value, boolean equals, @NotNull PrismContext prismContext) Deprecated.<T> @NotNull LessFilter<T>QueryFactory.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, boolean equals) Deprecated.<T> @NotNull LessFilter<T>QueryFactory.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals) Deprecated.<T> @NotNull LessFilter<T>QueryFactory.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition<?> rightSideDefinition, boolean equals) Deprecated.<T> @NotNull LessFilter<T>QueryFactory.createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, Object value, boolean equals, @NotNull PrismContext prismContext) Deprecated. -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema that return PrismPropertyDefinitionModifier and TypeMethodDescriptionMutablePrismSchema.createPropertyDefinition(String localName, QName typeName) MutablePrismSchema.createPropertyDefinition(QName name, QName typeName) default PrismPropertyDefinitionGlobalDefinitionsStore.findPropertyDefinitionByElementName(@NotNull QName elementName) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return types with arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionItemDeltaItem.resolveStructuredProperty(ItemPath resolvePath, PrismPropertyDefinition<X> outputDefinition) Assumes that this IDI represents structured propertyMethods in com.evolveum.midpoint.prism.util with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic <T,X> PrismProperty<X> PrismUtil.convertProperty(PrismProperty<T> srcProp, PrismPropertyDefinition<X> targetDef) static <T,X> PrismPropertyValue<X> PrismUtil.convertPropertyValue(PrismPropertyValue<T> srcVal, PrismPropertyDefinition<T> srcDef, PrismPropertyDefinition<X> targetDef) ItemDeltaItem.resolveStructuredProperty(ItemPath resolvePath, PrismPropertyDefinition<X> outputDefinition) Assumes that this IDI represents structured property -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.repo.common.expression
Methods in com.evolveum.midpoint.repo.common.expression that return PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic PrismPropertyDefinition<Boolean>ExpressionUtil.createConditionOutputDefinition()Methods in com.evolveum.midpoint.repo.common.expression that return types with arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionExpressionUtil.createCondition(ExpressionType conditionExpressionType, ExpressionProfile expressionProfile, ExpressionFactory expressionFactory, String shortDesc, Task task, OperationResult result) <T> Expression<PrismPropertyValue<T>,PrismPropertyDefinition<T>> ExpressionFactory.makePropertyExpression(ExpressionType expressionType, QName outputPropertyName, ExpressionProfile expressionProfile, String shortDesc, Task task, OperationResult result) Method parameters in com.evolveum.midpoint.repo.common.expression with type arguments of type PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic <T> PrismValueDeltaSetTriple<PrismPropertyValue<T>>ExpressionUtil.evaluateExpressionInContext(Expression<PrismPropertyValue<T>, PrismPropertyDefinition<T>> expression, ExpressionEvaluationContext eeContext, ExpressionEnvironment env, OperationResult result) static <T> PrismValueDeltaSetTriple<PrismPropertyValue<T>>ExpressionUtil.evaluateExpressionInContext(Expression<PrismPropertyValue<T>, PrismPropertyDefinition<T>> expression, ExpressionEvaluationContext eeContext, Task task, OperationResult result) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic booleanExtUtils.isEnumDefinition(PrismPropertyDefinition<?> definition) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.schema.processor
Subinterfaces of PrismPropertyDefinition in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceInformation about a resource attribute that is available from the connector and optionally refined by configuration in resource `schemaHandling` section.Classes in com.evolveum.midpoint.schema.processor that implement PrismPropertyDefinitionModifier and TypeClassDescriptionclassA structure holding "raw" definition of a resource attribute, i.e. definition obtained from the connector.classAn attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition.Methods in com.evolveum.midpoint.schema.processor that return PrismPropertyDefinitionModifier and TypeMethodDescription<T> PrismPropertyDefinition<T>MidPointSchemaDefinitionFactory.createPropertyDefinition(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle) Methods in com.evolveum.midpoint.schema.processor with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionvoidMidPointSchemaDefinitionFactory.addExtraPropertyAnnotations(PrismPropertyDefinition<?> definition, Element appinfo, SchemaToDomProcessor schemaToDomProcessor) voidResourceAttributeImpl.applyDefinition(PrismPropertyDefinition<T> definition, boolean force) -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of PrismPropertyDefinition in com.evolveum.midpoint.schema.processor.delegModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of PrismPropertyDefinition in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment that return PrismPropertyDefinitionMethods in com.evolveum.midpoint.web.component.assignment with parameters of type PrismPropertyDefinitionModifier and TypeMethodDescriptionstatic ACAttributeDtoACAttributeDto.createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context)