com.sap.portal.pcm.attributes

Interface IAttrPcmGeneral

All Known Subinterfaces:
IAttriView, IAttrLayout, IAttrPage, IAttrPcmLaunch, IAttrPcmNavigation

public interface IAttrPcmGeneral

Defines general PCM object attribute names.

See Also:
IAttrPcmNavigation, IAttrPcmLaunch, IAttrPcmGeneralValues

Field Summary
static String ATTRIBUTE_APPLICATION_CATEGORY
          Indicates the attribute application category.
static String ATTRIBUTE_BUTTONS_URL
          URL that launches the service providing the relevant toolbar buttons in the editor interface of the object.
static String ATTRIBUTE_CATEGORY_NAME
          Multi-value attribute holding all the category IDs defined for the different attributes.
static String ATTRIBUTE_COMPONENT_TYPE
          Indicates the component type of the object.
static String ATTRIBUTE_DESCR
          The description of the object.
static String ATTRIBUTE_EDITOR_URL
          URL that launches the appropriate object editor.
static String ATTRIBUTE_EMBED_PROPERTY_EDITOR
          com.sap.portal.reserved.iview.EmbedPropertyEditor
static String ATTRIBUTE_HELP_URL
          Deprecated. As of NW04 SP13, replaced by nothing.
static String ATTRIBUTE_ICON_NAME
          The path name for the icon.
static String ATTRIBUTE_IS_TEMPLATE
          Indicates whether the object is a template.
static String ATTRIBUTE_SHOW_BUTTONS_TOOLBAR
          com.sap.portal.reserved.iview.ShowButtonsToolbar
static String ATTRIBUTE_TITLE
          The object name.
static String ATTRIBUTE_WIZARD_URL
          URL that launches the wizard if this object is used as a template to create a new object.
static String META_ATTRIBUTE_ADMINISTRATION
          administration
static String META_ATTRIBUTE_CATEGORY
          category
static String META_ATTRIBUTE_CATEGORY_ID
          Indicates under which category this attribute appears in the property editor.
static String META_ATTRIBUTE_DESCRIPTION
          Long description of the attribute.
static String META_ATTRIBUTE_INHERITANCE
          Deprecated. As of NW04 SP13, replaced by the meta-attribute name
static String META_ATTRIBUTE_LONG_DESCRIPTION
          Long description of the attribute.
static String META_ATTRIBUTE_MANDATORY
          Indicates whether an attribute is mandatory.
static String META_ATTRIBUTE_MULTIVALUE
          Indicates whether an attribute can have more than one value.
static String META_ATTRIBUTE_PERSONALIZATION
          Indicates whether the attribute can be personalized.
static String META_ATTRIBUTE_PLAIN_DESCRIPTION
          User-friendly attribute name.
static String META_ATTRIBUTE_TYPE
          The type of the attribute.
static String META_ATTRIBUTE_VALID_VALUE_TITLE
          The user-friendly names for the valid values of a selection property.
static String META_ATTRIBUTE_VALID_VALUES
          The attribute's valid values.
static String PORTAL_PREFIX
          The prefix for reserved iView attributes.
static String PORTAL_SYSTEM
          Indicates the portal system.
static String PROPERTY_EDITOR_PREFIX
          The prefix for property editor attributes.
static String PUBLIC_PREFIX_IVIEW
          The prefix for iView attributes.
static String PUBLIC_PREFIX_PCM
          The prefix for generic PCM attributes.
static String RESERVED_PREFIX_IVIEW
          The prefix for reserved iView attributes.
 

Field Detail

PUBLIC_PREFIX_IVIEW

static final String PUBLIC_PREFIX_IVIEW
The prefix for iView attributes.
com.sap.portal.iview

See Also:
Constant Field Values

RESERVED_PREFIX_IVIEW

static final String RESERVED_PREFIX_IVIEW
The prefix for reserved iView attributes.
com.sap.portal.reserved.iview

See Also:
Constant Field Values

PORTAL_PREFIX

static final String PORTAL_PREFIX
The prefix for reserved iView attributes.
com.sap.portal.reserved.iview

See Also:
Constant Field Values

PROPERTY_EDITOR_PREFIX

static final String PROPERTY_EDITOR_PREFIX
The prefix for property editor attributes.
admin.propertyeditor

See Also:
Constant Field Values

PUBLIC_PREFIX_PCM

static final String PUBLIC_PREFIX_PCM
The prefix for generic PCM attributes.
com.sap.portal.pcm

See Also:
Constant Field Values

PORTAL_SYSTEM

static final String PORTAL_SYSTEM
Indicates the portal system.

See Also:
Constant Field Values

META_ATTRIBUTE_ADMINISTRATION

static final String META_ATTRIBUTE_ADMINISTRATION
administration

See Also:
Constant Field Values

META_ATTRIBUTE_TYPE

static final String META_ATTRIBUTE_TYPE
The type of the attribute.
The valid values are: string, text, long, double, boolean, Locale, date, integer, byte, binary stream.
type

See Also:
Constant Field Values

META_ATTRIBUTE_VALID_VALUES

static final String META_ATTRIBUTE_VALID_VALUES
The attribute's valid values.
validvalues

See Also:
Constant Field Values

META_ATTRIBUTE_VALID_VALUE_TITLE

static final String META_ATTRIBUTE_VALID_VALUE_TITLE
The user-friendly names for the valid values of a selection property. Defines attributes to set the user-friendly names for each selection item.
VALID_VALUE_TITLE+"0"...VALID_VALUE_TITLE+"n"
validValueTitle

See Also:
Constant Field Values

