Interface IAnalysisItemFile
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IAnalysisItemFile extends IBaseField
For HP use. Represents an analysis item file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
download()
Downloads the file to the client machine and returns the downloaded file path.void
setFilePath(java.lang.String filePath)
Sets the path of the file to be uploaded to the server on post operation.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
setFilePath
void setFilePath(java.lang.String filePath)
Sets the path of the file to be uploaded to the server on post operation.
- Parameters:
filePath
- Mandatory java.lang.String parameter.
-
download
java.lang.String download()
Downloads the file to the client machine and returns the downloaded file path.
- Returns:
- Returns a value of type java.lang.String
-
-