public class RenditionFinder extends UnrestrictedSessionRunner
Can run Unrestricted or not.
Modifier and Type | Field and Description |
---|---|
protected RenditionDefinition |
renditionDefinition |
protected String |
renditionName |
protected String |
renditionVariant |
protected DocumentModel |
source |
protected DocumentModel |
storedRendition |
isUnrestricted, originatingUsername, repositoryName, session, sessionIsAlreadyUnrestricted
Modifier | Constructor and Description |
---|---|
protected |
RenditionFinder(DocumentModel source,
RenditionDefinition renditionDefinition) |
Modifier and Type | Method and Description |
---|---|
protected static String |
formatTimestamp(Calendar cal) |
protected String |
getSourceDocumentModificationDatePropertyName() |
DocumentModel |
getStoredRendition() |
void |
run()
This method will be called by
UnrestrictedSessionRunner.runUnrestricted() with UnrestrictedSessionRunner.session available as an unrestricted
session. |
getOriginatingUsername, isUnrestricted, runUnrestricted, setOriginatingUsername
protected final DocumentModel source
protected DocumentModel storedRendition
protected final String renditionName
protected RenditionDefinition renditionDefinition
protected final String renditionVariant
protected RenditionFinder(DocumentModel source, RenditionDefinition renditionDefinition)
public void run()
UnrestrictedSessionRunner
UnrestrictedSessionRunner.runUnrestricted()
with UnrestrictedSessionRunner.session
available as an unrestricted
session.
It can also be called directly in which case the UnrestrictedSessionRunner.session
available will be the one passed to
#UnrestrictedSessionRunner(CoreSession)
.
run
in class UnrestrictedSessionRunner
public DocumentModel getStoredRendition()
protected String getSourceDocumentModificationDatePropertyName()
protected static String formatTimestamp(Calendar cal)
Copyright © 2018 Nuxeo. All rights reserved.