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 OutgoingReferences
getOutgoingReferences(Object value)
Retrieves theOutgoingReferences
from the given value
-
-
-
Method Detail
-
getOutgoingReferences
OutgoingReferences getOutgoingReferences(Object value)
Retrieves theOutgoingReferences
from the given value- Parameters:
value
- the value- Returns:
- the
OutgoingReferences
-
-