Interface RenditionLocation

All Known Implementing Classes:
RenditionLocationImpl

@Deprecated public interface RenditionLocation
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
This simple interface defines a data class which identifies a rendition node, its parent and its name.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the name of the rendition.
    Deprecated.
    Gets the rendition node itself.
    Deprecated.
    Gets the parent node of the rendition.
  • Method Details

    • getParentRef

      NodeRef getParentRef()
      Deprecated.
      Gets the parent node of the rendition.
      Returns:
      NodeRef
    • getChildRef

      NodeRef getChildRef()
      Deprecated.
      Gets the rendition node itself.
      Returns:
      NodeRef
    • getChildName

      String getChildName()
      Deprecated.
      Gets the name of the rendition.
      Returns:
      String