com.sap.portal.admin.wizard

Class ObjectCreationWizardConstants

java.lang.Object
  extended bycom.sap.portal.admin.wizard.ObjectCreationWizardConstants

public final class ObjectCreationWizardConstants
extends Object

Holds general toolkit constants, and constants used to read request parameters.


Field Summary
static String CREATE_MODE_PARAM
          The oClass parameter, used to determine the creation method of the new object (oClass).
static String EDITOR_ID_PARAM
          Editor ID parameter (editorID).
static String FOLDER_SEPERATOR
          Folder separator constant
static int MAX_ID_LENGTH
          The max length allowed for the object ID.
static int MAX_NAME_LENGTH
          The max length allowed for the object name.
static String OBJECT_FULL_ID
          The key to get the object's full ID saved in the wizard context.
static String OBJECT_NAME
          The key to get the object's name saved in the wizard context.
static String OBJECT_TYPE_FULL_PARAM
          The same as OBJECT_TYPE_PARAM, with fully qualified name (com.sap.portal.ComponentType).
static String OBJECT_TYPE_PARAM
          Indicates the type of the new object - iview, page etc (ComponentType).
static String SAVE_LOCATION_PARAM
          Indicates where to save the object in the persistence (where).
static String STEP_OFFSET_PARAM
          Step offset parameter (step_offset).
static String TARGET_ID_PARAM
          Points to the target object (template or par) ID (what).
static String TOOLKIT_LOG_PREFIX
           
static String TYPE_IMPORT
          Reference to the oclass that is indicating the target is a par.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_NAME

public static final String OBJECT_NAME
The key to get the object's name saved in the wizard context.

See Also:
Constant Field Values

OBJECT_FULL_ID

public static final String OBJECT_FULL_ID
The key to get the object's full ID saved in the wizard context.

See Also:
Constant Field Values

SAVE_LOCATION_PARAM

public static final String SAVE_LOCATION_PARAM
Indicates where to save the object in the persistence (where).

See Also:
Constant Field Values

TARGET_ID_PARAM

public static final String TARGET_ID_PARAM
Points to the target object (template or par) ID (what).

See Also:
Constant Field Values

CREATE_MODE_PARAM

public static final String CREATE_MODE_PARAM
The oClass parameter, used to determine the creation method of the new object (oClass).

See Also:
Constant Field Values

OBJECT_TYPE_PARAM

public static final String OBJECT_TYPE_PARAM
Indicates the type of the new object - iview, page etc (ComponentType).

See Also:
Constant Field Values

OBJECT_TYPE_FULL_PARAM

public static final String OBJECT_TYPE_FULL_PARAM
The same as OBJECT_TYPE_PARAM, with fully qualified name (com.sap.portal.ComponentType).

See Also:
Constant Field Values

EDITOR_ID_PARAM

public static final String EDITOR_ID_PARAM
Editor ID parameter (editorID).

See Also:
Constant Field Values

STEP_OFFSET_PARAM

public static final String STEP_OFFSET_PARAM
Step offset parameter (step_offset).

See Also:
Constant Field Values

TOOLKIT_LOG_PREFIX

public static final String TOOLKIT_LOG_PREFIX
See Also:
Constant Field Values

MAX_ID_LENGTH

public static final int MAX_ID_LENGTH
The max length allowed for the object ID.

See Also:
Constant Field Values

MAX_NAME_LENGTH

public static final int MAX_NAME_LENGTH
The max length allowed for the object name.

See Also:
Constant Field Values

FOLDER_SEPERATOR

public static final String FOLDER_SEPERATOR
Folder separator constant

See Also:
Constant Field Values

TYPE_IMPORT

public static final String TYPE_IMPORT
Reference to the oclass that is indicating the target is a par.



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.