atg.scenario.action
Interface ActionConstants

All Known Implementing Classes:
ActionException

Deprecated. This interface has been deprecated in favour of atg.process.action.ActionConstants

public interface ActionConstants

Action-related constants.

See Also:
ActionConstants

Field Summary
static java.lang.String CLASS_VERSION
          Deprecated.  
static int ERROR_RESPONSE_CONTINUE
          Deprecated. If an action error occurs, ignore it and continue with the scenario instance(s)
static int ERROR_RESPONSE_DEFAULT
          Deprecated. If an action error occurs, respond in the default way, as specified in the action registry
static int ERROR_RESPONSE_DELETE
          Deprecated. If an action error occurs, delete the scenario instance(s)
static int EXECUTION_POLICY_COLLECTIVE
          Deprecated. Action can be executed on a collective scenario instance
static int EXECUTION_POLICY_INDIVIDUAL
          Deprecated. Action requires an individual scenario instance to execute
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Deprecated. 
See Also:
Constant Field Values

EXECUTION_POLICY_INDIVIDUAL

static final int EXECUTION_POLICY_INDIVIDUAL
Deprecated. 
Action requires an individual scenario instance to execute

See Also:
Constant Field Values

EXECUTION_POLICY_COLLECTIVE

static final int EXECUTION_POLICY_COLLECTIVE
Deprecated. 
Action can be executed on a collective scenario instance

See Also:
Constant Field Values

ERROR_RESPONSE_DEFAULT

static final int ERROR_RESPONSE_DEFAULT
Deprecated. 
If an action error occurs, respond in the default way, as specified in the action registry

See Also:
Constant Field Values

ERROR_RESPONSE_CONTINUE

static final int ERROR_RESPONSE_CONTINUE
Deprecated. 
If an action error occurs, ignore it and continue with the scenario instance(s)

See Also:
Constant Field Values

ERROR_RESPONSE_DELETE

static final int ERROR_RESPONSE_DELETE
Deprecated. 
If an action error occurs, delete the scenario instance(s)

See Also:
Constant Field Values