Interface IdentifierStrategy

    • Method Detail

      • getIdentifier

        String getIdentifier​(javax.jcr.Node node)
                      throws javax.jcr.RepositoryException
        Determines the identifier to be used in a UsageEvent. This can be the identifier of the node itself or anything that uniquely identifies the node or any of its ancestors.
        Parameters:
        node - Node
        Returns:
        The identifier of the node ( not necessarily the Node.getIdentifier() )
        Throws:
        javax.jcr.RepositoryException - if an error occurs