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 voidISnapshotOperationsListener. afterSnapshotOperationFinish(ISnapshotOperation operation, ISnapshotOperationResult result)Notifies the listener that a snapshot operation has just finished.voidISnapshotOperationsListener. 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 interfaceICreateSnapshotsStepStep of a snapshot operation which allows snapshot creation.interfaceIFinishSnapshotOperationStepThe final step of a snapshot operation.interfaceIRestoreSnapshotsStepStep of a snapshot operation which allows snapshot creation.interfaceIStartSnapshotOperationStepStart step of snapshot operation.
-