Uses of Class
net.webpdf.wsclient.schema.beans.HistoryEntry
-
Packages that use HistoryEntry Package Description net.webpdf.wsclient.session.rest.documents -
-
Uses of HistoryEntry in net.webpdf.wsclient.session.rest.documents
Methods in net.webpdf.wsclient.session.rest.documents that return HistoryEntry Modifier and Type Method Description @NotNull HistoryEntryRestDocumentState. activeHistory()Returns the currently activeHistoryEntry.@NotNull HistoryEntryRestWebServiceDocumentState. activeHistory()Returns the currently activeHistoryEntry.@NotNull HistoryEntryAbstractDocumentManager. getDocumentHistoryEntry(@NotNull String documentId, int historyId)Returns theHistoryEntrywith the given history ID for theRestDocumentwith the given document ID.@NotNull HistoryEntryDocumentManager. getDocumentHistoryEntry(@NotNull String documentId, int historyId)Returns theHistoryEntrywith the given history ID for theRestDocumentwith the given document ID.@NotNull HistoryEntryRestDocument. getHistoryEntry(int historyId)Returns aHistoryEntryfrom the internal history map, by given history ID.@NotNull HistoryEntryRestDocumentState. getHistoryEntry(int historyId)Returns aHistoryEntryfrom the internal history map, by given history ID.@NotNull HistoryEntryRestWebServiceDocument. getHistoryEntry(int historyId)Returns aHistoryEntryfrom the internal history map, by given history ID.@NotNull HistoryEntryRestWebServiceDocumentState. getHistoryEntry(int historyId)Returns aHistoryEntryfrom the internal history map, by given history ID.@NotNull HistoryEntryRestDocumentState. lastHistory()Returns the most recentHistoryEntry.@NotNull HistoryEntryRestWebServiceDocumentState. lastHistory()Returns the most recentHistoryEntry.@Nullable HistoryEntryAbstractDocumentManager. updateDocumentHistory(@NotNull String documentId, @NotNull HistoryEntry historyEntry)Updates the history of theRestDocumentwith the given document ID using the givenHistoryEntry.@Nullable HistoryEntryDocumentManager. updateDocumentHistory(@NotNull String documentId, @NotNull HistoryEntry historyEntry)Updates the history of theRestDocumentwith the given document ID using the givenHistoryEntry.Methods in net.webpdf.wsclient.session.rest.documents that return types with arguments of type HistoryEntry Modifier and Type Method Description @NotNull List<HistoryEntry>AbstractDocumentManager. getDocumentHistory(@NotNull String documentId)Returns theHistoryEntrys known for theRestDocumentwith the given document ID.@NotNull List<HistoryEntry>DocumentManager. getDocumentHistory(@NotNull String documentId)Returns theHistoryEntrys known for theRestDocumentwith the given document ID.@NotNull List<HistoryEntry>RestDocument. getHistory()Returns theHistoryEntrys of the managedRestDocument.@NotNull List<HistoryEntry>RestDocumentState. getHistory()Returns theHistoryEntrys of the managedRestDocument.@NotNull List<HistoryEntry>RestWebServiceDocument. getHistory()Returns theHistoryEntrys of the managedRestDocument.@NotNull List<HistoryEntry>RestWebServiceDocumentState. getHistory()Returns theHistoryEntrys of the managedRestWebServiceDocument.Methods in net.webpdf.wsclient.session.rest.documents with parameters of type HistoryEntry Modifier and Type Method Description voidRestDocumentState. setHistory(@NotNull HistoryEntry[] historyEntries)Replaces the internally storedHistoryEntrylist of the managedRestDocumentvoidRestWebServiceDocumentState. setHistory(@NotNull HistoryEntry[] historyEntries)Replaces the internally storedHistoryEntrylist of the managedRestDocument@Nullable HistoryEntryAbstractDocumentManager. updateDocumentHistory(@NotNull String documentId, @NotNull HistoryEntry historyEntry)Updates the history of theRestDocumentwith the given document ID using the givenHistoryEntry.@Nullable HistoryEntryDocumentManager. updateDocumentHistory(@NotNull String documentId, @NotNull HistoryEntry historyEntry)Updates the history of theRestDocumentwith the given document ID using the givenHistoryEntry.voidRestDocumentState. updateHistoryEntry(@NotNull HistoryEntry historyEntry)Updates the givenHistoryEntryin the internally managed document history.voidRestWebServiceDocumentState. updateHistoryEntry(@NotNull HistoryEntry historyEntry)Updates the givenHistoryEntryin the internally managed document history.
-