Uses of Interface
com.atlassian.confluence.internal.api.incrementalsync.model.IncrementalSyncModel
Packages that use IncrementalSyncModel
Package
Description
-
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync with type parameters of type IncrementalSyncModelModifier and TypeClassDescriptionclassAbstractIncrementalSyncService<S extends SubscriptionSpec,T extends IncrementalSyncModel> classCommandFactoryImpl<M extends IncrementalSyncModel>Factory class responsible for creating and managing instances of event processing commandsinterfaceIncrementalSyncDataFetcher<T extends IncrementalSyncModel>Retrieve incremental sync data based on the page request.classRetrieve incremental sync data based on the page request.classMultiEventsCommand<E,M extends IncrementalSyncModel, J> Based command for all command which could handle multiple events -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement that implement IncrementalSyncModel -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.model that implement IncrementalSyncModelModifier and TypeClassDescriptionclassclassSpace model to carry only space key (limited information).classclassModel for space permission changes. -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement that implement IncrementalSyncModelModifier and TypeClassDescriptionclassParent class for all Json model for all user management sync API -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model that implement IncrementalSyncModelModifier and TypeClassDescriptionclassclassclassclassRepresents a JSON model for an incremental synchronisation status event.classRepresents a JSON model for space restore finish event for user management. -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.utils that return types with arguments of type IncrementalSyncModelModifier and TypeMethodDescriptionstatic Predicate<IncrementalSyncModel> ContentFilteringUtils.predicate(SpaceFilteringService spaceFilteringService) Builds predicate that checks data objects and flag ones that belong to the spaces, which content has to be prohibited from the synchronisation -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.incrementalsync.model
Classes in com.atlassian.confluence.internal.api.incrementalsync.model with type parameters of type IncrementalSyncModelModifier and TypeInterfaceDescriptioninterfaceCommandFactory<M extends IncrementalSyncModel>Common interface forCommandcreationclassIncrementalSyncPageResponse<T extends IncrementalSyncModel>Page response class for incremental sync models.static classSubinterfaces of IncrementalSyncModel in com.atlassian.confluence.internal.api.incrementalsync.modelModifier and TypeInterfaceDescriptioninterfaceMarker interface for incremental sync model classes that should NEVER be filtered based on space exclusion rulesinterfaceMarker interface to flag model objects, which contain space-related information.Methods in com.atlassian.confluence.internal.api.incrementalsync.model with type parameters of type IncrementalSyncModelModifier and TypeMethodDescriptionstatic <T extends IncrementalSyncModel>
IncrementalSyncPageResponse.Builder<T> IncrementalSyncPageResponse.builder() -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement
Classes in com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement that implement IncrementalSyncModelModifier and TypeClassDescriptionclassModel class representing the data structure and attributes of Content incremental sync. -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement
Classes in com.atlassian.confluence.internal.api.incrementalsync.model.globalpermissionmanagement that implement IncrementalSyncModelModifier and TypeClassDescriptionclassModel used by all global permission incremental sync eventsclassIs used to notify Rovo Connector that space filtering list has been updated -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement
Classes in com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement that implement IncrementalSyncModelModifier and TypeClassDescriptionclassUser Management Incremental Sync base model -
Uses of IncrementalSyncModel in com.atlassian.confluence.internal.api.service.incrementalsync
Classes in com.atlassian.confluence.internal.api.service.incrementalsync with type parameters of type IncrementalSyncModelModifier and TypeInterfaceDescriptioninterfaceCommand<T,M extends IncrementalSyncModel> concrete Command class will be associated with an event.interfaceCommandCreator<E,M extends IncrementalSyncModel> Will associate with singleCommand.interfaceIncrementalSyncService<S extends SubscriptionSpec,T extends IncrementalSyncModel> Interface of incremental sync service -
Uses of IncrementalSyncModel in com.atlassian.confluence.plugins.restapi.rvsync.resources
Classes in com.atlassian.confluence.plugins.restapi.rvsync.resources with type parameters of type IncrementalSyncModelModifier and TypeClassDescriptionclassAbstractIncrementalSyncResource<S extends SubscriptionSpec,M extends IncrementalSyncModel>