com.sapportals.wcm.service.xmlforms

Interface IXMLForm


Deprecated. use IXFService, IXFProject and IXFTransformation instead

public interface IXMLForm

Copyright 2004 SAP AG


Method Summary
 boolean canPost()
          Deprecated. true if postXMLData is supported
 boolean canRespond()
          Deprecated. true if sendHtmlRespond is supported
 boolean checkXMLDataExistence()
          Deprecated. check if XML data exists
 String getAction()
          Deprecated.  
 Locale getClientLocale()
          Deprecated.  
 String getEncoding()
          Deprecated.  
 String getFormMimeType()
          Deprecated.  
 InputStream getFormStream()
          Deprecated. get a html stream of the form
 InputStream getFormStream(boolean allowEdit)
          Deprecated. get a html stream of the form
 InputStream getFormStream(boolean allowEdit, HashMap extproperties)
          Deprecated. get a html stream of the form
 InputStream getFormStream(boolean allowEdit, HashMap extproperties, String XSLName)
          Deprecated. get a html stream of the form
 InputStream getFormStream(boolean allowEdit, String XSLName)
          Deprecated. get a html stream of the form
 InputStream getFormStream(HashMap extproperties)
          Deprecated. get a html stream of the form
 InputStream getFormStream(HashMap extproperties, String XSLName)
          Deprecated. get a html stream of the form
 InputStream getFormStream(String XSLName)
          Deprecated. get a html stream of the form
 String getID()
          Deprecated. shortname of the form
 String getImagePath()
          Deprecated.  
 InputStream getListStream()
          Deprecated. get a html listing of the items
 InputStream getListStream(HashMap extparameters)
          Deprecated. get a html listing of the items
 InputStream getListStream(HashMap extparameters, String XSLName)
          Deprecated. get a html listing of the items
 InputStream getListStream(String XSLName)
          Deprecated. get a html listing of the items
 String getName()
          Deprecated. descritive name of the form
 HashMap getParameters()
          Deprecated. define a set of parameters which are to be generated as hidden form fields
 boolean getRename()
          Deprecated.  
 IResourceContext getResourceContext()
          Deprecated.  
 String getResourceType()
          Deprecated.  
 String getRespondMimeType()
          Deprecated.  
 InputStream getRespondStream()
          Deprecated. get a html stream of the form
 InputStream getRespondStream(HashMap extproperties)
          Deprecated. get a html stream of the form
 Map getShowForms()
          Deprecated.  
 boolean getStoreOnValidationError()
          Deprecated.  
 String getSubmitMethod()
          Deprecated.  
 IResourceContext getSystemResourceContext()
          Deprecated.  
 String getTemplatePath()
          Deprecated.  
 boolean getUseMetaXMLFormat()
          Deprecated.  
 boolean getValidation()
          Deprecated.  
 String getValidationErrorList()
          Deprecated. XML string containing all validation errors see XMLValidator for more information on the format of the XML stream
 int getValidationErrorNumber()
          Deprecated. number of validation errors
 InputStream getValidationErrorStream()
          Deprecated. XML stream with error information tags see XMLValidator for more information on the format of the XML stream
 String getXMLDataAbsolute()
          Deprecated.  
 String getXMLDataExtension()
          Deprecated.  
 String getXMLDataName()
          Deprecated.  
 String getXMLDataPath()
          Deprecated.  
 String getXMLTemplateName()
          Deprecated.  
 String getXSLCreateStyle()
          Deprecated.  
 String getXSLListStyle()
          Deprecated.  
 String getXSLPostStyle()
          Deprecated.  
 String getXSLPropCreateStyle()
          Deprecated. name of the XSL Stylesheet to generate the resource properties form
 String getXSLPropShowStyle()
          Deprecated. name of the XSL Stylesheet to generate the resource properties form
 String getXSLRespondStyle()
          Deprecated.  
 String getXSLShowStyle()
          Deprecated.  
 boolean postXMLData(InputStream XMLinputStream)
          Deprecated. post the form to the
 boolean postXMLData(InputStream XMLinputStream, HashMap extproperties)
          Deprecated. post the form to the
 void setAction(String action)
          Deprecated. the callback URL for then form
 void setClientLocale(Locale clientlocale)
          Deprecated. client locale
 void setDataTypes(HashMap map)
          Deprecated. set HashMap with data types
 void setImagePath(String imagepath)
          Deprecated. image path
 void setNSMaps(HashMap alias2ns, HashMap ns2alias)
          Deprecated.  
 void setOriginalResourceNames(String orgname, String resname)
          Deprecated.  
 void setRename(boolean value)
          Deprecated. flag to switch on/off renaming, default is false
 void setResourceContext(IResourceContext resourcecontext)
          Deprecated. resource context
 void setResourceType(String name)
          Deprecated. XML data resoure path
 void setStoreOnValidationError(boolean value)
          Deprecated. store even if validation failes
 void setSubmitMethod(String method)
          Deprecated. the submit method to by used by the form i.e.
 void setSystemResourceContext(IResourceContext systemrescontext)
          Deprecated. system resource context
 void setUseMetaXMLFormat(boolean value)
          Deprecated. Single XSL is used to generate the form
 void setValidation(boolean value)
          Deprecated. flag to switch on/off validation, default is true
 void setXMLDataAbsolute(String uri)
          Deprecated. XML absolute data uri for existing resources setting will set DataPath, DataName and DataExtension accordingly
 void setXMLDataExtension(String name)
          Deprecated. XML data resoure extension
 void setXMLDataName(String name)
          Deprecated. XML data resoure
 void setXMLDataPath(String name)
          Deprecated. XML data resoure path
 void setXMLDataStream(InputStream in)
          Deprecated.  
 void setXMLTemplateName(String name)
          Deprecated. name of the XML template
 void setXSLCreateStyle(String name)
          Deprecated. name of the XSL stylesheet to create the data form
 void setXSLListStyle(String name)
          Deprecated. name of the XSL stylesheet to display the data
 void setXSLRespondStyle(String name)
          Deprecated. name of the XSL stylesheet to generate the respond
 void setXSLShowStyle(String name)
          Deprecated. name of the XSL stylesheet to display the data
 InputStream validateXMLData(HttpServletRequest request)
          Deprecated. post the form to the
 InputStream validateXMLData(HttpServletRequest request, HashMap extproperties)
          Deprecated. post the form to the
 InputStream validateXMLData(InputStream XMLinputStream)
          Deprecated. post the form to the
 InputStream validateXMLData(InputStream XMLinputStream, HashMap extproperties)
          Deprecated. post the form to the
 

