Uses of Class
com.evolveum.midpoint.prism.path.ItemPath

Packages that use ItemPath
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.expression.evaluator   
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.model.test   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.path   
com.evolveum.midpoint.prism.polystring   
com.evolveum.midpoint.prism.query   
com.evolveum.midpoint.prism.util   
com.evolveum.midpoint.repo.api.query   
com.evolveum.midpoint.repo.sql.data.common.embedded   
com.evolveum.midpoint.repo.sql.query   
com.evolveum.midpoint.repo.sql.util   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.constants   
com.evolveum.midpoint.schema.holder   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.test.ldap   
com.evolveum.midpoint.web.component.prism   
 

Uses of ItemPath in com.evolveum.midpoint.common.expression
 

Methods in com.evolveum.midpoint.common.expression with parameters of type ItemPath
<V extends PrismValue>
ItemDeltaItem<V>
ObjectDeltaObject.findIdi(ItemPath path)
           
<X extends PrismValue>
ItemDeltaItem<X>
ItemDeltaItem.findIdi(ItemPath path)
           
static ItemDefinition ExpressionUtil.resolveDefinitionPath(ItemPath path, Map<QName,Object> variables, PrismObjectDefinition<?> defaultContext, String shortDesc)
           
static Object ExpressionUtil.resolvePath(ItemPath path, Map<QName,Object> variables, Object defaultContext, ObjectResolver objectResolver, String shortDesc, OperationResult result)
           
<X> ItemDeltaItem<PrismPropertyValue<X>>
ItemDeltaItem.resolveStructuredProperty(ItemPath resolvePath, PrismPropertyDefinition outputDefinition, ItemPath outputPath)
           
 void StringPolicyResolver.setOutputPath(ItemPath outputPath)
           
 

Uses of ItemPath in com.evolveum.midpoint.common.expression.evaluator
 

Constructors in com.evolveum.midpoint.common.expression.evaluator with parameters of type ItemPath
PathExpressionEvaluator(ItemPath path, ObjectResolver objectResolver, ItemDefinition outputDefinition, PrismContext prismContext)
           
 

Uses of ItemPath in com.evolveum.midpoint.common.mapping
 

Methods in com.evolveum.midpoint.common.mapping that return ItemPath
 ItemPath Mapping.getOutputPath()
           
 

Methods in com.evolveum.midpoint.common.mapping with parameters of type ItemPath
 ItemDelta<V> Mapping.createEmptyDelta(ItemPath path)
           
 

Uses of ItemPath in com.evolveum.midpoint.common.refinery
 

Methods in com.evolveum.midpoint.common.refinery with parameters of type ItemPath
static
<O extends Objectable,X>
ShadowDiscriminatorObjectDelta<O>
ShadowDiscriminatorObjectDelta.createModificationReplaceProperty(Class<O> type, String resourceOid, String intent, ItemPath propertyPath, PrismContext prismContext, X... propertyValues)
          Convenience method for quick creation of object deltas that replace a single object property.
 

Uses of ItemPath in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens with parameters of type ItemPath
static
<V extends PrismValue>
ItemDelta<V>
LensUtil.consolidateTripleToDelta(ItemPath itemPath, DeltaSetTriple<? extends ItemValueWithOrigin<V>> triple, ItemDefinition itemDefinition, ItemDelta<V> aprioriItemDelta, PrismContainer<?> itemContainer, boolean addUnchangedValues, boolean filterExistingValues, String contextDescription)
          Consolidate the mappings of a single property to a delta.
 

Uses of ItemPath in com.evolveum.midpoint.model.test
 

Fields in com.evolveum.midpoint.model.test declared as ItemPath
protected static ItemPath AbstractModelIntegrationTest.ACTIVATION_ENABLED_PATH
           
 

Methods in com.evolveum.midpoint.model.test that return ItemPath
 ItemPath DummyResourceContoller.getAttributeFullnamePath()
           
