com.wm.app.tn.doc
Class DocConstants

java.lang.Object
  extended by com.wm.app.tn.doc.DocConstants

public class DocConstants
extends java.lang.Object

Sundry document-related constants


Field Summary
static java.lang.String B2BCOM_PARTNER_ID
          Partner ID for the B2B.com profile (this never changes).
static java.lang.String B2BREC_TYPE_ID
          Doc type ID for the B2B Record document type.
static java.lang.String[] EDI_BDT_CLASSES
          EDI Document Type class list
static java.lang.String EDI_TYPE
           
static java.lang.String EQRY_CNVID
          Envelope attribute name: conversation ID
static java.lang.String EQRY_GRPID
          Envelope attribute name: group ID
static java.lang.String[] EQRY_LIST
          For internal use only
static java.lang.String EQRY_NTVID
          Envelope attribute name: document ID
static java.lang.String EQRY_RVRID
          Envelope attribute name: receiver
static java.lang.String EQRY_SNDID
          Envelope attribute name: sender
static java.lang.String EQRY_USRST
          Envelope attribute name: user status
static java.lang.String FLATFILE_TYPE
           
static java.lang.String OTHER_TYPE
           
static java.lang.String PIPE_CNVID
          Pipeline matching variable: ConversationID
static java.lang.String PIPE_CONTENTENC
          Key to content encoding within 'TN_parms' in pipeline
static java.lang.String PIPE_CONTENTTYPE
          Key to content type within 'TN_parms' in pipeline
static java.lang.String PIPE_GRPID
          Pipeline matching variable: GroupID
static java.lang.String PIPE_NTVID
          Pipeline matching variable: NativeID
static java.lang.String PIPE_RVRID
          Pipeline matching variable: ReceiverID
static java.lang.String PIPE_SNDID
          Pipeline matching variable: SenderID
static java.lang.String PIPE_TNPARMS
          Key to TN parameters in pipeline
static java.lang.String PIPE_TYPEID
          Pipeline matching variable: DoctypeID
static java.lang.String PIPE_TYPENM
          Pipeline matching variable: DoctypeName
static java.lang.String SELF_PARTNER_ID
          Dummy partner ID that represents "this" Trading Networks installation (this will be different on different systems).
static java.lang.String SYS_CONVERSATIONID_ID
           
static java.lang.String SYS_DOCUMENTID_ID
           
static java.lang.String SYS_GROUPID_ID
           
static java.lang.String SYS_RECEIVERID_ID
           
static java.lang.String SYS_SENDERID_ID
          IDs for System Attributes
static java.lang.String SYS_SIGNATURE
          Name for Non-Envelope Attributes
static java.lang.String SYS_SIGNATURE_ID
           
static java.lang.String SYS_SIGNEDBODY
           
static java.lang.String SYS_SIGNEDBODY_ID
           
static java.lang.String SYS_USERSTATUS_ID
           
static java.lang.String UNK_PARTNER_ID
          Partner ID for the unknown partner (this never changes).
static java.lang.String UNK_TYPE_ID
          Doc type ID for the unknown document type (this never changes).
static java.lang.String UNKNOWN_TYPE
          Type constant for different Document Type class
static java.lang.String XML_TYPE
           
static java.lang.String XQL_SOURCE_QRY
          For internal use only
 
Constructor Summary
DocConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNK_PARTNER_ID

public static final java.lang.String UNK_PARTNER_ID
Partner ID for the unknown partner (this never changes).

See Also:
Constant Field Values

SELF_PARTNER_ID

public static final java.lang.String SELF_PARTNER_ID
Dummy partner ID that represents "this" Trading Networks installation (this will be different on different systems).

See Also:
Constant Field Values

B2BCOM_PARTNER_ID

public static final java.lang.String B2BCOM_PARTNER_ID
Partner ID for the B2B.com profile (this never changes).

See Also:
Constant Field Values

UNK_TYPE_ID

