com.sas.actionprovider.strategies.remotefile2
Class BaseSearchStrategy
com.sas.actionprovider.strategies.remotefile2.BaseSearchStrategy
- All Implemented Interfaces:
- ActionStatusKeysInterface, ActionStrategyInterface
- Direct Known Subclasses:
- HttpSearchStrategy
public abstract class BaseSearchStrategy
Method Summary |
protected void |
initialize()
Initialize this strategy object. |
Methods inherited from class com.sas.actionprovider.strategies.BaseActionStrategy |
addDynamicValueInfo, addDynamicValueInfo, getActionStatus, getCustomAttributeValue, getDynamicValue, getUtilObject, initializeAction, isSwing, setActionAttributes, setLocaleDependentDefaultAttributes, setSwing |
REMOTE_MODEL
public static final java.lang.String REMOTE_MODEL
- See Also:
- Constant Field Values
SEARCH_ATTRIBUTES
public static final java.lang.String SEARCH_ATTRIBUTES
- See Also:
- Constant Field Values
BaseSearchStrategy
public BaseSearchStrategy()
- Default constructor.
Calls the other constructor for specifying strategy type.
BaseSearchStrategy
public BaseSearchStrategy(boolean swing,
RemoteFileActionUtil util)
- Constructor for specifying type ( swing/http ) of strategy object.
- Parameters:
swing
- boolean indicating whether the strategy will be used in
a swing environment. If false, the strategy is http type.
initialize
protected void initialize()
Initialize this strategy object.
Via the BaseRemoteFileStrategy.addDynamicValueInfo(java.lang.String, java.lang.String, java.lang.String)
method, this method registers the
information for dynamic values that are available in all OLAP areas:
-
com.sas.actionprovider.strategies.remotefile2.RemoteFileDynamicValueKeys#MODEL
-
com.sas.actionprovider.strategies.remotefile2.RemoteFileDynamicValueKeys#PATH
- Overrides:
initialize
in class BaseRemoteFileStrategy
- See Also:
#setReturnStatus
Copyright © 2009 SAS Institute Inc. All Rights Reserved.