protected  ItemPath AbstractModelIntegrationTest.getAttributePath(PrismObject<ResourceType> resource, String attributeLocalName)
           
 ItemPath DummyResourceContoller.getAttributeWeaponPath()
           
protected  ItemPath AbstractModelIntegrationTest.getIcfsNameAttributePath()
           
 

Methods in com.evolveum.midpoint.model.test with parameters of type ItemPath
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowAddDelta(String accountOid, ItemPath propertyName, Object... newRealValue)
           
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(String accountOid, PrismObject<ResourceType> resource, ItemPath itemPath, Object... newRealValue)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createModifyUserAddDelta(String userOid, ItemPath propertyName, Object... newRealValue)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createModifyUserReplaceDelta(String userOid, ItemPath propertyName, Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.modifyAccountShadowReplace(String accountOid, ItemPath propertyPath, Task task, OperationResult result, Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.modifyUserReplace(String userOid, ItemPath propertyPath, Task task, OperationResult result, Object... newRealValue)
           
 

Uses of ItemPath in com.evolveum.midpoint.prism
 

Methods in com.evolveum.midpoint.prism that return ItemPath
 ItemPath PrismContainerValue.getPath(ItemPath pathPrefix)
           
 ItemPath PrismValue.getPath(ItemPath pathPrefix)
           
 ItemPath PrismObject.getPath(ItemPath pathPrefix)
           
 ItemPath Itemable.getPath(ItemPath pathPrefix)
           
 ItemPath Item.getPath(ItemPath pathPrefix)
           
 

Methods in com.evolveum.midpoint.prism with parameters of type ItemPath
 void PrismContainerValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
abstract  void PrismValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
 void PrismContainer.checkConsistenceInternal(Itemable rootItem, ItemPath path, boolean requireDefinitions, boolean prohibitRaw)
           
 void PrismPropertyValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
 void PrismReferenceValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
 void Item.checkConsistenceInternal(Itemable rootItem, ItemPath path, boolean requireDefinitions, boolean prohibitRaw)
           
 ContainerDelta<V> PrismContainer.createDelta(ItemPath path)
           
 PropertyDelta<T> PrismProperty.createDelta(ItemPath path)
           
 ReferenceDelta PrismReference.createDelta(ItemPath path)
           
abstract  ItemDelta<V> Item.createDelta(ItemPath path)
          Creates specific sublcass of ItemDelta appropriate for type of item that this definition represents (e.g.
abstract  ItemDelta ItemDefinition.createEmptyDelta(ItemPath path)
           
 ItemDelta PrismReferenceDefinition.createEmptyDelta(ItemPath path)
           
 ItemDelta PrismPropertyDefinition.createEmptyDelta(ItemPath path)
           
 ItemDelta PrismContainerDefinition.createEmptyDelta(ItemPath path)
           
 Collection<? extends ItemDelta> Item.diff(Item<V> other, ItemPath pathPrefix, boolean ignoreMetadata, boolean isLiteral)
           
 PropertyDelta<T> PrismProperty.diff(PrismProperty<T> other, ItemPath pathPrefix)
           
 PropertyDelta<T> PrismProperty.diff(PrismProperty<T> other, ItemPath pathPrefix, boolean ignoreMetadata, boolean isLiteral)
           
 Collection<? extends ItemDelta> PrismValue.diff(PrismValue otherValue, ItemPath pathPrefix, boolean ignoreMetadata, boolean isLiteral)
          Assumes matching representations.
protected  void Item.diffInternal(Item<V> other, ItemPath pathPrefix, Collection<? extends ItemDelta> deltas, boolean ignoreMetadata, boolean isLiteral)
           
<T extends Containerable>
PrismContainer<T>
PrismContainer.findContainer(ItemPath path)
           
 PrismContainerDefinition PrismContainerDefinition.findContainerDefinition(ItemPath path)
          Finds an inner PropertyContainerDefinition by following the property container path.
 Item<?> PrismContainerValue.findItem(ItemPath itemPath)
           
 Item<?> PrismObject.findItem(ItemPath path)
           
<X extends PrismValue>
Item<X>
PrismContainer.findItem(ItemPath propPath)
           
<I extends Item<?>>
I
PrismContainer.findItem(ItemPath propPath, Class<I> type)
           
<I extends Item<?>>
I
PrismObject.findItem(ItemPath path, Class<I> type)
           
 ItemDefinition PrismContainerDefinition.findItemDefinition(ItemPath path)
           
<T extends ItemDefinition>
T
PrismContainerDefinition.findItemDefinition(ItemPath path, Class<T> clazz)
           
<T extends Containerable>
PrismContainer<T>
PrismContainer.findOrCreateContainer(ItemPath containerPath)
           
<T extends Item<?>>
T
PrismContainer.findOrCreateItem(ItemPath containerPath, Class<T> type)
           
<T extends Item<?>>
T
PrismContainer.findOrCreateItem(ItemPath containerPath, Class<T> type, ItemDefinition definition)
           
<X extends Item>
X
PrismContainerValue.findOrCreateItem(ItemPath path, Class<X> type, ItemDefinition definition)
           
<T> PrismProperty<T>
PrismContainer.findOrCreateProperty(ItemPath propertyPath)
           
 PrismReference PrismContainer.findOrCreateReference(ItemPath propertyPath)
           
<T> PrismProperty<T>
PrismContainer.findProperty(ItemPath path)
           
<X> PrismProperty<X>
PrismContainerValue.findProperty(ItemPath propertyPath)
           
 PrismPropertyDefinition PrismContainerDefinition.findPropertyDefinition(ItemPath path)
           
 PrismReference PrismContainer.findReference(ItemPath path)
           
protected  ItemDelta Item.fixupDelta(ItemDelta delta, Item<V> other, ItemPath pathPrefix, boolean ignoreMetadata)
           
protected  ItemDelta PrismProperty.fixupDelta(ItemDelta delta, Item otherItem, ItemPath pathPrefix, boolean ignoreMetadata)
           
 ItemPath PrismContainerValue.getPath(ItemPath pathPrefix)
           
 ItemPath PrismValue.getPath(ItemPath pathPrefix)
           
 ItemPath PrismObject.getPath(ItemPath pathPrefix)
           
 ItemPath Itemable.getPath(ItemPath pathPrefix)
           
 ItemPath Item.getPath(ItemPath pathPrefix)
           
 void PrismContainerValue.removeContainer(ItemPath itemPath)
           
 void PrismContainer.removeContainer(ItemPath path)
           
<I extends Item<?>>
void
PrismContainer.removeItem(ItemPath path, Class<I> itemType)
           
<I extends Item<?>>
void
PrismObject.removeItem(ItemPath path, Class<I> itemType)
           
 void PrismContainerValue.removeProperty(ItemPath propertyPath)
           
 void PrismContainer.removeProperty(ItemPath path)
           
 void PrismContainer.removeReference(ItemPath path)
           
 Object Structured.resolve(ItemPath subpath)
           
 

Uses of ItemPath in com.evolveum.midpoint.prism.delta
 

Fields in com.evolveum.midpoint.prism.delta declared as ItemPath
protected  ItemPath ItemDelta.parentPath
          Parent path of the property (path to the property container)
 

Methods in com.evolveum.midpoint.prism.delta that return ItemPath
 ItemPath ItemDelta.getParentPath()
           
 ItemPath ItemDelta.getPath()
           
 ItemPath ItemDelta.getPath(ItemPath pathPrefix)
           
 

Methods in com.evolveum.midpoint.prism.delta with parameters of type ItemPath
<X> void
ObjectDelta.addModificationAddProperty(ItemPath propertyPath, X... propertyValues)
           
<X> void
ObjectDelta.addModificationDeleteProperty(ItemPath propertyPath, X... propertyValues)
           
<X> void
ObjectDelta.addModificationReplaceProperty(ItemPath propertyPath, X... propertyValues)
           
<C extends Containerable>
ContainerDelta<C>
ObjectDelta.createContainerModification(ItemPath path)
           
<C extends Containerable>
ContainerDelta<C>
ObjectDelta.createContainerModification(ItemPath path, PrismContainerDefinition<C> containerDefinition)
           
static
<O extends Objectable,T>
PropertyDelta<T>
PropertyDelta.createDelta(ItemPath propertyPath, Class<O> compileTimeClass, PrismContext prismContext)
           
static
<O extends Objectable,T>
PropertyDelta<T>
PropertyDelta.createDelta(ItemPath propertyPath, PrismObjectDefinition<O> objectDefinition)
           
static
<O extends Objectable,C extends Containerable>
ObjectDelta<O>
ObjectDelta.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, PrismContext prismContext, PrismContainerValue<C>... containerValues)
           
static
<O extends Objectable,X>
ObjectDelta<O>
ObjectDelta.createModificationAddProperty(Class<O> type, String oid, ItemPath propertyPath, PrismContext prismContext, X... propertyValues)
           
static
<T> PropertyDelta<T>
PropertyDelta.createModificationAddProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues)
           
static
<O extends Objectable,C extends Containerable>
ObjectDelta<O>
ObjectDelta.createModificationDeleteContainer(Class<O> type, String oid, ItemPath containerPath, PrismContext prismContext, PrismContainerValue<C>... containerValues)
           
static
<O extends Objectable,X>
ObjectDelta<O>
ObjectDelta.createModificationDeleteProperty(Class<O> type, String oid, ItemPath propertyPath, PrismContext prismContext, X... propertyValues)
           
static
<T> PropertyDelta<T>
PropertyDelta.createModificationDeleteProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues)
           
static
<O extends Objectable,C extends Containerable>
ObjectDelta<O>
ObjectDelta.createModificationReplaceContainer(Class<O> type, String oid, ItemPath containerPath, PrismContext prismContext, PrismContainerValue<C>... containerValues)
           
static
<O extends Objectable,X>
ObjectDelta<O>
ObjectDelta.createModificationReplaceProperty(Class<O> type, String oid, ItemPath propertyPath, PrismContext prismContext, X... propertyValues)
          Convenience method for quick creation of object deltas that replace a single object property.
static
<T> PropertyDelta<T>
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues)
          Convenience method for quick creation of object deltas that replace a single object property.
static
<T> PropertyDelta<T>
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues)
           
<X> PropertyDelta<X>
ObjectDelta.createPropertyModification(ItemPath path)
           
<C> PropertyDelta<C>
ObjectDelta.createPropertyModification(ItemPath path, PrismPropertyDefinition propertyDefinition)
           
protected static
<O extends Objectable,C extends Containerable>
void
ObjectDelta.fillInModificationAddContainer(ObjectDelta<O> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... containerValues)
           
protected static
<O extends Objectable,X>
void
ObjectDelta.fillInModificationAddProperty(ObjectDelta<O> objectDelta, ItemPath propertyPath, X... propertyValues)
           
