Package com.appiancorp.suiteapi.portal
Class DatabaseStatus
java.lang.Object
com.appiancorp.suiteapi.portal.DatabaseStatus
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.int
Deprecated.Deprecated.void
setApplicationName
(String applicationName_) Deprecated.void
setErrorsFound
(Long errorsFound_) Deprecated.void
setFullReport
(String fullReport_) Deprecated.void
setResolvableErrors
(Long resolvableErrors_) Deprecated.void
setThoroughness
(int thoroughness_) Deprecated.void
setTimeTaken
(Long timeTaken_) Deprecated.
-
Field Details
-
QUICK
public static final int QUICKDeprecated.- See Also:
-
SLOW
public static final int SLOWDeprecated.- See Also:
-
-
Constructor Details
-
DatabaseStatus
public DatabaseStatus()Deprecated.
-
-
Method Details
-
getApplicationName
Deprecated. -
setApplicationName
Deprecated. -
getErrorsFound
Deprecated. -
setErrorsFound
Deprecated. -
getFullReport
Deprecated. -
setFullReport
Deprecated. -
getResolvableErrors
Deprecated. -
setResolvableErrors
Deprecated. -
getThoroughness
public int getThoroughness()Deprecated. -
setThoroughness
public void setThoroughness(int thoroughness_) Deprecated. -
getTimeTaken
Deprecated. -
setTimeTaken
Deprecated.
-