/**
* hide the current document to non members of the social collaboration
* workspace
*/
public void restrictToMembers() throws ClientException {
DocumentModel currentDocument = navigationContext.getCurrentDocument();
restrictToMembers(currentDocument);
}