META_ATTRIBUTE_PERSONALIZATION

static final String META_ATTRIBUTE_PERSONALIZATION
Indicates whether the attribute can be personalized.
The valid values are: NONE, NONE-ALL, NON_DIALOG,DIALOG, DIALOG-READ-ONLY.
personalization

See Also:
Constant Field Values

META_ATTRIBUTE_CATEGORY

static final String META_ATTRIBUTE_CATEGORY
category

See Also:
Constant Field Values

META_ATTRIBUTE_CATEGORY_ID

static final String META_ATTRIBUTE_CATEGORY_ID
Indicates under which category this attribute appears in the property editor.
com.sap.portal.admin.propertyeditor.categoryId

See Also:
Constant Field Values

META_ATTRIBUTE_LONG_DESCRIPTION

static final String META_ATTRIBUTE_LONG_DESCRIPTION
Long description of the attribute.
longDescription

See Also:
Constant Field Values

META_ATTRIBUTE_PLAIN_DESCRIPTION

static final String META_ATTRIBUTE_PLAIN_DESCRIPTION
User-friendly attribute name.
plainDescription

See Also:
Constant Field Values

META_ATTRIBUTE_MANDATORY

static final String META_ATTRIBUTE_MANDATORY
Indicates whether an attribute is mandatory.
The valid values are: true, false
Mandatory

See Also:
Constant Field Values

META_ATTRIBUTE_MULTIVALUE

static final String META_ATTRIBUTE_MULTIVALUE
Indicates whether an attribute can have more than one value.
The valid values are: true, false
multivalue

See Also:
Constant Field Values

META_ATTRIBUTE_INHERITANCE

static final String META_ATTRIBUTE_INHERITANCE
Deprecated. As of NW04 SP13, replaced by the meta-attribute name
com.sap.portal.pcm.admin.PcmAttributeSet.ATTRIBUTE_INHERITANCE

See Also:
Constant Field Values

META_ATTRIBUTE_DESCRIPTION

static final String META_ATTRIBUTE_DESCRIPTION
Long description of the attribute.
longDescription

See Also:
Constant Field Values

ATTRIBUTE_WIZARD_URL

static final String ATTRIBUTE_WIZARD_URL
URL that launches the wizard if this object is used as a template to create a new object. The default is pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.pcmEditor
The valid values are: Any valid URL.
com.sap.portal.reserved.iview.WizardURL

See Also:
Constant Field Values

ATTRIBUTE_EDITOR_URL

static final String ATTRIBUTE_EDITOR_URL
URL that launches the appropriate object editor. The default is pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.defaultIViewWizard
The valid values are: Any valid URL.
com.sap.portal.reserved.iview.EditorURL

See Also:
Constant Field Values

ATTRIBUTE_BUTTONS_URL

static final String ATTRIBUTE_BUTTONS_URL
URL that launches the service providing the relevant toolbar buttons in the editor interface of the object.
The valid values are: A valid URL providing the relevant toolbar buttons.
com.sap.portal.reserved.iview.ButtonsURL

See Also:
Constant Field Values

ATTRIBUTE_EMBED_PROPERTY_EDITOR

static final String ATTRIBUTE_EMBED_PROPERTY_EDITOR
com.sap.portal.reserved.iview.EmbedPropertyEditor

See Also:
Constant Field Values

ATTRIBUTE_SHOW_BUTTONS_TOOLBAR

static final String ATTRIBUTE_SHOW_BUTTONS_TOOLBAR
com.sap.portal.reserved.iview.ShowButtonsToolbar

See Also:
Constant Field Values

ATTRIBUTE_HELP_URL

static final String ATTRIBUTE_HELP_URL
Deprecated. As of NW04 SP13, replaced by nothing.
URL of the resource launched from the Help link.
The valid values are: A valid URL providing for a help link.
iview.HelpURL

See Also:
Constant Field Values

ATTRIBUTE_ICON_NAME

static final String ATTRIBUTE_ICON_NAME
The path name for the icon.
The valid values are: A valid icon path name deployed in the portal.
com.sap.portal.reserved.iview.IconName

See Also:
Constant Field Values

ATTRIBUTE_CATEGORY_NAME

static final String ATTRIBUTE_CATEGORY_NAME
Multi-value attribute holding all the category IDs defined for the different attributes.
com.sap.portal.admin.propertyeditor.categoryName

See Also:
Constant Field Values

ATTRIBUTE_COMPONENT_TYPE

static final String ATTRIBUTE_COMPONENT_TYPE
Indicates the component type of the object.
com.sap.portal.ComponentType

See Also:
Constant Field Values

ATTRIBUTE_TITLE

static final String ATTRIBUTE_TITLE
The object name.
The valid values are: A string with the object name.
com.sap.portal.pcm.Title

See Also:
Constant Field Values

ATTRIBUTE_DESCR

static final String ATTRIBUTE_DESCR
The description of the object.
The valid values are: A string describing the object.
com.sap.portal.pcm.Description

See Also:
Constant Field Values

ATTRIBUTE_IS_TEMPLATE

static final String ATTRIBUTE_IS_TEMPLATE
Indicates whether the object is a template.
The valid values are: true, false.
com.sap.portal.iview.IsTemplate

See Also:
Constant Field Values

ATTRIBUTE_APPLICATION_CATEGORY

static final String ATTRIBUTE_APPLICATION_CATEGORY
Indicates the attribute application category.
com.sap.portal.pcm.Category

See Also:
Constant Field Values
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/semantics/api api EP-PIN
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2011 SAP AG Complete Copyright Notice