|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ActiveLinkAction in com.bmc.arsys.api |
---|
Classes in com.bmc.arsys.api that implement ActiveLinkAction | |
---|---|
class |
CallGuideAction
The CallGuideAction class is used to represent information about the Call Guide active link action. |
class |
ChangeFieldAction
The ChangeFieldAction class is used to change display characteristics of fields. |
class |
CloseWindowAction
The CloseWindowAction class is used to create and retrieve information about the Close Window active
link action. |
class |
CommitChangesAction
The CommitChangesAction class is used to create and retrieve information about the Commit Changes active
link action. |
class |
DDEAction
The DDEAction class specifies a DDE result value to assign in a Set Fields
action. |
class |
DirectSqlAction
The DirectSqlAction class represents the filter/active link action used to issue any legal
SQL command to the database. |
class |
DSOAction
This class extends the Run Process Action specifically for DSO process commands. |
class |
ExitGuideAction
The ExitGuideInfo class is used to create and retrieve information about the Exit Guide active link
action. |
class |
GotoAction
The GotoActionInfo class
is used to create and retrieve information
about the Goto workflow action. |
class |
GotoGuideLabelAction
The GotoGuideLabelInfo class
is used to create and retrieve information about
the Go To Guide Label workflow action. |
class |
MessageAction
The MessageAction class is used to
define the message information that is generally used to
display an interactive error, warning, or note. |
class |
OleAutomationAction
The AutomationInfo class is used to define the information of an OLE Automation active link action. |
class |
OpenWindowAction
The OpenDialogInfo class is used to open all 10 types of AR System windows, including:
Constants.AR_ACTIVE_LINK_ACTION_OPEN_DLG
Constants.AR_ACTIVE_LINK_ACTION_OPEN_SEARCH
Constants.AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT
Constants.AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST
Constants.AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL
Constants.AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT
Constants.AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST
Constants.AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL
Constants.AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT
Constants.AR_ACTIVE_LINK_ACTION_OPEN_REPORT
|
class |
PushFieldsAction
The PushFieldsAction class is used to
change the values of fields in existing entries or
create a new entry during a transaction. |
class |
RunMacroAction
The ActiveLinkMacroInfo class lets you
specify a macro to run whenever the active link is
executed. |
class |
RunProcessAction
The RunProcessAction class is used to
define the run process workflow action within active links, filters or escalations. |
class |
ServiceAction
The ServiceAction description |
class |
SetFieldsAction
The SetFieldsAction class is used to
change the values of fields during a transaction. |
class |
SetFieldsFromCurrentScreen
Set Fields action as CURRENT SCREEN (active links), the field is set with a value that is not from the database. |
class |
SetFieldsFromCurrentTransaction
Set Fields action as CURRENT TRANSACTION (filters and escalations), the field is set with a value that is not from the database. |
class |
SetFieldsFromFilterAPI
For filters and escalations, user can pass values from the Set Fields window to a filter API plug-in service. |
class |
SetFieldsFromForm
This class represents another type of setFields. |
class |
SetFieldsFromSQL
This is a type of setfields. |
class |
SetFieldsFromWebService
This class is a type of setField, where WEB SERVICE is used as the data source to enter data from the web service into the base form. |
class |
WaitAction
The WaitInfo class represents the Wait active link action
that causes the current guide to wait for user input. |
Methods in com.bmc.arsys.api that return types with arguments of type ActiveLinkAction | |
---|---|
List<ActiveLinkAction> |
ActiveLink.getActionList()
Returns a list of actions performed if the condition defined by the query parameter is satisfied. |
List<ActiveLinkAction> |
ActiveLink.getElseList()
Returns set of actions performed if the condition defined by the query parameter is not satisfied. |
Methods in com.bmc.arsys.api with parameters of type ActiveLinkAction | |
---|---|
void |
ObjectPrinter.printActiveLinkActionInfo(String indent,
String header,
ActiveLinkAction value)
|
void |
ParameterValidator.validateARActiveLinkActionInfo(ActiveLinkAction action)
Validate that an object variable of type ActiveLinkAction contains a value and that the value is legal. |
Method parameters in com.bmc.arsys.api with type arguments of type ActiveLinkAction | |
---|---|
void |
ObjectPrinter.printActiveLinkActionInfoList(String indent,
String header,
List<ActiveLinkAction> value,
boolean flag)
|
void |
ActiveLink.setActionList(List<ActiveLinkAction> actionList)
Sets a list of actions performed if the condition defined by the query parameter is satisfied. |
void |
ActiveLink.setElseList(List<ActiveLinkAction> elseList)
Sets list of actions performed if the condition defined by the query parameter is not satisfied. |
void |
ParameterValidator.validateARActiveLinkActionList(List<ActiveLinkAction> actionList,
boolean nullOk)
Validate that list of objects of type type ActiveLinkAction each contains a value and that the value is legal. |
Constructor parameters in com.bmc.arsys.api with type arguments of type ActiveLinkAction | |
---|---|
ActiveLink(int order,
List<String> formList,
List<Integer> groupList,
int executeMask,
int controlField,
int focusField,
boolean enable,
QualifierInfo query,
List<ActiveLinkAction> actionList,
List<ActiveLinkAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr)
construct an activelink instance with the provided characteristics |
|
ActiveLink(int order,
List<String> formList,
List<Integer> groupList,
int executeMask,
int controlField,
int focusField,
boolean enable,
QualifierInfo query,
List<ActiveLinkAction> actionList,
List<ActiveLinkAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr)
construct an activelink instance with the provided characteristics |
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |