Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


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 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 int SUPPORTING_CONTENT_KEY_LENGTH
          A constant defining the maximum size of a supporting content key value.
static int SUPPORTING_CONTENT_XPATH_LENGTH
          A constant defining the maximum size of an XPath value when mapping workflow payloads using the supporting content mapping function.

 

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

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

SUPPORTING_CONTENT_KEY_LENGTH

public static final int SUPPORTING_CONTENT_KEY_LENGTH
A constant defining the maximum size of a supporting content key value.
See Also:
Constant Field Values

SUPPORTING_CONTENT_XPATH_LENGTH

public static final int SUPPORTING_CONTENT_XPATH_LENGTH
A constant defining the maximum size of an XPath value when mapping workflow payloads using the supporting content mapping function.
See Also:
Constant Field Values

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.