| org.sakaiproject.content.api.ContentResourceEdit
setContent | public void setContent(byte[] content)(Code) | | Set the resource content.
Parameters: content - An array containing the bytes of the resource's content. |
setContentLength | public void setContentLength(int length)(Code) | | Set the content byte length.
Parameters: length - The content byte length. |
setContentType | public void setContentType(String type)(Code) | | Set the resource MIME type.
Parameters: type - The resource MIME type. |
setResourceType | public void setResourceType(String string)(Code) | | Set the "type" of this ContentEntity as determined by the ResourceType registration
that was used to create it.
Parameters: string - |
|
|