Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler.cp
Class ParameterConstants

java.lang.Object
  extended by oracle.as.scheduler.cp.ParameterConstants


public class ParameterConstants
extends java.lang.Object

This class defines the names of various parameters used in job type definitions, job definitions and request parameters. Created: Fri Mar 9 11:12:48 2007

Version:
1.0

Field Summary
static java.lang.String ACTIVITY_SUMMARIZER
          Deprecated.  
static java.lang.String AFLOG_LEVEL
          Whether AFLOG_LEVEL is currently set to allow logging of request messages to ODL.
static java.lang.String ALLOW_MULTIPLE_PENDING_REQUESTS
          Deprecated.  
static java.lang.String CD_PARAMETER
          Deprecated.  
static java.lang.String CMDLINE_BASE
          Base string used to test cmdLine properties
static java.lang.String CMDLINE_NT
          Constant representing the command line for generic windows systems.
static java.lang.String CMDLINE_UNIX
          Constant representing the command line for generic unix systems.
static java.lang.String COMPLETION_TEXT
          Constant to store the text message about how a request completed in RequestParameters
static java.lang.String CP_ASYNCH_JOB_WRAPPER
          Wrapper Class for Asynchronous Java Jobs Value set in Java Job Type
static java.lang.String CP_JAVA_JOB_WRAPPER
          Wrapper Class for Java Jobs Value set in Java Job Type
static java.lang.String CP_PROCEDURE_NAME
          Constant for the CP pl/sql wrapper procedure.
static java.lang.String DEFAULT_OUTPUT_EXTENSION
          The extension for the default output file generated by the request.
static java.lang.String ENABLE_TIME_STATISTICS
          Constant to enable timed statistics collection in RequestParameters
static java.lang.String ENABLE_TRACE
          Constant to turn on tracing in RequestParameters
static java.lang.String EXECUTABLE_NAME
          Constant representing the parameter containing the executable name
static java.lang.String EXECUTION_CURRENCY
          Constant representing Users currency Values = Currency Code: USD, HKD
static java.lang.String EXECUTION_DATEFORMATPATTERN
          Constant representing Preferred default date format Values = Date Format: M/d/yyyy, MMM d, yyyy
static java.lang.String EXECUTION_LANGUAGE
          Constant representing the parameter to which the request execution language should be stored.
static java.lang.String EXECUTION_NUMBERFORMATPATTERN
          Constant representing Preferred default number format Values = Number Format: "#,##0.##", "#,##0.##"
static java.lang.String EXECUTION_NUMCHAR
          Constant representing numeric characters in RequestParameters
static java.lang.String EXECUTION_TERRITORY
          Constant representing territory of the language in RequestParameters
static java.lang.String EXECUTION_TIMEFORMATPATTERN
          Constant representing Preferred default time format Values = Time Format: HH:mm a, h:mm:ss a
static java.lang.String EXECUTION_TIMEZONE
          Constant representing Users local timezone Values = Region/Country: America/Los_Angeles, Asia/Shanghai
static java.lang.String FND_JOB_NAMESPACE
          Namespace used in UI to set Job Definition values as namespace attributes to be accessed from PP Action VO
static java.lang.String INCREMENT_PROC
          Constant representing the parameter to which the increment procedure parameter should be stored.
static java.lang.String INCREMENT_PROC_ARGS
          List of Job Arguments that are a) date values and b) should be incremented on recurring runs
static java.lang.String JOB_ARGUMENT_NAME
          Job arguments will be named submit.argument1, submit.argument2, ..., submit.argumentN
static java.lang.String JOB_DEFINITION_ANNOTATION
          Constant representing a job definition's annotation.
static java.lang.String JOB_DEFINITION_APPLICATION
          Constant representing job definition's application short name for the current job definition in RequestParameters.
static java.lang.String JOB_DEFINITION_CATEGORY
          Constant representing job definition category for the current job definition in RequestParameters.
static java.lang.String JOB_DEFINITION_ID
          Constant representing the identifier for the current job definition in RequestParameters.
static java.lang.String JOB_DEFINITION_NAME
          Constant representing the short name for the current job definition in RequestParameters.
static java.lang.String JOB_PACKAGE_NAME
          Constant representing the package for the current job definition in RequestParameters.
static java.lang.String LOG_LEVEL
          The logging level for the current request.
static java.lang.String LONG_DESCRIPTION
          Constant for long job definition description in RequestParameters
static java.lang.String MLS_EVALUATION_FUNCTION
          The code to invoke to get the list of languages for which this request should be processed.
static java.lang.String MLS_EVALUATION_TYPE
          The type of the MLS function.
static java.lang.String MONITOR_ENABLED
          Deprecated.  
