Uses of Class
org.nuxeo.ecm.core.api.DocumentModel.DocumentModelRefresh
-
Packages that use DocumentModel.DocumentModelRefresh Package Description org.nuxeo.ecm.core.api -
-
Uses of DocumentModel.DocumentModelRefresh in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return DocumentModel.DocumentModelRefresh Modifier and Type Method Description DocumentModel.DocumentModelRefreshAbstractSession. refreshDocument(DocumentRef ref, int refreshFlags, String[] schemas)DocumentModel.DocumentModelRefreshCoreSession. refreshDocument(DocumentRef ref, int refreshFlags, String[] schemas)Internal method - it is used internally byDocumentModel.refresh()static DocumentModel.DocumentModelRefreshDocumentModelFactory. refreshDocumentModel(Document doc, int flags, String[] schemas)Gets what's to refresh in a model (except for the ACPs, which need the session).
-