public interface

WebChangeJournalEntry

com.microstrategy.web.objects.WebChangeJournalEntry
Known Indirect Subclasses

Class Overview

This interface defines the change journal entry to provide the API for cloudOM.

Summary

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.

Public Methods

public abstract int getApplicationType ()

To get the application type EnumDSSXMLApplicationType of the change journal.

Returns
  • application type of the change journal.

public abstract WebChangeJournalLinkitemEntries getLinkitemEntries ()

To get change journal Linkitem entry list

Returns
  • linkitem entries

public abstract String getMachine ()

To get the machine name of the change journal.

Returns
  • machine name.

public abstract WebChangeJournalObjectEntries getObjectEntries ()

To get change journal object entry list

Returns
  • object entries

public abstract String getProject ()

To get the project of the change journal entry.

Returns
  • project name

public abstract String getSession ()

To get the session of the change journal.

Returns
  • session

public abstract String getTimestamp ()

To get the timestamp of the change journal.

Returns
  • timestamp that the change journal is created.

public abstract String getTransactionID ()

To get the transactionID of this change journal.

Returns
  • transactionID

public abstract int getTransactionType ()

To get the transactionType of this change journal.

Returns
  • transactionType

public abstract String getUserID ()

To get the user id of the change journal.

Returns
  • user id.

public abstract String getUserName ()

To get the user name of the change journal.

Returns
  • user name.