planetj.dataengine.operation
Interface IOperation

All Known Subinterfaces:
ISQLOperation
All Known Implementing Classes:
AssociationRequest, Operation, OperationManager, SQLOperation

public interface IOperation

Constants associated with an SQLOperation Creation date: (3/25/2002 12:51:42 AM)


Field Summary
static String ALLOW_DELETES
           
static String ALLOW_DETAILS
           
static String ALLOW_INSERTS
           
static String ALLOW_UPDATES
           
static List APPLICABLE_CODE_ONLY
           
static List APPLICABLE_ONLY_FOR_DISPLAY
           
static List APPLICABLE_ONLY_FOR_SQL
           
static String APPLICATION_ID
          Id of operation's application
static String AUTHORIZE_EXECUTE_OPERATION
           
static String AUTO_RUN_ID
           
static String AUTO_RUN_STATUS
           
static String CACHE_LEVEL
           
static String CONNECTION_ALIAS
           
static String CURRENT_FIELD
           
static String CURRENT_REQUEST
           
static String CURRENT_RESPONSE
           
static String CURRENT_ROW
           
static String CURRENT_ROW_COLLECTION
           
static String CURRENT_SERVLET
           
static String CURRENT_USER
           
static String DEPENDS_ON_ID
          Column name for the id of an Operation the Operation depends on.
static String DESCRIPTION
           
static String DETAILS_JSP_FILE
           
static String DISPLAY_COLUMNS
           
static String DISPLAY_ORDER
           
static String ENCRYPTION_ID
           
static String EXECUTION_MODE
           
static String EXECUTION_MODE_NO
           
static String EXECUTION_MODE_YES
           
static String INSTRUCTIONS
           
static String JSP_FILE
          JSP to call when rendering this operation
static String LABEL
           
static String OPERATION_CLASS
           
static String OPERATION_CODE
           
static String OPERATION_DISPLAY_MODE
           
static String OPERATION_DISPLAY_MODE_FULL
           
static String OPERATION_DISPLAY_MODE_SKINNY
           
static String OPERATION_ID
          Column name for the id of an operation.
static String OPERATION_SET
           
static String OPERATION_SQL
           
static String OPERATION_TABLE_NAME
          Operation table name
static String OUTPUT_ALIAS
           
static String OWNER_ID
           
static String PARAMETERS_JSP_FILE
           
static String PARENT_ID
          Column name for the parent id of an operation.
static String PERFORMACE_STATISTICS_ID
           
static String PROPERTIES
           
static String ROW_CLASS
           
static String ROW_COLLECTION_CLASS
           
static String ROW_COUNT
           
static String SECURITY_ID
          Operation id used for security
static String SECURITY_TYPE
          Type of security to use on this operation
static String SET_NAME
           
static String THEME_ID
           
static String TITLE
           
static String TYPE
          Type of operation
static int TYPE_ASSOCIATED_JAVA_OPERATION
           
static int TYPE_ASSOCIATED_JOIN
           
static int TYPE_ASSOCIATION_1_TO_1
           
static int TYPE_ASSOCIATION_1_TO_MANY
           
static int TYPE_AUTHENTICATION
           
static int TYPE_AUTO_POPULATE
           
static int TYPE_AUTORUN_BATCH_PROCESS
           
static int TYPE_AUTORUN_EMAIL
           
static int TYPE_BLOB_DOWNLOAD
           
static int TYPE_EMAIL
          Deprecated. replaced with TYPE_AUTORUN_EMAIL
static int TYPE_EXECUTION_GROUP
           
static int TYPE_FILE_UPLOAD
           
static int TYPE_HTML_CODE
           
static int TYPE_HTML_REFERENCE
           
static int TYPE_HTML_REFERENCE_ASSOCIATION
           
static int TYPE_JAVA_OPERATION
           
static int TYPE_JSP_REFERENCE
           
static int TYPE_POSSIBLE_VALUES
           
static int TYPE_POSSIBLE_VALUES_SEARCH
           
static int TYPE_POSSIBLE_VALUES_SELECTOR
           
static int TYPE_REFERER_AUTHORIZATION_OPERATION
           
static int TYPE_SQL
           
static int TYPE_UNKNOWN
           
static int TYPE_USER_AUTHENTICATION_LIST_OPERATION
           
static int TYPE_USER_AUTHORIZATION_LIST_OPERATION
           
static int TYPE_USER_AUTHORIZATION_OPERATION
           
static int TYPE_VIEW_SELECTED_ASSOCIATION
           
static String USAGE_ID
          Column name for usage id of an Operation.
 

Field Detail

OPERATION_ID

public static final String OPERATION_ID
Column name for the id of an operation.

See Also:
Constant Field Values

PARENT_ID

