public interface IDfXPathCondition extends IDfTransitionCondition
EQ, GE, GT, LE, LT, NE, WORKFLOW_ALIAS, WORKITEM_ALIAS
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXPathExpression()
The XPath expression addressing a textual entity within a package component's primary content.
|
java.lang.String |
getXPathValue()
Gets the String value (formatted according to XSchema datatype) against which the runtime comparison will be made
|
java.lang.String |
getXSchemaDatatype()
The built-in XSchema datatype (for example, gDateTime) that determines how the String value
will be interpreted for the runtime comparison.
|
void |
setXPathExpression(java.lang.String xpath)
Sets the XPath expression defining the value for runtime comparison.
|
void |
setXPathValue(java.lang.String value)
Sets the value (formatted according to XSchema datatype) against which the runtime comparison will be made.
|
void |
setXSchemaDatatype(java.lang.String datatype)
Sets the built-in XSchema datatype (for example, gDateTime) that determines how the String value
will be interpreted for the runtime comparison.
|
getObjectAlias, getRelationalOperator, isValid, setObjectAlias, setRelationalOperator, toString
void setXPathExpression(java.lang.String xpath) throws DfException
xpath
- a valid XPath expression addressing a textual entity within a package component's primary contentDfException
- if a server error occursjava.lang.String getXPathExpression() throws DfException
null
DfException
void setXPathValue(java.lang.String value) throws DfException
value
- a String value (formatted according to XSchema datatype) for the runtime comparisonDfException
- if a server error occursjava.lang.String getXPathValue() throws DfException
DfException
- if a server error occursvoid setXSchemaDatatype(java.lang.String datatype) throws DfException
datatype
- the built-in XSchema datatypeDfException
- if a server error occursjava.lang.String getXSchemaDatatype() throws DfException
DfException
- if a server error occursCopyright 1994-2023 OpenText Corporation. All rights reserved.