Uses of Class
com.communardo.confluence.metadata.MetadataContentHistoryEntry
-
Packages that use MetadataContentHistoryEntry Package Description com.communardo.confluence.metadata.service -
-
Uses of MetadataContentHistoryEntry in com.communardo.confluence.metadata.service
Methods in com.communardo.confluence.metadata.service that return types with arguments of type MetadataContentHistoryEntry Modifier and Type Method Description List<MetadataContentHistoryEntry>MetadataManager. loadContentHistoryEntries(long timestampSince)Load content history entries.List<MetadataContentHistoryEntry>MetadataManager. loadContentHistoryEntries(com.atlassian.confluence.core.ContentEntityObject ceo, int count, int offset)Load content history entries.Methods in com.communardo.confluence.metadata.service with parameters of type MetadataContentHistoryEntry Modifier and Type Method Description voidMetadataManager. saveContentHistoryEntry(com.atlassian.confluence.core.ContentEntityObject ceo, MetadataContentHistoryEntry metadataContentHistoryEntry)Save content history entry.
-