Package com.openkm.sdk4j.bean
Class ProfileMisc
- java.lang.Object
-
- com.openkm.sdk4j.bean.ProfileMisc
-
- All Implemented Interfaces:
Serializable
public class ProfileMisc extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileMisc()
-
Method Summary
-
-
-
Method Detail
-
getAdvancedFilters
public Boolean getAdvancedFilters()
-
setAdvancedFilters
public void setAdvancedFilters(Boolean advancedFilters)
-
getUserQuota
public long getUserQuota()
-
setUserQuota
public void setUserQuota(long userQuota)
-
getWebSkin
public String getWebSkin()
-
setWebSkin
public void setWebSkin(String webSkin)
-
getPrintPreview
public Boolean getPrintPreview()
-
setPrintPreview
public void setPrintPreview(Boolean printPreview)
-
getDownloadPreview
public Boolean getDownloadPreview()
-
setDownloadPreview
public void setDownloadPreview(Boolean downloadPreview)
-
getKeywordsEnabled
public Boolean getKeywordsEnabled()
-
setKeywordsEnabled
public void setKeywordsEnabled(Boolean keywordsEnabled)
-
getUploadNotifyUsers
public Boolean getUploadNotifyUsers()
-
setUploadNotifyUsers
public void setUploadNotifyUsers(Boolean uploadNotifyUsers)
-
getNotifyExternalUsers
public Boolean getNotifyExternalUsers()
-
setNotifyExternalUsers
public void setNotifyExternalUsers(Boolean notifyExternalUsers)
-
getEventsNotification
public Boolean getEventsNotification()
-
setEventsNotification
public void setEventsNotification(Boolean eventsNotification)
-
getIncreaseVersion
public Boolean getIncreaseVersion()
-
setIncreaseVersion
public void setIncreaseVersion(Boolean increaseVersion)
-
getThumbnailVisible
public Boolean getThumbnailVisible()
-
setThumbnailVisible
public void setThumbnailVisible(Boolean thumbnailVisible)
-
getQuickSearchVisible
public Boolean getQuickSearchVisible()
-
setQuickSearchVisible
public void setQuickSearchVisible(Boolean quickSearchVisible)
-
getCopyRelatedInformation
public Boolean getCopyRelatedInformation()
-
setCopyRelatedInformation
public void setCopyRelatedInformation(Boolean copyRelatedInformation)
-
getPreviewer
public String getPreviewer()
-
setPreviewer
public void setPreviewer(String previewer)
-
getPdfJsPageMode
public String getPdfJsPageMode()
-
setPdfJsPageMode
public void setPdfJsPageMode(String pdfJsPageMode)
-
getSentMailStorage
public String getSentMailStorage()
-
setSentMailStorage
public void setSentMailStorage(String sentMailStorage)
-
getAskDragDropUpdates
public Boolean getAskDragDropUpdates()
-
setAskDragDropUpdates
public void setAskDragDropUpdates(Boolean askDragDropUpdates)
-
isOpenParentFolder
public boolean isOpenParentFolder()
-
setOpenParentFolder
public void setOpenParentFolder(boolean openParentFolder)
-
isPdfTools
public boolean isPdfTools()
-
setPdfTools
public void setPdfTools(boolean pdfTools)
-
isShowTree
public boolean isShowTree()
-
setShowTree
public void setShowTree(boolean showTree)
-
getCustomActionsDetails
public List<CustomAction> getCustomActionsDetails()
-
setCustomActionsDetails
public void setCustomActionsDetails(List<CustomAction> customActionsDetails)
-
-