static java.lang.String NUMBER_OF_ARGS
          Total number of arguments provided for this request.
static java.lang.String OPTIMIZER_MODE
          Constant representing optimization mode such as RULE,FIRST_ROW in RequestParameters
static java.lang.String OUTPUT_COLLECTION
          Whether SRS UI should collect Output actions
static java.lang.String OUTPUT_OVERRIDE
          Indicates TaskFlow to replace Output display in Monitor UI Also prevents PostProcessor from performing Output Actions.
static java.lang.String OUTPUT_OVERRIDE_PARAMETER
          Indicates optional Parameter to OUTPUT_OVERRIDE TaskFlow
static java.lang.String PARAMETERS_VO
          Constant representing the VO name for the current job definition's parameters in RequestParameters.
static java.lang.String PARENT_REQUEST
          Constant representing the parent request id in RequestParameters.
static java.lang.String PRINT_FLAG
          Deprecated.  
static java.lang.String PRINTER_NAME
          Deprecated.  
static java.lang.String REQUEST_SCH_INTERVAL
          Constant for request schedule interval in RequestParameters
static java.lang.String REQUEST_STATUS
          Status of the current request if the request is of type JobType.ExecutionType.SQL_TYPE or JobType.ExecutionType.PROCESS_TYPE (only SQL*Plus; Others use normal ESS mechanism).
static java.lang.String REQUEST_STEP_PATH
          Constant representing a request's path in a job set
static java.lang.String ROLLBACK_SEGMENT
          Constant representing the rollback segment for a given request
static java.lang.String SHADOW_CLASS_NAME
          Constant representing the parameter to which the actual product class name is stored into prior to CLASS_NAME being set to oracle.apps.fnd.applcp.request.exec.ExecutableWrapper
static java.lang.String SHADOW_ENV_VARS
          Shadow Property for Pre-set env variables Value set in CPPreProcessor
static java.lang.String SHADOW_PROCEDURE_NAME
          Constant representing the parameter to which the actual product class name is stored into prior to PROCEDURE_NAME being set to FND_EXECUTE.EXECUTE
static java.lang.String SRS_FLAG
          Constant representing user-viewable job definition in RequestParameters
static java.lang.String TEMPLATE_APPL_SHORT_NAME
          Deprecated.  
static java.lang.String TEMPLATE_CODE
          Deprecated.  

 

Constructor Summary
ParameterConstants()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

PARENT_REQUEST

public static final java.lang.String PARENT_REQUEST
Constant representing the parent request id in RequestParameters.
See Also:
Constant Field Values

JOB_DEFINITION_NAME

public static final java.lang.String JOB_DEFINITION_NAME
Constant representing the short name for the current job definition in RequestParameters.
See Also:
Constant Field Values

JOB_DEFINITION_ID

public static final java.lang.String JOB_DEFINITION_ID
Constant representing the identifier for the current job definition in RequestParameters.
See Also:
Constant Field Values

JOB_PACKAGE_NAME

public static final java.lang.String JOB_PACKAGE_NAME
Constant representing the package for the current job definition in RequestParameters.
See Also:
Constant Field Values

JOB_DEFINITION_CATEGORY

public static final java.lang.String JOB_DEFINITION_CATEGORY
Constant representing job definition category for the current job definition in RequestParameters.
See Also:
Constant Field Values

JOB_DEFINITION_APPLICATION

public static final java.lang.String JOB_DEFINITION_APPLICATION
Constant representing job definition's application short name for the current job definition in RequestParameters.
See Also:
Constant Field Values

SHADOW_CLASS_NAME

public static final java.lang.String SHADOW_CLASS_NAME
Constant representing the parameter to which the actual product class name is stored into prior to CLASS_NAME being set to oracle.apps.fnd.applcp.request.exec.ExecutableWrapper
See Also:
Constant Field Values

EXECUTABLE_NAME

public static final java.lang.String EXECUTABLE_NAME
Constant representing the parameter containing the executable name
See Also:
Constant Field Values

EXECUTION_LANGUAGE

public static final java.lang.String EXECUTION_LANGUAGE
Constant representing the parameter to which the request execution language should be stored.
See Also:
Constant Field Values

CD_PARAMETER

public static final java.lang.String CD_PARAMETER
Deprecated. 
Constant representing the parameter to which the conflict domain parameter should be stored.
See Also:
Constant Field Values

CMDLINE_NT

public static final java.lang.String CMDLINE_NT
Constant representing the command line for generic windows systems.
See Also:
Constant Field Values

CMDLINE_UNIX

public static final java.lang.String CMDLINE_UNIX
Constant representing the command line for generic unix systems.
See Also:
Constant Field Values

