Stellent
HowToComponents
JavaDoc

intradoc.soap.custom
Class SoapCustomPropertyListData

java.lang.Object
  |
  +--intradoc.soap.custom.SoapCustomElementData
        |
        +--intradoc.soap.custom.SoapCustomPropertyListData

public class SoapCustomPropertyListData
extends SoapCustomElementData


Field Summary
static int DEFAULT_LIST
           
static int DOC_METADATA_LIST
           
 int m_listType
           
 int m_metaNameIndex
           
 java.lang.String m_metaTableName
           
static int USER_METADATA_LIST
           
 
Fields inherited from class intradoc.soap.custom.SoapCustomElementData
m_idcName, m_maxOccurs, m_name, m_subType, m_type, m_wsdlType
 
Constructor Summary
SoapCustomPropertyListData()
           
 
Method Summary
 java.lang.String getDataTypes()
           
 java.util.Properties getRequestProperties(PropertiesTreeNode node)
           
 void init(java.lang.String name, java.lang.String type, java.lang.String subType, java.lang.String idcName)
           
 void parseRequest(DataBinder data, PropertiesTreeNode node)
           
 void parseRequestProperty(java.util.Vector nodes, java.util.Properties props)
           
 void sendResponse(DataBinder data, java.lang.StringBuffer buffer)
           
 void writeSchemaComplexType(java.io.Writer writer, int numTabs)
           
 void writeSchemaElement(java.io.Writer writer, int numTabs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_METADATA_LIST

public static final int USER_METADATA_LIST
See Also:
Constant Field Values

DOC_METADATA_LIST

public static final int DOC_METADATA_LIST
See Also:
Constant Field Values

DEFAULT_LIST

public static final int DEFAULT_LIST
See Also:
Constant Field Values

m_listType

public int m_listType

m_metaTableName

public java.lang.String m_metaTableName

m_metaNameIndex

public int m_metaNameIndex
Constructor Detail

SoapCustomPropertyListData

public SoapCustomPropertyListData()
Method Detail

init

public void init(java.lang.String name,
                 java.lang.String type,
                 java.lang.String subType,
                 java.lang.String idcName)
Overrides:
init in class SoapCustomElementData

parseRequest

public void parseRequest(DataBinder data,
                         PropertiesTreeNode node)
Specified by:
parseRequest in class SoapCustomElementData

getRequestProperties

public java.util.Properties getRequestProperties(PropertiesTreeNode node)

parseRequestProperty

public void parseRequestProperty(java.util.Vector nodes,
                                 java.util.Properties props)

sendResponse

public void sendResponse(DataBinder data,
                         java.lang.StringBuffer buffer)
Specified by:
sendResponse in class SoapCustomElementData

writeSchemaElement

public void writeSchemaElement(java.io.Writer writer,
                               int numTabs)
                        throws java.io.IOException
Specified by:
writeSchemaElement in class SoapCustomElementData
java.io.IOException

writeSchemaComplexType

public void writeSchemaComplexType(java.io.Writer writer,
                                   int numTabs)
                            throws java.io.IOException
Specified by:
writeSchemaComplexType in class SoapCustomElementData
java.io.IOException

getDataTypes

public java.lang.String getDataTypes()
Specified by:
getDataTypes in class SoapCustomElementData


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