Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Method and Description |
---|---|
List<COMMethodInfo> |
OleAutomationAction.getMethodList()
Returns list of methods called by this active link action.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printCOMMethodInfo(String indent,
String header,
COMMethodInfo value) |
void |
ObjectPrinter.printCOMMethodInfoList(String indent,
String header,
COMMethodInfo[] value) |
void |
ParameterValidator.validateARCOMMethodInfo(COMMethodInfo cmi,
boolean nullOk)
Validate that an object of type COMMethodInfo contains a value and that the value is legal.
|
Modifier and Type | Method and Description |
---|---|
void |
OleAutomationAction.setMethodList(List<COMMethodInfo> methodList)
Sets list of methods called by this active link action, specified by using
the
COMMethodInfo object. |
void |
ParameterValidator.validateARCOMMethodList(List<COMMethodInfo> methodList,
boolean nullOk)
Validate that the List of objects of type COMMethodInfo each contains a value and that the value is legal.
|
Constructor and Description |
---|
OleAutomationAction(String autoServerName,
String clsId,
String action,
boolean isVisible,
List<COMMethodInfo> methodList) |
Modifier and Type | Method and Description |
---|---|
static COMMethodInfo |
InputReader.getCOMMethodInfo() |
Modifier and Type | Method and Description |
---|---|
static List<COMMethodInfo> |
InputReader.getCOMMethodInfoList() |
? Copyright 2013 BMC Software, Inc.