oracle.cle.process
Interface ProcessConstants

All Known Subinterfaces:
PageConstants
All Known Implementing Classes:
Process

public interface ProcessConstants

A collection of constants generally used by the MVC framework's process components.


Field Summary
static java.lang.String ALLINFO
          Service info table key for All ProcessInfos in the InfoTable
static java.lang.String BINARYSIZE
           
static java.lang.String CONNECTION_PROVIDER_DTD_NAME
          The name of the dtd against which to validate connection providers The value is: cle-providers.dtd
static java.lang.String CONNECTION_PROVIDER_VALIDATION_PROPERTY
          The name of the system property that specifies whether to validate connection provider xml document against the dtd.
static java.lang.String CONTENTTYPE
          Service info table key
static java.lang.String CURRENTPAGEID
           
static java.lang.String CURRENTSERVICE
          Service info table key
static java.lang.String ERRORMESSAGE
          Service info table key
static java.lang.String GENERICBINARYRESULT
          Service info table key
static java.lang.String GENERICTEXTRESULT
          Service info table key
static java.lang.Integer GETINFO_CHECK_ALL
          Used for getInfo(String, Integer).
static java.lang.Integer GETINFO_CHECK_CONTROLLERONLY
          Used for getInfo(String, Integer).
static java.lang.Integer GETINFO_CHECK_SERVICEONLY
          Used for getInfo(String, Integer).
static java.lang.Integer HTML
          Result Type for HTML
static java.lang.String HTMLRESULT
          Service info table key
static java.lang.String JSPRESULT
          Service info table key
static java.lang.String LOGOFF
          Service info table key
static java.lang.String NOMESSAGE
           
static java.lang.String PAGEID
           
static java.lang.Integer PDF
          Result Type for PDF
static java.lang.String PDFRESULT
          Service info table key
static java.lang.String PRE_GROUP_DTD_NAME
          The name of the dtd against which to validate pre-group includes The value is: cle-pre-group.dtd
static java.lang.String PRE_GROUP_VALIDATION_PROPERTY
          The name of the system property that specifies whether to validate pre group xml documents against the dtd The value is: cle.pregroup.dtdvalidation
static java.lang.String PROCESS_FEEDBACK
          value for processfeedback.
static java.lang.String RESTART
          Service info table key
static java.lang.String RESULTTYPE
          Service info table key
static java.lang.String RULES_DTD_NAME
          The name of the dtd against which to validate rules The value is: cle-validation-rules.dtd
static java.lang.String SERVICE_DESCRIPTOR
          Service descriptor parameter name
static java.lang.String SERVICE_DTD_NAME
          The name of the dtd against which to validate services The value is: cle-service.dtd
static java.lang.String SERVICE_VALIDATION_PROPERTY
          The name of the system property that specifies whether to validate service descriptor xml documents against the dtd The value is: cle.service.dtdvalidation
static java.lang.String SERVICEINITIALSTATE
          Service info table key
static java.lang.String SERVICENAME
          Service info table key
static java.lang.String SESSIONID
          Service info table key for the SESSION_ID in the InfoTable
static java.lang.String SKIP
           
static java.lang.String STACKTRACE
          Service info table key
static java.lang.String USER
          Service info table key
static java.lang.String USERROLE
          Service info table key for user's role
static java.lang.Integer WML
          Result Type for WML
static java.lang.Integer XML
          Result Type for XML
static java.lang.String XMLRESULT
          Service info table key
 

Field Detail

SERVICENAME

public static final java.lang.String SERVICENAME
Service info table key

SERVICE_DESCRIPTOR

public static final java.lang.String SERVICE_DESCRIPTOR
Service descriptor parameter name

ERRORMESSAGE

public static final java.lang.String ERRORMESSAGE
Service info table key

STACKTRACE

public static final java.lang.String STACKTRACE
Service info table key

RESTART

public static final java.lang.String RESTART
Service info table key

LOGOFF

public static final java.lang.String LOGOFF
Service info table key

RESULTTYPE

public static final java.lang.String RESULTTYPE
Service info table key

