Class OutgoingReferencesHelper
- java.lang.Object
 - 
- org.ametys.cms.content.references.OutgoingReferencesHelper
 
 
- 
public final class OutgoingReferencesHelper extends Object
Helper for outgoing references 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description privateOutgoingReferencesHelper() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodeIteratorgetContentOutgoingReferences(JCRAmetysObject content)Get content outgoing references from the content 
 - 
 
- 
- 
Constructor Detail
- 
OutgoingReferencesHelper
private OutgoingReferencesHelper()
 
 - 
 
- 
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
 
 - 
 
 -