|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.AssignInfo
The AssignInfo
class lets you define
Set Fields action in filters, escalations, or active links.
The methods below identify a field/value pair to
update. These methods contain the internal ID of the
field to update and the value to assign.
Field Summary | |
static int |
AR_ASSIGN_TYPE_ARITH
AR_ASSIGN_TYPE_ARITH
is the result value from an arithmetic operation. |
static int |
AR_ASSIGN_TYPE_DDE
AR_ASSIGN_TYPE_DDE
is the result value from a DDE request to another application. |
static int |
AR_ASSIGN_TYPE_FIELD
AR_ASSIGN_TYPE_FIELD
is a Schema field value. |
static int |
AR_ASSIGN_TYPE_FILTER_API
AR_ASSIGN_TYPE_FILTER_API
is the result value from a filter API command. |
static int |
AR_ASSIGN_TYPE_FUNCTION
AR_ASSIGN_TYPE_FUNCTION
is the return value from a function. |
static int |
AR_ASSIGN_TYPE_NONE
AR_ASSIGN_TYPE_NONE
No value is assigned. |
static int |
AR_ASSIGN_TYPE_PROCESS
AR_ASSIGN_TYPE_PROCESS
is the output value from successful execution of an operating system process
or command. |
static int |
AR_ASSIGN_TYPE_SQL
AR_ASSIGN_TYPE_SQL
is the result value from a SQL command. |
static int |
AR_ASSIGN_TYPE_VALUE
AR_ASSIGN_TYPE_VALUE
is a Constant or keyword value. |
Constructor Summary | |
AssignInfo()
constructor |
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
boolean |
equals(java.lang.Object anObject,
java.lang.String lhsServer,
java.lang.String lhsSchema,
java.lang.String rhsServer,
java.lang.String rhsSchema)
|
ArithOpAssignInfo |
getArithOp()
Returns the ArithOpAssignInfo object. |
int |
getAssignType()
Returns the type of assignment. |
DDEInfo |
getDde()
Returns the DDEInfo object. |
AssignFieldInfo |
getField()
Returns the AssignFieldInfo object. |
AssignFilterApiInfo |
getFilterApi()
Returns the AssignFilterApiInfo object. |
FunctionAssignInfo |
getFunction()
Returns the FunctionAssignInfo object. |
java.lang.String |
getProcess()
Returns the process name. |
AssignSQLInfo |
getSql()
Returns the AssignSQLInfo object. |
Value |
getValue()
Returns the Value object. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setArithOp(ArithOpAssignInfo arithOp)
Sets the ArithOpAssignInfo object. |
void |
setAssignType(int assignType)
Sets the type of assignment. |
void |
setDde(DDEInfo dde)
Sets the DDEInfo object. |
void |
setField(AssignFieldInfo field)
Sets the AssignFieldInfo object. |
void |
setFilterApi(AssignFilterApiInfo filterApi)
Sets the AssignFilterApiInfo object. |
void |
setFunction(FunctionAssignInfo function)
Sets the FunctionAssignInfo object. |
void |
setProcess(java.lang.String process)
Sets the process name. |
void |
setSql(AssignSQLInfo sql)
Sets the AssignSQLInfo object. |
void |
setValue(Value value)
Sets the Value object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int AR_ASSIGN_TYPE_NONE
AR_ASSIGN_TYPE_NONE
No value is assigned.
public static final int AR_ASSIGN_TYPE_VALUE
AR_ASSIGN_TYPE_VALUE
is a Constant or keyword value.
The data type of the value must match the data type of the specified field.
public static final int AR_ASSIGN_TYPE_FIELD
AR_ASSIGN_TYPE_FIELD
is a Schema field value.
public static final int AR_ASSIGN_TYPE_PROCESS
AR_ASSIGN_TYPE_PROCESS
is the output value from successful execution of an operating system process
or command. The system generates an error if the process return code is not zero.
This option is not available for active links on Windows clients.
public static final int AR_ASSIGN_TYPE_ARITH
AR_ASSIGN_TYPE_ARITH
is the result value from an arithmetic operation.
public static final int AR_ASSIGN_TYPE_FUNCTION
AR_ASSIGN_TYPE_FUNCTION
is the return value from a function.
public static final int AR_ASSIGN_TYPE_DDE
AR_ASSIGN_TYPE_DDE
is the result value from a DDE request to another application.
public static final int AR_ASSIGN_TYPE_SQL
AR_ASSIGN_TYPE_SQL
is the result value from a SQL command.
public static final int AR_ASSIGN_TYPE_FILTER_API
AR_ASSIGN_TYPE_FILTER_API
is the result value from a filter API command.
Constructor Detail |
public AssignInfo()
Method Detail |
public Value getValue()
Value
object.
public void setValue(Value value)
Value
object.
public AssignFieldInfo getField()
AssignFieldInfo
object.
public void setField(AssignFieldInfo field)
AssignFieldInfo
object.
You can specify a value from any entry in any schema on a particular server.
public java.lang.String getProcess()
public void setProcess(java.lang.String process)
public ArithOpAssignInfo getArithOp()
ArithOpAssignInfo
object.
public void setArithOp(ArithOpAssignInfo arithOp)
ArithOpAssignInfo
object.
public FunctionAssignInfo getFunction()
FunctionAssignInfo
object.
public void setFunction(FunctionAssignInfo function)
FunctionAssignInfo
object.
public DDEInfo getDde()
DDEInfo
object.
public void setDde(DDEInfo dde)
DDEInfo
object.
public AssignSQLInfo getSql()
AssignSQLInfo
object.
public void setSql(AssignSQLInfo sql)
AssignSQLInfo
object.
public AssignFilterApiInfo getFilterApi()
AssignFilterApiInfo
object.
public void setFilterApi(AssignFilterApiInfo filterApi)
AssignFilterApiInfo
object.
public int getAssignType()
public void setAssignType(int assignType)
AR_ASSIGN_TYPE_
constants,
for example, AR_ASSIGN_TYPE_NONE
.
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public boolean equals(java.lang.Object anObject, java.lang.String lhsServer, java.lang.String lhsSchema, java.lang.String rhsServer, java.lang.String rhsSchema)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |