public class GetPublishedDocumentsInfos extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Identifier.
|
protected org.nuxeo.ecm.platform.publisher.api.PublisherService |
publisherService |
protected Boolean |
readFilter |
protected org.nuxeo.ecm.core.api.CoreSession |
session |
static String |
WEB_APP |
static String |
WEBID_PATTERN |
| Constructor and Description |
|---|
GetPublishedDocumentsInfos() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
getDocumentURL(org.nuxeo.ecm.core.api.DocumentModel document) |
protected static net.sf.json.JSONArray |
getSectionsInfos(org.nuxeo.ecm.platform.publisher.api.PublisherService publisherService,
org.nuxeo.ecm.core.api.CoreSession session,
org.nuxeo.ecm.core.api.DocumentModel document,
net.sf.json.JSONArray informations)
Gets Sections infos.
|
org.nuxeo.ecm.core.api.impl.blob.StringBlob |
run(org.nuxeo.ecm.core.api.DocumentModel document) |
public static final String ID
protected org.nuxeo.ecm.core.api.CoreSession session
protected org.nuxeo.ecm.platform.publisher.api.PublisherService publisherService
protected Boolean readFilter
public static final String WEBID_PATTERN
public static final String WEB_APP
public org.nuxeo.ecm.core.api.impl.blob.StringBlob run(org.nuxeo.ecm.core.api.DocumentModel document)
throws Exception
Exceptionprotected static net.sf.json.JSONArray getSectionsInfos(org.nuxeo.ecm.platform.publisher.api.PublisherService publisherService,
org.nuxeo.ecm.core.api.CoreSession session,
org.nuxeo.ecm.core.api.DocumentModel document,
net.sf.json.JSONArray informations)
protected static String getDocumentURL(org.nuxeo.ecm.core.api.DocumentModel document)
document - Copyright © 2024. All rights reserved.