Package | Description |
---|---|
com.evolveum.midpoint.common | |
com.evolveum.midpoint.schema.holder | |
com.evolveum.midpoint.schema.util |
Modifier and Type | Method and Description |
---|---|
static Element |
QueryUtil.createEqualFilter(Document doc,
XPathHolder xpath,
Object object)
Creates "equal" filter segment for single-valued properties based on DOM representation.
|
static Element |
QueryUtil.createEqualFilter(Document doc,
XPathHolder xpath,
QName propertyName,
QName value)
Creates "equal" filter segment for single-valued properties with QName content.
|
static Element |
QueryUtil.createEqualFilter(Document doc,
XPathHolder xpath,
QName properyName,
String value)
Creates "equal" filter segment for single-valued properties with string content.
|
static Element |
QueryUtil.createEqualFilterFromElements(Document doc,
XPathHolder xpath,
List<?> values,
PrismContext prismContext)
Creates "equal" filter segment for multi-valued properties based on DOM representation.
|
static Element |
QueryUtil.createEqualRefFilter(Document doc,
XPathHolder xpath,
QName propertyName,
String oid)
Creates "equal" filter for object reference.
|
static Element |
QueryUtil.createSubstringFilter(Document document,
XPathHolder xpath,
QName propertyName,
String searchText) |
Modifier and Type | Method and Description |
---|---|
XPathHolder |
XPathHolder.transposedPath(List<XPathSegment> parentPath)
Returns new XPath with a specified element prepended to the path.
|
XPathHolder |
XPathHolder.transposedPath(QName parentPath)
Returns new XPath with a specified element prepended to the path.
|
Modifier and Type | Method and Description |
---|---|
List<XPathSegment> |
XPathHolder.getTail(XPathHolder path)
Returns a list of segments that are the "tail" after specified path.
|
boolean |
XPathHolder.isBelow(XPathHolder path)
Returns true if this path is below a specified path.
|
Modifier and Type | Method and Description |
---|---|
static XPathHolder |
ObjectTypeUtil.createXPathHolder(QName property) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ObjectTypeUtil.isModificationOf(ItemDeltaType modification,
QName elementName,
XPathHolder path) |
Copyright © 2013 evolveum. All rights reserved.