Method Detail

getName

public String getName()
Deprecated. 
descritive name of the form


getID

public String getID()
Deprecated. 
shortname of the form


setSubmitMethod

public void setSubmitMethod(String method)
Deprecated. 
the submit method to by used by the form i.e. GET or POST


getSubmitMethod

public String getSubmitMethod()
Deprecated. 

setImagePath

public void setImagePath(String imagepath)
Deprecated. 
image path


getImagePath

public String getImagePath()
Deprecated. 

setClientLocale

public void setClientLocale(Locale clientlocale)
Deprecated. 
client locale


getClientLocale

public Locale getClientLocale()
Deprecated. 

setResourceContext

public void setResourceContext(IResourceContext resourcecontext)
Deprecated. 
resource context


getResourceContext

public IResourceContext getResourceContext()
Deprecated. 

setSystemResourceContext

public void setSystemResourceContext(IResourceContext systemrescontext)
Deprecated. 
system resource context


getSystemResourceContext

public IResourceContext getSystemResourceContext()
Deprecated. 

setAction

public void setAction(String action)
Deprecated. 
the callback URL for then form


getAction

public String getAction()
Deprecated. 

getParameters

public HashMap getParameters()
Deprecated. 
define a set of parameters which are to be generated as hidden form fields


getTemplatePath

public String getTemplatePath()
Deprecated. 

setXMLTemplateName

public void setXMLTemplateName(String name)
Deprecated. 
name of the XML template


getXMLTemplateName

public String getXMLTemplateName()
Deprecated. 

setXSLCreateStyle

public void setXSLCreateStyle(String name)
Deprecated. 
name of the XSL stylesheet to create the data form


getXSLCreateStyle

public String getXSLCreateStyle()
Deprecated. 

setXSLShowStyle

public void setXSLShowStyle(String name)
Deprecated. 
name of the XSL stylesheet to display the data


getXSLShowStyle

public String getXSLShowStyle()
Deprecated. 

setXSLListStyle

public void setXSLListStyle(String name)
Deprecated. 
name of the XSL stylesheet to display the data


getXSLListStyle

public String getXSLListStyle()
Deprecated. 

setXSLRespondStyle

public void setXSLRespondStyle(String name)
Deprecated. 
name of the XSL stylesheet to generate the respond


getXSLRespondStyle

public String getXSLRespondStyle()
Deprecated. 

getXSLPostStyle

public String getXSLPostStyle()
Deprecated. 

getXSLPropCreateStyle

public String getXSLPropCreateStyle()
Deprecated. 
name of the XSL Stylesheet to generate the resource properties form


getXSLPropShowStyle

public String getXSLPropShowStyle()
Deprecated. 
name of the XSL Stylesheet to generate the resource properties form


setUseMetaXMLFormat

public void setUseMetaXMLFormat(boolean value)
Deprecated. 
Single XSL is used to generate the form


getUseMetaXMLFormat

public boolean getUseMetaXMLFormat()
Deprecated. 

setXMLDataAbsolute

public void setXMLDataAbsolute(String uri)
Deprecated. 
XML absolute data uri for existing resources setting will set DataPath, DataName and DataExtension accordingly


getXMLDataAbsolute

public String getXMLDataAbsolute()
Deprecated. 

setXMLDataPath

public void setXMLDataPath(String name)
Deprecated. 
XML data resoure path


getXMLDataPath

public String getXMLDataPath()
Deprecated. 

setResourceType

public void setResourceType(String name)
Deprecated. 
XML data resoure path


getResourceType

public String getResourceType()
Deprecated. 

setXMLDataName

public void setXMLDataName(String name)
                    throws XMLFormException,
                           Exception
Deprecated. 
XML data resoure

Throws:
XMLFormException
Exception

getXMLDataName

public String getXMLDataName()
Deprecated. 

setXMLDataExtension

public void setXMLDataExtension(String name)
Deprecated. 
XML data resoure extension


getXMLDataExtension

public String getXMLDataExtension()
Deprecated. 

setXMLDataStream

public void setXMLDataStream(InputStream in)
Deprecated. 

checkXMLDataExistence

public boolean checkXMLDataExistence()
Deprecated. 
check if XML data exists


canRespond

public boolean canRespond()
Deprecated. 
true if sendHtmlRespond is supported


canPost

public boolean canPost()
Deprecated. 
true if postXMLData is supported


getFormMimeType

public String getFormMimeType()
Deprecated. 

getRespondMimeType

public String getRespondMimeType()
Deprecated. 

getValidationErrorList

public String getValidationErrorList()
Deprecated. 
XML string containing all validation errors see XMLValidator for more information on the format of the XML stream


getValidationErrorStream

public InputStream getValidationErrorStream()
Deprecated. 
XML stream with error information tags see XMLValidator for more information on the format of the XML stream


getValidationErrorNumber

public int getValidationErrorNumber()
Deprecated. 
number of validation errors


setRename

public void setRename(boolean value)
Deprecated. 
flag to switch on/off renaming, default is false


getRename

public boolean getRename()
Deprecated. 

setValidation

