com.microstrategy.web.objects.WebChangeJournalSearch |
![]() |
The WebChangeJournalSearch class represents a change journal search object It allows the user specify the restrictions of the search, including users, machines and so on. And submit searches to the Intelligence Server.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebChangeJournalEntries |
getChangeJournalResults()
Attempts to get the change journal results of a search from the Intelligence Server.
| ||||||||||
abstract void |
setAffectedObjects(List<WebObjectInfo> objects)
Set the restriction about affected objects for the change journal entries that the search returns.
| ||||||||||
abstract void |
setAffectedProjects(List<WebObjectInfo> projects)
Set the restriction about affected projects for the change journal entries that the search returns.
| ||||||||||
abstract void |
setApplicationTypes(List<Integer> applicationTypes)
Set the restriction about application types for the change journal entries that the search returns.
| ||||||||||
abstract void |
setBeginTime(String beginTime)
Set the begin time value for the change journal entries that the search returns.
| ||||||||||
abstract void |
setBeginTransactionID(String transactionID)
Set the begin transaction id value for the change journal entries that the search returns.
| ||||||||||
abstract void |
setChangeTypes(List<Integer> changeTypes)
Set the restriction about transaction types for the change journal entries that the search returns.
| ||||||||||
abstract void |
setEndTime(String endTime)
Set the end time value for the change journal entries that the search returns.
| ||||||||||
abstract void |
setEndTransactionID(String transactionID)
Set the end transaction id value for the change journal entries that the search returns.
| ||||||||||
abstract void |
setMachines(List<String> machines)
Set the restriction about machines for the change journal entries that the search returns.
| ||||||||||
abstract void |
setSessions(List<String> sessions)
Set the restriction about sessions for the change journal entries that the search returns.
| ||||||||||
abstract void |
setTransactionTypes(List<Integer> transactionTypes)
Set the restriction about transaction types for the change journal entries that the search returns.
| ||||||||||
abstract void |
setUsers(List<WebObjectInfo> users)
Set the restriction about users for the change journal entries that the search returns.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Attempts to get the change journal results of a search from the Intelligence Server. The search ID used will be the one set on this WebChangeJournalSearch object.
WebObjectsException | Signals an error in the execution or retrieval of results of the search. |
---|
Set the restriction about affected objects for the change journal entries that the search returns.
Set the restriction about affected projects for the change journal entries that the search returns.
Set the restriction about application types for the change journal entries that the search returns.
Set the begin time value for the change journal entries that the search returns.
Set the begin transaction id value for the change journal entries that the search returns.
Set the restriction about transaction types for the change journal entries that the search returns.
Set the end time value for the change journal entries that the search returns.
Set the end transaction id value for the change journal entries that the search returns.
Set the restriction about machines for the change journal entries that the search returns.
Set the restriction about sessions for the change journal entries that the search returns.
Set the restriction about transaction types for the change journal entries that the search returns.
Set the restriction about users for the change journal entries that the search returns.