public class OperBWPathsOptions extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
OperBWPathsOptions.CASLIBSRCTYPE |
static class |
OperBWPathsOptions.TASK |
static class |
OperBWPathsOptions.TYPE |
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_CASLIBSRCTYPE |
static java.lang.String |
KEY_PATHS |
static java.lang.String |
KEY_TASK |
static java.lang.String |
KEY_TYPE |
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 |
---|
OperBWPathsOptions() |
OperBWPathsOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
OperBWPathsOptions.CASLIBSRCTYPE |
getCaslibSrcType() |
Paths[] |
getPaths() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
OperBWPathsOptions.TASK |
getTask() |
OperBWPathsOptions.TYPE |
getType() |
OperBWPathsOptions |
setCaslibSrcType(OperBWPathsOptions.CASLIBSRCTYPE value)
Sets the value of parameter 'caslibSrcType': specifies the data source type of the caslibs with which to work.
|
OperBWPathsOptions |
setPaths(Paths[] value)
Sets the value of parameter 'paths': specifies a list of paths for the whitelist or blacklist.
|
OperBWPathsOptions |
setTask(OperBWPathsOptions.TASK value)
Sets the value of parameter 'task': specifies the operation to perform.
|
OperBWPathsOptions |
setType(OperBWPathsOptions.TYPE value)
Sets the value of parameter 'type': specifies the type of list.
|
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, values
public static final java.lang.String ACTION_SET_NAME
public static final java.lang.String ACTION_NAME
public static final java.lang.String KEY_TASK
public static final java.lang.String KEY_TYPE
public static final java.lang.String KEY_CASLIBSRCTYPE
public static final java.lang.String KEY_PATHS
public OperBWPathsOptions()
public OperBWPathsOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic OperBWPathsOptions.TASK getTask()
public OperBWPathsOptions setTask(OperBWPathsOptions.TASK value)
value
- The valuepublic OperBWPathsOptions.TYPE getType()
public OperBWPathsOptions setType(OperBWPathsOptions.TYPE value)
value
- The valuepublic OperBWPathsOptions.CASLIBSRCTYPE getCaslibSrcType()
public OperBWPathsOptions setCaslibSrcType(OperBWPathsOptions.CASLIBSRCTYPE value)
value
- The valuepublic Paths[] getPaths()
public OperBWPathsOptions setPaths(Paths[] value)
value
- The value