protected static
<O extends Objectable,C extends Containerable>
void
ObjectDelta.fillInModificationDeleteContainer(ObjectDelta<O> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... containerValues)
           
protected static
<O extends Objectable,X>
void
ObjectDelta.fillInModificationDeleteProperty(ObjectDelta<O> objectDelta, ItemPath propertyPath, X... propertyValues)
           
protected static
<O extends Objectable,C extends Containerable>
void
ObjectDelta.fillInModificationReplaceContainer(ObjectDelta<O> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... containerValues)
           
protected static
<O extends Objectable,X>
void
ObjectDelta.fillInModificationReplaceProperty(ObjectDelta<O> objectDelta, ItemPath propertyPath, X... propertyValues)
           
static
<X extends Containerable>
ContainerDelta<X>
ItemDelta.findContainerDelta(Collection<? extends ItemDelta> deltas, ItemPath propertyPath)
           
<X extends Containerable>
ContainerDelta<X>
ObjectDelta.findContainerDelta(ItemPath propertyPath)
           
static
<D extends ItemDelta>
D
ItemDelta.findItemDelta(Collection<? extends ItemDelta> deltas, ItemPath propertyPath, Class<D> deltaType)
           
 ItemDelta<?> ObjectDelta.findItemDelta(ItemPath propertyPath)
           
 ItemDelta<?> ContainerDelta.findItemDelta(ItemPath path)
           
