java.lang.Object | |
↳ | com.microstrategy.web.objects.WebChangeJournalEntryImpl |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getApplicationType()
To get the application type EnumDSSXMLApplicationType of the change journal.
| ||||||||||
WebChangeJournalLinkitemEntries |
getLinkitemEntries()
To get change journal Linkitem entry list
| ||||||||||
String |
getMachine()
To get the machine name of the change journal.
| ||||||||||
WebChangeJournalObjectEntries |
getObjectEntries()
To get change journal object entry list
| ||||||||||
String |
getProject()
To get the project of the change journal entry.
| ||||||||||
String |
getSession()
To get the session of the change journal.
| ||||||||||
String | getSessionID() | ||||||||||
String |
getTimestamp()
To get the timestamp of the change journal.
| ||||||||||
String |
getTransactionID()
To get the transactionID of this change journal.
| ||||||||||
int |
getTransactionType()
To get the transactionType of this change journal.
| ||||||||||
String |
getUserID()
To get the user id of the change journal.
| ||||||||||
String |
getUserName()
To get the user name of the change journal.
| ||||||||||
void | handle(SAXSupport parser, String localName, AttributesXt attrs) | ||||||||||
void | setApplicationType(int applicationType) | ||||||||||
void | setLinkitemEntries(WebChangeJournalLinkitemEntries linkitemEntries) | ||||||||||
void | setMachine(String machine) | ||||||||||
void | setObjectEntries(WebChangeJournalObjectEntries objectEntries) | ||||||||||
void | setProject(String project) | ||||||||||
void | setSession(String session) | ||||||||||
void | setSessionID(String sessionID) | ||||||||||
void | setTimestamp(String timeStamp) | ||||||||||
void | setTransactionID(String _ID) | ||||||||||
void | setTransactionType(int type) | ||||||||||
void | setUserID(String user) | ||||||||||
void | setUserName(String userName) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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.
SAXSupportException |
---|