Uses of Interface
org.nuxeo.ecm.platform.rendition.service.RenditionService
-
Packages that use RenditionService Package Description org.nuxeo.ecm.platform.rendition.operation org.nuxeo.ecm.platform.rendition.publisher org.nuxeo.ecm.platform.rendition.service -
-
Uses of RenditionService in org.nuxeo.ecm.platform.rendition.operation
Fields in org.nuxeo.ecm.platform.rendition.operation declared as RenditionService Modifier and Type Field Description protected RenditionService
GetContainerRendition. renditionService
protected RenditionService
GetRendition. renditionService
-
Uses of RenditionService in org.nuxeo.ecm.platform.rendition.publisher
Methods in org.nuxeo.ecm.platform.rendition.publisher that return RenditionService Modifier and Type Method Description protected RenditionService
RenditionPublicationFactory. getRenditionService()
-
Uses of RenditionService in org.nuxeo.ecm.platform.rendition.service
Classes in org.nuxeo.ecm.platform.rendition.service that implement RenditionService Modifier and Type Class Description class
RenditionServiceImpl
Default implementation ofRenditionService
.
-