Uses of Interface
com.e1c.g5.v8.dt.snapshot.operation.IFinishSnapshotOperationStep
-
Packages that use IFinishSnapshotOperationStep Package Description com.e1c.g5.v8.dt.snapshot.operation -
-
Uses of IFinishSnapshotOperationStep in com.e1c.g5.v8.dt.snapshot.operation
Subinterfaces of IFinishSnapshotOperationStep 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
IRestoreSnapshotsStep
Step of a snapshot operation which allows snapshot creation.Methods in com.e1c.g5.v8.dt.snapshot.operation that return IFinishSnapshotOperationStep Modifier and Type Method Description IFinishSnapshotOperationStep
IRestoreSnapshotsStep. restoreSnapshots()
Restores snapshots which the operation is supposed to restore and returns the next step.
-