Class GetContainerRendition
java.lang.Object
org.nuxeo.ecm.platform.rendition.operation.GetContainerRendition
Returns a Folderish Document or Collection default rendition.
- Since:
- 9.3
-
Field Summary
Modifier and TypeFieldDescriptionprotected CollectionManager
protected OperationContext
static final String
protected int
protected int
protected String
protected RenditionService
protected CoreSession
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected BlobList
getCollectionBlobs
(Collection collection, int currentDepth) protected Blob
getDefaultRendition
(DocumentModel doc, int currentDepth) protected BlobList
getFolderishBlobs
(DocumentModel parent, int currentDepth) protected Blob
processContainer
(DocumentModel doc, int currentDepth) run
(DocumentModel doc)
-
Field Details
-
ID
- See Also:
-
renditionService
-
collectionManager
-
reason
-
limit
protected int limit -
maxDepth
protected int maxDepth -
session
-
ctx
-
-
Constructor Details
-
GetContainerRendition
public GetContainerRendition()
-
-
Method Details
-
getCollectionBlobs
- Throws:
IOException
-
getDefaultRendition
- Throws:
IOException
-
getFolderishBlobs
- Throws:
IOException
-
processContainer
- Throws:
IOException
-
run
- Throws:
IOException
-