static Collection<? extends ItemDelta<?>> ItemDelta.findItemDeltasSubPath(Collection<? extends ItemDelta<?>> deltas, ItemPath itemPath)
           
 Collection<? extends ItemDelta<?>> ObjectDelta.findItemDeltasSubPath(ItemPath itemPath)
          Returns all item deltas at or below a specified path.
static PropertyDelta ItemDelta.findPropertyDelta(Collection<? extends ItemDelta> deltas, ItemPath propertyPath)
           
static PropertyDelta PropertyDelta.findPropertyDelta(Collection<? extends ItemDelta> modifications, ItemPath propertyPath)
           
static PropertyDelta ItemDelta.findPropertyDelta(Collection<? extends ItemDelta> deltas, ItemPath parentPath, QName propertyName)
           
<X> PropertyDelta<X>
ObjectDelta.findPropertyDelta(ItemPath propertyPath)
           
<X> PropertyDelta<X>
ObjectDelta.findPropertyDelta(ItemPath parentPath, QName propertyName)
           
 ItemPath ItemDelta.getPath(ItemPath pathPrefix)
           
 boolean ObjectDelta.hasItemDelta(ItemPath propertyPath)
           
static
<D extends ItemDelta>
void
ItemDelta.removeItemDelta(Collection<? extends ItemDelta> deltas, ItemPath propertyPath, Class<D> deltaType)
           
 void ItemDelta.setParentPath(ItemPath parentPath)
           
 

Constructors in com.evolveum.midpoint.prism.delta with parameters of type ItemPath
ContainerDelta(ItemPath propertyPath, PrismContainerDefinition itemDefinition)
           
ContainerDelta(ItemPath parentPath, QName name, PrismContainerDefinition itemDefinition)
           
ItemDelta(ItemPath propertyPath, ItemDefinition itemDefinition)
           
ItemDelta(ItemPath parentPath, QName name, ItemDefinition itemDefinition)
           
PropertyDelta(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition)
           
PropertyDelta(ItemPath parentPath, QName name, PrismPropertyDefinition propertyDefinition)
           
ReferenceDelta(ItemPath propertyPath, PrismReferenceDefinition itemDefinition)
           
ReferenceDelta(ItemPath parentPath, QName name, PrismReferenceDefinition itemDefinition)
           
 

Uses of ItemPath in com.evolveum.midpoint.prism.path
 

Fields in com.evolveum.midpoint.prism.path declared as ItemPath
static ItemPath ItemPath.EMPTY_PATH
           
 

Methods in com.evolveum.midpoint.prism.path that return ItemPath
 ItemPath ItemPath.allExceptLast()
          Returns a path containing all segments except the last one.
 ItemPath ItemPath.head()
          Returns first segment in a form of path.
 ItemPath ItemPath.normalize()
           
 ItemPath ItemPath.rest()
           
 ItemPath ItemPath.subPath(ItemPath subPath)
           
static ItemPath ItemPath.subPath(ItemPath prefix, ItemPathSegment subSegment)
          Null-proof static version.
 ItemPath ItemPath.subPath(ItemPathSegment subSegment)
           
 ItemPath ItemPath.subPath(QName subName)
           
 ItemPath ItemPath.tail()
          Returns path containinig all segments except the first.
 

Methods in com.evolveum.midpoint.prism.path with parameters of type ItemPath
 ItemPath.CompareResult ItemPath.compareComplex(ItemPath otherPath)
           
 boolean ItemPath.equivalent(ItemPath otherPath)
           
 boolean ItemPath.isSubPath(ItemPath otherPath)
           
 boolean ItemPath.isSuperPath(ItemPath otherPath)
           
 ItemPath ItemPath.subPath(ItemPath subPath)
           
