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 class
EmptyParticipant
No-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 class
AbstractSnapshotParticipant
Abstract snapshot participant for convenient implementation of custom snapshot participants.class
StandardSnapshotParticipant
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
.
-