Interface SerializableDocument

All Superinterfaces:
Document, Item, MetadataProvider, PermissionsProvider<Document>, PropertiesProvider
All Known Implementing Classes:
FilteredDocument

public interface SerializableDocument extends Document
Common interface for documents exchanged between JWT server and client.
  • Method Details

    • getOriginalSource

      Source getOriginalSource()
    • getChangeSet

      com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangeSet<Page> getChangeSet()