public void setValidation(boolean value)
Deprecated. 
flag to switch on/off validation, default is true


getValidation

public boolean getValidation()
Deprecated. 

setStoreOnValidationError

public void setStoreOnValidationError(boolean value)
Deprecated. 
store even if validation failes


getStoreOnValidationError

public boolean getStoreOnValidationError()
Deprecated. 

setDataTypes

public void setDataTypes(HashMap map)
Deprecated. 
set HashMap with data types


getEncoding

public String getEncoding()
Deprecated. 

getShowForms

public Map getShowForms()
Deprecated. 

setOriginalResourceNames

public void setOriginalResourceNames(String orgname,
                                     String resname)
Deprecated. 

setNSMaps

public void setNSMaps(HashMap alias2ns,
                      HashMap ns2alias)
Deprecated. 

getFormStream

public InputStream getFormStream()
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception

getFormStream

public InputStream getFormStream(HashMap extproperties)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception

getFormStream

public InputStream getFormStream(boolean allowEdit)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception

getFormStream

public InputStream getFormStream(boolean allowEdit,
                                 HashMap extproperties)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception

getFormStream

public InputStream getFormStream(String XSLName)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception

getFormStream

public InputStream getFormStream(HashMap extproperties,
                                 String XSLName)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception

getFormStream

public InputStream getFormStream(boolean allowEdit,
                                 String XSLName)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception

getFormStream

public InputStream getFormStream(boolean allowEdit,
                                 HashMap extproperties,
                                 String XSLName)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception

getListStream

public InputStream getListStream()
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html listing of the items

Throws:
XMLFormException
IOException
Exception

getListStream

public InputStream getListStream(HashMap extparameters)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html listing of the items

Throws:
XMLFormException
IOException
Exception

getListStream

public InputStream getListStream(String XSLName)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html listing of the items

Throws:
XMLFormException
IOException
Exception

getListStream

public InputStream getListStream(HashMap extparameters,
                                 String XSLName)
                          throws XMLFormException,
                                 IOException,
                                 Exception
Deprecated. 
get a html listing of the items

Throws:
XMLFormException
IOException
Exception

postXMLData

public boolean postXMLData(InputStream XMLinputStream)
                    throws XMLFormException,
                           IOException,
                           Exception
Deprecated. 
post the form to the

Throws:
XMLFormException
IOException
Exception

postXMLData

public boolean postXMLData(InputStream XMLinputStream,
                           HashMap extproperties)
                    throws XMLFormException,
                           IOException,
                           Exception
Deprecated. 
post the form to the

Throws:
XMLFormException
IOException
Exception

validateXMLData

public InputStream validateXMLData(InputStream XMLinputStream)
                            throws XMLFormException,
                                   IOException,
                                   Exception
Deprecated. 
post the form to the

Throws:
XMLFormException
IOException
Exception

validateXMLData

public InputStream validateXMLData(InputStream XMLinputStream,
                                   HashMap extproperties)
                            throws XMLFormException,
                                   IOException,
                                   Exception
Deprecated. 
post the form to the

Throws:
XMLFormException
IOException
Exception

validateXMLData

public InputStream validateXMLData(HttpServletRequest request)
                            throws XMLFormException,
                                   IOException,
                                   Exception
Deprecated. 
post the form to the

Throws:
XMLFormException
IOException
Exception

validateXMLData

public InputStream validateXMLData(HttpServletRequest request,
                                   HashMap extproperties)
                            throws XMLFormException,
                                   IOException,
                                   Exception
Deprecated. 
post the form to the

Throws:
XMLFormException
IOException
Exception

getRespondStream

public InputStream getRespondStream()
                             throws XMLFormException,
                                    IOException,
                                    Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception

getRespondStream

public InputStream getRespondStream(HashMap extproperties)
                             throws XMLFormException,
                                    IOException,
                                    Exception
Deprecated. 
get a html stream of the form

Throws:
XMLFormException
IOException
Exception


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.