public static class AnalyzeOption.Action
extends java.lang.Object
AnalysisOption
in the setOption
method of
SecureRequest
.Modifier and Type | Field and Description |
---|---|
static AnalyzeOption.Action |
ANALYZE
Report on the target's existence in the document.
|
static AnalyzeOption.Action |
NONE
Do not perform any action.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get a description of this action.
|
java.lang.String |
toString() |
public static final AnalyzeOption.Action NONE
NONE
instead of
ANALYZE
. See the individual descriptions in SecureOptions
for any performance saving by
using NONE
.public static final AnalyzeOption.Action ANALYZE
SecureResponse
will include information as to the existence of
the target.Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.