Package com.microstrategy.web.objects
Interface WebChangeJournalLinkitemEntry
-
- All Known Implementing Classes:
WebChangeJournalLinkitemEntryImpl
public interface WebChangeJournalLinkitemEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<WebChangeJournalObjectEntry>
getChangeJournalObjectList()
To get a list of change journal object entries.java.lang.String
getLinkObjectId()
To get the linkitem ID of this change journal object entry.java.lang.String
getSystemComments()
To get the system comments of this change journal object entry.java.lang.String
getUserComments()
To get the user comments of this change journal object entry.
-
-
-
Method Detail
-
getLinkObjectId
java.lang.String getLinkObjectId()
To get the linkitem ID of this change journal object entry.- Returns:
- linkitem DSSID
-
getChangeJournalObjectList
java.util.List<WebChangeJournalObjectEntry> getChangeJournalObjectList()
To get a list of change journal object entries.- Returns:
- linkitem object list
-
getUserComments
java.lang.String getUserComments()
To get the user comments of this change journal object entry.- Returns:
- user comments
-
getSystemComments
java.lang.String getSystemComments()
To get the system comments of this change journal object entry.- Returns:
- system comments
-
-