com.sap.portal.admin.wizard
Class ObjectCreationWizardConstants

java.lang.Object
  |
  +--com.sap.portal.admin.wizard.ObjectCreationWizardConstants

public final class ObjectCreationWizardConstants
extends java.lang.Object

ObjectCreationWizardConstants holds general toolkit constants, and constants used to read request parameters.


Field Summary
static java.lang.String CREATE_MODE_PARAM
          the oClass parameter, used to determine the creation method of the new object (oClass).
static java.lang.String EDITOR_ID_PARAM
          editor id parameter (editorID).
static java.lang.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 java.lang.String OBJECT_FULL_ID
          the key to get the object's full id saved in the wizard context.
static java.lang.String OBJECT_NAME
          the key to get the object's name saved in the wizard context.
static java.lang.String OBJECT_TYPE_FULL_PARAM
          the same as OBJECT_TYPE_PARAM, with fully qualified name (com.sap.portal.ComponentType).
static java.lang.String OBJECT_TYPE_PARAM
          indicates the type of the new object - iview, page etc (ComponentType).
static java.lang.String SAVE_LOCATION_PARAM
          indicates where to save the object in the persistence (where).
static java.lang.String STEP_OFFSET_PARAM
          step offset parameter (step_offset).
static java.lang.String TARGET_ID_PARAM
          points to the target object (template or par) id (what).
static java.lang.String TOOLKIT_LOG_PREFIX
           
static java.lang.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 java.lang.String OBJECT_NAME
the key to get the object's name saved in the wizard context.

OBJECT_FULL_ID

public static final java.lang.String OBJECT_FULL_ID
the key to get the object's full id saved in the wizard context.

SAVE_LOCATION_PARAM

public static final java.lang.String SAVE_LOCATION_PARAM
indicates where to save the object in the persistence (where).

TARGET_ID_PARAM

public static final java.lang.String TARGET_ID_PARAM
points to the target object (template or par) id (what).

CREATE_MODE_PARAM

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

OBJECT_TYPE_PARAM

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

OBJECT_TYPE_FULL_PARAM

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

EDITOR_ID_PARAM

public static final java.lang.String EDITOR_ID_PARAM
editor id parameter (editorID).

STEP_OFFSET_PARAM

public static final java.lang.String STEP_OFFSET_PARAM
step offset parameter (step_offset).

TOOLKIT_LOG_PREFIX

public static final java.lang.String TOOLKIT_LOG_PREFIX

MAX_ID_LENGTH

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

MAX_NAME_LENGTH

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

FOLDER_SEPERATOR

public static final java.lang.String FOLDER_SEPERATOR
folder separator constant

TYPE_IMPORT

public static final java.lang.String TYPE_IMPORT
reference to the oclass that is indicating the target is a par.