|
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.CriteriaFlags com.bmc.arsys.api.ObjectBaseCriteria com.bmc.arsys.api.ActiveLinkCriteria
public class ActiveLinkCriteria
The ActiveLinkCriteria
class is used to specify the list of ActiveLink
information to retrieve
call from the AR System server.
Field Summary | |
---|---|
static int |
ACTION_LIST
Returns If list of specified active link. |
static int |
ASSIGNED_GROUPS
Returns the assigned groups for active link |
static int |
CONTROL_FIELD
Returns ID of field that represents the button, toolbar button, or menu item associated with executing the specified active link. |
static int |
DEFAULT_CRITERIA
The default criteria -- allows for setting all other criteria flags. |
static int |
ELSE_LIST
Returns Else list of specified active link. |
static int |
ENABLE
Returns information whether specified active link is disabled or enabled. |
static int |
ERROR_ACTLINK_NAME
Returns the error handler active link name |
static int |
ERROR_ACTLINK_OPT
Returns the error handler active link option |
static int |
EXECUTE_MASK
Returns form operations that trigger the specified active link. |
static int |
FOCUS_FIELD
Returns ID of field that executes the specified active link by pressing Return or selecting a character menu item. |
static int |
ORDER
Returns execution order (from 0 to 1000) of specified active link. |
static int |
QUERY
Returns qualifications which execute the specified active link. |
int |
USE_REALNAME
Overlay: Returns active link with real name. |
static int |
WORKFLOW_CONNECT
Returns list of forms connected to specified active link. |
Fields inherited from class com.bmc.arsys.api.ObjectBaseCriteria |
---|
CHANGE_DIARY, HELP_TEXT, LAST_CHANGED, NAME, OWNER, PERMISSIONS, PROPERTY_LIST, TIMESTAMP |
Constructor Summary | |
---|---|
ActiveLinkCriteria()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.CriteriaFlags |
---|
clone, getParameters, getPropertiesToRetrieve, resetCriteriaFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ORDER
public static final int WORKFLOW_CONNECT
public static final int EXECUTE_MASK
public static final int CONTROL_FIELD
public static final int FOCUS_FIELD
public static final int ENABLE
public static final int QUERY
public static final int ACTION_LIST
public static final int ELSE_LIST
public static final int ERROR_ACTLINK_OPT
public static final int ERROR_ACTLINK_NAME
public static final int ASSIGNED_GROUPS
public final int USE_REALNAME
public static final int DEFAULT_CRITERIA
Constructor Detail |
---|
public ActiveLinkCriteria()
Method Detail |
---|
public String toString()
toString
in class ObjectBaseCriteria
public int hashCode()
hashCode
in class ObjectBaseCriteria
public boolean equals(Object obj)
equals
in class ObjectBaseCriteria
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |