Examples of DocumentModel


Examples of org.nuxeo.ecm.core.api.DocumentModel

    /**
     * hide the current document to non members of the social collaboration
     * workspace
     */
    public void restrictToMembers() throws ClientException {
        DocumentModel currentDocument = navigationContext.getCurrentDocument();
        restrictToMembers(currentDocument);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.