static ItemPath ItemPath.subPath(ItemPath prefix, ItemPathSegment subSegment)
          Null-proof static version.
 

Constructors in com.evolveum.midpoint.prism.path with parameters of type ItemPath
ItemPath(ItemPath parentPath, ItemPathSegment subSegment)
           
ItemPath(ItemPath parentPath, QName subName)
           
 

Uses of ItemPath in com.evolveum.midpoint.prism.polystring
 

Methods in com.evolveum.midpoint.prism.polystring with parameters of type ItemPath
 Object PolyString.resolve(ItemPath subpath)
           
 

Uses of ItemPath in com.evolveum.midpoint.prism.query
 

Methods in com.evolveum.midpoint.prism.query that return ItemPath
 ItemPath ValueFilter.getParentPath()
           
 ItemPath EqualsFilter.getPath(ItemPath pathPrefix)
           
 

Methods in com.evolveum.midpoint.prism.query with parameters of type ItemPath
static ComparativeFilter ComparativeFilter.createComparativeFilter(Class filterClass, ItemPath parentPath, ItemDefinition item, Object realValue, boolean equals)
           
static ComparativeFilter ComparativeFilter.createComparativeFilter(Class filterClass, ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, Object realValue, boolean equals)
           
static ComparativeFilter ComparativeFilter.createComparativeFilter(Class filterClass, ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, PrismValue value, boolean equals)
           
static EqualsFilter EqualsFilter.createEqual(Class<? extends Objectable> type, PrismContext prismContext, ItemPath propertyPath, Object realValue)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath path, ItemDefinition itemDef, Element expression)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath path, ItemDefinition itemDef, List<PrismValue> values)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath parentPath, ItemDefinition item, Object realValue)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath path, ItemDefinition itemDef, PrismValue value)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, Object realValue)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, PrismValue... values)
           
static GreaterFilter GreaterFilter.createGreaterFilter(ItemPath parentPath, ItemDefinition item, Object realValue, boolean equals)
           
static GreaterFilter GreaterFilter.createGreaterFilter(ItemPath parentPath, ItemDefinition definition, PrismValue value, boolean equals)
           
static GreaterFilter GreaterFilter.createGreaterFilter(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, Object realValue, boolean equals)
           
static GreaterFilter GreaterFilter.createGreaterFilter(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, PrismValue value, boolean equals)
           
static LessFilter LessFilter.createLessFilter(ItemPath parentPath, ItemDefinition item, Object realValue, boolean equals)
           
static LessFilter LessFilter.createLessFilter(ItemPath parentPath, ItemDefinition definition, PrismValue value, boolean equals)
           
static LessFilter LessFilter.createLessFilter(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, Object realValue, boolean equals)
           
static LessFilter LessFilter.createLessFilter(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, PrismValue value, boolean equals)
           
static PropertyValueFilter PropertyValueFilter.createPropertyFilter(Class filterClass, Class<? extends Objectable> type, PrismContext prismContext, ItemPath propertyPath, Object realValue)
           
static PropertyValueFilter PropertyValueFilter.createPropertyFilter(Class filterClass, ItemPath parentPath, ItemDefinition item, Object realValue)
           
static PropertyValueFilter PropertyValueFilter.createPropertyFilter(Class filterClass, ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, Object realValue)
           
static PropertyValueFilter PropertyValueFilter.createPropertyFilter(Class filterClass, ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, QName propertyName, PrismValue... values)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, ItemDefinition definition, Element expression)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, ItemDefinition definition, List<PrismReferenceValue> values)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, ItemDefinition definition, PrismReferenceValue value)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, ItemDefinition item, String oid)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, PrismContainerDefinition containerDef, QName propertyName, String realValue)
           
static SubstringFilter SubstringFilter.createSubstring(ItemPath path, ItemDefinition definition, String value)
           
 ItemPath EqualsFilter.getPath(ItemPath pathPrefix)
           
 void ValueFilter.setParentPath(ItemPath path)
           
 