public static final String PARENT_ID
Column name for the parent id of an operation.

See Also:
Constant Field Values

DEPENDS_ON_ID

public static final String DEPENDS_ON_ID
Column name for the id of an Operation the Operation depends on.

See Also:
Constant Field Values

USAGE_ID

public static final String USAGE_ID
Column name for usage id of an Operation.

See Also:
Constant Field Values

APPLICATION_ID

public static final String APPLICATION_ID
Id of operation's application

See Also:
Constant Field Values

JSP_FILE

public static final String JSP_FILE
JSP to call when rendering this operation

See Also:
Constant Field Values

SECURITY_ID

public static final String SECURITY_ID
Operation id used for security

See Also:
Constant Field Values

SECURITY_TYPE

public static final String SECURITY_TYPE
Type of security to use on this operation

See Also:
Constant Field Values

TYPE

public static final String TYPE
Type of operation

See Also:
Constant Field Values

OPERATION_CODE

public static final String OPERATION_CODE
See Also:
Constant Field Values

OPERATION_SQL

public static final String OPERATION_SQL
See Also:
Constant Field Values

LABEL

public static final String LABEL
See Also:
Constant Field Values

DETAILS_JSP_FILE

public static final String DETAILS_JSP_FILE
See Also:
Constant Field Values

PARAMETERS_JSP_FILE

public static final String PARAMETERS_JSP_FILE
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

ALLOW_DELETES

public static final String ALLOW_DELETES
See Also:
Constant Field Values

ALLOW_DETAILS

public static final String ALLOW_DETAILS
See Also:
Constant Field Values

ALLOW_INSERTS

public static final String ALLOW_INSERTS
See Also:
Constant Field Values

ALLOW_UPDATES

public static final String ALLOW_UPDATES
See Also:
Constant Field Values

ROW_COLLECTION_CLASS

public static final String ROW_COLLECTION_CLASS
See Also:
Constant Field Values

ROW_CLASS

public static final String ROW_CLASS
See Also:
Constant Field Values

CACHE_LEVEL

public static final String CACHE_LEVEL
See Also:
Constant Field Values

ROW_COUNT

public static final String ROW_COUNT
See Also:
Constant Field Values

DISPLAY_COLUMNS

public static final String DISPLAY_COLUMNS
See Also:
Constant Field Values

CONNECTION_ALIAS

public static final String CONNECTION_ALIAS
See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
See Also:
Constant Field Values

DISPLAY_ORDER

public static final String DISPLAY_ORDER
See Also:
Constant Field Values

OPERATION_SET

public static final String OPERATION_SET
See Also:
Constant Field Values

SET_NAME

public static final String SET_NAME
See Also:
Constant Field Values

INSTRUCTIONS

public static final String INSTRUCTIONS
See Also:
Constant Field Values

OWNER_ID

public static final String OWNER_ID
See Also:
Constant Field Values

AUTHORIZE_EXECUTE_OPERATION

public static final String AUTHORIZE_EXECUTE_OPERATION
See Also:
Constant Field Values

ENCRYPTION_ID

public static final String ENCRYPTION_ID
See Also:
Constant Field Values

PERFORMACE_STATISTICS_ID

public static final String PERFORMACE_STATISTICS_ID
See Also:
Constant Field Values

AUTO_RUN_ID

public static final String AUTO_RUN_ID
See Also:
Constant Field Values

THEME_ID

public static final String THEME_ID
See Also:
Constant Field Values

AUTO_RUN_STATUS

public static final String AUTO_RUN_STATUS
See Also:
Constant Field Values

OPERATION_CLASS

public static final String OPERATION_CLASS
See Also:
Constant Field Values

OUTPUT_ALIAS

public static final String OUTPUT_ALIAS
See Also:
Constant Field Values

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN
See Also:
Constant Field Values

TYPE_SQL

public static final int TYPE_SQL
See Also:
Constant Field Values

TYPE_ASSOCIATION_1_TO_MANY

public static final int TYPE_ASSOCIATION_1_TO_MANY
See Also:
Constant Field Values

TYPE_POSSIBLE_VALUES

public static final int TYPE_POSSIBLE_VALUES
See Also:
Constant Field Values

TYPE_ASSOCIATION_1_TO_1

public static final int TYPE_ASSOCIATION_1_TO_1
See Also:
Constant Field Values

TYPE_AUTHENTICATION

public static final int TYPE_AUTHENTICATION
See Also:
Constant Field Values

TYPE_POSSIBLE_VALUES_SEARCH

public static final int TYPE_POSSIBLE_VALUES_SEARCH
See Also:
Constant Field Values

TYPE_EXECUTION_GROUP

public static final int TYPE_EXECUTION_GROUP
See Also:
Constant Field Values

TYPE_AUTO_POPULATE

