A B C D E F G H I J K L M N O P Q R S T U V W X _

A

ABOUT - Static variable in class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated. A request of type ABOUT is asking for an "about" type information generated by the Portal Component.
ABOUT_MODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeMode.ABOUT_MODE instead
ABOUT_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the "about" node mode
ABOUT_REQUEST_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) method instead of sending an event of this type.
ABOUT_REQUEST_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.ABOUT_REQUEST_EVENT instead
ABSMIDDLE - Static variable in class com.sapportals.portal.prt.util.html.HtmlImage.ImageAlign
 
absolute(int) - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Moves the cursor to the given row number in this RecordSet object.
AbstractActionComponent - Class in com.sapportals.admin.wizardframework.components
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractActionComponent() - Constructor for class com.sapportals.admin.wizardframework.components.AbstractActionComponent
Deprecated.  
AbstractActionState - Class in com.sapportals.admin.wizardframework.templates
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractActionState() - Constructor for class com.sapportals.admin.wizardframework.templates.AbstractActionState
Deprecated.  
AbstractComponentEventFilter - Class in com.sapportals.portal.prt.pom
Helper class to be subclassed to filter PortalComponent events
AbstractComponentEventFilter() - Constructor for class com.sapportals.portal.prt.pom.AbstractComponentEventFilter
 
AbstractConnectorConnection - Class in com.sapportals.connector.connection
Abstract class implementing IConnection and HttpSessionBindingListener.
AbstractConnectorConnection() - Constructor for class com.sapportals.connector.connection.AbstractConnectorConnection
 
AbstractContextWrapper - Class in com.sapportals.portal.prt.jndisupport.util
 
AbstractContextWrapper() - Constructor for class com.sapportals.portal.prt.jndisupport.util.AbstractContextWrapper
 
AbstractDestinationsRetrieverSource - Class in com.sap.portal.connectivity.destinations
Abstract parent of all source retrieve sources.
AbstractDestinationsRetrieverSource(int, String, String) - Constructor for class com.sap.portal.connectivity.destinations.AbstractDestinationsRetrieverSource
 
AbstractDirContextWrapper - Class in com.sapportals.portal.prt.jndisupport.util
 
AbstractDirContextWrapper() - Constructor for class com.sapportals.portal.prt.jndisupport.util.AbstractDirContextWrapper
 
AbstractDynamicWizard - Class in com.sapportals.admin.wizardframework
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractDynamicWizard() - Constructor for class com.sapportals.admin.wizardframework.AbstractDynamicWizard
Deprecated.  
AbstractEditorComponent - Class in com.sap.portal.admin.editor
A base class that represents the editor component template.
AbstractEditorComponent() - Constructor for class com.sap.portal.admin.editor.AbstractEditorComponent
 
AbstractEvent - Class in com.sapportals.portal.prt.pom
AbstractEvent is an abstract implementation of the IEvent interface that should be used to create self-defined events.
AbstractEvent() - Constructor for class com.sapportals.portal.prt.pom.AbstractEvent
 
AbstractFactoryManager - Class in com.sapportals.portal.prt.runtime
Abstract Factory Manager used to register Factory in the System.
AbstractFactoryManager() - Constructor for class com.sapportals.portal.prt.runtime.AbstractFactoryManager
 
AbstractHierarchicalContext - Class in com.sapportals.portal.prt.jndisupport.util
Base class that implements a HierarchicalContext
AbstractHierarchicalContext(Hashtable) - Constructor for class com.sapportals.portal.prt.jndisupport.util.AbstractHierarchicalContext
This constructor will perform some initialisation
AbstractHierarchicalContext(AbstractHierarchicalContext, String, Hashtable, boolean) - Constructor for class com.sapportals.portal.prt.jndisupport.util.AbstractHierarchicalContext
 
AbstractHierarchicalContext(Hashtable, boolean) - Constructor for class com.sapportals.portal.prt.jndisupport.util.AbstractHierarchicalContext
 
AbstractInputComponent - Class in com.sapportals.admin.wizardframework.components
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractInputComponent() - Constructor for class com.sapportals.admin.wizardframework.components.AbstractInputComponent
Deprecated.  
AbstractInputComponent - Class in com.sapportals.admin.wizardframework.templates
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractInputComponent() - Constructor for class com.sapportals.admin.wizardframework.templates.AbstractInputComponent
Deprecated.  
AbstractIntegrationLayer - Class in com.sapportals.portal.appintegrator.layer
Copyright: Copyright (c) 2002 by SAP AG Description
AbstractIntegrationLayer() - Constructor for class com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer
 
AbstractIntegratorComponent - Class in com.sapportals.portal.appintegrator
Description
AbstractIntegratorComponent() - Constructor for class com.sapportals.portal.appintegrator.AbstractIntegratorComponent
 
AbstractMimeUriGenerator - Class in com.sapportals.portal.prt.util
Class for generating abstract, stable and generic URLs for mime objects within the SAP Web Application Server used by portal applications and services.
AbstractNavigationConnector - Class in com.sapportals.portal.navigation
The base class that represents a navigation connector.
AbstractNavigationConnector() - Constructor for class com.sapportals.portal.navigation.AbstractNavigationConnector
 
AbstractNavigationConnectorExt - Class in com.sapportals.portal.navigation
Deprecated. as of SP17
AbstractNavigationConnectorExt() - Constructor for class com.sapportals.portal.navigation.AbstractNavigationConnectorExt
Deprecated.  
AbstractNavigationConnectorNode - Class in com.sapportals.portal.navigation
The base class that represents a navigation connector node.
AbstractNavigationConnectorNode() - Constructor for class com.sapportals.portal.navigation.AbstractNavigationConnectorNode
 
AbstractNavigationRedirector - Class in com.sapportals.portal.navigation
The base class for redirector.
AbstractNavigationRedirector() - Constructor for class com.sapportals.portal.navigation.AbstractNavigationRedirector
 
AbstractNode - Class in com.sapportals.portal.prt.pom
The AbstractNode is a generic implementation of the INode interface, and of the IEventTarget
AbstractNode(String) - Constructor for class com.sapportals.portal.prt.pom.AbstractNode
Builds a node without referencing a IPortalComponent
AbstractNode(String, IPortalComponent) - Constructor for class com.sapportals.portal.prt.pom.AbstractNode
Constructor
AbstractObjectTypeHandler - Class in com.sap.portal.admin.wizard.handlers
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractObjectTypeHandler() - Constructor for class com.sap.portal.admin.wizard.handlers.AbstractObjectTypeHandler
Deprecated. A blank constructor.
AbstractPCMWizard - Class in com.sap.portal.admin.wizard
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractPCMWizard() - Constructor for class com.sap.portal.admin.wizard.AbstractPCMWizard
Deprecated. A blank constructor.
AbstractPCMWizard.InfoPaneInputKeys - Class in com.sap.portal.admin.wizard
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractPool - Class in com.sapportals.portal.prt.util
Manages a pool of objects.
AbstractPool(int) - Constructor for class com.sapportals.portal.prt.util.AbstractPool
Construct a pool given an initial capacity and the maximum number set to 100 to manage
AbstractPool(int, int) - Constructor for class com.sapportals.portal.prt.util.AbstractPool
Construct a pool given an initial capacity and the number of initial items to manage
AbstractPool(int, int, int) - Constructor for class com.sapportals.portal.prt.util.AbstractPool
Construct a pool given an initial capacity and the maximum number of items to manage
AbstractPortalComponent - Class in com.sapportals.portal.prt.component
This class provides the base implementation of the IPortalComponent.
AbstractPortalComponent() - Constructor for class com.sapportals.portal.prt.component.AbstractPortalComponent
Constructor for the AbstractPortalComponent object.
AbstractResourceComponent - Class in com.sapportals.portal.prt.component
This class is the base class for all Portal Components that support AJAX events.
AbstractResourceComponent() - Constructor for class com.sapportals.portal.prt.component.AbstractResourceComponent
 
