Skip navigation links

Oracle® Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-01


oracle.imaging
Class ImagingConstants

java.lang.Object
  extended by oracle.imaging.ImagingConstants


public class ImagingConstants
extends java.lang.Object

A constants class defining property value limits.


Field Summary
static java.lang.String AGENT_LOGGER
          A constant defining the logger name used for the agent tier exceptions logging
static int DESCRIPTION_LENGTH
          A constant defining the maximum number of characters allowed for description fields.
static int FIELDNAME_LENGTH
          A constant defining the maximum number of characters allowed for field definition names.
static java.lang.String ISO_DATE_FORMAT
          A constant defining the ISO8601 date formatting
static java.lang.String ISO_DATETIME_FORMAT
          A constant defining the ISO8601 date-time formatting
static int NAME_LENGTH
          A constant defining the maximum number of characters allowed for name fields.
static java.lang.String REPOSITORY_LOGGER
          A constant defining the logger name used for repository tier exceptions logging
static java.lang.String SERVICE_EXCEPTION_LOGGER
          A constant defining the logger name used for the service tier exceptions logging
static java.lang.String SERVICE_LOGGER
          A constant defining the logger name used for the service tier logging
static java.lang.String UI_LOGGER
          A constant defining the logger name used for the ui tier logging

 

Method Summary

 

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

 

Field Detail

FIELDNAME_LENGTH

public static final int FIELDNAME_LENGTH
A constant defining the maximum number of characters allowed for field definition names. This constant applies to the name property of the FieldDefinition data structures.
See Also:
Constant Field Values

NAME_LENGTH

public static final int NAME_LENGTH
A constant defining the maximum number of characters allowed for name fields. This constant applies to the name property of the NameId, Application, Search, and Input data structures.
See Also:
Constant Field Values

DESCRIPTION_LENGTH

public static final int DESCRIPTION_LENGTH
A constant defining the maximum number of characters allowed for description fields. This constant applies to the description property of the Application data structure
See Also:
Constant Field Values

UI_LOGGER

public static final java.lang.String UI_LOGGER
A constant defining the logger name used for the ui tier logging
See Also:
Constant Field Values

SERVICE_LOGGER

public static final java.lang.String SERVICE_LOGGER
A constant defining the logger name used for the service tier logging
See Also:
Constant Field Values

SERVICE_EXCEPTION_LOGGER

public static final java.lang.String SERVICE_EXCEPTION_LOGGER
A constant defining the logger name used for the service tier exceptions logging
See Also:
Constant Field Values

AGENT_LOGGER

public static final java.lang.String AGENT_LOGGER
A constant defining the logger name used for the agent tier exceptions logging
See Also:
Constant Field Values

REPOSITORY_LOGGER

public static final java.lang.String REPOSITORY_LOGGER
A constant defining the logger name used for repository tier exceptions logging
See Also:
Constant Field Values

ISO_DATE_FORMAT

public static final java.lang.String ISO_DATE_FORMAT
A constant defining the ISO8601 date formatting
See Also:
Constant Field Values

ISO_DATETIME_FORMAT

public static final java.lang.String ISO_DATETIME_FORMAT
A constant defining the ISO8601 date-time formatting
See Also:
Constant Field Values

Skip navigation links

Oracle® Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-01


Copyright © 2010, Oracle. All rights reserved.