com.sas.actionprovider
Interface ActionStatusKeysInterface

All Known Implementing Classes:
BaseAction, BaseActionStrategy, RelationalActionUtil, HttpRelationalActionUtil, OLAPActionUtil, RemoteFileActionUtil, SelectorActionUtil

public interface ActionStatusKeysInterface

This interface defines the keys used to specify the status of a particular Action during the acquisition phase.

A basic understanding of the ActionProvider Framework, of which this class is a part, is recommended before attempting to use this class.



Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .

Since:
3.1

Field Summary
static int AREA_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.AREA_DISABLED.
static int DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.DISABLED.
static int ENABLED
           Value for returnStatus attribute that means the Action should be returned only if the support class determines that the status of the Action is BaseActionProviderSupport.ENABLED
static int IS_CURRENT_STATE_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.IS_CURRENT_STATE_DISABLED.
static int MODEL_MEMBER_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_MEMBER_DISABLED.
static int MODEL_STATE_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_STATE_DISABLED.
static int MODEL_TYPE_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_TYPE_DISABLED.
static int UNSUPPORTED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.UNSUPPORTED.
static int VIEWER_DISABLED
          Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.VIEWER_DISABLED.
 

Field Detail

ENABLED

public static final int ENABLED

Value for returnStatus attribute that means the Action should be returned only if the support class determines that the status of the Action is BaseActionProviderSupport.ENABLED

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)

MODEL_TYPE_DISABLED

public static final int MODEL_TYPE_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_TYPE_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)

MODEL_STATE_DISABLED

public static final int MODEL_STATE_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_STATE_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)

MODEL_MEMBER_DISABLED

public static final int MODEL_MEMBER_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.MODEL_MEMBER_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)

IS_CURRENT_STATE_DISABLED

public static final int IS_CURRENT_STATE_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.IS_CURRENT_STATE_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)

DISABLED

public static final int DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)

VIEWER_DISABLED

public static final int VIEWER_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.VIEWER_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)

AREA_DISABLED

public static final int AREA_DISABLED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.AREA_DISABLED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)

UNSUPPORTED

public static final int UNSUPPORTED

Value for returnStatus attribute that means the Action should be returned, in a disabled state, to the requesting viewer if the support class determines that the status of the Action is BaseActionProviderSupport.UNSUPPORTED.

See Also:
BaseActionProviderSupport.getActionStatus(com.sas.actionprovider.BaseAction, com.sas.actionprovider.ActionSupportFilter)




Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 01:42:07