public class MOVEitFileInfo extends MOVEitFilesystemObjectInfo
Client
object. An instance of
the object is populated using information returned from the MOVEit Transfer
host, and then passed on to the calling program, which can then
access the information through the available methods.Constructor and Description |
---|
MOVEitFileInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
currentFileType()
Describes the type of file viewed.
|
int |
downloadCount()
Number of times this file has been downloaded.
|
long |
fileSize()
Size in bytes of this file.
|
java.lang.String |
folderID()
ID of the folder this file is currently in.
|
int |
isNew()
Determines if the file is considered "new" for the current user.
|
java.lang.String |
name()
The name of this file.
|
java.lang.String |
originalFilename()
The original name of this file.
|
java.lang.String |
originalFileType()
Describes what type of file this file was originally.
|
java.lang.String |
path()
The full path of this file.
|
java.lang.String |
uploadAgentBrand()
Brand of the agent used to upload this file.
|
java.lang.String |
uploadAgentVersion()
Version of the agent used to upload this file.
|
java.lang.String |
uploadComment()
Contains any optional comments used to describe this upload.
|
int |
uploadIntegrity()
1 if file was uploaded with integrity checking, 0 if file was not.
|
java.lang.String |
uploadIP()
The IP Address, if any, from which this file was uploaded.
|
java.lang.String |
uploadRealname()
The real name of the person or automated account (e.g.
|
java.lang.String |
uploadStamp()
The date and time this file was uploaded.
|
java.lang.String |
uploadUserID()
The user ID of the person or automated account (e.g.
|
java.lang.String |
uploadUsername()
The username of the person or automated account (e.g.
|
ID, instID, orgID, parentID
dataInitialized
public java.lang.String folderID()
public long fileSize()
public java.lang.String originalFileType()
Possible codes are:
3
= Webpost in CSV format 4
= Webpost in XML format 6
= Audit log archive in XML format31
= Raw file (no conversion)public java.lang.String currentFileType()
Possible codes are:
3
= Webpost in CSV format 4
= Webpost in XML format 6
= Audit log archive in XML format31
= Raw file (no conversion)public java.lang.String uploadStamp()
public java.lang.String uploadUsername()
public java.lang.String uploadUserID()
public java.lang.String uploadRealname()
public java.lang.String uploadComment()
public java.lang.String uploadIP()
public java.lang.String uploadAgentBrand()
public java.lang.String uploadAgentVersion()
public int uploadIntegrity()
public int downloadCount()
public java.lang.String originalFilename()
public java.lang.String name()
name
in class MOVEitFilesystemObjectInfo
public java.lang.String path()
path
in class MOVEitFilesystemObjectInfo
public int isNew()