Class OutgoingReferencesHelper
java.lang.Object
org.ametys.cms.content.references.OutgoingReferencesHelper
Helper for outgoing references
-
Method Summary
Modifier and TypeMethodDescriptionstatic javax.jcr.NodeIterator
Get content outgoing references from the content
-
Method Details
-
getContentOutgoingReferences
public static javax.jcr.NodeIterator getContentOutgoingReferences(JCRAmetysObject content) throws javax.jcr.query.InvalidQueryException, javax.jcr.RepositoryException Get content outgoing references from the content- Parameters:
content
- the content- Returns:
- the node iterator of outgoing references
- Throws:
javax.jcr.query.InvalidQueryException
- if a query error occurredjavax.jcr.RepositoryException
- if a repository error occurred
-