Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.attachments
Class AttachmentsConstants

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.AttachmentsConstants

public class AttachmentsConstants
extends java.lang.Object

Constants that are used within Attachments module.


Field Summary
static java.lang.String ATTACHMENT_CATEGORIES
          Constant to be used for getting hold of list of Category Names.
static java.lang.String CATEGORY_NAME
          Name of the category column in the attachments view object.
static java.lang.String ENTITY_NAME
          Constant to be used for getting hold of Entity Name from Attachment data object.
static java.lang.String FILE_TYPE
          Constant to be used for setting attachment type to File type.
static java.lang.String FOLDER_TYPE
          Constant to be used for setting attachment type to Folder type.
static java.lang.String OAF_ATTACHMENT_CATEGORY_PROPERTY
          Name of the custom property for attachment viewlinks created by the design time wizard.
static java.lang.String PK1_VALUE
          Constant to be used for getting hold of Pk1 Value from Attachment data object.
static java.lang.String PK2_VALUE
          Constant to be used for getting hold of Pk2 Value from Attachment data object.
static java.lang.String PK3_VALUE
          Constant to be used for getting hold of Pk3 Value from Attachment data object.
static java.lang.String PK4_VALUE
          Constant to be used for getting hold of Pk4 Value from Attachment data object.
static java.lang.String PK5_VALUE
          Constant to be used for getting hold of Pk5 Value from Attachment data object.
static java.lang.String SET_ID
          Constant to be used for getting hold of Set Id from Attachment data object.
static java.lang.String TEXT_TYPE
          Constant to be used for setting attachment type to Text type.
static java.lang.String URL_TYPE
          Constant to be used for setting attachment type to Url type.
 
Constructor Summary
AttachmentsConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY_NAME

public static final java.lang.String ENTITY_NAME
Constant to be used for getting hold of Entity Name from Attachment data object.

See Also:
Constant Field Values

PK1_VALUE

public static final java.lang.String PK1_VALUE
Constant to be used for getting hold of Pk1 Value from Attachment data object.

See Also:
Constant Field Values

PK2_VALUE

public static final java.lang.String PK2_VALUE
Constant to be used for getting hold of Pk2 Value from Attachment data object.

See Also:
Constant Field Values

PK3_VALUE

public static final java.lang.String PK3_VALUE
Constant to be used for getting hold of Pk3 Value from Attachment data object.

See Also:
Constant Field Values

PK4_VALUE

public static final java.lang.String PK4_VALUE
Constant to be used for getting hold of Pk4 Value from Attachment data object.

See Also:
Constant Field Values

PK5_VALUE

public static final java.lang.String PK5_VALUE
Constant to be used for getting hold of Pk5 Value from Attachment data object.

See Also:
Constant Field Values

SET_ID

public static final java.lang.String SET_ID
Constant to be used for getting hold of Set Id from Attachment data object.

See Also:
Constant Field Values

ATTACHMENT_CATEGORIES

public static final java.lang.String ATTACHMENT_CATEGORIES
Constant to be used for getting hold of list of Category Names.

See Also:
Constant Field Values

FILE_TYPE

public static final java.lang.String FILE_TYPE
Constant to be used for setting attachment type to File type.

See Also:
Constant Field Values

TEXT_TYPE

public static final java.lang.String TEXT_TYPE
Constant to be used for setting attachment type to Text type.

See Also:
Constant Field Values

URL_TYPE

public static final java.lang.String URL_TYPE
Constant to be used for setting attachment type to Url type.

See Also:
Constant Field Values

FOLDER_TYPE

public static final java.lang.String FOLDER_TYPE
Constant to be used for setting attachment type to Folder type.

See Also:
Constant Field Values

OAF_ATTACHMENT_CATEGORY_PROPERTY

public static final java.lang.String OAF_ATTACHMENT_CATEGORY_PROPERTY
Name of the custom property for attachment viewlinks created by the design time wizard.

See Also:
Constant Field Values

CATEGORY_NAME

public static final java.lang.String CATEGORY_NAME
Name of the category column in the attachments view object.

See Also:
Constant Field Values
Constructor Detail

AttachmentsConstants

public AttachmentsConstants()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.