|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.QualifierFromFieldInfo
public class QualifierFromFieldInfo
The QualifierFromFieldInfo
class is used for dynamic qualification, which means the qualifier
string can be obtained from a field. Therefore in workflow, an end user can type in
a qualifier to control its own workflow. It corresponds to the EXTERNAL ( )
operator.
It allows for all or part of a qualification to come from a field on the form. Used in qualifications for active link or filter Run If conditions, Push Fields or Set Fields actions, table field properties, and Search type menu definitions. Not used in escalations.
Constructor Summary | |
---|---|
QualifierFromFieldInfo()
|
|
QualifierFromFieldInfo(int fid)
Constructs external qualification branch. |
|
QualifierFromFieldInfo(int fid,
int ot)
|
Method Summary | |
---|---|
Object |
clone()
Makes a deep copy of the object. |
boolean |
equals(Object obj)
|
OperandType |
getType()
Returns type of operand. |
int |
getValue()
|
int |
hashCode()
|
void |
setValue(int id)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QualifierFromFieldInfo()
public QualifierFromFieldInfo(int fid)
public QualifierFromFieldInfo(int fid, int ot)
Method Detail |
---|
public void setValue(int id)
public int getValue()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public OperandType getType()
OperandType
class defines possible values that can be returned.
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |