public class SFFile extends SFItem
| Constructor and Description |
|---|
SFFile() |
| Modifier and Type | Method and Description |
|---|---|
SFItemDlpInfo |
getDlpInfo()
Data Loss Prevention information for this file.
|
SFESignature |
getESignatureDocument()
Electronic signature object associated with this item
|
SFFileLock |
getFileLockInfo()
File lock info
|
java.lang.String |
getFilePath()
Represents the Object Storage Identifier for this File.
|
java.lang.String |
getHash()
MD5 Hash of the File contents.
|
java.lang.Boolean |
getHasPreview()
Indicates that the File has an image Preview.
|
SFItemInfo |
getInfo()
Effective Access Control permissions for this file
|
SFUser |
getLockedBy()
Indicates the user that has locked the file
|
java.lang.Float |
getVersion()
File version.
|
SFSafeEnum<SFFileVirusStatus> |
getVirusStatus()
Current Anti-Virus scanning status for this file
|
void |
setDlpInfo(SFItemDlpInfo dlpinfo)
Data Loss Prevention information for this file.
|
void |
setESignatureDocument(SFESignature esignaturedocument)
Electronic signature object associated with this item
|
void |
setFileLockInfo(SFFileLock filelockinfo)
File lock info
|
void |
setFilePath(java.lang.String filepath)
Represents the Object Storage Identifier for this File.
|
void |
setHash(java.lang.String hash)
MD5 Hash of the File contents.
|
void |
setHasPreview(java.lang.Boolean haspreview)
Indicates that the File has an image Preview.
|
void |
setInfo(SFItemInfo info)
Effective Access Control permissions for this file
|
void |
setLockedBy(SFUser lockedby)
Indicates the user that has locked the file
|
void |
setVersion(java.lang.Float version)
File version.
|
void |
setVirusStatus(SFSafeEnum<SFFileVirusStatus> virusstatus)
Current Anti-Virus scanning status for this file
|
getAccessControls, getAccount, getAssociatedFolderTemplateID, getBandwidthLimitInMB, getClientCreatedDate, getClientModifiedDate, getCreationDate, getCreator, getCreatorFirstName, getCreatorLastName, getCreatorNameShort, getDescription, getDiskSpaceLimit, getEditingPlatformsSupported, getExpirationDate, getExpirationDays, getFileName, getFileSizeBytes, getFileSizeInKB, getHasMultipleVersions, getHasPendingAsyncOp, getHasPendingDeletion, getHasPermissionInfo, getIsHidden, getIsTemplateOwned, getMaxPreviewSize, getMetadata, getName, getOwner, getParent, getPath, getPreviewPlatformsSupported, getPreviewStatus, getProgenyEditDate, getState, getStreamID, getZone, setAccessControls, setAccount, setAssociatedFolderTemplateID, setBandwidthLimitInMB, setClientCreatedDate, setClientModifiedDate, setCreationDate, setCreator, setCreatorFirstName, setCreatorLastName, setCreatorNameShort, setDescription, setDiskSpaceLimit, setEditingPlatformsSupported, setExpirationDate, setExpirationDays, setFileName, setFileSizeBytes, setFileSizeInKB, setHasMultipleVersions, setHasPendingAsyncOp, setHasPendingDeletion, setHasPermissionInfo, setIsHidden, setIsTemplateOwned, setMaxPreviewSize, setMetadata, setName, setOwner, setParent, setPath, setPreviewPlatformsSupported, setPreviewStatus, setProgenyEditDate, setState, setStreamID, setZoneaddProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic java.lang.String getFilePath()
public void setFilePath(java.lang.String filepath)
public java.lang.String getHash()
public void setHash(java.lang.String hash)
public java.lang.Boolean getHasPreview()
public void setHasPreview(java.lang.Boolean haspreview)
public SFSafeEnum<SFFileVirusStatus> getVirusStatus()
public void setVirusStatus(SFSafeEnum<SFFileVirusStatus> virusstatus)
public SFItemDlpInfo getDlpInfo()
public void setDlpInfo(SFItemDlpInfo dlpinfo)
public SFItemInfo getInfo()
public void setInfo(SFItemInfo info)
public SFUser getLockedBy()
public void setLockedBy(SFUser lockedby)
public SFFileLock getFileLockInfo()
public void setFileLockInfo(SFFileLock filelockinfo)
public java.lang.Float getVersion()
public void setVersion(java.lang.Float version)
public SFESignature getESignatureDocument()
public void setESignatureDocument(SFESignature esignaturedocument)