Uses of Interface
com.e1c.g5.v8.snapshot.participation.ISnapshotParticipant
Packages that use ISnapshotParticipant
Package
Description
-
Uses of ISnapshotParticipant in com._1c.g5.v8.dt.internal.core.platform.bm
Classes in com._1c.g5.v8.dt.internal.core.platform.bm that implement ISnapshotParticipantModifier and TypeClassDescriptionclass
This snapshot participant is responsible for transfering BM models.final class
Participant responsible for saving and restoring synchronization manager store snapshots. -
Uses of ISnapshotParticipant in com._1c.g5.v8.dt.internal.form
Classes in com._1c.g5.v8.dt.internal.form that implement ISnapshotParticipantModifier and TypeClassDescriptionclass
Configures metadata snapshots for forms. -
Uses of ISnapshotParticipant in com._1c.g5.v8.dt.internal.search.core.snapshot
Classes in com._1c.g5.v8.dt.internal.search.core.snapshot that implement ISnapshotParticipantModifier and TypeClassDescriptionclass
This snapshot participant is responsible for transfering text search index. -
Uses of ISnapshotParticipant in com.e1c.g5.v8.dt.internal.snapshot.markers
Classes in com.e1c.g5.v8.dt.internal.snapshot.markers that implement ISnapshotParticipantModifier and TypeClassDescriptionclass
This snapshot participant is responsible for transfering Eclipse resource markers. -
Uses of ISnapshotParticipant in com.e1c.g5.v8.internal.snapshot.participation
Methods in com.e1c.g5.v8.internal.snapshot.participation that return ISnapshotParticipantModifier and TypeMethodDescriptionGets snapshot participant by id.Methods in com.e1c.g5.v8.internal.snapshot.participation that return types with arguments of type ISnapshotParticipantModifier and TypeMethodDescriptionParticipantsRegistry.getParticipants()
Gets unmodifiable 'id -> participant' map of snapshot participants. -
Uses of ISnapshotParticipant in com.e1c.g5.v8.snapshot.participant
Classes in com.e1c.g5.v8.snapshot.participant that implement ISnapshotParticipant -
Uses of ISnapshotParticipant in com.e1c.g5.v8.snapshot.participation
Classes in com.e1c.g5.v8.snapshot.participation that implement ISnapshotParticipantModifier and TypeClassDescriptionclass
Abstract snapshot participant for convenient implementation of custom snapshot participants.class
Standard snapshot participant assumes that the plugin stores metadata in itsstate location
under the following structure:
$storeName/$projectName/*
To utilizeStandardSnapshotParticipant
the plugin declares its stores in the extension declaration in itsplugin.xml
.