Interface ContentItem


public interface ContentItem
An object structure representing a piece of content.
Author:
Tijs Rademakers, Joram Barez
  • Method Details

    • getId

      String getId()
      unique identifier
    • getName

      String getName()
    • setName

      void setName(String name)
    • getMimeType

      String getMimeType()
    • setMimeType

      void setMimeType(String mimeType)
    • getTaskId

      String getTaskId()
    • setTaskId

      void setTaskId(String taskId)
    • getProcessInstanceId

      String getProcessInstanceId()
    • setProcessInstanceId

      void setProcessInstanceId(String processInstanceId)
    • getScopeId

      String getScopeId()
    • setScopeId

      void setScopeId(String scopeId)
    • getScopeType

      String getScopeType()
    • setScopeType

      void setScopeType(String scopeType)
    • getContentStoreId

      String getContentStoreId()
    • setContentStoreId

      void setContentStoreId(String contentStoreId)
    • getContentStoreName

      String getContentStoreName()
    • setContentStoreName

      void setContentStoreName(String contentStoreName)
    • isContentAvailable

      boolean isContentAvailable()
    • getField

      String getField()
    • setField

      void setField(String field)
    • getContentSize

      Long getContentSize()
    • getTenantId

      String getTenantId()
    • setTenantId

      void setTenantId(String tenantId)
    • getCreated

      Date getCreated()
    • getCreatedBy

      String getCreatedBy()
    • setCreatedBy

      void setCreatedBy(String createdBy)
    • getLastModified

      Date getLastModified()
    • getLastModifiedBy

      String getLastModifiedBy()
    • setLastModifiedBy

      void setLastModifiedBy(String lastModifiedBy)
    • isProvisional

      boolean isProvisional()
    • setProvisional

      void setProvisional(boolean provisional)