Class UploadInfo

java.lang.Object
org.alfresco.rm.rest.api.model.UploadInfo

public class UploadInfo extends Object
Encapsulates the elements of an upload request
Since:
2.6
Author:
Ana Bozianu
  • Constructor Details

    • UploadInfo

      public UploadInfo(org.springframework.extensions.webscripts.servlet.FormData formData)
  • Method Details

    • getFileName

      public String getFileName()
    • getNodeType

      public String getNodeType()
    • getRelativePath

      public String getRelativePath()
    • getContent

      public org.springframework.extensions.surf.util.Content getContent()
    • getProperties

      public Map<String,Object> getProperties()