public interface IDfTransitionCondition
Modifier and Type | Field and Description |
---|---|
static int |
EQ
Equality operator.
|
static int |
GE
"Greater than or equal to" operator.
|
static int |
GT
"Greater than" operator.
|
static int |
LE
"Less than or equal to" operator.
|
static int |
LT
"Less than" operator.
|
static int |
NE
Inequality operator.
|
static java.lang.String |
WORKFLOW_ALIAS
A well-known alias that refers to the workflow for this transition.
|
static java.lang.String |
WORKITEM_ALIAS
A well-known alias that refers to the workitem for this transition.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getObjectAlias()
The alias of the object upon which the transition condition is to be applied.
|
int |
getRelationalOperator()
Returns an integer specifying which relational operator to use for this transition condition.
|
boolean |
isValid()
Indicates if a transition condition is complete and has legitimate values.
|
void |
setObjectAlias(java.lang.String name)
Set the alias of the object upon which the transition condition is
to be applied.
|
void |
setRelationalOperator(int operator)
Sets an integer specifying which relational operator to use for this transition condition.
|
java.lang.String |
toString()
Returns a string representation of the transition condition.
|
static final java.lang.String WORKFLOW_ALIAS
static final java.lang.String WORKITEM_ALIAS
static final int EQ
static final int NE
static final int LT
static final int GT
static final int LE
static final int GE
void setObjectAlias(java.lang.String name) throws DfException
name
- the object aliasDfException
- if a server error occursjava.lang.String getObjectAlias() throws DfException
DfException
- if a server error occursvoid setRelationalOperator(int operator) throws DfException
operator
- the relational operator, which must be one of the constants in this interfaceDfException
- if a server error occursint getRelationalOperator() throws DfException
DfException
- if a server error occursboolean isValid() throws DfException
true
if the condition is valid, otherwise false
DfException
java.lang.String toString()
toString
in class java.lang.Object
Copyright 1994-2023 OpenText Corporation. All rights reserved.