Stellent
HowToComponents
JavaDoc

intradoc.shared
Class AdditionalRenditions

java.lang.Object
  |
  +--intradoc.data.DataResultSet
        |
        +--intradoc.shared.AdditionalRenditions
All Implemented Interfaces:
ResultSet

public class AdditionalRenditions
extends DataResultSet


Field Summary
static java.lang.String[][] m_defaultMap
           
static int m_maxNum
           
 int m_numUsableRenditions
           
static java.lang.String m_tableName
           
 
Fields inherited from class intradoc.data.DataResultSet
m_copyAborted, m_currentRow, m_dateFormat, m_fieldList, m_fieldMapping, m_isMutable, m_numRows, m_values
 
Constructor Summary
AdditionalRenditions()
           
 
Method Summary
 java.lang.String[][] createDisplayMap(ExecutionContext cxt)
           
 java.lang.String getExtension(java.lang.String renFlag)
           
 void load(ResultSet rset)
           
 void loadEx(ResultSet rset, java.lang.String[] allowableList)
           
 DataResultSet shallowClone()
          Creates a shallow clone of the result set.
 
Methods inherited from class intradoc.data.DataResultSet
addRow, appendFields, closeInternals, copy, copy, copyEx, copyFieldInfo, copyFiltered, copyFilteredEx, copySimpleFiltered, createEmptyRow, createMaxNumResultSetFilter, createRow, createSimpleResultSetFilter, deleteCurrentRow, deleteRow, findRow, first, getCurrentRow, getCurrentRowProps, getCurrentRowValues, getDateFormat, getDateValue, getFieldInfo, getFieldName, getIndexFieldInfo, getNumFields, getNumRows, getResultSetValues, getResultSetValuesEx, getRowValues, getStringValue, getWorkspace, hasRawObjects, init, init, initEx, initShallow, insertRowAt, isCopyAborted, isEmpty, isMutable, isRowPresent, last, merge, mergeDelete, mergeFields, next, previous, readHeader, readSimple, removeAll, removeFields, renameField, reset, setCurrentRow, setCurrentValue, setDateFormat, setRowValues, skip, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_tableName

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

m_defaultMap

public static final java.lang.String[][] m_defaultMap

m_maxNum

public static int m_maxNum

m_numUsableRenditions

public int m_numUsableRenditions
Constructor Detail

AdditionalRenditions

public AdditionalRenditions()
Method Detail

shallowClone

public DataResultSet shallowClone()
Description copied from class: DataResultSet
Creates a shallow clone of the result set.

Overrides:
shallowClone in class DataResultSet

load

public void load(ResultSet rset)
          throws DataException
DataException

loadEx

public void loadEx(ResultSet rset,
                   java.lang.String[] allowableList)
            throws DataException
DataException

createDisplayMap

public java.lang.String[][] createDisplayMap(ExecutionContext cxt)

getExtension

public java.lang.String getExtension(java.lang.String renFlag)
                              throws DataException
DataException


(c) 1996-2005  All rights reserved.  Stellent, Inc.