com.sap.sl.sdk.authoring.checkintegrity
Interface CheckIntegrityRunner


public interface CheckIntegrityRunner

Provides methods to run the check integrity process.

Since:
14.1.5

Method Summary
 void cancel()
          Cancels a running check integrity process.
 IStatus start()
          Starts the check integrity process.
 

Method Detail

start

IStatus start()
Starts the check integrity process.

All rules are selected when running a check integrity process:

You cannot select the rules to run.

Returns:
An IStatus object

cancel

void cancel()
Cancels a running check integrity process.

You can cancel the process if it takes too much time. Only results are returned for the rules checked before you cancel the process.



© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.