public class HistoryOptions extends CASGeneratedActionOptions
CASActionOptions.EnumValue, CASActionOptions.FORMAT| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_NAME |
static java.lang.String |
ACTION_SET_NAME |
static java.lang.String |
KEY_CASOUT |
static java.lang.String |
KEY_FIRST |
static java.lang.String |
KEY_LAST |
static java.lang.String |
KEY_VERBOSE |
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX| Constructor and Description |
|---|
HistoryOptions() |
HistoryOptions(CASActionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Casouttable |
getCasOut() |
java.lang.Integer |
getFirst() |
java.lang.Integer |
getLast() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.Boolean |
getVerbose() |
HistoryOptions |
setCasOut(Casouttable value)
Sets the value of parameter 'casOut': specifies the settings for saving the action history to an output table.
|
HistoryOptions |
setFirst(java.lang.Integer value)
Sets the value of parameter 'first': specifies the ordinal position for the first action to report on.
|
HistoryOptions |
setLast(java.lang.Integer value)
Sets the value of parameter 'last': specifies the ordinal position of the last action to report on.
|
HistoryOptions |
setVerbose(java.lang.Boolean value)
Sets the value of parameter 'verbose': prints action information to the client log as well as returns the action information in the results.
|
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, valuespublic static final java.lang.String ACTION_SET_NAME
public static final java.lang.String ACTION_NAME
public static final java.lang.String KEY_FIRST
public static final java.lang.String KEY_LAST
public static final java.lang.String KEY_VERBOSE
public static final java.lang.String KEY_CASOUT
public HistoryOptions()
public HistoryOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptionsgetServerDefaultValue in class CASActionOptionskey - The parameter keypublic java.lang.Integer getFirst()
public HistoryOptions setFirst(java.lang.Integer value)
value - The valuepublic java.lang.Integer getLast()
public HistoryOptions setLast(java.lang.Integer value)
value - The valuepublic java.lang.Boolean getVerbose()
public HistoryOptions setVerbose(java.lang.Boolean value)
value - The valuepublic Casouttable getCasOut()
public HistoryOptions setCasOut(Casouttable value)
value - The value