AR System Java API

Uses of Interface
com.bmc.arsys.api.FilterAction

Uses of FilterAction in com.bmc.arsys.api
 

Classes in com.bmc.arsys.api that implement FilterAction
 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
           
 class SetFieldsFromCurrentTransaction
           
 class SetFieldsFromFilterAPI
           
 class SetFieldsFromForm
           
 class SetFieldsFromSQL
           
 class SetFieldsFromWebService
           
 

Methods in com.bmc.arsys.api that return types with arguments of type FilterAction
 List<FilterAction> Escalation.getActionList()
          Returns set of actions performed if the condition defined by the query parameter is satisfied.
 List<FilterAction> Filter.getActionList()
          Returns the set of actions performed if the condition defined by the query parameter is satisfied.
 List<FilterAction> Escalation.getElseList()
          Returns list of actions performed if the condition defined by the query parameter is not satisfied.
 List<FilterAction> Filter.getElseList()
          Returns a list of actions performed if the condition defined by the query parameter is not satisfied.
 

Methods in com.bmc.arsys.api with parameters of type FilterAction
 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.
 

Method parameters in com.bmc.arsys.api with type arguments of type FilterAction
 void Escalation.setActionList(List<FilterAction> actionList)
          Sets list of actions performed if the condition defined by the query parameter is satisfied.
 void Filter.setActionList(List<FilterAction> actionList)
          Sets a list of actions performed if the condition defined by the query parameter is satisfied.
 void Escalation.setElseList(List<FilterAction> elseList)
          Sets list of actions performed if the condition defined by the query parameter is not 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 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 parameters in com.bmc.arsys.api with type arguments of type FilterAction
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)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.