com.sap.portal.pcm.attributes

Interface IAttrPcmGeneral

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

public interface IAttrPcmGeneral

Defines general PCM object attribute names, which can be used when getting/setting attributes of semantic objects defined by IAttributeSet.

See Also:
IAttrPcmNavigation, IAttrPcmLaunch, IAttrPcmGeneralValues

Field Summary
static String ATTRIBUTE_BUTTONS_URL
          com.sap.portal.reserved.iview.ButtonsURL.
static String ATTRIBUTE_CATEGORY_NAME
          com.sap.portal.admin.propertyeditor.categoryName.
static String ATTRIBUTE_COMPONENT_TYPE
          com.sap.portal.ComponentType.
static String ATTRIBUTE_DESCR
          com.sap.portal.pcm.Description.
static String ATTRIBUTE_EDITOR_URL
          com.sap.portal.reserved.iview.EditorURL.
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
          com.sap.portal.reserved.iview.IconName.
static String ATTRIBUTE_IS_TEMPLATE
          com.sap.portal.iview.IsTemplate.
static String ATTRIBUTE_SHOW_BUTTONS_TOOLBAR
          com.sap.portal.reserved.iview.ShowButtonsToolbar.
static String ATTRIBUTE_TITLE
          com.sap.portal.pcm.Title.
static String ATTRIBUTE_WIZARD_URL
          com.sap.portal.reserved.iview.WizardURL.
static String META_ATTRIBUTE_ADMINISTRATION
          Administration.
static String META_ATTRIBUTE_CATEGORY
          Category.
static String META_ATTRIBUTE_CATEGORY_ID
          com.sap.portal.admin.propertyeditor.categoryId.
static String META_ATTRIBUTE_DESCRIPTION
           
static String META_ATTRIBUTE_INHERITANCE
          Deprecated. As of NW04 SP13, replaced by the meta-attribute name "com.sap.portal.pcm.admin.PcmAttributeSet.ATTRIBUTE_INHERITANCE"
static String META_ATTRIBUTE_LONG_DESCRIPTION
          LongDescription.
static String META_ATTRIBUTE_MANDATORY
          Mandatory.
static String META_ATTRIBUTE_MULTIVALUE
          Multivalue.
static String META_ATTRIBUTE_PERSONALIZATION
          Personalization.
static String META_ATTRIBUTE_PLAIN_DESCRIPTION
          PlainDescription.
static String META_ATTRIBUTE_TYPE
          Type.
static String META_ATTRIBUTE_VALID_VALUE_TITLE
          ValidValueTitle.
static String META_ATTRIBUTE_VALID_VALUES
          Validvalues.
static String PORTAL_PREFIX
          Generic prefix for attributes.
static String PROPERTY_EDITOR_PREFIX
          Prefix for SAP reserved iview attributes.
static String PUBLIC_PREFIX_IVIEW
          Prefix for iview attributes.
static String PUBLIC_PREFIX_PCM
          Prefix for pcm attributes.
static String RESERVED_PREFIX_IVIEW
          Prefix for SAP reserved iview attributes.
 

Field Detail

PORTAL_PREFIX

public static final String PORTAL_PREFIX
Generic prefix for attributes.

See Also:
Constant Field Values

PUBLIC_PREFIX_PCM

public static final String PUBLIC_PREFIX_PCM
Prefix for pcm attributes.

See Also:
Constant Field Values

PUBLIC_PREFIX_IVIEW

public static final String PUBLIC_PREFIX_IVIEW
Prefix for iview attributes.

See Also:
Constant Field Values

RESERVED_PREFIX_IVIEW

public static final String RESERVED_PREFIX_IVIEW
Prefix for SAP reserved iview attributes.

See Also:
Constant Field Values

PROPERTY_EDITOR_PREFIX

public static final String PROPERTY_EDITOR_PREFIX
Prefix for SAP reserved iview attributes.

See Also:
Constant Field Values

META_ATTRIBUTE_ADMINISTRATION

public static final String META_ATTRIBUTE_ADMINISTRATION
Administration.

See Also:
Constant Field Values

META_ATTRIBUTE_TYPE

public static final String META_ATTRIBUTE_TYPE
Type.

See Also:
Constant Field Values

META_ATTRIBUTE_VALID_VALUES

public static final String META_ATTRIBUTE_VALID_VALUES
Validvalues.

See Also:
Constant Field Values

META_ATTRIBUTE_VALID_VALUE_TITLE

public static final String META_ATTRIBUTE_VALID_VALUE_TITLE
ValidValueTitle. the 'friendly names for the valid values of a selection property. defines attributes VALID_VALUE_TITLE+"0"...VALID_VALUE_TITLE+"n" to set the friendly names of choice 0...(n-1).

See Also:
Constant Field Values

META_ATTRIBUTE_PERSONALIZATION

