planetj.dataengine.application
Interface IApplication

All Known Implementing Classes:
Application, DataEngineApplicationBuilderServlet, DataEngineApplicationServlet

public interface IApplication

Author:
PlanetJ Corp.

Field Summary
static String APPLICATION_CLASS
           
static String APPLICATION_HTTP_ID
           
static String APPLICATION_ID
           
static String APPLICATION_JSP_FILE
           
static String APPLICATION_METADATA_ALIAS
           
static String APPLICATION_NAME
           
static String APPLICATION_RESULTS_KEY
           
static String APPLICATION_TABLE_NAME
           
static String AUTO_RUN_STATUS
           
static String COMPANY_ID
           
static String COMPANY_NAME
           
static String CONNECTION_ALIAS
           
static String CURRENT_EXECUTING_APPLICATION
          Key for storing and retrieving the currently executing application in or out of navigation.
static String CURRENT_WOW_APPLICATION
          Key for storing and retrieving the current application being used by WOW in or out of navigation.
static String DESCRIPTION
           
static String ERROR_JSP_FILE
           
static String INITIAL_VIEW
           
static String MANAGE
           
static String OPTIONAL_SIGNON
           
static String OWNER_ID
           
static String PASSWORD
           
static String PROPERTIES
           
static String SERVLET_URI
           
static String SIGN_ON_CLASS
           
static String SIGN_ON_OP_ID
           
static String SIGN_ON_URI
           
static String THEME_ID
           
static String USER_ID
           
static String VERIFY_CONNECTION
           
 

Field Detail

APPLICATION_TABLE_NAME

public static final String APPLICATION_TABLE_NAME
See Also:
Constant Field Values

APPLICATION_NAME

public static final String APPLICATION_NAME
See Also:
Constant Field Values

APPLICATION_JSP_FILE

public static final String APPLICATION_JSP_FILE
See Also:
Constant Field Values

APPLICATION_ID

public static final String APPLICATION_ID
See Also:
Constant Field Values

COMPANY_ID

public static final String COMPANY_ID
See Also:
Constant Field Values

COMPANY_NAME

public static final String COMPANY_NAME
See Also:
Constant Field Values

OWNER_ID

public static final String OWNER_ID
See Also:
Constant Field Values

SERVLET_URI

public static final String SERVLET_URI
See Also:
Constant Field Values

ERROR_JSP_FILE

public static final String ERROR_JSP_FILE
See Also:
Constant Field Values

SIGN_ON_URI

public static final String SIGN_ON_URI
See Also:
Constant Field Values

APPLICATION_CLASS

public static final String APPLICATION_CLASS
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

USER_ID

public static final String USER_ID
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

CONNECTION_ALIAS

public static final String CONNECTION_ALIAS
See Also:
Constant Field Values

SIGN_ON_CLASS

public static final String SIGN_ON_CLASS
See Also:
Constant Field Values

SIGN_ON_OP_ID

public static final String SIGN_ON_OP_ID
See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
See Also:
Constant Field Values

INITIAL_VIEW

public static final String INITIAL_VIEW
See Also:
Constant Field Values

THEME_ID

public static final String THEME_ID
See Also:
Constant Field Values

OPTIONAL_SIGNON

public static final String OPTIONAL_SIGNON
See Also:
Constant Field Values

AUTO_RUN_STATUS

public static final String AUTO_RUN_STATUS
See Also:
Constant Field Values

CURRENT_EXECUTING_APPLICATION

public static final String CURRENT_EXECUTING_APPLICATION
Key for storing and retrieving the currently executing application in or out of navigation.

See Also:
Constant Field Values

CURRENT_WOW_APPLICATION

public static final String CURRENT_WOW_APPLICATION
Key for storing and retrieving the current application being used by WOW in or out of navigation.

See Also:
Constant Field Values

MANAGE

public static final String MANAGE
See Also:
Constant Field Values

APPLICATION_HTTP_ID

public static final String APPLICATION_HTTP_ID
See Also:
Constant Field Values

APPLICATION_METADATA_ALIAS

public static final String APPLICATION_METADATA_ALIAS
See Also:
Constant Field Values

APPLICATION_RESULTS_KEY

public static final String APPLICATION_RESULTS_KEY
See Also:
Constant Field Values

VERIFY_CONNECTION

public static final String VERIFY_CONNECTION
See Also:
Constant Field Values