|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of COMMethodInfo in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return types with arguments of type COMMethodInfo | |
---|---|
List<COMMethodInfo> |
OleAutomationAction.getMethodList()
Returns list of methods called by this active link action. |
Methods in com.bmc.arsys.api with parameters of type COMMethodInfo | |
---|---|
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. |
Method parameters in com.bmc.arsys.api with type arguments of type COMMethodInfo | |
---|---|
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 parameters in com.bmc.arsys.api with type arguments of type COMMethodInfo | |
---|---|
OleAutomationAction(String autoServerName,
String clsId,
String action,
boolean isVisible,
List<COMMethodInfo> methodList)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |