Class ContentItemJsonRepresentation

    • Field Detail

      • version

        protected Integer version
      • versionInfo

        protected String versionInfo
      • mimeType

        protected String mimeType
      • taskId

        protected String taskId
      • processInstanceId

        protected String processInstanceId
      • scopeId

        protected String scopeId
      • scopeType

        protected String scopeType
      • contentStoreId

        protected String contentStoreId
      • contentStoreName

        protected String contentStoreName
      • contentAvailable

        protected boolean contentAvailable
      • contentSize

        protected Long contentSize
      • created

        protected Date created
      • createdBy

        protected String createdBy
      • lastModified

        protected Date lastModified
      • lastModifiedBy

        protected String lastModifiedBy
      • versionParentId

        protected String versionParentId
      • definitionId

        protected String definitionId
      • definitionName

        protected String definitionName
      • subType

        protected String subType
      • state

        protected String state
      • subState

        protected String subState
      • tenantId

        protected String tenantId
      • provisional

        protected boolean provisional
      • lockInfo

        protected String lockInfo
      • parentFolderId

        protected String parentFolderId
    • Constructor Detail

      • ContentItemJsonRepresentation

        public ContentItemJsonRepresentation()
      • ContentItemJsonRepresentation

        public ContentItemJsonRepresentation​(CoreContentItem contentItem)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getVersion

        public Integer getVersion()
      • setVersion

        public void setVersion​(Integer version)
      • getVersionInfo

        public String getVersionInfo()
      • setVersionInfo

        public void setVersionInfo​(String versionInfo)
      • getMimeType

        public String getMimeType()
      • setMimeType

        public void setMimeType​(String mimeType)
      • getTaskId

        public String getTaskId()
      • setTaskId

        public void setTaskId​(String taskId)
      • getProcessInstanceId

        public String getProcessInstanceId()
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getScopeId

        public String getScopeId()
      • setScopeId

        public void setScopeId​(String scopeId)
      • getScopeType

        public String getScopeType()
      • setScopeType

        public void setScopeType​(String scopeType)
      • getContentStoreId

        public String getContentStoreId()
      • setContentStoreId

        public void setContentStoreId​(String contentStoreId)
      • getContentStoreName

        public String getContentStoreName()
      • setContentStoreName

        public void setContentStoreName​(String contentStoreName)
      • isContentAvailable

        public boolean isContentAvailable()
      • setContentAvailable

        public void setContentAvailable​(boolean contentAvailable)
      • getContentSize

        public Long getContentSize()
      • setContentSize

        public void setContentSize​(Long contentSize)
      • getCreated

        public Date getCreated()
      • setCreated

        public void setCreated​(Date created)
      • getCreatedBy

        public String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
      • getLastModified

        public Date getLastModified()
      • setLastModified

        public void setLastModified​(Date lastModified)
      • getLastModifiedBy

        public String getLastModifiedBy()
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
      • getVersionParentId

        public String getVersionParentId()
      • setVersionParentId

        public void setVersionParentId​(String versionParentId)
      • getDefinitionId

        public String getDefinitionId()
      • setDefinitionId

        public void setDefinitionId​(String definitionId)
      • getDefinitionName

        public String getDefinitionName()
      • setDefinitionName

        public void setDefinitionName​(String definitionName)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getSubType

        public String getSubType()
      • setSubType

        public void setSubType​(String subType)
      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • getSubState

        public String getSubState()
      • setSubState

        public void setSubState​(String subState)
      • getTenantId

        public String getTenantId()
      • setTenantId

        public void setTenantId​(String tenantId)
      • isProvisional

        public boolean isProvisional()
      • setProvisional

        public void setProvisional​(boolean provisional)
      • getLockInfo

        public String getLockInfo()
      • setLockInfo

        public void setLockInfo​(String lockInfo)
      • getParentFolderId

        public String getParentFolderId()
      • setParentFolderId

        public void setParentFolderId​(String parentFolderId)
      • getMetadataProperties

        public Map<String,​Object> getMetadataProperties()
      • setMetadataProperties

        public void setMetadataProperties​(Map<String,​Object> metadataProperties)