CONTENTTYPE

public static final java.lang.String CONTENTTYPE
Service info table key

HTMLRESULT

public static final java.lang.String HTMLRESULT
Service info table key

PDFRESULT

public static final java.lang.String PDFRESULT
Service info table key

XMLRESULT

public static final java.lang.String XMLRESULT
Service info table key

JSPRESULT

public static final java.lang.String JSPRESULT
Service info table key

GENERICTEXTRESULT

public static final java.lang.String GENERICTEXTRESULT
Service info table key

GENERICBINARYRESULT

public static final java.lang.String GENERICBINARYRESULT
Service info table key

CURRENTSERVICE

public static final java.lang.String CURRENTSERVICE
Service info table key

SERVICEINITIALSTATE

public static final java.lang.String SERVICEINITIALSTATE
Service info table key

USER

public static final java.lang.String USER
Service info table key

USERROLE

public static final java.lang.String USERROLE
Service info table key for user's role

ALLINFO

public static final java.lang.String ALLINFO
Service info table key for All ProcessInfos in the InfoTable

SESSIONID

public static final java.lang.String SESSIONID
Service info table key for the SESSION_ID in the InfoTable

SKIP

public static final java.lang.String SKIP

BINARYSIZE

public static final java.lang.String BINARYSIZE

HTML

public static final java.lang.Integer HTML
Result Type for HTML

PDF

public static final java.lang.Integer PDF
Result Type for PDF

XML

public static final java.lang.Integer XML
Result Type for XML

WML

public static final java.lang.Integer WML
Result Type for WML

NOMESSAGE

public static final java.lang.String NOMESSAGE

PRE_GROUP_DTD_NAME

public static final java.lang.String PRE_GROUP_DTD_NAME
The name of the dtd against which to validate pre-group includes The value is: cle-pre-group.dtd

PRE_GROUP_VALIDATION_PROPERTY

public static final java.lang.String PRE_GROUP_VALIDATION_PROPERTY
The name of the system property that specifies whether to validate pre group xml documents against the dtd The value is: cle.pregroup.dtdvalidation

SERVICE_DTD_NAME

public static final java.lang.String SERVICE_DTD_NAME
The name of the dtd against which to validate services The value is: cle-service.dtd

SERVICE_VALIDATION_PROPERTY

public static final java.lang.String SERVICE_VALIDATION_PROPERTY
The name of the system property that specifies whether to validate service descriptor xml documents against the dtd The value is: cle.service.dtdvalidation

CONNECTION_PROVIDER_DTD_NAME

public static final java.lang.String CONNECTION_PROVIDER_DTD_NAME
The name of the dtd against which to validate connection providers The value is: cle-providers.dtd

CONNECTION_PROVIDER_VALIDATION_PROPERTY

public static final java.lang.String CONNECTION_PROVIDER_VALIDATION_PROPERTY
The name of the system property that specifies whether to validate connection provider xml document against the dtd. The value is: cle.providers.dtdvalidation

PROCESS_FEEDBACK

public static final java.lang.String PROCESS_FEEDBACK
value for processfeedback. This is the name of the infotable entry containing validation errors from the oracle.clex.process.ValidateAttributes process

RULES_DTD_NAME

public static final java.lang.String RULES_DTD_NAME
The name of the dtd against which to validate rules The value is: cle-validation-rules.dtd

PAGEID

public static final java.lang.String PAGEID

CURRENTPAGEID

public static final java.lang.String CURRENTPAGEID

GETINFO_CHECK_ALL

public static final java.lang.Integer GETINFO_CHECK_ALL
Used for getInfo(String, Integer). Value is 0

GETINFO_CHECK_SERVICEONLY

public static final java.lang.Integer GETINFO_CHECK_SERVICEONLY
Used for getInfo(String, Integer). Value is 1

GETINFO_CHECK_CONTROLLERONLY

public static final java.lang.Integer GETINFO_CHECK_CONTROLLERONLY
Used for getInfo(String, Integer). Value is 2


Copyright © 2003 ORACLE Corp. All Rights Reserved.