|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StructItemInfo in com.bmc.arsys.api |
---|
Method parameters in com.bmc.arsys.api with type arguments of type StructItemInfo | |
---|---|
String |
ARServerUser.exportDef(List<StructItemInfo> items)
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List that takes care of file encoding. |
String |
ARServerUser.exportDef(List<StructItemInfo> items,
boolean asXml)
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List that takes care of file encoding. |
String |
ARServerUser.exportDef(List<StructItemInfo> items,
boolean asXml,
String displayTag,
int vuiType,
WorkflowLockInfo lockInfo)
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List that takes care of file encoding. |
String |
ARServerUser.exportDef(List<StructItemInfo> items,
String displayTag,
int vuiType,
WorkflowLockInfo lockInfo)
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List that takes care of file encoding. |
String |
ARServerUser.exportDef(List<StructItemInfo> items,
WorkflowLockInfo lockInfo)
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List that takes care of file encoding. |
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
String defXmlFile,
boolean overwrite)
Exports the specified structure from the server to a file in ARSystem def or xml format. |
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
String defXmlFile,
boolean overwrite,
int expOption)
Exports the specified structure from the server to a file in ARSystem def or xml format. |
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
String displayTag,
int vuiType,
WorkflowLockInfo lockInfo,
String filePath,
boolean overwrite)
|
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
WorkflowLockInfo lockInfo,
String filePath,
boolean overwrite)
|
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
WorkflowLockInfo lockInfo,
String filePath,
boolean overwrite,
int expOption)
Exports the specified structure from the server to a file in ARSystem def or xml format. |
void |
ARServerUser.importDefFromBuffer(String importBuffer,
int optionMask,
List<StructItemInfo> items)
Deprecated. as of AR System 7.5, replaced by ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding. |
void |
ARServerUser.importDefFromBuffer(String importBuffer,
List<StructItemInfo> items)
Deprecated. as of AR System 7.5, replaced by ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding. |
void |
ARServerUser.importDefFromFile(String filePath,
int optionMask,
List<StructItemInfo> items)
Import the provided object definitions into the server using the specified import option. |
void |
ARServerUser.importDefFromFile(String filePath,
int optionMask,
List<StructItemInfo> items,
String objectModificationLogLabel)
Import the provided object definitions into the server using the specified import option. |
void |
ARServerUser.importDefFromFile(String filePath,
List<StructItemInfo> items)
Import given object definitions into the server from given file. |
void |
ParameterValidator.validateARStructItemList(List<StructItemInfo> items,
boolean importFlag)
Validate that a List of type StructItemInfo each contains a value and that the value is legal. |
void |
MethodValidator.verifyARExport(com.bmc.arsys.apitransport.ApiUserContextI context,
List<StructItemInfo> items,
String arg2,
int arg3,
WorkflowLockInfo arg4)
|
void |
MethodValidator.verifyARImport(com.bmc.arsys.apitransport.ApiUserContextI context,
List<StructItemInfo> arg1,
int arg2)
|
void |
MethodValidator.verifyARImport(com.bmc.arsys.apitransport.ApiUserContextI context,
List<StructItemInfo> arg1,
int arg2,
String arg3)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |