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.DocumentModelRefresh
AbstractSession. refreshDocument(DocumentRef ref, int refreshFlags, String[] schemas)
DocumentModel.DocumentModelRefresh
CoreSession. refreshDocument(DocumentRef ref, int refreshFlags, String[] schemas)
Internal method - it is used internally byDocumentModel.refresh()
static DocumentModel.DocumentModelRefresh
DocumentModelFactory. refreshDocumentModel(Document doc, int flags, String[] schemas)
Gets what's to refresh in a model (except for the ACPs, which need the session).
-