Uses of Class
org.nuxeo.ecm.platform.threed.ThreeDRenderView
-
Packages that use ThreeDRenderView Package Description org.nuxeo.ecm.platform.threed org.nuxeo.ecm.platform.threed.adapter org.nuxeo.ecm.platform.threed.service -
-
Uses of ThreeDRenderView in org.nuxeo.ecm.platform.threed
Methods in org.nuxeo.ecm.platform.threed that return ThreeDRenderView Modifier and Type Method Description ThreeDRenderView
ThreeDDocument. getRenderView(String title)
Methods in org.nuxeo.ecm.platform.threed that return types with arguments of type ThreeDRenderView Modifier and Type Method Description static List<ThreeDRenderView>
BatchConverterHelper. getRenders(BlobHolder batch)
Collection<ThreeDRenderView>
ThreeDDocument. getRenderViews()
Returns all theThreeDRenderView
s for thisThreeDDocument
. -
Uses of ThreeDRenderView in org.nuxeo.ecm.platform.threed.adapter
Methods in org.nuxeo.ecm.platform.threed.adapter that return ThreeDRenderView Modifier and Type Method Description ThreeDRenderView
ThreeDDocumentAdapter. getRenderView(String title)
Methods in org.nuxeo.ecm.platform.threed.adapter that return types with arguments of type ThreeDRenderView Modifier and Type Method Description Collection<ThreeDRenderView>
ThreeDDocumentAdapter. getRenderViews()
-
Uses of ThreeDRenderView in org.nuxeo.ecm.platform.threed.service
Method parameters in org.nuxeo.ecm.platform.threed.service with type arguments of type ThreeDRenderView Modifier and Type Method Description protected void
ThreeDBatchUpdateWork. saveNewRenderViews(DocumentModel doc, List<ThreeDRenderView> threeDRenderViews)
-