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 TypeClassDescriptionclassThis snapshot participant is responsible for transfering BM models.final classParticipant 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 TypeClassDescriptionclassConfigures 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassAbstract snapshot participant for convenient implementation of custom snapshot participants.classStandard snapshot participant assumes that the plugin stores metadata in itsstate locationunder the following structure:
$storeName/$projectName/*
To utilizeStandardSnapshotParticipantthe plugin declares its stores in the extension declaration in itsplugin.xml.