IXFService, IXFProject and IXFTransformation insteadpublic interface IXMLForm
Copyright 2004 SAP AG
| Modifier and Type | Method and Description |
|---|---|
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.
Returns the callback URL for then form
|
Locale |
getClientLocale()
Deprecated.
Returns the client locale
|
String |
getEncoding()
Deprecated.
|
String |
getFormMimeType()
Deprecated.
|
InputStream |
getFormStream()
Deprecated.
Returns a html stream of the form
|
InputStream |
getFormStream(boolean allowEdit)
Deprecated.
Returns a html stream of the form
|
InputStream |
getFormStream(boolean allowEdit,
HashMap extproperties)
Deprecated.
Returns a html stream of the form
|
InputStream |
getFormStream(boolean allowEdit,
HashMap extproperties,
String XSLName)
Deprecated.
Returns a html stream of the form
|
InputStream |
getFormStream(boolean allowEdit,
String XSLName)
Deprecated.
Returns a html stream of the form
|
InputStream |
getFormStream(HashMap extproperties)
Deprecated.
Returns a html stream of the form
|
InputStream |
getFormStream(HashMap extproperties,
String XSLName)
Deprecated.
Returns a html stream of the form
|
InputStream |
getFormStream(String XSLName)
Deprecated.
Returns a html stream of the form
|
String |
getID()
Deprecated.
Returns shortname of the form
|
String |
getImagePath()
Deprecated.
Returns the image path
|
InputStream |
getListStream()
Deprecated.
Returns a html listing of the items
|
InputStream |
getListStream(HashMap extparameters)
Deprecated.
Returns a html listing of the items
|
InputStream |
getListStream(HashMap extparameters,
String XSLName)
Deprecated.
Returns a html listing of the items
|
InputStream |
getListStream(String XSLName)
Deprecated.
Returns a html listing of the items
|
String |
getName()
Deprecated.
Returns 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.
Returns the resource context
|
String |
getResourceType()
Deprecated.
|
String |
getRespondMimeType()
Deprecated.
|
InputStream |
getRespondStream()
Deprecated.
|
InputStream |
getRespondStream(HashMap extproperties)
Deprecated.
|
Map |
getShowForms()
Deprecated.
|
boolean |
getStoreOnValidationError()
Deprecated.
|
String |
getSubmitMethod()
Deprecated.
Returns the submit method
|
IResourceContext |
getSystemResourceContext()
Deprecated.
Returns the system resource context
|
String |
getTemplatePath()
Deprecated.
Returns the path to the template
|
boolean |
getUseMetaXMLFormat()
Deprecated.
Returns use meta xml format
|
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.
Returns the name of the XML temple
|
String |
getXSLCreateStyle()
Deprecated.
Returns the name of the XSL stylesheet to create the data form
|
String |
getXSLListStyle()
Deprecated.
Returns the XSL stylesheet to display the data
|
String |
getXSLPostStyle()
Deprecated.
Returns the name of the XSL stylesheet to generate the post data
|
String |
getXSLPropCreateStyle()
Deprecated.
Returns the name of the XSL Stylesheet to generate the resource properties form
|
String |
getXSLPropShowStyle()
Deprecated.
Returns the name of the XSL Stylesheet to generate the resource properties form
|
String |
getXSLRespondStyle()
Deprecated.
Returns the name of the XSL stylesheet to generate the respond
|
String |
getXSLShowStyle()
Deprecated.
|
boolean |
postXMLData(InputStream XMLinputStream)
Deprecated.
Posts an XML form
|
boolean |
postXMLData(InputStream XMLinputStream,
HashMap extproperties)
Deprecated.
Posts an XML form
|
void |
setAction(String action)
Deprecated.
Sets the callback URL for then form
|
void |
setClientLocale(Locale clientlocale)
Deprecated.
Sets the client locale
|
void |
setDataTypes(HashMap map)
Deprecated.
set HashMap with data types
|
void |
setImagePath(String imagepath)
Deprecated.
Sets the image pat
|
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.
Sets the 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.
Sets the submit method to by used by the form (GET or POST)
|
void |
setSystemResourceContext(IResourceContext systemrescontext)
Deprecated.
Sets the system resource context
|
void |
setUseMetaXMLFormat(boolean value)
Deprecated.
Not supported
|
void |
setValidation(boolean value)
Deprecated.
flag to switch on/off validation, default is true
|
void |
setXMLDataAbsolute(String uri)
Deprecated.
Sets DataPath, DataName and DataExtension accordingly from an uri
|
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.
Sets the name of the XML template
|
void |
setXSLCreateStyle(String name)
Deprecated.
Sets the name of the XSL stylesheet to create the data form
|
void |
setXSLListStyle(String name)
Deprecated.
Sets the XSL stylesheet to display the data
|
void |
setXSLRespondStyle(String name)
Deprecated.
Sets the 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.
|
InputStream |
validateXMLData(HttpServletRequest request,
HashMap extproperties)
Deprecated.
|
InputStream |
validateXMLData(InputStream XMLinputStream)
Deprecated.
|
InputStream |
validateXMLData(InputStream XMLinputStream,
HashMap extproperties)
Deprecated.
|
String getName()
String getID()
void setSubmitMethod(String method)
method - The method to be used by the formString getSubmitMethod()
void setImagePath(String imagepath)
imagepath - The image pathString getImagePath()
void setClientLocale(Locale clientlocale)
clientlocale - The client localeLocale getClientLocale()
void setResourceContext(IResourceContext resourcecontext)
resourcecontext - The resource contextIResourceContext getResourceContext()
void setSystemResourceContext(IResourceContext systemrescontext)
systemrescontext - IResourceContext getSystemResourceContext()
void setAction(String action)
action - The callback URL for then formString getAction()
HashMap getParameters()
String getTemplatePath()
void setXMLTemplateName(String name)
name - The name of the XML templateString getXMLTemplateName()
void setXSLCreateStyle(String name)
name - The name of the XSL stylesheet to create the data formString getXSLCreateStyle()
void setXSLShowStyle(String name)
String getXSLShowStyle()
void setXSLListStyle(String name)
name - The XSL stylesheet to display the dataString getXSLListStyle()
void setXSLRespondStyle(String name)
name - the name of the XSL stylesheet to generate the respondString getXSLRespondStyle()
String getXSLPostStyle()
String getXSLPropCreateStyle()
String getXSLPropShowStyle()
void setUseMetaXMLFormat(boolean value)
value - not supportedboolean getUseMetaXMLFormat()
truevoid setXMLDataAbsolute(String uri)
uri - XML absolute data uri for existing resourcesString getXMLDataAbsolute()
void setXMLDataPath(String name)
String getXMLDataPath()
void setResourceType(String name)
String getResourceType()
void setXMLDataName(String name) throws XMLFormException, Exception
XMLFormExceptionExceptionString getXMLDataName()
void setXMLDataExtension(String name)
String getXMLDataExtension()
void setXMLDataStream(InputStream in)
boolean checkXMLDataExistence()
boolean canRespond()
boolean canPost()
String getFormMimeType()
String getRespondMimeType()
String getValidationErrorList()
InputStream getValidationErrorStream()
int getValidationErrorNumber()
void setRename(boolean value)
boolean getRename()
void setValidation(boolean value)
boolean getValidation()
void setStoreOnValidationError(boolean value)
boolean getStoreOnValidationError()
void setDataTypes(HashMap map)
String getEncoding()
Map getShowForms()
InputStream getFormStream() throws XMLFormException, IOException, Exception
XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getFormStream(HashMap extproperties) throws XMLFormException, IOException, Exception
extproperties - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getFormStream(boolean allowEdit) throws XMLFormException, IOException, Exception
allowEdit - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getFormStream(boolean allowEdit, HashMap extproperties) throws XMLFormException, IOException, Exception
allowEdit - extproperties - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getFormStream(String XSLName) throws XMLFormException, IOException, Exception
XSLName - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getFormStream(HashMap extproperties, String XSLName) throws XMLFormException, IOException, Exception
extproperties - XSLName - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getFormStream(boolean allowEdit, String XSLName) throws XMLFormException, IOException, Exception
allowEdit - XSLName - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getFormStream(boolean allowEdit, HashMap extproperties, String XSLName) throws XMLFormException, IOException, Exception
allowEdit - extproperties - XSLName - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getListStream() throws XMLFormException, IOException, Exception
XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getListStream(HashMap extparameters) throws XMLFormException, IOException, Exception
extparameters - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getListStream(String XSLName) throws XMLFormException, IOException, Exception
XSLName - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getListStream(HashMap extparameters, String XSLName) throws XMLFormException, IOException, Exception
extparameters - XSLName - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredboolean postXMLData(InputStream XMLinputStream) throws XMLFormException, IOException, Exception
XMLinputStream - The XML form input streamXMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredboolean postXMLData(InputStream XMLinputStream, HashMap extproperties) throws XMLFormException, IOException, Exception
XMLinputStream - extproperties - true if post data succeeded, false otherwiseXMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream validateXMLData(InputStream XMLinputStream) throws XMLFormException, IOException, Exception
XMLinputStream - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream validateXMLData(InputStream XMLinputStream, HashMap extproperties) throws XMLFormException, IOException, Exception
XMLinputStream - extproperties - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream validateXMLData(HttpServletRequest request) throws XMLFormException, IOException, Exception
request - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream validateXMLData(HttpServletRequest request, HashMap extproperties) throws XMLFormException, IOException, Exception
request - extproperties - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getRespondStream() throws XMLFormException, IOException, Exception
XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurredInputStream getRespondStream(HashMap extproperties) throws XMLFormException, IOException, Exception
extproperties - XMLFormException - if an error occurredIOException - if an error occurredException - if an error occurred| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice