com.microstrategy.web.objects.WebChangeJournalEntry |
![]() |
This interface defines the change journal entry to provide the API for cloudOM.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getApplicationType()
To get the application type EnumDSSXMLApplicationType of the change journal.
| ||||||||||
abstract WebChangeJournalLinkitemEntries |
getLinkitemEntries()
To get change journal Linkitem entry list
| ||||||||||
abstract String |
getMachine()
To get the machine name of the change journal.
| ||||||||||
abstract WebChangeJournalObjectEntries |
getObjectEntries()
To get change journal object entry list
| ||||||||||
abstract String |
getProject()
To get the project of the change journal entry.
| ||||||||||
abstract String |
getSession()
To get the session of the change journal.
| ||||||||||
abstract String |
getTimestamp()
To get the timestamp of the change journal.
| ||||||||||
abstract String |
getTransactionID()
To get the transactionID of this change journal.
| ||||||||||
abstract int |
getTransactionType()
To get the transactionType of this change journal.
| ||||||||||
abstract String |
getUserID()
To get the user id of the change journal.
| ||||||||||
abstract String |
getUserName()
To get the user name of the change journal.
|
To get the application type EnumDSSXMLApplicationType of the change journal.
To get change journal Linkitem entry list
To get the machine name of the change journal.
To get change journal object entry list
To get the project of the change journal entry.
To get the session of the change journal.
To get the timestamp of the change journal.
To get the transactionID of this change journal.
To get the transactionType of this change journal.
To get the user id of the change journal.
To get the user name of the change journal.