public static final int TYPE_AUTO_POPULATE
See Also:
Constant Field Values

TYPE_POSSIBLE_VALUES_SELECTOR

public static final int TYPE_POSSIBLE_VALUES_SELECTOR
See Also:
Constant Field Values

TYPE_FILE_UPLOAD

public static final int TYPE_FILE_UPLOAD
See Also:
Constant Field Values

TYPE_BLOB_DOWNLOAD

public static final int TYPE_BLOB_DOWNLOAD
See Also:
Constant Field Values

TYPE_HTML_CODE

public static final int TYPE_HTML_CODE
See Also:
Constant Field Values

TYPE_HTML_REFERENCE

public static final int TYPE_HTML_REFERENCE
See Also:
Constant Field Values

TYPE_JSP_REFERENCE

public static final int TYPE_JSP_REFERENCE
See Also:
Constant Field Values

TYPE_HTML_REFERENCE_ASSOCIATION

public static final int TYPE_HTML_REFERENCE_ASSOCIATION
See Also:
Constant Field Values

TYPE_JAVA_OPERATION

public static final int TYPE_JAVA_OPERATION
See Also:
Constant Field Values

TYPE_ASSOCIATED_JAVA_OPERATION

public static final int TYPE_ASSOCIATED_JAVA_OPERATION
See Also:
Constant Field Values

TYPE_ASSOCIATED_JOIN

public static final int TYPE_ASSOCIATED_JOIN
See Also:
Constant Field Values

TYPE_AUTORUN_EMAIL

public static final int TYPE_AUTORUN_EMAIL
See Also:
Constant Field Values

TYPE_EMAIL

public static final int TYPE_EMAIL
Deprecated. replaced with TYPE_AUTORUN_EMAIL

See Also:
Constant Field Values

TYPE_AUTORUN_BATCH_PROCESS

public static final int TYPE_AUTORUN_BATCH_PROCESS
See Also:
Constant Field Values

TYPE_VIEW_SELECTED_ASSOCIATION

public static final int TYPE_VIEW_SELECTED_ASSOCIATION
See Also:
Constant Field Values

TYPE_USER_AUTHORIZATION_OPERATION

public static final int TYPE_USER_AUTHORIZATION_OPERATION
See Also:
Constant Field Values

TYPE_USER_AUTHORIZATION_LIST_OPERATION

public static final int TYPE_USER_AUTHORIZATION_LIST_OPERATION
See Also:
Constant Field Values

TYPE_USER_AUTHENTICATION_LIST_OPERATION

public static final int TYPE_USER_AUTHENTICATION_LIST_OPERATION
See Also:
Constant Field Values

TYPE_REFERER_AUTHORIZATION_OPERATION

public static final int TYPE_REFERER_AUTHORIZATION_OPERATION
See Also:
Constant Field Values

OPERATION_TABLE_NAME

public static final String OPERATION_TABLE_NAME
Operation table name

See Also:
Constant Field Values

CURRENT_USER

public static final String CURRENT_USER
See Also:
Constant Field Values

CURRENT_FIELD

public static final String CURRENT_FIELD
See Also:
Constant Field Values

CURRENT_ROW

public static final String CURRENT_ROW
See Also:
Constant Field Values

CURRENT_ROW_COLLECTION

public static final String CURRENT_ROW_COLLECTION
See Also:
Constant Field Values

CURRENT_REQUEST

public static final String CURRENT_REQUEST
See Also:
Constant Field Values

CURRENT_RESPONSE

public static final String CURRENT_RESPONSE
See Also:
Constant Field Values

CURRENT_SERVLET

public static final String CURRENT_SERVLET
See Also:
Constant Field Values

EXECUTION_MODE

public static final String EXECUTION_MODE
See Also:
Constant Field Values

EXECUTION_MODE_YES

public static final String EXECUTION_MODE_YES
See Also:
Constant Field Values

EXECUTION_MODE_NO

public static final String EXECUTION_MODE_NO
See Also:
Constant Field Values

OPERATION_DISPLAY_MODE

public static final String OPERATION_DISPLAY_MODE
See Also:
Constant Field Values

OPERATION_DISPLAY_MODE_SKINNY

public static final String OPERATION_DISPLAY_MODE_SKINNY
See Also:
Constant Field Values

OPERATION_DISPLAY_MODE_FULL

public static final String OPERATION_DISPLAY_MODE_FULL
See Also:
Constant Field Values

APPLICABLE_ONLY_FOR_DISPLAY

public static final List APPLICABLE_ONLY_FOR_DISPLAY

APPLICABLE_CODE_ONLY

public static final List APPLICABLE_CODE_ONLY

APPLICABLE_ONLY_FOR_SQL

public static final List APPLICABLE_ONLY_FOR_SQL