Uses of Interface
com.e1c.g5.v8.dt.snapshot.operation.ISnapshotOperation
-
Packages that use ISnapshotOperation Package Description com.e1c.g5.v8.dt.snapshot com.e1c.g5.v8.dt.snapshot.operation -
-
Uses of ISnapshotOperation in com.e1c.g5.v8.dt.snapshot
Methods in com.e1c.g5.v8.dt.snapshot with parameters of type ISnapshotOperation Modifier and Type Method Description void
ISnapshotOperationsListener. afterSnapshotOperationFinish(ISnapshotOperation operation, ISnapshotOperationResult result)
Notifies the listener that a snapshot operation has just finished.void
ISnapshotOperationsListener. beforeSnapshotOperationStart(ISnapshotOperation operation)
Notifies the listener that a snapshot operation is about to start. -
Uses of ISnapshotOperation in com.e1c.g5.v8.dt.snapshot.operation
Subinterfaces of ISnapshotOperation in com.e1c.g5.v8.dt.snapshot.operation Modifier and Type Interface Description interface
ICreateSnapshotsStep
Step of a snapshot operation which allows snapshot creation.interface
IFinishSnapshotOperationStep
The final step of a snapshot operation.interface
IRestoreSnapshotsStep
Step of a snapshot operation which allows snapshot creation.interface
IStartSnapshotOperationStep
Start step of snapshot operation.
-