public static final String META_ATTRIBUTE_PERSONALIZATION
Personalization.

See Also:
Constant Field Values

META_ATTRIBUTE_CATEGORY

public static final String META_ATTRIBUTE_CATEGORY
Category.

See Also:
Constant Field Values

META_ATTRIBUTE_CATEGORY_ID

public static final String META_ATTRIBUTE_CATEGORY_ID
com.sap.portal.admin.propertyeditor.categoryId.

See Also:
Constant Field Values

META_ATTRIBUTE_LONG_DESCRIPTION

public static final String META_ATTRIBUTE_LONG_DESCRIPTION
LongDescription.

See Also:
Constant Field Values

META_ATTRIBUTE_PLAIN_DESCRIPTION

public static final String META_ATTRIBUTE_PLAIN_DESCRIPTION
PlainDescription. The meta-attribute value is being used to display a "friendly" attribute name

See Also:
Constant Field Values

META_ATTRIBUTE_MANDATORY

public static final String META_ATTRIBUTE_MANDATORY
Mandatory.

See Also:
Constant Field Values

META_ATTRIBUTE_MULTIVALUE

public static final String META_ATTRIBUTE_MULTIVALUE
Multivalue.

See Also:
Constant Field Values

META_ATTRIBUTE_INHERITANCE

public 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"

Inheritance.

See Also:
Constant Field Values

META_ATTRIBUTE_DESCRIPTION

public static final String META_ATTRIBUTE_DESCRIPTION
See Also:
Constant Field Values

ATTRIBUTE_CATEGORY_NAME

public static final String ATTRIBUTE_CATEGORY_NAME
com.sap.portal.admin.propertyeditor.categoryName.

See Also:
Constant Field Values

ATTRIBUTE_COMPONENT_TYPE

public static final String ATTRIBUTE_COMPONENT_TYPE
com.sap.portal.ComponentType.

See Also:
Constant Field Values

ATTRIBUTE_IS_TEMPLATE

public static final String ATTRIBUTE_IS_TEMPLATE
com.sap.portal.iview.IsTemplate.
type: String
plainDescription: Object is a Template
longDescription: Defines if the object is a template
valid values: true, false

See Also:
Constant Field Values

ATTRIBUTE_WIZARD_URL

public static final String ATTRIBUTE_WIZARD_URL
com.sap.portal.reserved.iview.WizardURL.
type: String
plainDescription: URL to Wizard
longDescription: URL that launches the wizard if this object is used as a template to create a new object

See Also:
Constant Field Values

ATTRIBUTE_EDITOR_URL

public static final String ATTRIBUTE_EDITOR_URL
com.sap.portal.reserved.iview.EditorURL.
type: String
plainDescription: URL to Editor
longDescription: URL that launches the appropriate object editor

See Also:
Constant Field Values

ATTRIBUTE_BUTTONS_URL

public static final String ATTRIBUTE_BUTTONS_URL
com.sap.portal.reserved.iview.ButtonsURL.
type: String
plainDescription: URL to Toolbar Buttons
longDescription: URL that launches the service providing the relevant toolbar buttons in the editor interface of the object

See Also:
Constant Field Values

ATTRIBUTE_EMBED_PROPERTY_EDITOR

public static final String ATTRIBUTE_EMBED_PROPERTY_EDITOR
com.sap.portal.reserved.iview.EmbedPropertyEditor.
type: String
plainDescription:
longDescription:
valid values:

See Also:
Constant Field Values

ATTRIBUTE_SHOW_BUTTONS_TOOLBAR

public static final String ATTRIBUTE_SHOW_BUTTONS_TOOLBAR
com.sap.portal.reserved.iview.ShowButtonsToolbar.
type: String
plainDescription:
longDescription:
valid values:

See Also:
Constant Field Values

ATTRIBUTE_HELP_URL

public static final String ATTRIBUTE_HELP_URL
Deprecated. As of NW04 SP13, replaced by nothing.

com.sap.portal.iview.HelpURL.
type: String
plainDescription: URL to Help Topic
longDescription: URL pointing to the resource to be launched from the Help link at runtime

See Also:
Constant Field Values

ATTRIBUTE_TITLE

public static final String ATTRIBUTE_TITLE
com.sap.portal.pcm.Title.
type: Text
plainDescription: Object name
longDescription: Object name

See Also:
Constant Field Values

ATTRIBUTE_DESCR

public static final String ATTRIBUTE_DESCR
com.sap.portal.pcm.Description.
type: Text
plainDescription: Description
longDescription: Description of object

See Also:
Constant Field Values

ATTRIBUTE_ICON_NAME

public static final String ATTRIBUTE_ICON_NAME
com.sap.portal.reserved.iview.IconName.
type: String
plainDescription:
longDescription:

See Also:
Constant Field Values


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.