public interface IDataProcessor
Modifier and Type | Method and Description |
---|---|
void |
analyze(CoreSession session) |
void |
analyze(CoreSession session,
DocumentModel doc,
int timeout) |
Collection<DocumentSummary> |
getAllDocuments() |
int |
getDocumentTreeMaxDepth()
The maximum doc tree depth
|
int |
getDocumentTreeMinDepth()
The minimum doc tree depth, 0 if analysis was run on repository root, >0 if the analysis was run on a child
document of repository root.
|
String |
getInformation()
Some text information related to the status
|
int |
getNumberOfDocuments() |
Set<String> |
getPermissions() |
DataProcessor.ProcessorStatus |
getStatus()
A status concerning data analysis
|
Set<String> |
getUserAndGroups() |
void analyze(CoreSession session)
void analyze(CoreSession session, DocumentModel doc, int timeout)
Set<String> getUserAndGroups()
Set<String> getPermissions()
int getDocumentTreeMaxDepth()
int getDocumentTreeMinDepth()
int getNumberOfDocuments()
Collection<DocumentSummary> getAllDocuments()
DataProcessor.ProcessorStatus getStatus()
String getInformation()
Copyright © 2015 Nuxeo SA. All rights reserved.