Uses of Enum Class
com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncState
Packages that use IncrementalSyncState
Package
Description
-
Uses of IncrementalSyncState in com.atlassian.confluence.impl.incrementalsync
Methods in com.atlassian.confluence.impl.incrementalsync with parameters of type IncrementalSyncStateModifier and TypeMethodDescriptionCachingIncrementalSyncSubscriptionManager.getSubscriptionsByContext
(String context, IncrementalSyncState state) DefaultIncrementalSyncSubscriptionManager.getSubscriptionsByContext
(String context, IncrementalSyncState state) IncrementalSyncSubscriptionDao.getSubscriptionsByContext
(String context, IncrementalSyncState state) Get all subscription within a context and state -
Uses of IncrementalSyncState in com.atlassian.confluence.impl.incrementalsync.dao
Methods in com.atlassian.confluence.impl.incrementalsync.dao with parameters of type IncrementalSyncStateModifier and TypeMethodDescriptionHibernateIncrementalSyncSubscriptionDao.getSubscriptionsByContext
(String context, IncrementalSyncState state) -
Uses of IncrementalSyncState in com.atlassian.confluence.incrementalsync
Methods in com.atlassian.confluence.incrementalsync with parameters of type IncrementalSyncStateModifier and TypeMethodDescriptionIncrementalSyncSubscriptionManager.getSubscriptionsByContext
(String context, IncrementalSyncState state) Get all subscription within a context and state -
Uses of IncrementalSyncState in com.atlassian.confluence.internal.api.incrementalsync.model
Methods in com.atlassian.confluence.internal.api.incrementalsync.model that return IncrementalSyncStateModifier and TypeMethodDescriptionIncrementalSyncSubscription.getState()
static IncrementalSyncState
Returns the enum constant of this class with the specified name.static IncrementalSyncState[]
IncrementalSyncState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.internal.api.incrementalsync.model with parameters of type IncrementalSyncStateModifier and TypeMethodDescriptionvoid
IncrementalSyncSubscription.setState
(IncrementalSyncState state) Constructors in com.atlassian.confluence.internal.api.incrementalsync.model with parameters of type IncrementalSyncStateModifierConstructorDescriptionIncrementalSyncSubscription
(long id, String contextKey, UserKey subscriberUserKey, long mostRecentId, IncrementalSyncState state, String subscriptionData, Instant lastAccessTime)