AbstractResourceComponent.AsyncEventData - Class in com.sapportals.portal.prt.component
This class is used to abstract the data structure that is used to hold the event parameters.
AbstractResourceComponent.AsyncEventData() - Constructor for class com.sapportals.portal.prt.component.AbstractResourceComponent.AsyncEventData
 
AbstractScriptState - Class in com.sapportals.admin.wizardframework.templates
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractScriptState() - Constructor for class com.sapportals.admin.wizardframework.templates.AbstractScriptState
Deprecated.  
AbstractSelectionComponent - Class in com.sapportals.admin.wizardframework.components
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractSelectionComponent(String, boolean, List, List, List, String, String, String, String, List) - Constructor for class com.sapportals.admin.wizardframework.components.AbstractSelectionComponent
Deprecated. A class constructor that sets a default caption, whether the component allows multiple values, a default choice list, a default list of titles for choices, a default list of tooltips for choices, a choice list path, a choice list title path, a choice list tooltip path, and a default single value.
AbstractStaticWizard - Class in com.sapportals.admin.wizardframework
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractStaticWizard() - Constructor for class com.sapportals.admin.wizardframework.AbstractStaticWizard
Deprecated.  
AbstractTableViewCellRenderer - Class in com.sapportals.admin.wizardframework.components.tableview.render
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractTableViewCellRenderer() - Constructor for class com.sapportals.admin.wizardframework.components.tableview.render.AbstractTableViewCellRenderer
Deprecated.  
AbstractTransformerHolder - Class in com.sap.portal.httpconnectivity.transformationservice
An abstract class for creating a transformer holder.
AbstractTransformerHolder() - Constructor for class com.sap.portal.httpconnectivity.transformationservice.AbstractTransformerHolder
 
AbstractURI - Class in com.sapportals.portal.prt.util
AbstractURL is a convenience class for manipulation of URLs based on the W3C RFC 2396 (see the World Wide Web Consortium pages).
AbstractURI() - Constructor for class com.sapportals.portal.prt.util.AbstractURI
Constructor.
AbstractURI(String) - Constructor for class com.sapportals.portal.prt.util.AbstractURI
Constructor with initial URL.
AbstractWizard - Class in com.sapportals.admin.wizardframework.templates
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractWizard() - Constructor for class com.sapportals.admin.wizardframework.templates.AbstractWizard
Deprecated.  
AbstractWizardComponent - Class in com.sapportals.admin.wizardframework.components
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractWizardComponent() - Constructor for class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
Deprecated.  
AbstractWizardPane - Class in com.sapportals.admin.wizardframework.templates
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AbstractWizardPane() - Constructor for class com.sapportals.admin.wizardframework.templates.AbstractWizardPane
Deprecated. A blank constructor.
accept(IPortalComponentEvent) - Method in class com.sapportals.portal.prt.pom.AbstractComponentEventFilter
Must be defined by subclasses to accept or not events
accept(IEvent) - Method in class com.sapportals.portal.prt.pom.AbstractComponentEventFilter
 
accept(IEvent) - Method in interface com.sapportals.portal.prt.pom.IEventFilter
Accept ot not this event
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Annotation
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Comment
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.EndTag
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.HtmlElement
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Newline
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.TagBlock
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Text
 
access(String) - Method in interface com.sapportals.portal.prt.dispatcher.filter.IMimeAccessListener
Called upon application mime access
ACL_CHECK_NAMESPACE - Static variable in interface com.sapportals.portal.prt.service.usermanagement.IUserManagementService
Deprecated.  
ACL_HANDLER - Static variable in interface com.sap.portal.pcm.admin.IAdminBase
A constant for the method IAdminBase.getImplementation(java.lang.String) that denotes the ACL handler interface, IAclHandler.
AclImplementationException - Exception in com.sapportals.portal.pcd.gl
ACL implementation exception.
AclImplementationException(String) - Constructor for exception com.sapportals.portal.pcd.gl.AclImplementationException
 
AclImplementationException(String, String) - Constructor for exception com.sapportals.portal.pcd.gl.AclImplementationException
 
AclImplementationException(Throwable) - Constructor for exception com.sapportals.portal.pcd.gl.AclImplementationException
 
Action - Class in com.sap.portal.admin.studio
The class that represents an action in the admin studio environment.
Action(String, String, String) - Constructor for class com.sap.portal.admin.studio.Action
A constructor that sets an ID, title and description.
Action(String, String) - Constructor for class com.sap.portal.admin.studio.Action
A constructor that sets an ID and title.
Action(String) - Constructor for class com.sap.portal.admin.studio.Action
A constructor that sets an ID.
ACTION_EDIT - Static variable in interface com.sap.portal.pcm.admin.ICatalogNode
A constant that represents an action ID.
ACTION_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event representing an action event
ACTION_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.ACTION_EVENT instead
ACTION_ID_PROPERTY - Static variable in class com.sap.netweaver.rtmf.messagingimpl.messages.RTMFMessage
Deprecated. A constant representing the RTMFMessage Action property.
ACTIONSCHANGED - Static variable in interface com.sapportals.portal.prt.service.usermanagement.IPortalBasicRoleEvent
Deprecated.  
activateFWUsage(IWDComponentUsage) - Static method in class com.sap.portal.adminstudio.wizardfwapi.WizardFWUtils
 
activateFWUsage(IWDComponentUsage) - Static method in class com.sap.portal.adminstudio.workunitfwapi.WorkUnitFWUtils
 
ACTIVE - Static variable in class com.sapportals.portal.pcd.gl.LockState
State for lock objects that represent a lock stored in the central lock registry.
ACTIVE_INT_VALUE - Static variable in class com.sapportals.portal.pcd.gl.LockState
Integer equivalent of lock state ACTIVE.
ACTIVITY_REPORT_AGGREGATOR - Static variable in class com.sapportals.common.TracingConsts
 
ACTIVITY_REPRESENTATION_ASPECT - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Activity representation aspect
add(Action) - Method in interface com.sap.portal.admin.studio.IToolBar
Deprecated. Adds an action to the toolbar.
add(Component) - Method in interface com.sap.portal.admin.studio.IToolBar
Deprecated. Adds an HTMLB component to the toolbar.
add(IGCAttribute) - Method in interface com.sap.portal.genericcreator.IGCAttributes
Adds an attribute to the collection.
add(String) - Method in interface com.sap.portal.obn.analyzer.filter.bo.property.IOBNAnalyzingStringFilter
Adds a single value for this property.
add(Object) - Method in class com.sapportals.portal.navigation.NavigationNodes
Adds a navigation node.
add(int, Object) - Method in class com.sapportals.portal.navigation.NavigationNodes
Adds a navigation node to the specified location.
add(INavigationNode) - Method in class com.sapportals.portal.navigation.NavigationNodes
Adds a navigation node.
add(Object) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds a new value to the attribute.
add(int, Object) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds an attribute value to the ordered list of attribute values.
add(String, String) - Method in interface com.sapportals.portal.prt.event.IPortalComponentEventData
add an attribute with value.
add(String, String) - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
add an attribute with value.
add(String) - Method in class com.sapportals.portal.prt.jndisupport.util.RegistryName
 
add(int, String) - Method in class com.sapportals.portal.prt.jndisupport.util.RegistryName
 
add(String, String) - Method in class com.sapportals.portal.prt.util.MultiValueAttributeList
add an attribute with value.
add_escapes(String) - Method in exception com.sapportals.portal.prt.util.html.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
ADD_IVIEW_ITEM - Static variable in interface com.sap.portal.pb.services.ITrayService
The constant that represents the key of the add item to iView tray command.
ADD_PAGE_ITEM - Static variable in interface com.sap.portal.pb.services.ITrayService
The constant that represents the key of the add item to page tray command.
ADD_TO_FAVORITES_DESCRIPTION - Static variable in interface com.sap.portal.workcenter.sl.IWorkCenterConstants
 
