public class IManageDocumentJson extends BaseJson
Constructor and Description |
---|
IManageDocumentJson() |
Modifier and Type | Method and Description |
---|---|
DocumentAccessLevel |
getAccessLevel()
Document Access Level.
|
DocumentAnnotationsListJson |
getAnnotationsList()
A json which represents the users who annotated the file, and the last
update date of their annotation
|
CacheDocumentStatus |
getCacheStatus()
Cache status
|
String |
getClassification()
Classification, if exists.
|
String |
getContentType()
Content type
|
String |
getConvertedName()
Converted name for file
|
Date |
getCreationDate()
Date of creation.
|
String |
getDlpStatus()
return the DLP status of an uploading document
|
DocumentCurrentVersionJson |
getDocumentCurrentVersion()
A json which represents the current version of the file
|
String |
getEditorUrl()
URL to edit the document using Wopi
|
DocumentExternalRepositoryDataJson |
getExternalRepositoryData() |
String |
getFileHash()
File hash
|
String |
getFilename()
File name.
|
Integer |
getFolderId()
Folder id
|
String |
getFolderUuid()
Folder uuid
|
Boolean |
getInheritsPerms()
Inherits permissions
|
String |
getItemId() |
Date |
getLastUpdated()
Date of creation or last update of the file.
|
Integer |
getLicenseHoursValid()
Max hours that the license is valid
|
String |
getModifiedBy()
Modified by
|
Date |
getModifiedDate()
Date of modified.
|
String |
getName()
File name
|
Integer |
getNumOfVersions()
Indicates how many versions this file has
|
String |
getOnlineEditorUrl()
URL to edit the file online
|
Boolean |
getOpenToAnyone()
Indicates that the file can be accessed by non-authenticated users
|
Long |
getOriginalSize()
Original size of file (bytes)
|
String |
getParentItemId()
The IManage item id of the parent folder
|
PdfConversionStatus |
getPdfConversionStatus()
The status of PDF conversion
|
Integer |
getPendingRequests()
Number of pending requests to access the file
|
Integer |
getPercentCompleted()
Progress status.
|
PermissionsToUserJson |
getPermissionsJson()
Permissions, in some contexts may be null.
|
String |
getPreviewUrl()
URL to preview the file
|
Boolean |
getRead()
Will be true if the last file was read since its last update.
|
ReadyForDownloadOriginal |
getReadyForDownloadOriginal()
Read only when file is cached and download vlp validation is over (if
necessary)
|
Boolean |
getRmsEnabled()
RMS enabled
|
String |
getRoom()
Id of the workspace the file has been submitted to.
|
Float |
getScore()
The score of the file in the current search
|
Boolean |
getSecureTransferFile()
Secure transfer file
|
String |
getSender()
Sender's email address
|
Boolean |
getStarred()
Will be true if the file was marked as starred (favorite).
|
Date |
getStarredDate()
Mark date
|
StatusJson |
getStatus()
Status, status number and error string in case of error.
|
Boolean |
getSupportedFileType()
Indicates that a file can be shown in Watchdox Online Viewer
|
TagListJson |
getTagList()
Tags, if exist.
|
TransientDocumentCommentCountJson |
getTransientDocumentCommentCountJson()
Comments count
|
String |
getUrl()
URL of a (protected) file.
|
String |
getViewerUrl()
URL of a (protected) file for viewing .
|
String |
getWorkspaceUuid()
Workspace uuid
|
void |
setAccessLevel(DocumentAccessLevel accessLevel)
Document Access Level.
|
void |
setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last
update date of their annotation
|
void |
setCacheStatus(CacheDocumentStatus cacheStatus)
Cache status
|
void |
setClassification(String classification)
Classification, if exists.
|
void |
setContentType(String contentType)
Content type
|
void |
setConvertedName(String convertedName)
Converted name for file
|
void |
setCreationDate(Date creationDate)
Date of creation.
|
void |
setDlpStatus(String dlpStatus)
return the DLP status of an uploading document
|
void |
setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the file
|
void |
setEditorUrl(String editorUrl)
URL to edit the document using Wopi
|
void |
setExternalRepositoryData(DocumentExternalRepositoryDataJson externalRepositoryData) |
void |
setFileHash(String fileHash)
File hash
|
void |
setFilename(String filename)
File name.
|
void |
setFolderId(Integer folderId)
Folder id
|
void |
setFolderUuid(String folderUuid)
Folder uuid
|
void |
setInheritsPerms(Boolean inheritsPerms)
Inherits permissions
|
void |
setItemId(String itemId) |
void |
setLastUpdated(Date lastUpdated)
Date of creation or last update of the file.
|
void |
setLicenseHoursValid(Integer licenseHoursValid)
Max hours that the license is valid
|
void |
setModifiedBy(String modifiedBy)
Modified by
|
void |
setModifiedDate(Date modifiedDate)
Date of modified.
|
void |
setName(String name)
File name
|
void |
setNumOfVersions(Integer numOfVersions)
Indicates how many versions this file has
|
void |
setOnlineEditorUrl(String onlineEditorUrl)
URL to edit the file online
|
void |
setOpenToAnyone(Boolean openToAnyone)
Indicates that the file can be accessed by non-authenticated users
|
void |
setOriginalSize(Long originalSize)
Original size of file (bytes)
|
void |
setParentItemId(String parentItemId)
The IManage item id of the parent folder
|
void |
setPdfConversionStatus(PdfConversionStatus pdfConversionStatus)
The status of PDF conversion
|
void |
setPendingRequests(Integer pendingRequests)
Number of pending requests to access the file
|
void |
setPercentCompleted(Integer percentCompleted)
Progress status.
|
void |
setPermissionsJson(PermissionsToUserJson permissionsJson)
Permissions, in some contexts may be null.
|
void |
setPreviewUrl(String previewUrl)
URL to preview the file
|
void |
setRead(Boolean read)
Will be true if the last file was read since its last update.
|
void |
setReadyForDownloadOriginal(ReadyForDownloadOriginal readyForDownloadOriginal)
Read only when file is cached and download vlp validation is over (if
necessary)
|
void |
setRmsEnabled(Boolean rmsEnabled)
RMS enabled
|
void |
setRoom(String room)
Id of the workspace the file has been submitted to.
|
void |
setScore(Float score)
The score of the file in the current search
|
void |
setSecureTransferFile(Boolean secureTransferFile)
Secure transfer file
|
void |
setSender(String sender)
Sender's email address
|
void |
setStarred(Boolean starred)
Will be true if the file was marked as starred (favorite).
|
void |
setStarredDate(Date starredDate)
Mark date
|
void |
setStatus(StatusJson status)
Status, status number and error string in case of error.
|
void |
setSupportedFileType(Boolean supportedFileType)
Indicates that a file can be shown in Watchdox Online Viewer
|
void |
setTagList(TagListJson tagList)
Tags, if exist.
|
void |
setTransientDocumentCommentCountJson(TransientDocumentCommentCountJson transientDocumentCommentCountJson)
Comments count
|
void |
setUrl(String url)
URL of a (protected) file.
|
void |
setViewerUrl(String viewerUrl)
URL of a (protected) file for viewing .
|
void |
setWorkspaceUuid(String workspaceUuid)
Workspace uuid
|
getObjType, setObjType, toString
public String getPreviewUrl()
public void setPreviewUrl(String previewUrl)
previewUrl
- URL to preview the filepublic Integer getPendingRequests()
public void setPendingRequests(Integer pendingRequests)
pendingRequests
- Number of pending requests to access the filepublic String getFileHash()
public void setFileHash(String fileHash)
fileHash
- File hashpublic Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
lastUpdated
- Date of creation or last update of the file.public Float getScore()
public void setScore(Float score)
score
- The score of the file in the current searchpublic Boolean getStarred()
public void setStarred(Boolean starred)
starred
- Will be true if the file was marked as starred
(favorite).public String getParentItemId()
public void setParentItemId(String parentItemId)
parentItemId
- The IManage item id of the parent folderpublic DocumentExternalRepositoryDataJson getExternalRepositoryData()
public void setExternalRepositoryData(DocumentExternalRepositoryDataJson externalRepositoryData)
public ReadyForDownloadOriginal getReadyForDownloadOriginal()
public void setReadyForDownloadOriginal(ReadyForDownloadOriginal readyForDownloadOriginal)
readyForDownloadOriginal
- Read only when file is cached and
download vlp validation is over (if necessary)public Long getOriginalSize()
public void setOriginalSize(Long originalSize)
originalSize
- Original size of file (bytes)public String getContentType()
public void setContentType(String contentType)
contentType
- Content typepublic Boolean getRead()
public void setRead(Boolean read)
read
- Will be true if the last file was read since its last
update.public CacheDocumentStatus getCacheStatus()
public void setCacheStatus(CacheDocumentStatus cacheStatus)
cacheStatus
- Cache statuspublic Boolean getSecureTransferFile()
public void setSecureTransferFile(Boolean secureTransferFile)
secureTransferFile
- Secure transfer filepublic String getClassification()
public void setClassification(String classification)
classification
- Classification, if exists.public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- Date of creation.public DocumentCurrentVersionJson getDocumentCurrentVersion()
public void setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
documentCurrentVersion
- A json which represents the current
version of the filepublic Integer getFolderId()
public void setFolderId(Integer folderId)
folderId
- Folder idpublic String getItemId()
public void setItemId(String itemId)
public String getFilename()
public void setFilename(String filename)
filename
- File name.public String getSender()
public void setSender(String sender)
sender
- Sender's email addresspublic Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate
- Date of modified.public String getName()
public void setName(String name)
name
- File namepublic StatusJson getStatus()
public void setStatus(StatusJson status)
status
- Status, status number and error string in case of error.public Integer getPercentCompleted()
public void setPercentCompleted(Integer percentCompleted)
percentCompleted
- Progress status.public String getOnlineEditorUrl()
public void setOnlineEditorUrl(String onlineEditorUrl)
onlineEditorUrl
- URL to edit the file onlinepublic PdfConversionStatus getPdfConversionStatus()
public void setPdfConversionStatus(PdfConversionStatus pdfConversionStatus)
pdfConversionStatus
- The status of PDF conversionpublic Boolean getRmsEnabled()
public void setRmsEnabled(Boolean rmsEnabled)
rmsEnabled
- RMS enabledpublic String getConvertedName()
public void setConvertedName(String convertedName)
convertedName
- Converted name for filepublic Integer getLicenseHoursValid()
public void setLicenseHoursValid(Integer licenseHoursValid)
licenseHoursValid
- Max hours that the license is validpublic String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy
- Modified bypublic String getDlpStatus()
public void setDlpStatus(String dlpStatus)
dlpStatus
- return the DLP status of an uploading documentpublic TransientDocumentCommentCountJson getTransientDocumentCommentCountJson()
public void setTransientDocumentCommentCountJson(TransientDocumentCommentCountJson transientDocumentCommentCountJson)
transientDocumentCommentCountJson
- Comments countpublic Boolean getSupportedFileType()
public void setSupportedFileType(Boolean supportedFileType)
supportedFileType
- Indicates that a file can be shown in Watchdox
Online Viewerpublic Boolean getOpenToAnyone()
public void setOpenToAnyone(Boolean openToAnyone)
openToAnyone
- Indicates that the file can be accessed by
non-authenticated userspublic DocumentAccessLevel getAccessLevel()
public void setAccessLevel(DocumentAccessLevel accessLevel)
accessLevel
- Document Access Level. Levels are FULL, VIEWER,
TRACKING, NONE.public String getEditorUrl()
public void setEditorUrl(String editorUrl)
editorUrl
- URL to edit the document using Wopipublic PermissionsToUserJson getPermissionsJson()
public void setPermissionsJson(PermissionsToUserJson permissionsJson)
permissionsJson
- Permissions, in some contexts may be null.public String getViewerUrl()
public void setViewerUrl(String viewerUrl)
viewerUrl
- URL of a (protected) file for viewing .public Integer getNumOfVersions()
public void setNumOfVersions(Integer numOfVersions)
numOfVersions
- Indicates how many versions this file haspublic String getFolderUuid()
public void setFolderUuid(String folderUuid)
folderUuid
- Folder uuidpublic String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
workspaceUuid
- Workspace uuidpublic String getUrl()
public void setUrl(String url)
url
- URL of a (protected) file.public String getRoom()
public void setRoom(String room)
room
- Id of the workspace the file has been submitted to.public TagListJson getTagList()
public void setTagList(TagListJson tagList)
tagList
- Tags, if exist.public Date getStarredDate()
public void setStarredDate(Date starredDate)
starredDate
- Mark datepublic DocumentAnnotationsListJson getAnnotationsList()
public void setAnnotationsList(DocumentAnnotationsListJson annotationsList)
annotationsList
- A json which represents the users who annotated
the file, and the last update date of their annotationpublic Boolean getInheritsPerms()
public void setInheritsPerms(Boolean inheritsPerms)
inheritsPerms
- Inherits permissionsCopyright © 2019. All rights reserved.