com.sapportals.wcm.service.xmlforms

Interface IXFProject


public interface IXFProject

Copyright 2004 SAP AG


Method Summary
 IXFTransformation getDefaultTransformation(String transformationType)
          Gets the default transformation for a given transformation type
 String getDisplayName(Locale clientlocale)
          Gets the descritive localized name of the form
 Map getDisplayTransformations()
          get list of show forms for the preview pane
 String getID()
          Gets unique identifier of the project
 String getProjectProperty(String key)
          Gets a project property
 IXFTransformation getTransformation(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, String resName, IResourceContext resContext, Hashtable parameters)
          Save an item
 

Method Detail

getID

public String getID()
Gets unique identifier of the project

Returns:
the project ID

getDisplayName

public String getDisplayName(Locale clientlocale)
Gets the descritive localized name of the form

Parameters:
clientlocale - the Locale to use for localisation
Returns:
a localized project name, if it is available, otherwise a default project name. If no name is defined, the project ID is returned.

getTransformation

public IXFTransformation getTransformation(String id)
Gets a transformation by its ID

Parameters:
id - the transformation ID (e.g. "Edit")
Returns:
an IXFTransformation object representing the requested transformation, or null, if the transformation does not exist, or an error occurred

getDefaultTransformation

public IXFTransformation getDefaultTransformation(String transformationType)
Gets the default transformation for a given transformation type

Parameters:
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.
Returns:
an IXFTransformation object representing the requested transformation, or null, if the transformation does not exist, or an error occurred

isHidden

public boolean isHidden()
Checks if the project is public visible or not

Returns:
true if the project is hidden, false if it is visible

isDeprecated

public boolean isDeprecated()
Checks, if the project is deprecated. A project is considered as deprecated, if it does not have a project settings file or a post transformation, that is called <prjID>Post.xml. That is probably the case, if the project was not automatically generated with XML Forms Builder.

Returns:
true if the project is deprecated, false otherwise

getProjectProperty

public String getProjectProperty(String key)
Gets a project property

Parameters:
key - the property key
Returns:
the property value

getDisplayTransformations

public Map getDisplayTransformations()
get list of show forms for the preview pane


saveItem

public ISaveResult saveItem(IPostData data,
                            String resName,
                            IResourceContext resContext,
                            Hashtable parameters)
                     throws XFException
Save an item

Parameters:
data - the data to write
resName - the full path where the item is to be saved
resContext - the context to use for saving the item
parameters - parameters to pass to the post transformation
Returns:
An instance of ISaveResult, which contains the information, whether saving was successfull and errors, which occurred
Throws:
XFException - if a problem occurs during the save process


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.