ADD_TO_FAVORITES_LABEL - Static variable in interface com.sap.portal.workcenter.sl.IWorkCenterConstants
 
addAction(Action, IEditorContext) - Method in class com.sap.portal.admin.studio.TableViewEditorComponent
Adds an action that is placed as a button on the table toolbar.
addAlias(String) - Method in interface com.sap.portal.pcm.system.ISystem
Adds an alias for this system.
addAll(Name) - Method in class com.sapportals.portal.prt.jndisupport.util.RegistryName
 
addAll(int, Name) - Method in class com.sapportals.portal.prt.jndisupport.util.RegistryName
 
addAttribute(String, String) - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
addAttribute(String, String) - Method in interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
Add a property to the container
addAttribute(HtmlDocument.Attribute) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.AttributeList
 
addBinaries(int, InputStream, int) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds an attribute value to the ordered list of attribute values.
addBinaries(InputStream, int) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds a new value to the attribute.
addBinaryDomainValue(IPrincipal, String, String, InputStream) - Method in interface com.sap.portal.contenttagging.IContentTaggingService
Adds a binary stream value to a domain attribute of a portal object.
addBoolean(int, boolean) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds an attribute value to the ordered list of attribute values.
addBoolean(boolean) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds a new value to the attribute.
addByte(int, byte) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds an attribute value to the ordered list of attribute values.
addByte(byte) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds a new value to the attribute.
addCacheContent(ICacheContent) - Method in interface com.sap.portal.prt.service.cache.IPRTCacheService
Adds a new CacheContent instance
addChildContext(String, Context) - Method in class com.sapportals.portal.prt.jndisupport.util.MemoryHierarchicalContext
 
addChildNode(INode) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Adds a node as a children of this node.
addChildNode(INode) - Method in interface com.sapportals.portal.prt.pom.INode
Adds a node as a children of this node.
addClassProtectionPrefix(String) - Method in class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Adds a class prefix to the list of protected class prefixes.
addComponent(String, IWizardComponent) - Method in interface com.sap.portal.admin.editor.IEditorContainer
Deprecated. Adds a wizard component to a container.
addComponent(String, Component) - Method in interface com.sap.portal.admin.editor.IEditorContainer
Deprecated. Adds an HTMLB component to the container.
addComponent(String, AbstractInputComponent) - Method in class com.sapportals.admin.wizardframework.components.AlignedInputComponentList
Deprecated. Adds a component with the specified key.
addComponent(String, AbstractInputComponent, boolean) - Method in class com.sapportals.admin.wizardframework.components.AlignedInputComponentList
Deprecated. Adds a component with the specified key and sets the component to mandatory.
addComponent(String, IWizardComponent) - Method in class com.sapportals.admin.wizardframework.components.FlowContainer
Deprecated. Adds a wizard component to the container specified by a key.
addComponent(String, IWizardComponent, boolean) - Method in class com.sapportals.admin.wizardframework.components.FlowContainer
Deprecated. Adds a mandatory wizard component to a container specified by a key.
addComponent(String, Component) - Method in class com.sapportals.admin.wizardframework.components.FlowContainer
Deprecated. Adds an HTMLB component to a container specified by a key.
addComponent(String, Component, int, int) - Method in class com.sapportals.admin.wizardframework.components.GridContainer
Deprecated. Adds a component specified by a key to the specified line and column in the grid.
addComponent(String, IWizardComponent, int, int, boolean) - Method in class com.sapportals.admin.wizardframework.components.GridContainer
Deprecated. Adds a component specified by a key, to the specified line and column in the grid, and sets the component to mandatory.
addComponent(String, IWizardComponent) - Method in class com.sapportals.admin.wizardframework.components.WizardComponentContainer
Deprecated. Adds a specified component.
addComponent(String, IWizardComponent, boolean) - Method in class com.sapportals.admin.wizardframework.components.WizardComponentContainer
Deprecated. Adds a specified wizard component and sets the component to mandatory (true).
addComponent(String, Component) - Method in class com.sapportals.admin.wizardframework.components.WizardComponentContainer
Deprecated. Adds a specified HTMLB component.
addComponentBasedLoginMessage(String, String, String, boolean, int, int) - Method in interface com.sap.portal.navigation.IAddProviderMessageService
Creates a message that is represented by a component.
addComponentId(String) - Method in class com.sap.portal.admin.studio.Action
For internal use.
addCookie(Cookie) - Method in class com.sap.portal.prt.servlets_jsp.JSPResponse
 
addCookie(Cookie) - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Helper method to add a cookie in the response
addCookie(Cookie) - Method in interface com.sapportals.portal.prt.connection.IPortalResponse
This method is called by the runtime to add a cookie to the response.
addCookie(Cookie) - Method in class com.sapportals.portal.prt.servlets_jsp.server.jsp.response.JSPResponse
Deprecated.  
addCriteria(Comparator, boolean) - Method in class com.sap.portal.obn.service.sort.ComplexComparator
Adds a single criterion to the complex comparator
addData(String, String) - Method in class com.sapportals.portal.prt.component.AbstractResourceComponent.AsyncEventData
 
