Class OutgoingReferencesHelper
- java.lang.Object
-
- org.ametys.cms.content.references.OutgoingReferencesHelper
-
public final class OutgoingReferencesHelper extends Object
Helper for outgoing references
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodeIterator
getContentOutgoingReferences(JCRAmetysObject content)
Get content outgoing references from the content
-
-
-
Method Detail
-
getContentOutgoingReferences
public static NodeIterator getContentOutgoingReferences(JCRAmetysObject content) throws InvalidQueryException, RepositoryException
Get content outgoing references from the content- Parameters:
content
- the content- Returns:
- the node iterator of outgoing references
- Throws:
InvalidQueryException
- if a query error occurredRepositoryException
- if a repository error occurred
-
-