CMDLINE_BASE

public static final java.lang.String CMDLINE_BASE
Base string used to test cmdLine properties
See Also:
Constant Field Values

INCREMENT_PROC

public static final java.lang.String INCREMENT_PROC
Constant representing the parameter to which the increment procedure parameter should be stored.
See Also:
Constant Field Values

INCREMENT_PROC_ARGS

public static final java.lang.String INCREMENT_PROC_ARGS
List of Job Arguments that are a) date values and b) should be incremented on recurring runs
See Also:
Constant Field Values

SHADOW_PROCEDURE_NAME

public static final java.lang.String SHADOW_PROCEDURE_NAME
Constant representing the parameter to which the actual product class name is stored into prior to PROCEDURE_NAME being set to FND_EXECUTE.EXECUTE
See Also:
Constant Field Values

CP_PROCEDURE_NAME

public static final java.lang.String CP_PROCEDURE_NAME
Constant for the CP pl/sql wrapper procedure.
See Also:
Constant Field Values

PARAMETERS_VO

public static final java.lang.String PARAMETERS_VO
Constant representing the VO name for the current job definition's parameters in RequestParameters.
See Also:
Constant Field Values

LOG_LEVEL

public static final java.lang.String LOG_LEVEL
The logging level for the current request.
See Also:
Constant Field Values

NUMBER_OF_ARGS

public static final java.lang.String NUMBER_OF_ARGS
Total number of arguments provided for this request. Stored in RequestParameters.
See Also:
Constant Field Values

REQUEST_STATUS

public static final java.lang.String REQUEST_STATUS
Status of the current request if the request is of type JobType.ExecutionType.SQL_TYPE or JobType.ExecutionType.PROCESS_TYPE (only SQL*Plus; Others use normal ESS mechanism). Stored in RequestParameters.
See Also:
Constant Field Values

MLS_EVALUATION_TYPE

public static final java.lang.String MLS_EVALUATION_TYPE
The type of the MLS function. Can be one of JAVA,PLSQL or ADFBC.
See Also:
Constant Field Values

MLS_EVALUATION_FUNCTION

public static final java.lang.String MLS_EVALUATION_FUNCTION
The code to invoke to get the list of languages for which this request should be processed. The function is evaluated based on the MLS_EVALUATION_TYPE.
See Also:
Constant Field Values

DEFAULT_OUTPUT_EXTENSION

public static final java.lang.String DEFAULT_OUTPUT_EXTENSION
The extension for the default output file generated by the request. This should be specified by the developer in the job definition. It is used when the getOutputFile() method is called or when getOutputfile(fileName, ext) is called with ext as null.
See Also:
Constant Field Values

EXECUTION_TERRITORY

public static final java.lang.String EXECUTION_TERRITORY
Constant representing territory of the language in RequestParameters
See Also:
Constant Field Values

EXECUTION_NUMCHAR

public static final java.lang.String EXECUTION_NUMCHAR
Constant representing numeric characters in RequestParameters
See Also:
Constant Field Values

OPTIMIZER_MODE

public static final java.lang.String OPTIMIZER_MODE
Constant representing optimization mode such as RULE,FIRST_ROW in RequestParameters
See Also:
Constant Field Values

PRINT_FLAG

public static final java.lang.String PRINT_FLAG
Deprecated. 
Constant representing print in RequestParameters
See Also:
Constant Field Values

SRS_FLAG

public static final java.lang.String SRS_FLAG
Constant representing user-viewable job definition in RequestParameters
See Also:
Constant Field Values

PRINTER_NAME

public static final java.lang.String PRINTER_NAME
Deprecated. 
Constant representing printer name in RequestParameters
See Also:
Constant Field Values

ENABLE_TRACE

public static final java.lang.String ENABLE_TRACE
Constant to turn on tracing in RequestParameters
See Also:
Constant Field Values

ENABLE_TIME_STATISTICS

public static final java.lang.String ENABLE_TIME_STATISTICS
Constant to enable timed statistics collection in RequestParameters
See Also:
Constant Field Values

ACTIVITY_SUMMARIZER

public static final java.lang.String ACTIVITY_SUMMARIZER
Deprecated. 
Constant for an activity summarizer in RequestParameters
See Also:
Constant Field Values

LONG_DESCRIPTION

public static final java.lang.String LONG_DESCRIPTION
Constant for long job definition description in RequestParameters
See Also:
Constant Field Values

ALLOW_MULTIPLE_PENDING_REQUESTS

public static final java.lang.String ALLOW_MULTIPLE_PENDING_REQUESTS
Deprecated. 
Constant for multiple pending requests in RequestParameters
See Also:
Constant Field Values

