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)
 
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