com.sap.portal.pcm.attributes

Interface IAttrPcmLaunch

All Superinterfaces:
IAttrPcmGeneral
All Known Subinterfaces:
IAttriView, IAttrLayout, IAttrPage, IAttrPcmNavigation

public interface IAttrPcmLaunch
extends IAttrPcmGeneral

An interface that defines names of attributes for runnable objects.

See Also:
IAttrLaunchValues

Field Summary
static String ATTRIBUTE_ALLOW_BROWSER
          Indicates whether to use client-side caching.
static String ATTRIBUTE_AUTH_SCHEME
          The logon authentication scheme name.
static String ATTRIBUTE_CACHING_LEVEL
          Indicates the level of caching.
static String ATTRIBUTE_CODE_LINK
          A reference to the portal component on which the iView/page is based.
static String ATTRIBUTE_CONNECTION_POINT
          RequiredConnectionPoint
static String ATTRIBUTE_EXT_LINK
           
static String ATTRIBUTE_PROPERTIES_URL
          The URL for the attributes properties.
static String ATTRIBUTE_REFRESH_CONTENT
          The time period before refreshing an iView.
static String ATTRIBUTE_SUPPORTED_USER_AGENT
          Defines the supported user agents.
static String ATTRIBUTE_UNSUPPORTED_USER_AGENT
          Defines the unsupported user agents.
static String ATTRIBUTE_VALIDITY_PERIOD
          The time period in milliseconds before the content in the cache is refreshed.
static String VIRTUAL_RESOURCE_BUNDLE_PREFIX
          Prefix meta-attribute names.
 
Fields inherited from interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
ATTRIBUTE_APPLICATION_CATEGORY, ATTRIBUTE_BUTTONS_URL, ATTRIBUTE_CATEGORY_NAME, ATTRIBUTE_COMPONENT_TYPE, ATTRIBUTE_DESCR, ATTRIBUTE_EDITOR_URL, ATTRIBUTE_EMBED_PROPERTY_EDITOR, ATTRIBUTE_HELP_URL, ATTRIBUTE_ICON_NAME, ATTRIBUTE_IS_TEMPLATE, ATTRIBUTE_SHOW_BUTTONS_TOOLBAR, ATTRIBUTE_TITLE, ATTRIBUTE_WIZARD_URL, META_ATTRIBUTE_ADMINISTRATION, META_ATTRIBUTE_CATEGORY, META_ATTRIBUTE_CATEGORY_ID, META_ATTRIBUTE_DESCRIPTION, META_ATTRIBUTE_INHERITANCE, META_ATTRIBUTE_LONG_DESCRIPTION, META_ATTRIBUTE_MANDATORY, META_ATTRIBUTE_MULTIVALUE, META_ATTRIBUTE_PERSONALIZATION, META_ATTRIBUTE_PLAIN_DESCRIPTION, META_ATTRIBUTE_TYPE, META_ATTRIBUTE_VALID_VALUE_TITLE, META_ATTRIBUTE_VALID_VALUES, PORTAL_PREFIX, PORTAL_SYSTEM, PROPERTY_EDITOR_PREFIX, PUBLIC_PREFIX_IVIEW, PUBLIC_PREFIX_PCM, RESERVED_PREFIX_IVIEW
 

Field Detail

ATTRIBUTE_CODE_LINK

static final String ATTRIBUTE_CODE_LINK
A reference to the portal component on which the iView/page is based.
CodeLink

See Also:
Constant Field Values

ATTRIBUTE_CACHING_LEVEL

static final String ATTRIBUTE_CACHING_LEVEL
Indicates the level of caching. Caching can be shared by everyone, cached per user or cached per browser session.
The valid values are: None, Session, Shared, User
CachingLevel

See Also:
Constant Field Values

ATTRIBUTE_VALIDITY_PERIOD

static final String ATTRIBUTE_VALIDITY_PERIOD
The time period in milliseconds before the content in the cache is refreshed.
ValidityPeriod

See Also:
Constant Field Values

ATTRIBUTE_AUTH_SCHEME

static final String ATTRIBUTE_AUTH_SCHEME
The logon authentication scheme name. If it is not specified, the default=Default.
AuthScheme

See Also:
Constant Field Values

ATTRIBUTE_SUPPORTED_USER_AGENT

static final String ATTRIBUTE_SUPPORTED_USER_AGENT
Defines the supported user agents. Supported user agents are the browsers, browser versions, and OS platforms for displaying the iView/page.
(*,*,*) indicates all user agents are supported. For example: (MSIE, *,Win) or (Netscape, >6, *).
The valid values are: "", (MSIE, >=5.0, *)(Netscape, *, *)(Mozilla,*,*), (MSIE, >=5.0, *), (Netscape, *, *)(Mozilla,*,*)
SupportedUserAgents

See Also:
Constant Field Values

ATTRIBUTE_UNSUPPORTED_USER_AGENT

static final String ATTRIBUTE_UNSUPPORTED_USER_AGENT
Defines the unsupported user agents. Unsupported user agents are the browsers, browser versions, and OS platforms to be excluded from those defined in ATTRIBUTE_SUPPORTED_USER_AGENT.
For example: (MSIE, *,Win) or (Netscape, >6, *).
The valid values are: "", (MSIE, >=5.0, *), (Netscape, *, *)(Mozilla,*,*)
UnSupportedUserAgents

See Also:
Constant Field Values

ATTRIBUTE_PROPERTIES_URL

static final String ATTRIBUTE_PROPERTIES_URL
The URL for the attributes properties.
The valid values are: A valid URL.
com.sap.portal.private.iview.PropertiesUrl

See Also:
Constant Field Values

VIRTUAL_RESOURCE_BUNDLE_PREFIX

static final String VIRTUAL_RESOURCE_BUNDLE_PREFIX
Prefix meta-attribute names.
The valid values are: A valid string defined prefix.
VRB_

See Also:
Constant Field Values

ATTRIBUTE_CONNECTION_POINT

static final String ATTRIBUTE_CONNECTION_POINT
RequiredConnectionPoint

See Also:
Constant Field Values

ATTRIBUTE_ALLOW_BROWSER

static final String ATTRIBUTE_ALLOW_BROWSER
Indicates whether to use client-side caching.
The valid values are: Yes, No
ALLOW_BROWSER

See Also:
Constant Field Values

ATTRIBUTE_REFRESH_CONTENT

static final String ATTRIBUTE_REFRESH_CONTENT
The time period before refreshing an iView. The default value = -1.
REFRESH_CONTENT

See Also:
Constant Field Values

ATTRIBUTE_EXT_LINK

static final String ATTRIBUTE_EXT_LINK
See Also:
Constant Field Values
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice