* Returns the user who last modified the document.
*
* @return the user who last modified the document
*/
public LastModifiedBy getLastModifiedBy() {
LastModifiedBy lastModifiedBy = getExtension(LastModifiedBy.class);
return lastModifiedBy == null ? null : lastModifiedBy;
}