public interface IdentifierStrategy
UsageEvent
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier(javax.jcr.Node node)
Determines the identifier to be used in a
UsageEvent . |
String getIdentifier(javax.jcr.Node node) throws javax.jcr.RepositoryException
UsageEvent
. This can
be the identifier of the node itself or anything that uniquely identifies
the node or any of its ancestors.node
- Node
Node.getIdentifier()
)javax.jcr.RepositoryException
- if an error occursCopyright © 2007–2021 Hippo B.V. (http://www.onehippo.com). All rights reserved.