public interface IDfXPathConditionEx extends IDfXPathCondition
EQ, GE, GT, LE, LT, NE, WORKFLOW_ALIAS, WORKITEM_ALIAS
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultXPathNamespace()
The default (ie. no prefix) namespace URI for the XPath expression.
|
java.lang.String |
getXPathNamespace(java.lang.String prefix)
The namespace URI to which the given prefix refers within the XPath expression.
|
IDfProperties |
getXPathNamespaces()
A map of all the namespace prefixes and URIs defined for the XPath expression.
|
void |
removeXPathNamespace(java.lang.String prefix)
Removes a namespace definition.
|
void |
setDefaultXPathNamespace(java.lang.String uri)
Defines the default (ie. no prefix) namespace URI for the XPath expression.
|
void |
setXPathNamespace(java.lang.String prefix,
java.lang.String uri)
Defines a namespace referenced within the XPath expression.
|
getXPathExpression, getXPathValue, getXSchemaDatatype, setXPathExpression, setXPathValue, setXSchemaDatatype
getObjectAlias, getRelationalOperator, isValid, setObjectAlias, setRelationalOperator, toString
void setXPathNamespace(java.lang.String prefix, java.lang.String uri) throws DfException
prefix
- the prefix used within the expressionuri
- the namespace to which the prefix refersDfException
- if a server error occursvoid removeXPathNamespace(java.lang.String prefix) throws DfException
prefix
- the prefix of the namespace to be removedDfException
- if a server error occursjava.lang.String getXPathNamespace(java.lang.String prefix) throws DfException
prefix
- the prefix used within the expressionDfException
- if a server error occursIDfProperties getXPathNamespaces() throws DfException
DfException
- if a server error occursvoid setDefaultXPathNamespace(java.lang.String uri) throws DfException
uri
- the default namespace URI for the XPath expressionDfException
- if a server error occursjava.lang.String getDefaultXPathNamespace() throws DfException
DfException
- if a server error occursCopyright 1994-2023 OpenText Corporation. All rights reserved.