Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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 CREDENTIAL_ERROR_CODE
           
static java.lang.String ENT_APP_SHORT_NAME_TOKEN
           
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
          Attachment type for files.
static java.lang.String FOLDER_TYPE
          Attachment type for folders.
static java.lang.String NO_PRIMARY_REPOSITORY_ERROR_CODE
           
static java.lang.String NO_REPOSITORY_ERROR_CODE
           
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 REPOSITORY_TYPE
          Attachment type for content from the content server.
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
          Attachment type for text (notes).
static java.lang.String TMURI_TYPE
          Attachment type for Topology Manager Integration.
static java.lang.String TOPOLOGY_MANAGER_INTEGRATION_ERROR_CODE
           
static java.lang.String URL_TYPE
          Attachment type for static web pages (urls).
 
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
Attachment type for files.

See Also:
Constant Field Values

TEXT_TYPE

public static final java.lang.String TEXT_TYPE
Attachment type for text (notes).

See Also:
Constant Field Values

URL_TYPE

public static final java.lang.String URL_TYPE
Attachment type for static web pages (urls).

See Also:
Constant Field Values

FOLDER_TYPE

public static final java.lang.String FOLDER_TYPE
Attachment type for folders.

See Also:
Constant Field Values

REPOSITORY_TYPE

public static final java.lang.String REPOSITORY_TYPE
Attachment type for content from the content server.

See Also:
Constant Field Values

TMURI_TYPE

public static final java.lang.String TMURI_TYPE
Attachment type for Topology Manager Integration.

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

NO_REPOSITORY_ERROR_CODE

public static final java.lang.String NO_REPOSITORY_ERROR_CODE
See Also:
Constant Field Values

NO_PRIMARY_REPOSITORY_ERROR_CODE

public static final java.lang.String NO_PRIMARY_REPOSITORY_ERROR_CODE
See Also:
Constant Field Values

CREDENTIAL_ERROR_CODE

public static final java.lang.String CREDENTIAL_ERROR_CODE
See Also:
Constant Field Values

TOPOLOGY_MANAGER_INTEGRATION_ERROR_CODE

public static final java.lang.String TOPOLOGY_MANAGER_INTEGRATION_ERROR_CODE
See Also:
Constant Field Values

ENT_APP_SHORT_NAME_TOKEN

public static final java.lang.String ENT_APP_SHORT_NAME_TOKEN
See Also:
Constant Field Values
Constructor Detail

AttachmentsConstants

public AttachmentsConstants()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.