public static final java.lang.String UNK_TYPE_ID
Doc type ID for the unknown document type (this never changes).

See Also:
Constant Field Values

B2BREC_TYPE_ID

public static final java.lang.String B2BREC_TYPE_ID
Doc type ID for the B2B Record document type.

See Also:
Constant Field Values

EQRY_SNDID

public static final java.lang.String EQRY_SNDID
Envelope attribute name: sender

See Also:
Constant Field Values

EQRY_RVRID

public static final java.lang.String EQRY_RVRID
Envelope attribute name: receiver

See Also:
Constant Field Values

EQRY_NTVID

public static final java.lang.String EQRY_NTVID
Envelope attribute name: document ID

See Also:
Constant Field Values

EQRY_GRPID

public static final java.lang.String EQRY_GRPID
Envelope attribute name: group ID

See Also:
Constant Field Values

EQRY_CNVID

public static final java.lang.String EQRY_CNVID
Envelope attribute name: conversation ID

See Also:
Constant Field Values

EQRY_USRST

public static final java.lang.String EQRY_USRST
Envelope attribute name: user status

See Also:
Constant Field Values

SYS_SIGNATURE

public static final java.lang.String SYS_SIGNATURE
Name for Non-Envelope Attributes

See Also:
Constant Field Values

SYS_SIGNEDBODY

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

SYS_SENDERID_ID

public static final java.lang.String SYS_SENDERID_ID
IDs for System Attributes

See Also:
Constant Field Values

SYS_RECEIVERID_ID

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

SYS_DOCUMENTID_ID

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

SYS_GROUPID_ID

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

SYS_CONVERSATIONID_ID

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

SYS_USERSTATUS_ID

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

SYS_SIGNATURE_ID

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

SYS_SIGNEDBODY_ID

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

EDI_BDT_CLASSES

public static final java.lang.String[] EDI_BDT_CLASSES
EDI Document Type class list


UNKNOWN_TYPE

public static final java.lang.String UNKNOWN_TYPE
Type constant for different Document Type class

See Also:
Constant Field Values

XML_TYPE

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

FLATFILE_TYPE

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

EDI_TYPE

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

OTHER_TYPE

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

EQRY_LIST

public static final java.lang.String[] EQRY_LIST
For internal use only


PIPE_TNPARMS

public static final java.lang.String PIPE_TNPARMS
Key to TN parameters in pipeline

See Also:
Constant Field Values

PIPE_TYPEID

public static final java.lang.String PIPE_TYPEID
Pipeline matching variable: DoctypeID

See Also:
Constant Field Values

PIPE_TYPENM

public static final java.lang.String PIPE_TYPENM
Pipeline matching variable: DoctypeName

See Also:
Constant Field Values

PIPE_SNDID

public static final java.lang.String PIPE_SNDID
Pipeline matching variable: SenderID

See Also:
Constant Field Values

PIPE_RVRID

public static final java.lang.String PIPE_RVRID
Pipeline matching variable: ReceiverID

See Also:
Constant Field Values

PIPE_NTVID

public static final java.lang.String PIPE_NTVID
Pipeline matching variable: NativeID

See Also:
Constant Field Values

PIPE_GRPID

public static final java.lang.String PIPE_GRPID
Pipeline matching variable: GroupID

See Also:
Constant Field Values

PIPE_CNVID

public static final java.lang.String PIPE_CNVID
Pipeline matching variable: ConversationID

See Also:
Constant Field Values

PIPE_CONTENTTYPE

public static final java.lang.String PIPE_CONTENTTYPE
Key to content type within 'TN_parms' in pipeline

See Also:
Constant Field Values

PIPE_CONTENTENC

public static final java.lang.String PIPE_CONTENTENC
Key to content encoding within 'TN_parms' in pipeline

See Also:
Constant Field Values

XQL_SOURCE_QRY

public static final java.lang.String XQL_SOURCE_QRY
For internal use only

See Also:
Constant Field Values
Constructor Detail

DocConstants

public DocConstants()