Uses of Interface
com.e1c.g5.v8.snapshot.participation.ISnapshotParticipant
-
Packages that use ISnapshotParticipant Package Description com.e1c.g5.v8.snapshot.participant com.e1c.g5.v8.snapshot.participation -
-
Uses of ISnapshotParticipant in com.e1c.g5.v8.snapshot.participant
Classes in com.e1c.g5.v8.snapshot.participant that implement ISnapshotParticipant Modifier and Type Class Description classEmptyParticipantNo-op snapshot participant. -
Uses of ISnapshotParticipant in com.e1c.g5.v8.snapshot.participation
Classes in com.e1c.g5.v8.snapshot.participation that implement ISnapshotParticipant Modifier and Type Class Description classAbstractSnapshotParticipantAbstract snapshot participant for convenient implementation of custom snapshot participants.classStandardSnapshotParticipantStandard 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.
-