AR System Java API

Uses of Class
com.bmc.arsys.api.StructItemInfo

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, String displayTag, int vuiType, WorkflowLockInfo lockInfo)
          Exports the specified structure from the server to a buffer in ARSystem def format.
 String ARServerUser.exportDef(List<StructItemInfo> items, WorkflowLockInfo lockInfo)
          Exports the specified structure from the server to a buffer in ARSystem def format.
 void ARServerUser.importDefFromBuffer(String importBuffer, int optionMask, List<StructItemInfo> items)
          Using the given import option, this method imports specified definitions into the server from the provided buffer This operation can be performed by users with AR System administrator privileges only.
 void ARServerUser.importDefFromBuffer(String importBuffer, List<StructItemInfo> items)
          Import the specified object definitions into the server from the given buffer.
 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, List<StructItemInfo> items)
          Import given object definitions into the server from given file.
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.