public class WebIdResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RPXY_WID_MARKER
Remote proxy webid marker.
|
| Modifier and Type | Method and Description |
|---|---|
static org.nuxeo.ecm.core.api.DocumentModelList |
getDocumentsByWebId(org.nuxeo.ecm.core.api.CoreSession coreSession,
String webId) |
static org.nuxeo.ecm.core.api.DocumentModel |
getLiveDocumentByWebId(org.nuxeo.ecm.core.api.CoreSession coreSession,
String webId) |
public static final String RPXY_WID_MARKER
public static org.nuxeo.ecm.core.api.DocumentModel getLiveDocumentByWebId(org.nuxeo.ecm.core.api.CoreSession coreSession,
String webId)
throws org.nuxeo.ecm.core.model.NoSuchDocumentException
coreSession - webId - org.nuxeo.ecm.core.model.NoSuchDocumentExceptionpublic static org.nuxeo.ecm.core.api.DocumentModelList getDocumentsByWebId(org.nuxeo.ecm.core.api.CoreSession coreSession,
String webId)
throws org.nuxeo.ecm.core.model.NoSuchDocumentException
coreSession - webId - org.nuxeo.ecm.core.model.NoSuchDocumentExceptionCopyright © 2020. All rights reserved.