Uses of Class
com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncCursor
Packages that use IncrementalSyncCursor
Package
Description
-
Uses of IncrementalSyncCursor in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync that return IncrementalSyncCursor -
Uses of IncrementalSyncCursor in com.atlassian.confluence.internal.api.incrementalsync.model
Methods in com.atlassian.confluence.internal.api.incrementalsync.model that return IncrementalSyncCursorMethods in com.atlassian.confluence.internal.api.incrementalsync.model with parameters of type IncrementalSyncCursorModifier and TypeMethodDescriptionstatic SubscriptionId
SubscriptionId.of
(IncrementalSyncCursor cursor) -
Uses of IncrementalSyncCursor in com.atlassian.confluence.internal.api.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.service.incrementalsync that return IncrementalSyncCursorModifier and TypeMethodDescriptionIncrementalSyncService.getMostRecentCursor
(long id) This will find and return the most recent incremental sync cursor corresponding to the provided subscription's most recent journal entry, if one exists. -
Uses of IncrementalSyncCursor in com.atlassian.confluence.plugins.restapi.rvsync.resources
Methods in com.atlassian.confluence.plugins.restapi.rvsync.resources that return IncrementalSyncCursorModifier and TypeMethodDescriptionprotected IncrementalSyncCursor
AbstractIncrementalSyncResource.validateCursor
(String cursor)