Class SimpleDocumentEntity

    • Constructor Detail

      • SimpleDocumentEntity

        public SimpleDocumentEntity()
    • Method Detail

      • withURI

        public SimpleDocumentEntity withURI​(URI uri)
        Sets a URI to this entity. With this URI, it can then be accessed through the Web.
        Parameters:
        uri - the web entity URI.
        Returns:
        itself.
      • getURI

        public URI getURI()
        Description copied from interface: WebEntity
        Gets the URI at which this web entity is published and can be accessed.
        Specified by:
        getURI in interface WebEntity
        Returns:
        the web entity URI.
      • getId

        public String getId()
      • getSpId

        public Long getSpId()
      • getInstanceId

        public String getInstanceId()
      • getFileName

        public String getFileName()
      • getDescription

        public String getDescription()
      • getContentType

        public String getContentType()
      • getCreationDate

        public long getCreationDate()
      • getCreatedBy

        public String getCreatedBy()
      • getUpdateDate

        public long getUpdateDate()
      • getUpdatedBy

        public String getUpdatedBy()
      • getSize

        public long getSize()
      • getTitle

        public String getTitle()
      • getLang

        public String getLang()
      • getIcon

        public String getIcon()
      • getPermalink

        public String getPermalink()
      • getDownloadUrl

        public String getDownloadUrl()
      • getComment

        public String getComment()
      • getVersioned

        public String getVersioned()
      • getPrewiewable

        public Boolean getPrewiewable()
      • getViewable

        public Boolean getViewable()
      • getDisplayAsContent

        public Boolean getDisplayAsContent()
      • getWidthInPixel

        public Integer getWidthInPixel()
      • getHeightInPixel

        public Integer getHeightInPixel()