|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2004 SAP AG
| Method Summary | |
IXFTransformation |
getDefaultTransformation(java.lang.String transformationType)
Gets the default transformation for a given transformation type |
java.lang.String |
getDisplayName(java.util.Locale clientlocale)
Gets the descritive localized name of the form |
java.util.Map |
getDisplayTransformations()
get list of show forms for the preview pane |
java.lang.String |
getID()
Gets unique identifier of the project |
java.lang.String |
getProjectProperty(java.lang.String key)
Gets a project property |
IXFTransformation |
getTransformation(java.lang.String id)
Gets a transformation by its ID |
boolean |
isDeprecated()
Checks, if the project is deprecated. |
boolean |
isHidden()
Checks if the project is public visible or not |
ISaveResult |
saveItem(IPostData data,
java.lang.String resName,
IResourceContext resContext,
java.util.Hashtable parameters)
Save an item |
| Method Detail |
public java.lang.String getID()
public java.lang.String getDisplayName(java.util.Locale clientlocale)
clientlocale - the Locale to use for localisationpublic IXFTransformation getTransformation(java.lang.String id)
id - the transformation ID (e.g. "Edit")IXFTransformation object representing the requested transformation,
or null, if the transformation does not exist, or an error occurredpublic IXFTransformation getDefaultTransformation(java.lang.String transformationType)
transformationType - the transformation type to get the default transformation.
It should be one of the constants IXFTransformation.TRANSFORMATION_TYPE_EDIT or
IXFTransformation.TRANSFORMATION_TYPE_DISPLAY.IXFTransformation object representing the requested transformation,
or null, if the transformation does not exist, or an error occurredpublic boolean isHidden()
true if the project is hidden, false if it is visiblepublic boolean isDeprecated()
<prjID>Post.xml.
That is probably the case, if the project was not automatically generated with XML Forms Builder.true if the project is deprecated, false otherwisepublic java.lang.String getProjectProperty(java.lang.String key)
key - the property keypublic java.util.Map getDisplayTransformations()
public ISaveResult saveItem(IPostData data,
java.lang.String resName,
IResourceContext resContext,
java.util.Hashtable parameters)
throws XFException
data - the data to writeresName - the full path where the item is to be savedresContext - the context to use for saving the itemparameters - parameters to pass to the post transformationISaveResult, which contains the information,
whether saving was successfull and errors, which occurredXFException - if a problem occurs during the save process
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||