Interface RelationTrace
- All Superinterfaces:
Entity
,Resource
,Serializable
Contains all the entries that form the relation trace
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of relation trace entries.Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Method Details
-
getRelationTraceEntries
List<RelationTraceEntry> getRelationTraceEntries()Returns the list of relation trace entries.- Returns:
- the list of relation trace entries
-