com.plumtree.server.datasource.soap
Class PT_SOAPPROVIDER_GENERATE_ENTRIES

java.lang.Object
  extended by com.plumtree.server.datasource.soap.PT_SOAPPROVIDER_GENERATE_ENTRIES

public final class PT_SOAPPROVIDER_GENERATE_ENTRIES
extends java.lang.Object

Submit helper for remote documents takes a 1D array, this defines the expected value at each index of the array.

Author:
josephs
See Also:
IPTGenerateState

Field Summary
static int PT_SOAPPROVIDER_GENERATE_DOC_ID
          The second entry is the document type identifier.
static int PT_SOAPPROVIDER_GENERATE_DTM_NAMESPACE
          The third entry is the namespace of the document type.
static int PT_SOAPPROVIDER_GENERATE_NUM_ENTRIES
          The total number of entries in the array.
static int PT_SOAPPROVIDER_GENERATE_UNIQUE
          The first entry is the unique identifer of the document.
 
Constructor Summary
PT_SOAPPROVIDER_GENERATE_ENTRIES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_SOAPPROVIDER_GENERATE_UNIQUE

public static final int PT_SOAPPROVIDER_GENERATE_UNIQUE
The first entry is the unique identifer of the document.

See Also:
Constant Field Values

PT_SOAPPROVIDER_GENERATE_DOC_ID

public static final int PT_SOAPPROVIDER_GENERATE_DOC_ID
The second entry is the document type identifier.

See Also:
Constant Field Values

PT_SOAPPROVIDER_GENERATE_DTM_NAMESPACE

public static final int PT_SOAPPROVIDER_GENERATE_DTM_NAMESPACE
The third entry is the namespace of the document type.

See Also:
Constant Field Values

PT_SOAPPROVIDER_GENERATE_NUM_ENTRIES

public static final int PT_SOAPPROVIDER_GENERATE_NUM_ENTRIES
The total number of entries in the array.

See Also:
Constant Field Values
Constructor Detail

PT_SOAPPROVIDER_GENERATE_ENTRIES

public PT_SOAPPROVIDER_GENERATE_ENTRIES()