addDependencies(IConfigurableWizard) - Method in class com.sap.portal.admin.wizard.AbstractPCMWizard
Deprecated. Adds wizard dependencies.
addDependency(String, String) - Method in interface com.sapportals.admin.wizardframework.api.IConfigurableWizard
Deprecated. Adds a dependency between two objects in the wizard.
addDirContext(DirContext) - Method in interface com.sap.portal.obn.analyzer.IOBNAnalyzingScope
Adds a PCD object to the list of PCD objects that define the analysis scope.
addDirContextsOfUserRoles(IPrincipal) - Method in interface com.sap.portal.obn.analyzer.IOBNAnalyzingScope
Extracts all user-assigned roles from the specified user and adds those roles to the list of PCD objects that define the analysis scope.
addDocumentHook(IDocumentHookListener) - Method in interface com.sapportals.portal.prt.service.document.IDocumentHookService
add new document hook to multicaster
addDomainValue(IPrincipal, String, String, String) - Method in interface com.sap.portal.contenttagging.IContentTaggingService
Adds a value to a domain attribute of a portal object.
addDouble(int, double) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds an attribute value to the ordered list of attribute values.
addDouble(double) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds a new value to the attribute.
addEditorPane(Class, String) - Method in interface com.sap.portal.admin.editor.IEditorConfiguration
Deprecated. use addEditorPane(PaneMetaData paneMetaData)
addEditorPane(Class, String, String) - Method in interface com.sap.portal.admin.editor.IEditorConfiguration
Deprecated. use
addEditorPane(Class, String, String, String) - Method in interface com.sap.portal.admin.editor.IEditorConfiguration
Deprecated. use
addEditorPane(PaneMetaData) - Method in interface com.sap.portal.admin.editor.IEditorConfiguration
Deprecated. Adds an editor pane to the editor.
addElement(IHtmlOutputable) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
Add a IHtmlOutputable as element.
addElement(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
Add a String
addElement(HtmlDocument.HtmlElement) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.ElementSequence
 
addEscapes(String) - Static method in error com.sapportals.portal.prt.util.html.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEventListener(EventType, IEventListener, IEventFilter) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Registers an event listener for this node.
addEventListener(EventType, IEventListener) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Registers an event listener for this node.
addEventListener(EventType, IEventListener) - Method in interface com.sapportals.portal.prt.pom.IEventTarget
Registers a listener on an event
addEventListener(EventType, IEventListener, IEventFilter) - Method in interface com.sapportals.portal.prt.pom.IEventTarget
Registers a listener on an event
addException(IExceptionSequence) - Method in interface com.sapportals.portal.pcd.gl.IExceptionSequence
Adds another exeption to the seqeunce.
addException(IExceptionSequence) - Method in exception com.sapportals.portal.pcd.gl.PcdNamingException
 
addException(IExceptionSequence) - Method in exception com.sapportals.portal.pcd.gl.PermissionControlException
 
addExternalAction(String, IWDAction) - Method in class com.sap.portal.adminstudio.wizardfwapi.FinishPaneController
 
addFile(File) - Method in class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Adds a url to the current classpath
addFolder(File) - Method in class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Add a Folder to the classpath
addHisotryNode(String, String, String, String, String) - Method in interface com.sapportals.portal.navigation.IWDNavigationHelperService
add to the history in server side the navigation node
addInt(int, int) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds an attribute value to the ordered list of attribute values.
addInt(int) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds a new value to the attribute.
addIsThreadXHTMLCompliant(boolean) - Static method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
Add compliance of a thread to XHTML - which will eventually will have implications on how each html tag of the html document will be rendered - compliant or not
addiView(INewObjectDescriptor, String, String) - Method in interface com.sap.portal.pcm.page.IPage
Adds a new iView/page object to the page and places it in the specified layout container.
addiView(INewObjectDescriptor, String, String, int) - Method in interface com.sap.portal.pcm.page.IPage
Adds a new iView/page object to the page and places it at a specified position in the specified layout container.
addiView(INewObjectDescriptor, String) - Method in interface com.sap.portal.pcm.page.IPage
Adds a new iView/page object to the page.
addIViewItem(String, String, IWDAction, Map) - Method in interface com.sap.portal.pb.services.ITrayService
Adds an item to the iView tray menu that, when selected, executes the specified Web Dynpro action.
addJarsInFolder(File) - Method in class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Adds all jar files in the specfied folder to the classpath
addJavaScript(String) - Method in interface com.sap.portal.admin.editor.IEditorResponse
Deprecated. Adds JavaScript code to the response.
addLayout(INewObjectDescriptor, String) - Method in interface com.sap.portal.pcm.page.IPage
Adds a layout to the page.
addLong(int, long) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds an attribute value to the ordered list of attribute values.
addLong(long) - Method in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Adds a new value to the attribute.
addMessageKey(EditorMessageType, String) - Method in interface com.sap.portal.admin.editor.IEditorResponse
Deprecated. Adds a message key that represents a message displayed to the user.
addMessageKey(EditorMessageType, String, Object[]) - Method in interface com.sap.portal.admin.editor.IEditorResponse
Deprecated. Adds a message key that represents a formatted message displayed to the user.
addNestedAttribute(IGCAttribute) - Method in interface com.sap.portal.genericcreator.IGCAttribute
Nests a single attribute in this attribute.
addNode(INode) - Method in class com.sapportals.portal.prt.pom.NodeList
Adds a node to this NodeList
addObjectName(String) - Method in exception com.sapportals.portal.pcd.gl.PermissionControlException
Deprecated. Use interface IExceptionSequence instead
addOwner(Object, Object) - Method in interface com.sapportals.portal.pcd.gl.IAcl
Adds a new ACL owner to current ACL.
addPageItem(String, String, IWDAction, Map) - Method in interface com.sap.portal.pb.services.ITrayService
Adds an item to the page tray menu that, when selected, executes the specified Web Dynpro action.
addPane(String, IWizardComponent) - Method in interface com.sapportals.admin.wizardframework.api.IConfigurableWizard
Deprecated. use
addPane(String, String) - Method in interface com.sapportals.admin.wizardframework.api.IConfigurableWizard
Deprecated. Adds a pane to the wizard.
addPane(String, String, Object[]) - Method in interface com.sapportals.admin.wizardframework.api.IConfigurableWizard
Deprecated. Adds a pane to the wizard.
addPanes(IConfigurableWizard) - Method in class com.sap.portal.admin.wizard.AbstractPCMWizard
Deprecated. Adds common panes to the wizard.
addParam(String, String) - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
 
addParam(String, String) - Method in class com.sapportals.portal.prt.util.html.HtmlObject
 
addParameter(String, String) - Method in class com.sap.portal.httpconnectivity.transformationservice.xmlsource.HTTPStreamSource
Adds a parameter to the HTTP call.
addParameter(String, String, IConstants.Method) - Method in interface com.sap.portal.httpconnectivity.urlfetcherservice.params.IURLParameters
Method description
addParameter(String, String) - Method in interface com.sap.portal.httpconnectivity.urlfetcherservice.params.IURLParameters
Method description
addParameter(IURLParameter) - Method in interface com.sap.portal.httpconnectivity.urlfetcherservice.params.IURLParameters
Method description
addParameter(String, String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Adds a parameter with value to the query part.
addPermission(String, List) - Method in interface com.sapportals.portal.pcd.gl.IAclHandle
Adds a permission to the list of available permissions.
addPostData(String) - Method in class com.sapportals.portal.ivs.http.HttpClient
Add Post Data
addPostData(String) - Method in interface com.sapportals.portal.ivs.http.IHttpClient
TODO documentation
addPropertyResources(Locale, Properties) - Method in interface com.sap.portal.pcd.textrepository.ITextContainer
Set all texts for one locale.
addRelatedItem(INewObjectDescriptor, String, RelatedItemType) - Method in interface com.sap.portal.pcm.iview.IiView
Creates a related item for this iView.
addResource(IResource) - Method in class com.sap.portal.prt.servlets_jsp.JSPResponse
Deprecated.  
addResource(IResource) - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Deprecated. This method is not recommended to be used anymore. It might lead to unexpected results due to the undefined coupling of a request object to a response object. Please use IPortalComponentResponse.include(IPortalComponentRequest, IResource) instead.
addResource(IResource) - Method in class com.sapportals.portal.prt.servlets_jsp.server.jsp.response.JSPResponse
Deprecated.  
addResourceProtectionPrefix(String) - Method in class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Adds a resource prefix to the list of protected resource prefixes.
addRow(List) - Method in class com.sapportals.admin.wizardframework.components.tableview.TableDataModel
Deprecated. Adds a new row.
addSeperator() - Method in interface com.sap.portal.admin.studio.IToolBar
Deprecated. Adds a separator to the toolbar.
addStep(String, boolean) - Method in class com.sap.portal.adminstudio.iroadmap.utils.RoadMapSteps
 
addStep(String) - Method in class com.sap.portal.adminstudio.iroadmap.utils.RoadMapSteps
 
addToEnvironment(String, Object) - Method in class com.sapportals.portal.prt.jndisupport.util.AbstractContextWrapper
 
addToEnvironment(String, Object) - Method in class com.sapportals.portal.prt.jndisupport.util.AbstractHierarchicalContext
 
addTopicData(String, String) - Method in class com.sapportals.portal.prt.service.notification.TopicDataContainer
Adds a String data to this Topic message.
addTopicData(String, TopicData) - Method in class com.sapportals.portal.prt.service.notification.TopicDataContainer
Adds a TopicData object to this Topic message.
addTransition(String, String, ICondition, String) - Method in interface com.sapportals.admin.wizardframework.api.IConfigurableWizard
Deprecated. Adds a transition between the states of a wizard.
addTransitions(IConfigurableWizard) - Method in class com.sap.portal.admin.wizard.AbstractPCMWizard
Deprecated. Adds default transitions between common panes.
addUniqueObject(IHtmlUniqueObject) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
addUniqueObject(String, IHtmlOutputable) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
addURLs(List, IPrincipal) - Method in interface com.sap.portal.obn.analyzer.IOBNAnalyzingScope
Adds a PCD object to the list of PCD objects that define the analysis scope.
addUserPanes(IConfigurableWizard) - Method in class com.sap.portal.admin.wizard.AbstractPCMWizard
Deprecated. Adds user panes.
addUserTransitions(IConfigurableWizard) - Method in class com.sap.portal.admin.wizard.AbstractPCMWizard
Deprecated. Adds user transitions.
addValue(String) - Method in interface com.sap.portal.genericcreator.IGCAttribute
Sets the value of this attribute.
addView(String, NewObjectDescriptor) - Method in interface com.sap.portal.workcenter.sl.IViewGroup
Adds a view to the view group.
addViewGroup(String) - Method in interface com.sap.portal.workcenter.sl.IViewGroup
Adds a view group to this view group.
adjustBeginLineColumn(int, int) - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ADMIN_CONN - Static variable in exception com.sap.portal.connectivity.ConnectivityRuntimeException
 
ADMINISTRATION - Static variable in class com.sap.portal.pcm.admin.PcmConstants.MetaAttributeIds
A constant that represents a string meta-attribute that defines when it is administratable.
ADMINISTRATION - Static variable in interface com.sap.portal.pcm.IAttributes
A constant that represents a meta-attribute that controls visibility and editability of a property in the administration property editor (design-time).
ADMINISTRATION_DEFAULT_VALUE - Static variable in class com.sap.portal.pcm.admin.PcmConstants.MetaAttributeIds
 
AdminStudioNamespaces - Class in com.sap.portal.adminstudio.workunitfwapi
 
ADVANCED_CATEGORY - Static variable in interface com.sap.portal.workcenter.sl.IWorkCenterConstants
 
AFP - Static variable in interface com.sapportals.portal.navigation.INavigationConstants
A constant that defines the Ajax Framework Page name
AFP
AFP_DEBUG_MODE - Static variable in interface com.sapportals.portal.navigation.INavigationConstants
Indicates whether to load original AFP scripts or crunched AFP scripts
AFTER_CONTENT_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event sent after the content phase of the request cycle has finished
AFTER_CONTENT_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.AFTER_CONTENT_EVENT instead
afterInit() - Method in class com.sap.portal.httpconnectivity.transformationservice.TransformersProvider
 
afterInit() - Method in interface com.sapportals.portal.prt.service.IService
Deprecated. This method is no longer executed in a separate phase, but is executed immediately after the init method. Place all initialization code in init(IServiceContext serviceContext). The only case that this method may be necessary is if a service depends on other services that it is not aware of in advance. However, this would be bad design, and it is highly recommended not to use this method at all. For known dependencies, define runtime references (sharing references) in the portalapp.xml deployment descriptor. This ensures that all dependent services are initialized (that is, their init methods are called) before this service is initialized. It is possible to have the portal execute the afterInit method after executing the init method for all services, by modifying the portalapp.xml deployment descriptor. For more information, see SAP note # 960199
afterLast() - Method in interface com.sapportals.connector.execution.structures.IRecordSet
Moves the cursor to the end of this RecordSet object, just after the last row.
afterRequestCycle(IPortalRequest, IPortalResponse) - Method in interface com.sapportals.portal.prt.connection.ICoreConnectionHandler
 
age - Variable in class com.sap.portal.pcm.admin.ILockHandle.LockInfo
The age of the lock in milliseconds.
AGGREGATION_FUNCTION_AVG - Static variable in interface com.sapportals.connector.execution.objects.language.IAggregateSymbol
This represents the average aggregation function
AGGREGATION_FUNCTION_COUNT - Static variable in interface com.sapportals.connector.execution.objects.language.IAggregateSymbol
This represents the count aggregation function
AGGREGATION_FUNCTION_MAX - Static variable in interface com.sapportals.connector.execution.objects.language.IAggregateSymbol
This represents the maximum aggregation function
AGGREGATION_FUNCTION_MIN - Static variable in interface com.sapportals.connector.execution.objects.language.IAggregateSymbol
This represents the minimum aggregation function
AGGREGATION_FUNCTION_SUM - Static variable in interface com.sapportals.connector.execution.objects.language.IAggregateSymbol
This represents the summary aggregation function
ALIAS_EDITOR - Static variable in class com.sapportals.common.TracingConsts
 
AliasAlreadyExistsException - Exception in com.sap.portal.pcm.alias
An exception that indicates that a specific alias has already been defined for a system.
AliasAlreadyExistsException() - Constructor for exception com.sap.portal.pcm.alias.AliasAlreadyExistsException
Class constructor with no detailed message.
AliasAlreadyExistsException(String) - Constructor for exception com.sap.portal.pcm.alias.AliasAlreadyExistsException
Class constructor that creates a detailed message.
AlignedInputComponentList - Class in com.sapportals.admin.wizardframework.components
Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
AlignedInputComponentList() - Constructor for class com.sapportals.admin.wizardframework.components.AlignedInputComponentList
Deprecated. A blank constructor.
AlignedInputComponentList(int) - Constructor for class com.sapportals.admin.wizardframework.components.AlignedInputComponentList
Deprecated. A constructor that sets the padding.
ALL - Static variable in class com.sapportals.portal.prt.logger.Level
 
ALL_ID - Static variable in class com.sapportals.portal.prt.logger.Level
ALL indicates that all message should be logged.
ALLOW_BROWSER_NO - Static variable in interface com.sap.portal.pcm.attributes.IAttrLaunchValues
Constant that defines a value for the ATTRIBUTE_ALLOW_BROWSER attribute.
ALLOW_BROWSER_YES - Static variable in interface com.sap.portal.pcm.attributes.IAttrLaunchValues
Constant that defines a value for the ATTRIBUTE_ALLOW_BROWSER attribute.
ALLOWED_NO_ESC - Static variable in interface com.sapportals.portal.pcd.gl.IPcdName
The allowed special characters in the PcdName.
allowedPermissions - Variable in class com.sap.portal.pcm.admin.PermissionDescriptor
 
ALPHA_CHAR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ALPHANUM_CHAR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
AmbiguousAliasException - Exception in com.sap.portal.pcm.alias
An exception that indicates that a system alias has been defined both in the portal registry and in the PCD.
AmbiguousAliasException() - Constructor for exception com.sap.portal.pcm.alias.AmbiguousAliasException
Class constructor with no detailed message.
AmbiguousAliasException(String) - Constructor for exception com.sap.portal.pcm.alias.AmbiguousAliasException
Class constructor that creates a detailed message.
ANCHOR_VALUE - Static variable in interface com.sap.portal.httpconnectivity.urlfetcherservice.IConstants
 
ANONYMOUS_USER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
anyTypeBO() - Method in interface com.sap.portal.obn.analyzer.IOBNAnalyzingBOFilter
Defines the filtering rules for business objects of all types which are included in the results of the analysis.
APPCONTEXT - Static variable in class com.sapportals.portal.prt.servlets_jsp.server.page.PageContextImpl
Deprecated. name used to store ServletContext in PageContext name table
APPDESIGNER_NAMESPACE - Static variable in class com.sap.portal.adminstudio.workunitfwapi.AdminStudioNamespaces
 
append(char) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
append(int) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
append(char[], int, int) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
append(char[]) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
append(String) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
append(double) - Method in class com.sapportals.portal.prt.util.SmartBuffer
Appends the string representation of a double value to the buffer
appendRequestProperty(String, String) - Method in class com.sapportals.portal.ivs.http.HttpClient
Append a request property, if the property already exists the value given overrides the old value.
appendToAttribute(String, String) - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
Append the value to an existing/newly created property in the container
appendToAttribute(String, String) - Method in interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
 
APPLET - Static variable in interface com.sapportals.portal.prt.resource.IResource
The applet resource type Default scope: public
Default extension: none
APPLICATION - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Mandatory schema attribute for object classes.
APPLICATION_CACHE - Static variable in class com.sapportals.common.TracingConsts
 
APPLICATION_CACHE_RUNTIME - Static variable in class com.sapportals.common.TracingConsts
 
APPLICATION_OBJECT_FACTORIES - Static variable in interface com.sapportals.portal.pcd.gl.IPcdContext
Dynamic replacement of object factories
APPLICATION_STATE_FACTORIES - Static variable in interface com.sapportals.portal.pcd.gl.IPcdContext
Dynamic replacement of state factories
ApplicationIntegratorException - Exception in com.sapportals.portal.appintegrator
Description
ApplicationIntegratorException(String) - Constructor for exception com.sapportals.portal.appintegrator.ApplicationIntegratorException
Constructor for ApplicationIntegratorException.
ApplicationIntegratorException(Throwable) - Constructor for exception com.sapportals.portal.appintegrator.ApplicationIntegratorException
Constructor for ApplicationIntegratorException.
ApplicationIntegratorException(String, Throwable) - Constructor for exception com.sapportals.portal.appintegrator.ApplicationIntegratorException
Constructor for ApplicationIntegratorException.
apply() - Method in interface com.sap.portal.pcm.personalization.IPersonalizationData
The portal personalization sync service calls this method to make the changes indicated by this personalization object.
APPLY_ASPECT_TO_CONTEXTS - Static variable in interface com.sap.portal.directory.Constants
Environment variable that indicates if aspect are to be applied to gl contexts also.
APPLY_ASPECT_TO_CONTEXTS - Static variable in interface com.sapportals.portal.pcd.gl.AspectSupport
Environment variable that indicates if the requested aspect (see AspectSupport.REQUESTED_ASPECT) is to be applied to plain contexts also.
APPLY_ASPECTS_TO_CONTEXTS - Static variable in interface com.sap.portal.pcm.admin.PcmConstants
A constant that represents a JNDI environment key for defining that the returned object type from the lookup should be according to the requested aspect.
applyAction(String, CacheAction, boolean) - Method in interface com.sap.portal.cache.api.ICacheManager
Performs the specified cache action on the specified cache
ApplyActionException - Exception in com.sap.portal.cache.api
Indicates failure in performing a CacheAction .
ApplyActionException() - Constructor for exception com.sap.portal.cache.api.ApplyActionException
 
ApplyActionException(ApplyActionException.ExceptionCause, String, Throwable) - Constructor for exception com.sap.portal.cache.api.ApplyActionException
A constructor that wraps an existing exception in this exception
ApplyActionException.ExceptionCause - Enum in com.sap.portal.cache.api
Enumeration of exception causes
applyCacheAction(String, CacheAction, boolean) - Method in interface com.sapportals.portal.navigation.INavigationCacheManager
Deprecated. Applies a cache action for the specified cache IDs, locally or cluster wide.
applyCacheAction(String, CacheAction, String[], boolean, boolean) - Method in interface com.sapportals.portal.navigation.INavigationCacheManager
Deprecated. Applies a cache action to specific cache entries for a specified cache ID, locally or cluster wide.
applyCondition(String, String, Object) - Method in interface com.sapportals.connector.execution.objects.IQuery
Deprecated. Apply a condition combined of an attribute and a value.
applyCondition(String, String, Object, IOperator) - Method in interface com.sapportals.connector.execution.objects.IQuery
Deprecated. Apply a condition combined of an attribute and a value.
ASC - Static variable in interface com.sapportals.connector.execution.objects.language.IOrderBy
Constant for the ascending value
ASCII_CharStream - Class in com.sapportals.portal.prt.util.html.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(Reader, int, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ASHOST - Static variable in interface com.sapportals.portal.prt.service.jco.IJCOConstants
 
ASPECT_ACTIVITY_REPRESENTATION - Static variable in interface com.sapportals.portal.pcd.gl.AspectSupport
Possible value for REQUESTED_ASPECT that denotes the activity representation aspect.
ASPECT_ADMINISTRATION - Static variable in interface com.sap.portal.pcm.admin.PcmConstants
A constant that represents a possible value for com.sap.portal.directory.Constants.REQUESTED_ASPECT.
ASPECT_DIROPERATIONS - Static variable in interface com.sap.portal.directory.Constants
Possible value for com.sap.portal.directory.Constants.REQUESTED_ASPECT.
ASPECT_DIROPERATIONS - Static variable in interface com.sapportals.portal.pcd.gl.AspectSupport
Possible value for REQUESTED_ASPECT that denotes the diroperations aspect.
ASPECT_EXISTENCE - Static variable in interface com.sapportals.portal.pcd.gl.AspectSupport
Possible value for REQUESTED_ASPECT that denotes the existence aspect.
ASPECT_EXISTENCE - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
 
ASPECT_LANDSCAPE_ACCESS - Static variable in interface com.sap.portal.directory.Constants
Possible value for REQUESTED_ASPECT.
ASPECT_NAVIGATION - Static variable in interface com.sap.portal.directory.Constants
Possible value for REQUESTED_ASPECT.
ASPECT_PERMISSION - Static variable in interface com.sapportals.portal.pcd.gl.AspectSupport
Possible value for REQUESTED_ASPECT that denotes the permission aspect.
ASPECT_PERMISSION - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
 
ASPECT_PERMISSION_NAME - Static variable in interface com.sapportals.portal.pcd.gl.AspectSupport
Permission name for permission aspect (see IPcdAttribute.ASPECT_PERMISSION).
ASPECT_PERMISSION_NAME - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
 
ASPECT_PERSISTENCY - Static variable in interface com.sapportals.portal.pcd.gl.AspectSupport
Possible value for REQUESTED_ASPECT that denotes the persistency aspect.
ASPECT_RUNTIME - Static variable in interface com.sap.portal.directory.Constants
Possible value for REQUESTED_ASPECT.
ASPECT_SEARCH - Static variable in interface com.sap.portal.directory.Constants
Possible value for com.sap.portal.directory.Constants.REQUESTED_ASPECT.
ASPECT_SEMANTICS - Static variable in interface com.sap.portal.pcm.admin.PcmConstants
A constant that represents a possible value for com.sap.portal.directory.Constants.REQUESTED_ASPECT.
AspectSupport - Interface in com.sapportals.portal.pcd.gl
Expose constants that are used in JNDI operations in the JNDI context's environment.
assembleParameters() - Method in class com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer
assembles all properties of the current layer into a HashMap
ATOMIC_NAME - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Virtual attribute for the atomic name of an object.
ATTR_APPLICATIONALIAS - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_COMPONENT_SEPARATOR_CHAR - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttributeId
Constant defining the character used as separator for the attribute ID components.
ATTR_COMPONENTNAME - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_COMPONENTNAME_DEFAULTVALUE - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_DEFAULT_XML_FILE - Static variable in interface com.sap.portal.pcm.namingconventions.INamingConventionsSrv
Deprecated. A constant that indicates the name of the XML file used by the default handler.
ATTR_ENTRYAPPNAME - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_ENTRYNAME - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_ENTRYPATH - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_ENTRYREBIND - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_ENTRYTYPE - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_EQ - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ATTR_HANDLER_CONFIGURATION - Static variable in interface com.sap.portal.pcm.namingconventions.INamingConventionsSrv
Deprecated. A constant that indicates the configuration of the handler.
ATTR_HANDLER_ID - Static variable in interface com.sap.portal.pcm.namingconventions.INamingConventionsSrv
Deprecated. A constant that indicates the ID of the handler that is used by the service.
ATTR_INHERITANCE_FINAL - Static variable in class com.sap.portal.pcm.admin.PcmConstants.MetaAttributeIds.InheritanceValues
A constant that represents a value that indicates the attribute is final.
ATTR_INHERITANCE_FINAL - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Return values for method getInheritance
ATTR_INHERITANCE_NONFINAL - Static variable in class com.sap.portal.pcm.admin.PcmConstants.MetaAttributeIds.InheritanceValues
A constant that represents a value that indicates the attribute is not final and can be inherited.
ATTR_INHERITANCE_NONFINAL - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Return values for method getInheritance
ATTR_META_SEPERATOR - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
 
ATTR_META_SEPERATOR_CHAR - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Meta-Attribute separator: For the definition of attribute-attributes, the syntax <meta_prefix><attr_meta_seperator><attr_name> is recommended.
ATTR_NAME - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ATTR_NAMESPACE_SEPERATOR - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
 
ATTR_NAMESPACE_SEPERATOR_CHAR - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Recommended namespace seperator in attribute-ids.
ATTR_NAMING_CONVENTIONS_ACTIVE - Static variable in interface com.sap.portal.pcm.namingconventions.INamingConventionsSrv
Deprecated. A constant that indicates the status of the naming conventions feature.
ATTR_PCD_ATOMICNAME - Static variable in interface com.sapportals.portal.prt.service.usermanagement.IPortalBasicRoleFactory
Deprecated. The attribute name for the PCD atomic name.
ATTR_PCD_TITLE - Static variable in interface com.sapportals.portal.prt.service.usermanagement.IPortalBasicRoleFactory
Deprecated. The attribute name for the PCD tile (language dependent).
ATTR_PROPERTY_NAME - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_PROPERTY_VALUE - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_SERVICEALIAS - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_SERVIVEDEFAULTNAME - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_SERVIVENAME - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IDescriptor
 
ATTR_STORAGE_GROUP - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Deprecated. will be removed with NW05
ATTR_STORAGE_NON_PERSONALIZABLE - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Return value for method getStorage overrides inheritance=non-final
ATTR_STORAGE_ORIGINAL - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Deprecated. use IPcdAttribute.ATTR_STORAGE_NON_PERSONALIZABLEinstead
ATTR_STORAGE_PERSONALIZABLE - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Return value for method getStorage that denotes a personalizable attribute; this is overridden by inheritance=final!
ATTR_STORAGE_USER - Static variable in interface com.sapportals.portal.pcd.gl.IPcdAttribute
Deprecated. use IPcdAttribute.ATTR_STORAGE_PERSONALIZABLEinstead
ATTR_VAL - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ATTRIBUTE - Static variable in interface com.sapportals.connector.metadata.objects.IGenericElement
Constant indicating this element is of type Attribute
Attribute() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
ATTRIBUTE_ACCESSIBILITY_SUPPORT - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.iview.AccessibilitySupport
ATTRIBUTE_ADD_TO_FAVORITES - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Indicates whether the Add to Favorites option is visible in the iView/page tray.
ATTRIBUTE_ALLOW_BROWSER - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
Indicates whether to use client-side caching.
ATTRIBUTE_APPLICATION_CATEGORY - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.pcm.Category
ATTRIBUTE_APPLICATION_CATEGORY - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
Indicates the attribute application category.
ATTRIBUTE_AUTH_SCHEME - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
The logon authentication scheme name.
ATTRIBUTE_AVAILABILITY - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates the display state of the iView/page.
ATTRIBUTE_BUTTONS_URL - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
URL that launches the service providing the relevant toolbar buttons in the editor interface of the object.
ATTRIBUTE_CACHING_LEVEL - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
Indicates the level of caching.
ATTRIBUTE_CATEGORY_NAME - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
Multi-value attribute holding all the category IDs defined for the different attributes.
ATTRIBUTE_CODE_LINK - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
A reference to the portal component on which the iView/page is based.
ATTRIBUTE_COMPONENT_TYPE - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
Indicates the component type of the object.
ATTRIBUTE_CONNECTION_POINT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
RequiredConnectionPoint
ATTRIBUTE_CONT - Static variable in interface com.sap.portal.pcm.attributes.IAttrLayout
com.sap.portal.reserved.layout.Cont
ATTRIBUTE_DESCR - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
The description of the object.
ATTRIBUTE_DISABLE_CHILDREN_DYN - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.iview.DisableChildrenDYN
ATTRIBUTE_DISABLE_CHILDREN_RL - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.iview.DisableChildrenRL
ATTRIBUTE_DISABLE_CHILDREN_TC - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.iview.DisableChildrenTC
ATTRIBUTE_DRAG_RELATE_ENABLED - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.iview.DragAndRelate
ATTRIBUTE_DRAGRELATE - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Indicates whether the iView/page is a Drag&Relate target.
ATTRIBUTE_EDITOR_URL - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
URL that launches the appropriate object editor.
ATTRIBUTE_EMBED_PROPERTY_EDITOR - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
com.sap.portal.reserved.iview.EmbedPropertyEditor
ATTRIBUTE_ENTRY_POINT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Indicates if the object is displayed as a navigational entry point.
ATTRIBUTE_EXPANSION_MODE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates if the iView/page is initially open or closed.
ATTRIBUTE_EXT_LINK - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
 
ATTRIBUTE_FOLDER_ENTRY - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Sets the object that displays by default when its folder is launched.
ATTRIBUTE_HEIGHT - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The fixed height (in pixels) of the iView/page when HEIGHT_TYPE = Fixed.
ATTRIBUTE_HEIGHT_SCALE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The measurement unit used for the height of an iView/page.
ATTRIBUTE_HEIGHT_TYPE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The height type of an iView/page that is displayed.
ATTRIBUTE_HELP_URL - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
Deprecated. As of NW04 SP13, replaced by nothing.
ATTRIBUTE_ICON_NAME - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
The path name for the icon.
ATTRIBUTE_IS_LEAF - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Indicates whether the attribute is a leaf.
ATTRIBUTE_IS_REMOTE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the object is a remote delta-linked object.
ATTRIBUTE_IS_TEMPLATE - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
Indicates whether the object is a template.
ATTRIBUTE_IS_WD - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the attribute is a Webdynpro object.
ATTRIBUTE_ISOLATION_MODE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates how the iView/page is encoded in a portal page.
ATTRIBUTE_JSCRIPT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Drag&Relate JavaScript.
ATTRIBUTE_JSP_NAME - Static variable in interface com.sap.portal.pcm.attributes.IAttrLayout
The JSP file defining the structure of the layout.
ATTRIBUTE_LAUNCHABLE - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
com.sap.portal.navigation.Launchable
ATTRIBUTE_MAIN_OBJECT - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The actual object, typically a database table, represented by the portal Drag&Relate target.
ATTRIBUTE_MAX_AUTO_HEIGHT - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The maximum height (in pixels) of the iView/page when HEIGHT_TYPE is Automatic.
ATTRIBUTE_MERGE_PRIORITY - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Assigns a priority number to navigation nodes.
ATTRIBUTE_MERGEID - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Optional, unique identifier reserved for objects that can merge their content.
ATTRIBUTE_MERGEPRIO - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Deprecated. As of NW04 SP13, replaced by ATTRIBUTE_SORT_PRIORITY.
ATTRIBUTE_MERGIBLE - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Indicates whether a workset or folder can be merged with another navigation node with the same ATTRIBUTE_MERGEID.
ATTRIBUTE_MIN_AUTO_HEIGHT - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The minimum height (in pixels) of the iView/page when HEIGHT_TYPE/ is Automatic.
ATTRIBUTE_NAV_PANEL_STATUS - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The initial display state of the navigation panel when the current object is selected.
ATTRIBUTE_NAVINVISIBLE - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Indicates whether the object is visible or hidden in the standard navigation iViews.
ATTRIBUTE_NOT_FOUND - Static variable in interface com.sap.portal.pcm.IAttributes
A constant that indicates that a specific attribute is not defined for the object.
ATTRIBUTE_PAGE_LOCK_STATUS - Static variable in interface com.sap.portal.pcm.attributes.IAttrPage
Indicates page lock status
Valid values are:
Locked Unlocked
ATTRIBUTE_PAGE_TIMEOUT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPage
com.sap.portal.page.PageTimeout
ATTRIBUTE_PARAM_LIST - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.reserved.iview.ParamList
ATTRIBUTE_PERSONALIZATION_COMPONENT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPage
com.sap.portal.private.page.PersonalizationComponent
ATTRIBUTE_PICTOGRAM - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Specifies a pictogram (mini graphic) representing an iView/page/folder entry in a workset map page.
ATTRIBUTE_PRIMARY_LAYOUT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPage
Indicates the default layout displayed by a page.
ATTRIBUTE_PROPERTIES_URL - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
The URL for the attributes properties.
ATTRIBUTE_REDIRECT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPage
com.sap.portal.reserved.iview.Redirect
ATTRIBUTE_REFRESH_CONTENT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
The time period before refreshing an iView.
ATTRIBUTE_SET - Static variable in interface com.sap.portal.pcm.admin.IAdminBase
A constant for the method IAdminBase.getImplementation(java.lang.String) that denotes the attribute set, IAttributeSet.
ATTRIBUTE_SHOW_BUTTONS_TOOLBAR - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
com.sap.portal.reserved.iview.ShowButtonsToolbar
ATTRIBUTE_SHOW_DETAILS - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the Details option is visible (true) or hidden (false) in the iView/page tray.
ATTRIBUTE_SHOW_EXPAND - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the Open in New Window option is visible (true) or hidden (false) in the iView/page tray.
ATTRIBUTE_SHOW_HELP - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the Help option is visible (true) or hidden (false) in the iView/page tray.
ATTRIBUTE_SHOW_PERSONALIZE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the Personalize option is visible (true) or hidden (false) in the iView/page tray.
ATTRIBUTE_SHOW_REFRESH - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the Refresh option is visible (true) or hidden (false) in the iView/page tray.
ATTRIBUTE_SHOW_REMOVE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the Remove option is visible (true) or hidden (false) in the iView/page tray.
ATTRIBUTE_SHOW_TITLE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the Title is visible (true) or hidden (false).
ATTRIBUTE_SHOW_TRAY - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Indicates whether the tray is visible (true) or hidden (false).
ATTRIBUTE_SHOWTYPE - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Defines where the contents of a navigation node or the results of a Drag&Relate event are displayed.
ATTRIBUTE_SORT_PRIORITY - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Sets the priority for sorting the display of navigation entry points and folders.
ATTRIBUTE_SOURCE_URL - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
 
ATTRIBUTE_SUPPORTED_USER_AGENT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
Defines the supported user agents.
ATTRIBUTE_TAG_LIB_HTMLB - Static variable in interface com.sap.portal.pcm.attributes.IAttrLayout
com.sap.portal.reserved.layout.TagLibHtmlb
ATTRIBUTE_TAG_LIB_LAYOUT - Static variable in interface com.sap.portal.pcm.attributes.IAttrLayout
com.sap.portal.reserved.layout.TagLibLayout
ATTRIBUTE_TEMPLATE_FILE - Static variable in interface com.sap.portal.pcm.attributes.IAttrLayout
com.sap.portal.reserved.layout.TemplateFile
ATTRIBUTE_TITLE - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
The object name.
ATTRIBUTE_TITLE_LINK - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
Deprecated. As of NW04 SP13, replaced by nothing.
ATTRIBUTE_TRAY_STATE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The state of the tray displayed behind the iView/page.
ATTRIBUTE_TRAY_TYPE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The tray type displayed behind the iView/page.
ATTRIBUTE_UNSUPPORTED_USER_AGENT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
Defines the unsupported user agents.
ATTRIBUTE_UPDATE_CHILDREN_ORDER_DYN - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.iview.UpdateOrderDYN
ATTRIBUTE_UPDATE_CHILDREN_ORDER_RL - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.iview.UpdateOrderRL
ATTRIBUTE_UPDATE_CHILDREN_ORDER_TC - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
com.sap.portal.iview.UpdateOrderTC
ATTRIBUTE_VALIDITY_PERIOD - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmLaunch
The time period in milliseconds before the content in the cache is refreshed.
ATTRIBUTE_WIDTH - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The width of an iView/page that is displayed.
ATTRIBUTE_WIDTH_SCALE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The measurement unit used for the width of an iView/page.
ATTRIBUTE_WIDTH_TYPE - Static variable in interface com.sap.portal.pcm.attributes.IAttriView
The width type of an iView/page that is displayed.
ATTRIBUTE_WIN_FEATURES - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Specifies the appearance of a new window launched as an external window.
ATTRIBUTE_WINHEIGHT - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Sets the height (in pixels) of the external window that is displayed when showing the results of a drag event.
ATTRIBUTE_WINNAME - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Sets the HTML ID of the external window that is launched when a navigation node is chosen or a Drag&Relate event is triggered.
ATTRIBUTE_WINWIDTH - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmNavigation
Sets the width of the external window (in pixels) that is displayed when showing the results of a drag event.
ATTRIBUTE_WIZARD_URL - Static variable in interface com.sap.portal.pcm.attributes.IAttrPcmGeneral
URL that launches the wizard if this object is used as a template to create a new object.
attributeIsInheritedAsFinal(String) - Method in interface com.sapportals.portal.pcd.gl.IDlModificationState
Determines if the specified attribute was inherited as final.
attributeList - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
AttributeList() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
AttributeNotFoundException - Exception in com.sapportals.connector.execution.objects
Thrown when attempting access to an invalid attribute This exception overrides AttributeNotFoundException.getLocalizedMessage() which returns a message localized for current user locale
AttributeNotFoundException(String) - Constructor for exception com.sapportals.connector.execution.objects.AttributeNotFoundException
Constructor
AttributeNotFoundException(String, String) - Constructor for exception com.sapportals.connector.execution.objects.AttributeNotFoundException
 
AttributeNotFoundException - Exception in com.sapportals.connector.metadata.objects
Thrown when an invalid attribute is requested.
AttributeNotFoundException(String, Throwable) - Constructor for exception com.sapportals.connector.metadata.objects.AttributeNotFoundException
 
AttributeNotFoundException(String) - Constructor for exception com.sapportals.connector.metadata.objects.AttributeNotFoundException
Constructor
AttributeNotFoundException(String, String) - Constructor for exception com.sapportals.connector.metadata.objects.AttributeNotFoundException
 
attributes - Variable in class com.sapportals.portal.prt.servlets_jsp.server.page.PageContextImpl
Deprecated. page scope attributes
attributes - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.AttributeList
 
attributesHT - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.AttributeList
 
AUTH_REQUIREMENT_ADMIN - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_ERROR - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_ERROR_ADMIN - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_ERROR_ROLES - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_ERROR_USER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_NONE - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_USER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTHENTICATIONPOLICY_50 - Static variable in interface com.sapportals.portal.prt.deployment.descriptor.IApplication
 
AutoClassLoader - Class in com.sapportals.portal.prt.util
Deprecated. Note: Due to architectural chnages in the prt infrastructure, this class is no longer used for class loading. See http://help.sap.com for more details.
AutoClassLoader(ClassLoader) - Constructor for class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Constructor
AutoClassLoader(ClassLoader, Object) - Constructor for class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Constructor with registration to parent (if applicable)
AutoClassLoader(ClassLoader, Object, Object[]) - Constructor for class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Constructor with registration to parent and definition of default tokens.
AutoClassLoader(ClassLoader, Object, boolean) - Constructor for class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Constructor with registration to parent (if applicable) and transitivity setting.
AutoClassLoader(ClassLoader, Object, Object[], boolean) - Constructor for class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated. Constructor with registration to parent and definition of default tokens and transitivity setting.
AutoClassLoader(ClassLoader, Object, Object[], boolean, boolean) - Constructor for class com.sapportals.portal.prt.util.AutoClassLoader
Deprecated.  
autoFlush - Variable in class com.sapportals.portal.prt.servlets_jsp.server.page.PageContextImpl
Deprecated. if the buffer will be autoflushed
AVAILABILITY_VALUE_AVAILABLE - Static variable in interface com.sap.portal.pcm.attributes.IAttriViewValues
Constant that defines a value for the ATTRIBUTE_AVAILABILITY attribute.
AVAILABILITY_VALUE_MANDATORY - Static variable in interface com.sap.portal.pcm.attributes.IAttriViewValues
Constant that defines a value for the ATTRIBUTE_AVAILABILITY attribute.
AVAILABILITY_VALUE_VISIBLE - Static variable in interface com.sap.portal.pcm.attributes.IAttriViewValues
Constant that defines a value for the ATTRIBUTE_AVAILABILITY attribute.

A B C D E F G H I J K L M N O P Q R S T U V W X _
Copyright 2011 SAP AG Complete Copyright Notice