| Package | Description |
|---|---|
| com.bmc.arsys.api | |
| com.bmc.arsys.demo.javadriver |
| Modifier and Type | Class and Description |
|---|---|
class |
CallGuideAction
The
CallGuideAction class is used to represent information about the Call Guide active link 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 |
FilterMessageAction
The
FilterStatusInfo class returns the type of filter message error
generated by a function call. |
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 |
LogAction
The
LogAction class is used to
define the log to file workflow action within filters or escalations. |
class |
NotifyAction
The
NotifyActionInfo class is used to
to send a message to specified users or groups by email,
Remedy Alert, or other mechanism for any transaction that meets the filter or
escalation conditions. |
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterAction> |
Filter.getActionList()
Returns the set of actions performed if the condition defined by the query parameter is satisfied.
|
List<FilterAction> |
Escalation.getActionList()
Returns set of actions performed if the condition defined by the query parameter is satisfied.
|
List<FilterAction> |
Filter.getElseList()
Returns a list of actions performed if the condition defined by the query parameter is not satisfied.
|
List<FilterAction> |
Escalation.getElseList()
Returns list of actions performed if the condition defined by the query parameter is not satisfied.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectPrinter.printFilterAction(String indent,
String header,
FilterAction value) |
void |
ObjectPrinter.printFilterActionInfoList(String indent,
String header,
FilterAction[] actionList) |
void |
ParameterValidator.validateARFilterActionInfo(FilterAction action,
boolean esclFlag,
boolean elseFlag)
Validate that an object of type FilterAction contains a value and that the value is legal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setActionList(List<FilterAction> actionList)
Sets a list of actions performed if the condition defined by the query parameter is satisfied.
|
void |
Escalation.setActionList(List<FilterAction> actionList)
Sets list of actions performed if the condition defined by the query parameter is satisfied.
|
void |
Filter.setElseList(List<FilterAction> elseList)
Sets a list of actions performed if the condition defined by the query parameter is not satisfied.
|
void |
Escalation.setElseList(List<FilterAction> elseList)
Sets list of actions performed if the condition defined by the query parameter is not satisfied.
|
void |
ParameterValidator.validateARFilterActionList(List<FilterAction> actionList,
boolean esclFlag,
boolean elseFlag,
boolean nullOk)
Validate that a List of objects of type FilterAction each contains a value and that the value is legal.
|
| Constructor and Description |
|---|
Escalation(EscalationTimeCriteria escalationTm,
List<String> workflowConnect,
boolean enable,
QualifierInfo query,
List<FilterAction> actionList,
List<FilterAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr) |
Escalation(EscalationTimeCriteria escalationTm,
List<String> workflowConnect,
boolean enable,
QualifierInfo query,
List<FilterAction> actionList,
List<FilterAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr) |
Filter(int order,
List<String> formList,
int opSet,
boolean enable,
QualifierInfo query,
List<FilterAction> actionList,
List<FilterAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr) |
Filter(int order,
List<String> formList,
int opSet,
boolean enable,
QualifierInfo query,
List<FilterAction> actionList,
List<FilterAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr) |
| Modifier and Type | Method and Description |
|---|---|
static FilterAction |
InputReader.getFilterActionInfo() |
| Modifier and Type | Method and Description |
|---|---|
static List<FilterAction> |
InputReader.getFilterActionInfoList(boolean actionFlag) |
? Copyright 2013 BMC Software, Inc.