Interface Referencer
-
- All Known Implementing Classes:
ContentContentElementType,FileContentElementType,HTMLRichTextContentElementType,ReferenceContentElementType,RichTextContentElementType
public interface Referencer
Interface for types of values that can have outgoing references
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutgoingReferencesgetOutgoingReferences(Object value)Retrieves theOutgoingReferencesfrom the given value
-
-
-
Method Detail
-
getOutgoingReferences
OutgoingReferences getOutgoingReferences(Object value)
Retrieves theOutgoingReferencesfrom the given value- Parameters:
value- the value- Returns:
- the
OutgoingReferences
-
-