Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.util
Class CPConstants

java.lang.Object
  extended by oracle.apps.fnd.applcp.util.CPConstants

public class CPConstants
extends java.lang.Object

! HISTORY: ! ! MODIFIED (MM/DD/YY) (Bug #) (Description) ! aweisber 04/19/11 - Use atgpf label Executable Wrapper ! sonelson - 11/04/10 - 10259469 - add SPAWNED ENV_VAR constants ! sonelson - 10/21/10 - - add code history !


Field Summary
static int ADFBC_TYPE
          Represents the ADF BC type of MLS function.
static java.lang.String APPLICATION_SERVICE_PROVIDER
          Class name for the application service from ApplCore.
static java.lang.String CP_ASYNCH_CLASS_NAME
          Constant for the CP Async java wrapper.
static java.lang.String CP_CLASS_NAME
          Constant for the CP java wrapper.
static java.lang.String CP_MLS_CLASS_NAME
          Constant for the CP MLS java wrapper.
static java.lang.String ESS_PROPERTY_SUBSTITUTION_TAG
          Constant representing ESS Property substitution tag.
static java.lang.String ESS_SUBSTITUTION_TAG_DELIMITER
          Constant representing ESS Property substitution tag delimiter.
static int JAVA_TYPE
          Represents the java type of MLS function.
static java.lang.String LOGFILE_NAME
          Constant which represents the environment variable to which the name of the log file is stored.
static java.lang.String LOOKUP_SERVICE_PROVIDER
          Class name for the logging service.
static java.lang.String MESSAGE_SERVICE_PROVIDER
          Class name for the message service from ApplCore.
static java.lang.String OUTFILE_NAME
          Constant which represents the environment variable to which the name of the output file is stored.
static int PLSQL_TYPE
          Represents the pl/sql type of MLS function.
static java.lang.String PROFILE_SERVICE_PROVIDER
          Class name for the profile service from ApplCore.
static java.lang.String REQUEST_DOCUMENT_ID
          Constant representing ESS request data documentId stored in the UCM content repository.
static java.lang.String REQUESTID
          Constant which represents the environment variable to which the request id is stored.
static java.lang.String RESOURCE_BUNDLE_CLASS_NAME
          Constant representing ESS Extensions Resource Bundle.
static java.lang.String SPAWNED_ENV_VAR
          Constant representing Spawned Environment Property for setting up env variables to launch spawned jobs.
static java.lang.String SPAWNED_EXECUTABLE_HOME
          Constant representing ESS job definition request parameter for spwaned executable home directory.
static java.lang.String USERID
          Constant which represents the environment variable to which the the ID of the user requesting the job.
static java.lang.String USERNAME
          Constant which represents the environment variable to which the the name of the user requesting the job.
static java.lang.String WARNING_STATUS
          If this value is set for REQUEST_STATUS, the request returned a warning status.
 
Constructor Summary
CPConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CP_CLASS_NAME

public static final java.lang.String CP_CLASS_NAME
Constant for the CP java wrapper.

See Also:
Constant Field Values

CP_ASYNCH_CLASS_NAME

public static final java.lang.String CP_ASYNCH_CLASS_NAME
Constant for the CP Async java wrapper.

See Also:
Constant Field Values

CP_MLS_CLASS_NAME

public static final java.lang.String CP_MLS_CLASS_NAME
Constant for the CP MLS java wrapper.

See Also:
Constant Field Values

WARNING_STATUS

public static final java.lang.String WARNING_STATUS
If this value is set for REQUEST_STATUS, the request returned a warning status. This is to be used in cases where ESS is not capable of returning warning status e.g. SQL type requests.

See Also:
Constant Field Values

REQUESTID

public static final java.lang.String REQUESTID
Constant which represents the environment variable to which the request id is stored.

See Also:
Constant Field Values

OUTFILE_NAME

public static final java.lang.String OUTFILE_NAME
Constant which represents the environment variable to which the name of the output file is stored. This is usuful for execution types that do not have sophisticated capabilities to generate file names.

See Also:
Constant Field Values

LOGFILE_NAME

public static final java.lang.String LOGFILE_NAME
Constant which represents the environment variable to which the name of the log file is stored. This is usuful for execution types that do not have sophisticated capabilities to generate file names.

See Also:
Constant Field Values

USERNAME

public static final java.lang.String USERNAME
Constant which represents the environment variable to which the the name of the user requesting the job.

See Also:
Constant Field Values

USERID

public static final java.lang.String USERID
Constant which represents the environment variable to which the the ID of the user requesting the job.

See Also:
Constant Field Values

PLSQL_TYPE

public static final int PLSQL_TYPE
Represents the pl/sql type of MLS function. This is used to determine if the list of languages should be obtained by assuming MLS_EVALUATION_FUNCTION to be a pl/sql procedure and executing against the database to get the list.

See Also:
Constant Field Values

JAVA_TYPE

public static final int JAVA_TYPE
Represents the java type of MLS function. This is used to determine if the MLS_EVALUATION_FUNCTION should be instantiated and the list of languages obtained from it.

See Also:
Constant Field Values

ADFBC_TYPE

public static final int ADFBC_TYPE
Represents the ADF BC type of MLS function. This is used to determine if the MLS_EVALUATION_FUNCTION should be treated as a VO and the list of languages obtained from it.

See Also:
Constant Field Values

PROFILE_SERVICE_PROVIDER

public static final java.lang.String PROFILE_SERVICE_PROVIDER
Class name for the profile service from ApplCore.

See Also:
Constant Field Values

APPLICATION_SERVICE_PROVIDER

public static final java.lang.String APPLICATION_SERVICE_PROVIDER
Class name for the application service from ApplCore.

See Also:
Constant Field Values

MESSAGE_SERVICE_PROVIDER

public static final java.lang.String MESSAGE_SERVICE_PROVIDER
Class name for the message service from ApplCore.

See Also:
Constant Field Values

LOOKUP_SERVICE_PROVIDER

public static final java.lang.String LOOKUP_SERVICE_PROVIDER
Class name for the logging service.

See Also:
Constant Field Values

SPAWNED_ENV_VAR

public static final java.lang.String SPAWNED_ENV_VAR
Constant representing Spawned Environment Property for setting up env variables to launch spawned jobs. Value set in CPPreProcessor

See Also:
Constant Field Values

ESS_PROPERTY_SUBSTITUTION_TAG

public static final java.lang.String ESS_PROPERTY_SUBSTITUTION_TAG
Constant representing ESS Property substitution tag. Value based on the constant used in ESS Core SpawnedExecutableWrapper

See Also:
Constant Field Values

ESS_SUBSTITUTION_TAG_DELIMITER

public static final java.lang.String ESS_SUBSTITUTION_TAG_DELIMITER
Constant representing ESS Property substitution tag delimiter. Value based on the constant used in ESS Core SpawnedExecutableWrapper

See Also:
Constant Field Values

REQUEST_DOCUMENT_ID

public static final java.lang.String REQUEST_DOCUMENT_ID
Constant representing ESS request data documentId stored in the UCM content repository.

See Also:
Constant Field Values

SPAWNED_EXECUTABLE_HOME

public static final java.lang.String SPAWNED_EXECUTABLE_HOME
Constant representing ESS job definition request parameter for spwaned executable home directory.

See Also:
Constant Field Values

RESOURCE_BUNDLE_CLASS_NAME

public static final java.lang.String RESOURCE_BUNDLE_CLASS_NAME
Constant representing ESS Extensions Resource Bundle.

See Also:
Constant Field Values
Constructor Detail

CPConstants

public CPConstants()

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.