TEMPLATE_CODE

public static final java.lang.String TEMPLATE_CODE
Deprecated. 
Constant for template code in RequestParameters
See Also:
Constant Field Values

TEMPLATE_APPL_SHORT_NAME

public static final java.lang.String TEMPLATE_APPL_SHORT_NAME
Deprecated. 
Constant for template application in RequestParameters
See Also:
Constant Field Values

MONITOR_ENABLED

public static final java.lang.String MONITOR_ENABLED
Deprecated. 
Constant for enabling monitor in RequestParameters
See Also:
Constant Field Values

REQUEST_SCH_INTERVAL

public static final java.lang.String REQUEST_SCH_INTERVAL
Constant for request schedule interval in RequestParameters
See Also:
Constant Field Values

COMPLETION_TEXT

public static final java.lang.String COMPLETION_TEXT
Constant to store the text message about how a request completed in RequestParameters
See Also:
Constant Field Values

ROLLBACK_SEGMENT

public static final java.lang.String ROLLBACK_SEGMENT
Constant representing the rollback segment for a given request
See Also:
Constant Field Values

JOB_DEFINITION_ANNOTATION

public static final java.lang.String JOB_DEFINITION_ANNOTATION
Constant representing a job definition's annotation.
See Also:
Constant Field Values

REQUEST_STEP_PATH

public static final java.lang.String REQUEST_STEP_PATH
Constant representing a request's path in a job set
See Also:
Constant Field Values

JOB_ARGUMENT_NAME

public static final java.lang.String JOB_ARGUMENT_NAME
Job arguments will be named submit.argument1, submit.argument2, ..., submit.argumentN
See Also:
Constant Field Values

FND_JOB_NAMESPACE

public static final java.lang.String FND_JOB_NAMESPACE
Namespace used in UI to set Job Definition values as namespace attributes to be accessed from PP Action VO
See Also:
Constant Field Values

AFLOG_LEVEL

public static final java.lang.String AFLOG_LEVEL
Whether AFLOG_LEVEL is currently set to allow logging of request messages to ODL.
See Also:
Constant Field Values

OUTPUT_COLLECTION

public static final java.lang.String OUTPUT_COLLECTION
Whether SRS UI should collect Output actions
See Also:
Constant Field Values

OUTPUT_OVERRIDE

public static final java.lang.String OUTPUT_OVERRIDE
Indicates TaskFlow to replace Output display in Monitor UI Also prevents PostProcessor from performing Output Actions.
See Also:
Constant Field Values

OUTPUT_OVERRIDE_PARAMETER

public static final java.lang.String OUTPUT_OVERRIDE_PARAMETER
Indicates optional Parameter to OUTPUT_OVERRIDE TaskFlow
See Also:
Constant Field Values

EXECUTION_TIMEZONE

public static final java.lang.String EXECUTION_TIMEZONE
Constant representing Users local timezone Values = Region/Country: America/Los_Angeles, Asia/Shanghai
See Also:
Constant Field Values

EXECUTION_DATEFORMATPATTERN

public static final java.lang.String EXECUTION_DATEFORMATPATTERN
Constant representing Preferred default date format Values = Date Format: M/d/yyyy, MMM d, yyyy
See Also:
Constant Field Values

EXECUTION_TIMEFORMATPATTERN

public static final java.lang.String EXECUTION_TIMEFORMATPATTERN
Constant representing Preferred default time format Values = Time Format: HH:mm a, h:mm:ss a
See Also:
Constant Field Values

EXECUTION_NUMBERFORMATPATTERN

public static final java.lang.String EXECUTION_NUMBERFORMATPATTERN
Constant representing Preferred default number format Values = Number Format: "#,##0.##", "#,##0.##"
See Also:
Constant Field Values

EXECUTION_CURRENCY

public static final java.lang.String EXECUTION_CURRENCY
Constant representing Users currency Values = Currency Code: USD, HKD
See Also:
Constant Field Values

CP_JAVA_JOB_WRAPPER

public static final java.lang.String CP_JAVA_JOB_WRAPPER
Wrapper Class for Java Jobs Value set in Java Job Type
See Also:
Constant Field Values

CP_ASYNCH_JOB_WRAPPER

public static final java.lang.String CP_ASYNCH_JOB_WRAPPER
Wrapper Class for Asynchronous Java Jobs Value set in Java Job Type
See Also:
Constant Field Values

SHADOW_ENV_VARS

public static final java.lang.String SHADOW_ENV_VARS
Shadow Property for Pre-set env variables Value set in CPPreProcessor
See Also:
Constant Field Values

Constructor Detail

ParameterConstants

public ParameterConstants()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.