public interface IAclExcelLayoutBuilder
| Modifier and Type | Method and Description |
|---|---|
IExcelBuilder |
getExcel() |
void |
renderAudit(CoreSession session)
Analyze and render an ACL audit for the complete repository in
unrestricted mode.
|
void |
renderAudit(CoreSession session,
DocumentModel doc)
Analyze and render an ACL audit for the complete document tree in
unrestricted mode.
|
void |
renderAudit(CoreSession session,
DocumentModel doc,
boolean unrestricted)
Analyze and render an ACL audit for the input document and its children.
|
void |
renderAudit(CoreSession session,
DocumentModel doc,
boolean unrestricted,
int timeout) |
void renderAudit(CoreSession session) throws ClientException
ClientExceptionvoid renderAudit(CoreSession session, DocumentModel doc) throws ClientException
ClientExceptionvoid renderAudit(CoreSession session, DocumentModel doc, boolean unrestricted) throws ClientException
ClientExceptionvoid renderAudit(CoreSession session, DocumentModel doc, boolean unrestricted, int timeout) throws ClientException
ClientExceptionIExcelBuilder getExcel()
Copyright © 2020 Nuxeo SA. All rights reserved.