Constructors in com.evolveum.midpoint.prism.query with parameters of type ItemPath
StringValueFilter(ItemPath parentPath, ItemDefinition definition, String value)
           
SubstringFilter(ItemPath parentPath, ItemDefinition definition, String value)
           
ValueFilter(ItemPath parentPath, ItemDefinition definition)
           
ValueFilter(ItemPath parentPath, ItemDefinition definition, Element expression)
           
 

Uses of ItemPath in com.evolveum.midpoint.prism.util
 

Methods in com.evolveum.midpoint.prism.util with parameters of type ItemPath
static ContainerDelta<?> PrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta, ItemPath propertyPath)
           
static ContainerDelta<?> PrismAsserts.assertContainerDelete(ObjectDelta<?> objectDelta, ItemPath propertyPath)
           
static
<T extends Objectable>
void
PrismAsserts.assertNoItem(PrismObject<T> object, ItemPath itemPath)
           
static void PrismAsserts.assertNoItemDelta(ObjectDelta<?> userDelta, ItemPath propertyPath)
           
static void PrismAsserts.assertPropertyAdd(Collection<? extends ItemDelta> modifications, ItemPath propertyPath, Object... expectedValues)
           
static void PrismAsserts.assertPropertyAdd(ObjectDelta<?> userDelta, ItemPath propertyPath, Object... expectedValues)
           
static void PrismAsserts.assertPropertyDelete(Collection<? extends ItemDelta> modifications, ItemPath propertyPath, Object... expectedValues)
           
static void PrismAsserts.assertPropertyDelete(ObjectDelta<?> userDelta, ItemPath propertyPath, Object... expectedValues)
           
static void PrismAsserts.assertPropertyReplace(Collection<? extends ItemDelta> modifications, ItemPath propertyPath, Object... expectedValues)
           
static
<T> void
PrismAsserts.assertPropertyReplace(ObjectDelta<?> userDelta, ItemPath propertyPath, T... expectedValues)
           
static
<T> void
PrismAsserts.assertPropertyValue(PrismContainer<?> container, ItemPath propPath, T... realPropValues)
           
static
<T> void
PrismAsserts.assertPropertyValue(PrismContainerValue<?> containerValue, ItemPath propPath, T... realPropValues)
           
 

Uses of ItemPath in com.evolveum.midpoint.repo.api.query
 

Methods in com.evolveum.midpoint.repo.api.query that return ItemPath
 ItemPath SimpleFilter.getPropertyPath()
           
 

Methods in com.evolveum.midpoint.repo.api.query with parameters of type ItemPath
 void SimpleFilter.setPropertyPath(ItemPath propertyPath)
           
 

Constructors in com.evolveum.midpoint.repo.api.query with parameters of type ItemPath
SimpleFilter(SimpleFilterType filterType, ItemPath propertyPath)
           
SimpleFilter(SimpleFilterType filterType, ItemPath propertyPath, PrismPropertyValue<T> value)
           
 

Uses of ItemPath in com.evolveum.midpoint.repo.sql.data.common.embedded
 

Methods in com.evolveum.midpoint.repo.sql.data.common.embedded with parameters of type ItemPath
static void RCredentials.copyToJAXB(RCredentials repo, CredentialsType jaxb, ObjectType parent, ItemPath path, PrismContext prismContext)
           
static void ROperationalState.copyToJAXB(ROperationalState repo, OperationalStateType jaxb, ObjectType parent, ItemPath path, PrismContext prismContext)
           
 CredentialsType RCredentials.toJAXB(ObjectType parent, ItemPath path, PrismContext prismContext)
           
 OperationalStateType ROperationalState.toJAXB(ObjectType parent, ItemPath path, PrismContext prismContext)
           
 

Uses of ItemPath in com.evolveum.midpoint.repo.sql.query
 

Methods in com.evolveum.midpoint.repo.sql.query that return ItemPath
 ItemPath QueryInterpreter.createPropertyPath(Element path)
           
 

