Uses of Interface
org.osid.journaling.JournalEntry
Packages that use JournalEntry
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.journaling
service.
-
Uses of JournalEntry in org.osid
Methods in org.osid that return JournalEntryModifier and TypeMethodDescriptionOsidManager.rollbackService(Date rollbackTime) Rolls back this service to a point in time.OsidProxyManager.rollbackService(Date rollbackTime, Proxy proxy) Rolls back this service to a point in time. -
Uses of JournalEntry in org.osid.journaling
Methods in org.osid.journaling that return JournalEntryModifier and TypeMethodDescriptionJournalEntryAdminSession.createJournalEntry(JournalEntryForm journalEntryForm) Creates a newJournalEntry.JournalEntryLookupSession.getJournalEntry(Id journalEntryId) Gets theJournalEntryspecified by itsId.Branch.getLatestJournalEntry()Gets the latest journal entry in this branch.JournalEntryList.getNextJournalEntries(long n) Gets the next set ofJournalEntryelements in this list.JournalEntryList.getNextJournalEntry()Gets the nextJournalEntryin this list.Branch.getOriginJournalEntry()Gets the journal entry from which this branch was started.BranchAdminSession.mergeBranches(Id srcBranchId, Id dstBranchId) Merges the source branch into the destination branch.BranchAdminSession.supersedeBranch(Id srcBranchId, Id dstBranchId) Joins the source branch to the destination branch by creating a new journal entry.