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   
com.evolveum.midpoint.repo.sql.query   
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.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, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, PrismObjectDefinition<?> defaultContext, java.lang.String shortDesc)
           
static java.lang.Object ExpressionUtil.resolvePath(ItemPath path, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.Object defaultContext, ObjectResolver objectResolver, java.lang.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(java.lang.Class<O> type, java.lang.String resourceOid, java.lang.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> apropriItemDelta, PrismContainer<?> itemContainer, boolean addUnchangedValues, boolean filterExistingValues, java.lang.String contextDescription)
           
 

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

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

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

Uses of ItemPath in com.evolveum.midpoint.prism
 

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

Methods in com.evolveum.midpoint.prism with parameters of type ItemPath
abstract  void PrismValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
 void Item.checkConsistenceInternal(Itemable rootItem, ItemPath path, 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 PrismContainerValue.checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
           
abstract  ItemDelta<V> Item.createDelta(ItemPath path)
          Creates specific sublcass of ItemDelta appropriate for type of item that this definition represents (e.g.
 ContainerDelta<V> PrismContainer.createDelta(ItemPath path)
           
 ReferenceDelta PrismReference.createDelta(ItemPath path)
           
 PropertyDelta<T> PrismProperty.createDelta(ItemPath path)
           
 ItemDelta PrismReferenceDefinition.createEmptyDelta(ItemPath path)
           
abstract  ItemDelta ItemDefinition.createEmptyDelta(ItemPath path)
           
 ItemDelta PrismContainerDefinition.createEmptyDelta(ItemPath path)
           
 ItemDelta PrismPropertyDefinition.createEmptyDelta(ItemPath path)
           
 java.util.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)
           
 java.util.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, java.util.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<?> PrismObject.findItem(ItemPath path)
           
 Item<?> PrismContainerValue.findItem(ItemPath itemPath)
           
<X extends PrismValue>
Item<X>
PrismContainer.findItem(ItemPath propPath)
           
<I extends Item<?>>
I
PrismObject.findItem(ItemPath path, java.lang.Class<I> type)
           
<I extends Item<?>>
I
PrismContainer.findItem(ItemPath propPath, java.lang.Class<I> type)
           
 ItemDefinition PrismContainerDefinition.findItemDefinition(ItemPath path)
           
<T extends ItemDefinition>
T
PrismContainerDefinition.findItemDefinition(ItemPath path, java.lang.Class<T> clazz)
           
<T extends Containerable>
PrismContainer<T>
PrismContainer.findOrCreateContainer(ItemPath containerPath)
           
<T extends Item<?>>
T
PrismContainer.findOrCreateItem(ItemPath containerPath, java.lang.Class<T> type)
           
<T extends Item<?>>
T
PrismContainer.findOrCreateItem(ItemPath containerPath, java.lang.Class<T> 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 Itemable.getPath(ItemPath pathPrefix)
           
 ItemPath PrismValue.getPath(ItemPath pathPrefix)
           
 ItemPath Item.getPath(ItemPath pathPrefix)
           
 ItemPath PrismObject.getPath(ItemPath pathPrefix)
           
 ItemPath PrismContainerValue.getPath(ItemPath pathPrefix)
           
 void PrismContainer.removeContainer(ItemPath path)
           
 void PrismContainerValue.removeContainer(ItemPath itemPath)
           
<I extends Item<?>>
void
PrismObject.removeItem(ItemPath path, java.lang.Class<I> itemType)
           
<I extends Item<?>>
void
PrismContainer.removeItem(ItemPath path, java.lang.Class<I> itemType)
           
 void PrismContainer.removeProperty(ItemPath path)
           
 void PrismContainerValue.removeProperty(ItemPath propertyPath)
           
 void PrismContainer.removeReference(ItemPath path)
           
 java.lang.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, java.lang.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(java.lang.Class<O> type, java.lang.String oid, ItemPath propertyPath, PrismContext prismContext, PrismContainerValue<C>... containerValues)
           
static
<O extends Objectable,X>
ObjectDelta<O>
ObjectDelta.createModificationAddProperty(java.lang.Class<O> type, java.lang.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(java.lang.Class<O> type, java.lang.String oid, ItemPath containerPath, PrismContext prismContext, PrismContainerValue<C>... containerValues)
           
static
<O extends Objectable,X>
ObjectDelta<O>
ObjectDelta.createModificationDeleteProperty(java.lang.Class<O> type, java.lang.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(java.lang.Class<O> type, java.lang.String oid, ItemPath containerPath, PrismContext prismContext, PrismContainerValue<C>... containerValues)
           
static
<O extends Objectable,X>
ObjectDelta<O>
ObjectDelta.createModificationReplaceProperty(java.lang.Class<O> type, java.lang.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(java.util.Collection<? extends ItemDelta> deltas, ItemPath propertyPath)
           
<X extends Containerable>
ContainerDelta<X>
ObjectDelta.findContainerDelta(ItemPath propertyPath)
           
static
<D extends ItemDelta>
D
ItemDelta.findItemDelta(java.util.Collection<? extends ItemDelta> deltas, ItemPath propertyPath, java.lang.Class<D> deltaType)
           
 ItemDelta<?> ObjectDelta.findItemDelta(ItemPath propertyPath)
           
 ItemDelta<?> ContainerDelta.findItemDelta(ItemPath path)
           
static PropertyDelta ItemDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> deltas, ItemPath propertyPath)
           
static PropertyDelta PropertyDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> modifications, ItemPath propertyPath)
           
static PropertyDelta ItemDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> deltas, ItemPath parentPath, javax.xml.namespace.QName propertyName)
           
<X> PropertyDelta<X>
ObjectDelta.findPropertyDelta(ItemPath propertyPath)
           
<X> PropertyDelta<X>
ObjectDelta.findPropertyDelta(ItemPath parentPath, javax.xml.namespace.QName propertyName)
           
 ItemPath ItemDelta.getPath(ItemPath pathPrefix)
           
 boolean ObjectDelta.hasItemDelta(ItemPath propertyPath)
           
static
<D extends ItemDelta>
void
ItemDelta.removeItemDelta(java.util.Collection<? extends ItemDelta> deltas, ItemPath propertyPath, java.lang.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, javax.xml.namespace.QName name, PrismContainerDefinition itemDefinition)
           
ItemDelta(ItemPath propertyPath, ItemDefinition itemDefinition)
           
ItemDelta(ItemPath parentPath, javax.xml.namespace.QName name, ItemDefinition itemDefinition)
           
PropertyDelta(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition)
           
PropertyDelta(ItemPath parentPath, javax.xml.namespace.QName name, PrismPropertyDefinition propertyDefinition)
           
ReferenceDelta(ItemPath propertyPath, PrismReferenceDefinition itemDefinition)
           
ReferenceDelta(ItemPath parentPath, javax.xml.namespace.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.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(javax.xml.namespace.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 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, javax.xml.namespace.QName subName)
           
 

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

Methods in com.evolveum.midpoint.prism.polystring with parameters of type ItemPath
 java.lang.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 EqualsFilter EqualsFilter.createEqual(ItemPath path, ItemDefinition itemDef, org.w3c.dom.Element expression)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath path, ItemDefinition itemDef, java.util.List<PrismValue> values)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath parentPath, ItemDefinition item, java.lang.Object realValue)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath path, ItemDefinition itemDef, PrismValue value)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, javax.xml.namespace.QName propertyName, java.lang.Object realValue)
           
static EqualsFilter EqualsFilter.createEqual(ItemPath parentPath, PrismContainerDefinition<? extends Containerable> containerDef, javax.xml.namespace.QName propertyName, PrismValue... values)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, ItemDefinition definition, org.w3c.dom.Element expression)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, ItemDefinition definition, java.util.List<PrismReferenceValue> values)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, ItemDefinition definition, PrismReferenceValue value)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, ItemDefinition item, java.lang.String oid)
           
static RefFilter RefFilter.createReferenceEqual(ItemPath path, PrismContainerDefinition containerDef, javax.xml.namespace.QName propertyName, java.lang.String realValue)
           
static SubstringFilter SubstringFilter.createSubstring(ItemPath path, ItemDefinition definition, java.lang.String value)
           
 ItemPath EqualsFilter.getPath(ItemPath pathPrefix)
           
 void ValueFilter.setParentPath(ItemPath path)
           
 

Constructors in com.evolveum.midpoint.prism.query with parameters of type ItemPath
PropertyValueFilter(ItemPath path, ItemDefinition definition, org.w3c.dom.Element expression)
           
PropertyValueFilter(ItemPath path, ItemDefinition definition, java.util.List<? extends PrismValue> values)
           
PropertyValueFilter(ItemPath path, ItemDefinition definition, PrismValue value)
           
StringValueFilter(ItemPath path, ItemDefinition definition, java.lang.String value)
           
SubstringFilter(ItemPath path, ItemDefinition definition, java.lang.String value)
           
ValueFilter(ItemPath parentPath, ItemDefinition definition)
           
ValueFilter(ItemPath parentPath, ItemDefinition definition, org.w3c.dom.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(java.util.Collection<? extends ItemDelta> modifications, ItemPath propertyPath, java.lang.Object... expectedValues)
           
static void PrismAsserts.assertPropertyAdd(ObjectDelta<?> userDelta, ItemPath propertyPath, java.lang.Object... expectedValues)
           
static void PrismAsserts.assertPropertyDelete(java.util.Collection<? extends ItemDelta> modifications, ItemPath propertyPath, java.lang.Object... expectedValues)
           
static void PrismAsserts.assertPropertyDelete(ObjectDelta<?> userDelta, ItemPath propertyPath, java.lang.Object... expectedValues)
           
static void PrismAsserts.assertPropertyReplace(java.util.Collection<? extends ItemDelta> modifications, ItemPath propertyPath, java.lang.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
 

Methods in com.evolveum.midpoint.repo.sql.data.common 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)
           
static void RResourceBussinesConfiguration.copyToJAXB(RResourceBussinesConfiguration repo, ResourceBusinessConfigurationType jaxb, ObjectType parent, ItemPath path, PrismContext prismContext)
           
static
<T> T
RUtil.toJAXB(java.lang.Class<?> parentClass, ItemPath path, java.lang.String value, java.lang.Class<T> clazz, PrismContext prismContext)
           
 CredentialsType RCredentials.toJAXB(ObjectType parent, ItemPath path, PrismContext prismContext)
           
 ResourceBusinessConfigurationType RResourceBussinesConfiguration.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(org.w3c.dom.Element path)
           
 

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

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 ObjectOperationOptions ObjectOperationOptions.create(ItemPath path, ObjectOperationOption... options)
           
static java.util.Collection<ObjectOperationOptions> ObjectOperationOptions.createCollection(ItemPath path, ObjectOperationOption... options)
           
static java.util.Collection<ObjectOperationOptions> ObjectOperationOptions.createCollection(ObjectOperationOption 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 java.util.Collection<ItemPath> MiscSchemaUtil.itemReferenceListTypeToItemPathList(PropertyReferenceListType resolve)
           
 

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 © 2012 evolveum. All Rights Reserved.