Methods in com.evolveum.midpoint.repo.sql.query with parameters of type ItemPath
 String QueryInterpreter.getAlias(ItemPath path)
           
 org.hibernate.Criteria QueryInterpreter.getCriteria(ItemPath path)
           
 void QueryInterpreter.setAlias(ItemPath path, String alias)
           
 void QueryInterpreter.setCriteria(ItemPath path, org.hibernate.Criteria criteria)
           
 

Uses of ItemPath in com.evolveum.midpoint.repo.sql.util
 

Methods in com.evolveum.midpoint.repo.sql.util with parameters of type ItemPath
static
<T> T
RUtil.toJAXB(Class<?> parentClass, ItemPath path, String value, Class<T> clazz, PrismContext prismContext)
           
 

Uses of ItemPath in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that return ItemPath
 ItemPath ObjectSelector.getPath()
           
 

Methods in com.evolveum.midpoint.schema with parameters of type ItemPath
static
<T> SelectorOptions<T>
SelectorOptions.create(ItemPath path, T options)
           
static
<T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection(ItemPath path, T options)
           
static
<T> Collection<SelectorOptions<T>>
SelectorOptions.createCollection(T options, ItemPath... paths)
           
 

Constructors in com.evolveum.midpoint.schema with parameters of type ItemPath
ObjectSelector(ItemPath path)
           
 

Uses of ItemPath in com.evolveum.midpoint.schema.constants
 

Fields in com.evolveum.midpoint.schema.constants declared as ItemPath
static ItemPath SchemaConstants.PATH_ACTIVATION
           
static ItemPath SchemaConstants.PATH_ACTIVATION_ENABLE
           
static ItemPath SchemaConstants.PATH_ATTRIBUTES
           
static ItemPath SchemaConstants.PATH_EXTENSION
           
static ItemPath SchemaConstants.PATH_PASSWORD
           
static ItemPath SchemaConstants.PATH_PASSWORD_VALUE
           
 

Uses of ItemPath in com.evolveum.midpoint.schema.holder
 

Methods in com.evolveum.midpoint.schema.holder that return ItemPath
 ItemPath XPathHolder.toPropertyPath()
           
 

Constructors in com.evolveum.midpoint.schema.holder with parameters of type ItemPath
XPathHolder(ItemPath propertyPath)
           
 

Uses of ItemPath in com.evolveum.midpoint.schema.processor
 

Methods in com.evolveum.midpoint.schema.processor with parameters of type ItemPath
 ResourceAttributeDefinition ResourceAttributeContainerDefinition.findAttributeDefinition(ItemPath elementPath)
           
 

Uses of ItemPath in com.evolveum.midpoint.schema.util
 

Fields in com.evolveum.midpoint.schema.util declared as ItemPath
static ItemPath SchemaTestConstants.ICFS_NAME_PATH
           
static ItemPath SchemaTestConstants.ICFS_UID_PATH
           
 

Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ItemPath
static Collection<ItemPath> MiscSchemaUtil.itemReferenceListTypeToItemPathList(PropertyReferenceListType resolve)
           
 

Uses of ItemPath in com.evolveum.midpoint.test.ldap
 

Methods in com.evolveum.midpoint.test.ldap that return ItemPath
 ItemPath AbstractResourceController.getAttributePath(String attributeName)
           
 

Uses of ItemPath in com.evolveum.midpoint.web.component.prism
 

Methods in com.evolveum.midpoint.web.component.prism that return ItemPath
 ItemPath ContainerWrapper.getPath()
           
 

Methods in com.evolveum.midpoint.web.component.prism with parameters of type ItemPath
 ContainerWrapper ObjectWrapper.findContainerWrapper(ItemPath path)
           
 

Constructors in com.evolveum.midpoint.web.component.prism with parameters of type ItemPath
ContainerWrapper(ObjectWrapper object, T container, ContainerStatus status, ItemPath path)
           
 



Copyright © 2013 evolveum. All Rights Reserved.