Uploaded image for project: 'Repository'
  1. Repository
  2. REPOSITORY-212

Extend the AmetysObjectResolver to be able to do a resolve from an absolutePath within a session.

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.9.0
    • 2.4, 2.5
    • None
    • None

      Currently the API provide this method

      public <A extends AmetysObject> A resolve(String absolutePath)

      The proposal is to extends to API by providing something like this method

      public <A extends AmetysObject> A resolve(String absolutePath, Session session)

      where session is a JCR session that will be used to return the underlying node of the resolved AmetysObject.

            cedric Cédric Damioli
            trizzi Thibaut Rizzi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: