Class ProfileMisc

java.lang.Object
com.openkm.sdk4j.bean.ProfileMisc
All Implemented Interfaces:
Serializable

public class ProfileMisc extends Object implements Serializable
See Also:
  • Constructor Details

    • ProfileMisc

      public ProfileMisc()
  • Method Details

    • 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)
    • getExtensions

      public Set<String> getExtensions()
    • setExtensions

      public void setExtensions(Set<String> extensions)
    • getReports

      public Set<Long> getReports()
    • setReports

      public void setReports(Set<Long> reports)
    • getReportPluginList

      public Set<String> getReportPluginList()
    • setReportPluginList

      public void setReportPluginList(Set<String> reportPluginList)
    • getWorkflows

      public Set<String> getWorkflows()
    • setWorkflows

      public void setWorkflows(Set<String> workflows)
    • 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)
    • getPropertyGroups

      public Set<String> getPropertyGroups()
    • setPropertyGroups

      public void setPropertyGroups(Set<String> propertyGroups)
    • 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)
    • getCustomActions

      public Set<Long> getCustomActions()
    • setCustomActions

      public void setCustomActions(Set<Long> customActions)
    • getCustomActionsDetails

      public List<CustomAction> getCustomActionsDetails()
    • isAiVisible

      public boolean isAiVisible()
    • setAiVisible

      public void setAiVisible(boolean aiVisible)
    • isIdentityVisible

      public boolean isIdentityVisible()
    • setIdentityVisible

      public void setIdentityVisible(boolean identityVisible)
    • setCustomActionsDetails

      public void setCustomActionsDetails(List<CustomAction> customActionsDetails)
    • toString

      public String toString()
      Overrides:
      toString in class Object