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

A

AbstractContentLocation - Class in com.ibm.portal.resolver.helper.cor
Base class for the default ContentLocation implementations
AbstractContentLocation() - Constructor for class com.ibm.portal.resolver.helper.cor.AbstractContentLocation
 
AbstractContentLocationFactory - Class in com.ibm.portal.resolver.helper.cor
Basis for the COR contentlocation factory implementations.
AbstractContentLocationFactory() - Constructor for class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
AbstractCustomResource - Class in com.ibm.portal.cp.resources.builder
This provides a skeletal implementation of the CustomResource interface, to minimize the required effort for implementing this interface.
AbstractCustomResource(Collection<String>, URI, ObjectID) - Constructor for class com.ibm.portal.cp.resources.builder.AbstractCustomResource
Initializes this class
AbstractCustomResource(CustomResourceBuilder.ResourceParameters) - Constructor for class com.ibm.portal.cp.resources.builder.AbstractCustomResource
Initializes this class from the parameters
AbstractCustomResourceBuilder - Class in com.ibm.portal.cp.resources.builder
This provides a skeletal implementation of the com.ibm.portal.cp.resources.CustomResourceBuilder interface through providing a default implementation of the batch method CustomResourceBuilder.build(java.util.List).
AbstractCustomResourceBuilder() - Constructor for class com.ibm.portal.cp.resources.builder.AbstractCustomResourceBuilder
 
AbstractRole - Interface in com.ibm.portal.community
The interface represents a role type in the scope of the community API.
AccessControlEnvironment - Interface in com.ibm.portal.ac
The AccessControlEnvironment provides some general information about the Access Control configuration, for example the available role types.
AccessControlException - Exception in com.ibm.portal.ac.exception
This exception is thrown if anything unexpected happens while using Access Control API related functions.
AccessControlException() - Constructor for exception com.ibm.portal.ac.exception.AccessControlException
empty constructor.
AccessControlException(Throwable) - Constructor for exception com.ibm.portal.ac.exception.AccessControlException
constructor that takes another throwable as cause.
AccessControlException - Exception in com.ibm.portal.app.service.exceptions
Occurs when the user is not having the needed access control permissions for a specific requested action.
AccessControlException() - Constructor for exception com.ibm.portal.app.service.exceptions.AccessControlException
 
AccessControlException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.AccessControlException
 
AccessControlFailedException - Exception in com.ibm.portal.resolver.exceptions
Thrown if a resource requires particular access control rights
AccessControlFailedException() - Constructor for exception com.ibm.portal.resolver.exceptions.AccessControlFailedException
 
AccessControlFailedException(Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.AccessControlFailedException
 
AccessControlGlobalRuntimeModel - Interface in com.ibm.portal.ac
The AccessControlGlobalRuntimeModel provides read access to the current access control permissions on any resource that is registered at Portal Access Control.
AccessControlHome - Interface in com.ibm.portal.ac
The AccessControlHome interface can be used to access the Access Control component of WebSphere Portal.
An instance can be retrieved using a JNDI lookup for the following JNDI name portal:service/accesscontrol/home.
AccessControlRuntimeModel - Interface in com.ibm.portal.ac
The AccessControlRuntimeModel provides read access to the current access control permissions on one resource.
AccessControlRuntimeModelProvider - Interface in com.ibm.portal.ac
An object implementing this interface indicates that it provides Access Control Runtime Information using the AccessControlRuntimeModel interface.
AccessDeniedException - Class in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
AccessDeniedException() - Constructor for class org.apache.jetspeed.portlet.AccessDeniedException
Deprecated.  
AccessFailedException - Exception in com.ibm.portal.propertybroker.service
This exception indicates that there was an access error using the Property Broker service.
AccessFailedException() - Constructor for exception com.ibm.portal.propertybroker.service.AccessFailedException
Default constructor
AccessFailedException(Throwable) - Constructor for exception com.ibm.portal.propertybroker.service.AccessFailedException
Constructor that takes a nested exception
Accessor - Interface in com.ibm.portal.state.accessors
Identifies an object or an interface as an accessor interface.
accessor - Variable in exception com.ibm.portal.state.accessors.exceptions.NavigationShiftAccessorException
Navigation shift accessor that caused the exception
accessor - Variable in exception com.ibm.portal.state.accessors.exceptions.PortletAccessorException
Portlet accessor that caused the exception
accessor - Variable in exception com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
Selection accessor that caused the exception
accessor - Variable in exception com.ibm.portal.state.accessors.exceptions.ShowToolsAccessorException
Show Tools accessor that caused the exception
accessor - Variable in exception com.ibm.portal.state.accessors.exceptions.SoloAccessorException
Solo accessor that caused the exception
AccessorException - Exception in com.ibm.portal.state.exceptions
Base exception which is supposed to be thrown when an accessor factory type cannot be mapped to a corresponding factory implementation class.
AccessorException(Class) - Constructor for exception com.ibm.portal.state.exceptions.AccessorException
There is no known implementation for accessors of the given type.
AccessorException(Class, Throwable) - Constructor for exception com.ibm.portal.state.exceptions.AccessorException
There is no known implementation for accessors of the given type.
AccessorFactory - Interface in com.ibm.portal.state.accessors
Tagging interface to be sub-classed by specific accessor factory interfaces.
accessorType - Variable in exception com.ibm.portal.state.exceptions.AccessorException
Classobject of the accessor factory that was unknown
Action - Interface in com.ibm.portal.propertybroker.property
Action encapsulates the information used by the Property Broker to deliver property values provided by sources to targets.
ACTION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
Action - Interface in com.ibm.wps.pb.property
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ACTION_ASSOCIATION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
ACTION_EVENT_KEY - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used to retrieve ActionEvent from request object.
ACTION_KEY - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
This key is used to specify the Struts action.
ACTION_KEY - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used to specify the Struts action.
ACTION_LISTENER_KEY - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The key used for specifying the name of the action listener.
ACTION_LISTENER_KEY - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used to specify the name of the WPS Action Listener.
ACTION_NAME_KEY - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The key used for specifying the name of the action.
ACTION_PERFORMED - Static variable in interface org.apache.jetspeed.portlet.event.ActionEvent
Deprecated. Event identifier indicating that portlet request has been received that one or more actions associated with it.
ACTION_SET - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
ActionConstants - Class in com.ibm.wps.pe.pc.legacy
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ActionController - Interface in com.ibm.portal.propertybroker.property
ActionController encapsulates setter methods used when initializing instances of Action.
ACTIONEVENT - Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated. Represents the actionPerformed method of the ActionListener.
ActionEvent - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ActionListener - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
actionPerformed(ActionEvent) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Called by the portlet container to allow the portlet to process an action request.
actionPerformed(ActionEvent) - Method in interface org.apache.jetspeed.portlet.event.ActionListener
Deprecated. Notifies this listener that the action which the listener is watching for has been performed.
ActionPocService - Interface in com.ibm.portal.resolver.service
Version of the PocService that is available in the scope of an action or event request, i.e.
ActionTriggerMarkup - Interface in com.ibm.wps.pb.property
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ActionType - Class in com.ibm.portal.propertybroker.property
Deprecated. Use JSR 286 eventing instead of propertybroker
activate(ObjectID) - Method in interface com.ibm.portal.app.component2.Lifecycle
This method is called at the end of the instantiation phase in order to activate the specified business component instance for usage.
ACTIVATE - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for changing the activation state of an object.
ACTIVATE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for changing the activation state of an object.
activateAction(PortletConfig, ActionRequest, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
An Action which has been deactivated is activated explicitly using this call.
activateActions(PortletRequest, PortletSettings, String[]) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Actions which are not automatically activated upon portlet startup are activated explicitly using this call.
ActivationFailedException - Exception in com.ibm.portal.propertybroker.service
This exception indicates that there was an activation error using the Property Broker service.
ActivationFailedException() - Constructor for exception com.ibm.portal.propertybroker.service.ActivationFailedException
Default constructor
ActivationFailedException(Throwable) - Constructor for exception com.ibm.portal.propertybroker.service.ActivationFailedException
Constructor that takes a nested exception
ActiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
An Active Credential hides the user's secret from the portlet and does all the authentication (communication) for the portlet.
ActiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ActiveCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.ActiveCredential
Deprecated.  
ActiveFlag - Interface in com.ibm.portal
An interface providing the active flag.
ActiveFlagCopyCreationContext<T extends ActiveFlag> - Interface in com.ibm.portal.model.controller.context
Creation context for copying the active flag of a node.
activeLock(WebdavLock) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockHandler
Called to indicate an active lock
ADD - Static variable in interface com.ibm.portal.cp.tagging.Constants
The character +
ADD - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "add" action.
ADD_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "add" action.
AddablePortletsLocator<E> - Interface in com.ibm.portal.content
A locator for finding ObjectIDs of PortletDefinitions that may be added to a LayoutModel of a ContentPage.
addAccessPrivilegeToCommunityRole(CommunityRole, CommunityAccessPrivilege) - Method in interface com.ibm.portal.community.CommunityController
Method to add permissions on a community role.
addAction(PortletAction) - Method in interface org.apache.jetspeed.portlet.PortletURI
Deprecated. Use addAction(String simpleAction) instead
addAction(String) - Method in interface org.apache.jetspeed.portlet.PortletURI
Deprecated. Adds the given simple action String to this URI.
addActionParameter(String, String, MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
Deprecated. Defines the action parameter name - value pair associated with the tree node.
addAllowedPortlet(ObjectID) - Method in interface com.ibm.portal.content.LayoutModelController
Adds the specified portlet to the list of allowed portlets for the last layer of the node.
addAllowedPortlets(Collection<ObjectID>) - Method in interface com.ibm.portal.content.LayoutModelController
Adds the specified portlets to the list of allowed portlets for the last layer of the node.
addAttribute(Node, String, String) - Method in interface com.ibm.portal.state.dom.DocumentController
Modifies the content of the attribute of a node.
addAttribute(Object, List) - Static method in class com.ibm.portal.struts.command.StrutsViewCommand
Adds the attribute to the list.
addAttribute(Object, List) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Adds the attribute to the list.
addAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewActionCommand
Adds the name of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewCommand
Adds the name of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
Add the name of an attribute from the object request the needs to be saved if present for the execution of the IViewCommand in Portal's render phase
addAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Adds the name of an attribute from the object request the needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
Add the name of an attribute from the object request the needs to be saved if present for the execution of the IViewCommand in Portal's render phase
addAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
Add the name of an attribute from the object request the needs to be saved if present for the execution of the IViewCommand in Portal's render phase
addAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Adds the name of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Adds the name of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase
addAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
Adds the name of an attribute from the object request the needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Adds the name of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
Adds the name of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributes(Principal, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaController
Adds the given Attributes to the given Principal.
addAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewActionCommand
Adds the class type of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewCommand
Adds the class type of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
Add the class type of an attribute from request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase
addAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Adds the class type of an attribute from request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
Add the class type of an attribute from request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase
addAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Adds the class type of an attribute from the request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Adds the class type of an attribute from the request that needs to be saved if present for the execution of the IViewCommand in ortal's render phase.
addAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
Adds the class type of an attribute from the request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Adds the class type of an attribute from the request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
Adds the class type of an attribute from the request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addCapabilities(Set<String>) - Method in interface com.ibm.portal.admin.ModifiableClient
Adds all capabilities specified by the set.
addCapability(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Adds a capability.
addCategories(Set<String>) - Method in interface com.ibm.portal.cp.resources.ModifiableCustomResource
Adds categories to the already existing categories.
addCategory(String) - Method in interface com.ibm.portal.cp.resources.ModifiableCustomResource
Adds a category to the already existing categories.
addContentID(String, boolean, String, boolean, Identifiable) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Adds a mapping to a content object which is identified via its content ID.
addContentID(String, boolean, String, boolean) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Adds a mapping to a content object which is identified via its content ID.
addContentID(String, boolean, String) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Adds a (non-delegating) mapping to a content object which is identified via its content ID.
addContentPath(String, boolean, String, boolean, Identifiable) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Adds a mapping to a content object which is identified via its content path.
addContentPath(String, boolean, String, boolean) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Adds a mapping to a content object which is identified via its content path.
addContentPath(String, boolean, String) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Adds a (non-delegating) mapping to a content object which is identified via its content path.
addCookie(javax.servlet.http.Cookie) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Adds the specified cookie to the response.
addCredential(CredentialSecret, Identifiable, String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Adds a mapped credential of the provided secret type under the specified resource.
addCredential(CredentialSecret, String, String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Adds a mapped credential of the provided secret type under the specified resource.
addDateHeader(String, long) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Adds a response header with the given name and date-value.
addDefaultPortletAction(Object) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Adds a portlet action to the given PortletURI.
addDefaultPortletAction(Object, String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Adds a portlet action to the given PortletURI using the given key.
addDomainObjectToCommunity(ObjectID, ObjectID, Set<? extends LocalizedDomainRole>) - Method in interface com.ibm.portal.community.CommunityController
adds a new domain object (business component) to the community.
addDomainRolesForDomainObject(ObjectID, ObjectID, Set<? extends LocalizedDomainRole>) - Method in interface com.ibm.portal.community.CommunityController
adds new domain roles or updates existing domain roles of an existing domain object (business component).
addDomainRoleToCommunityRole(CommunityRole, ObjectID) - Method in interface com.ibm.portal.community.CommunityController
adds an existing domain role (which is a role specified by a business component) to a community role.
The domain object (business component) will be notified that the members of this community role have been added.
addDomainRoleToCommunityRole(CommunityRole, DomainRole) - Method in interface com.ibm.portal.community.CommunityController
adds an existing domain role (which is a role specified by a business component) to a community role.
The domain object (business component) will be notified that the members of this community role have been added.
addFileParameter(HttpServletRequest, FileItem) - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Adds a file parameter to the set of file parameters for this request and also to the list of all parameters.
addFileParameter(HttpServletRequest, FileItem) - Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
Adds a file parameter to the set of file parameters for this request and also to the list of all parameters.
addFolder(Folder, ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Adds a Folder object to the hierarchy of persisted folders under the specified parent folder
addFolder(Folder, ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Create a subfolder in the given parent folder.
addFragmentID(String) - Method in interface com.ibm.portal.state.EngineURL
Sets a fragment identifier for this engine URL.
addHeader(String, String) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Adds a response header with the given name and value.
addInheritanceBlockedRoleTypes(Collection<RoleType>) - Method in interface com.ibm.portal.ac.ManagedProtectedResourceController
Adds the given collection of role types to the set of role types that the resource blocks for inheritance (the resource will not inherit these role types from a parent resource).
addIntHeader(String, int) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Adds a response header with the given name and integer value.
addMarkup(Markup) - Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
Adds a markup.
addMarkups(Set<Markup>) - Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
Adds all markups specified by the set.
addMemberToCommunityRole(CommunityRole, Set<Principal>) - Method in interface com.ibm.portal.community.CommunityController
adds one or more members (user or group) to the given community role.
Domain objects (business components) from the community role are notified that the members have been added.
addMemberToCommunityRoleOID(CommunityRole, Set<ObjectID>) - Method in interface com.ibm.portal.community.CommunityController
adds one or more members (user or group), identified through its ObjectID, to the given community role.
Domain objects (business components) from the community role are notified that the members have been added.
addModulePrefix(String, HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Adds the module prefix to the path.
addNode(String, MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTreeTopologyCtrl
Deprecated. Adds a child node to an existing parent node
addNode(MenuTree, MenuNode) - Method in interface com.ibm.wps.portletservice.portletmenu.MemoryMenuTreeTopologyCtrl
Deprecated. Add a child node that refers to the root node of another tree model to a parent node.
addPage(ObjectID, Localized, PropertyValue[]) - Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
Adds a new page that is a copy of the page definition.
addPage(ObjectID, ObjectID, Localized, PropertyValue[]) - Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
Adds a new page that is a copy of the page definition.
addParameter(String, String) - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessorController
Appends the parameter value to those values that are already part of the key
addParameter(Object, String, String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Adds the parameter to the given PortletURI.
addParameter(String, Object) - Method in class org.apache.jetspeed.portlet.DefaultPortletAction
Deprecated. Adds a parameters to this action
addParameter(String, String) - Method in interface org.apache.jetspeed.portlet.PortletURI
Deprecated. Adds the given parameter to this URI.
addParameterNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Adds the name of an parameter from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase.
addParameterNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Adds the name of an parameter from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase
addParameters(String, String[]) - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessorController
Appends the parameter value to those values that are already part of the key
addPortalRoleToDomainRole(DomainRole, ObjectID, String) - Method in interface com.ibm.portal.community.CommunityController
adds a portal specific role to an existing domain role.
addPortlet(ObjectID, Localized, PropertyValue[]) - Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
Adds a portlet.
addPortlet(ObjectID, ObjectID, Localized, PropertyValue[]) - Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
Adds a new portlet.
addPrincipalsToRole(RoleType, Collection<? extends Identifiable>) - Method in interface com.ibm.portal.ac.RoleDataController
Add each member in the list of principals to the role.
addPropagationBlockedRoleTypes(Collection<RoleType>) - Method in interface com.ibm.portal.ac.ManagedProtectedResourceController
Adds the given collection of role types to the set of role types that the resource blocks for propagation (child resources will not inherit these role types).
addQueryParameters(String, PortletRequest) - Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Adds the query parameters to the request object.
addQueryParameters(String, PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Adds the query parameters to the request object.
Addressable - Interface in com.ibm.portal.resolver.data
Interface that allows to retrieve the address of a piece of content.
addSharedPage(ObjectID, Localized, PropertyValue[]) - Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
Adds a shared page that is a copy of the page definition.
addSharedPortlet(ObjectID, Localized, PropertyValue[]) - Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
Adds a shared portlet.
addSkinToTheme(Skin, Theme) - Method in interface com.ibm.portal.admin.SkinListController
Add a existing Skin to a existing theme
addStrutsActionUrlAsParameter(Object, String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Adds the Struts action URL as a parameter to the given PortletURI using the value returned by getStrutsActionParameterName as the parameter name.
addTextParameter(HttpServletRequest, FileItem) - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Adds a regular text parameter to the set of text parameters for this request and also to the list of all parameters.
addTextParameter(HttpServletRequest, FileItem) - Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
Adds a regular text parameter to the set of text parameters for this request and also to the list of all parameters.
addToFavorites(Set<ObjectID>) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Adds the applications with the given ObjectIDs to the list of the user's favorites.
addToGroup(Group, List<? extends Principal>) - Method in interface com.ibm.portal.um.PumaController
Adds the given Principals to the given Group
AddUIElementException - Exception in com.ibm.portal.dynamicui
The AddUIElementException is thrown when an error occurs during the attempt to add a transient UI element.
AddUIElementException() - Constructor for exception com.ibm.portal.dynamicui.AddUIElementException
Constructor.
AddUIElementException(Throwable) - Constructor for exception com.ibm.portal.dynamicui.AddUIElementException
Constructor.
ADMIN - Static variable in interface com.ibm.portal.ac.data.RoleType
This role type contains all privileges and therefore implies all other role types.
AdminPortletModel - Interface in com.ibm.portal.portletmodel.admin
This interface provides administrative access and lookup methods for the global levels of portlet configuration that are not specific to a particular aggregation module.
AdminPortletModelController - Interface in com.ibm.portal.portlet
A controller interface for the AdminPortletModel interface.
AggregatedMetaDataLocator - Interface in com.ibm.portal
This interface provides a locator for meta data which is composed of more than one meta data instance.
alias - Variable in exception com.ibm.portal.state.accessors.exceptions.AliasNameNotFoundException
Alias name that caused the exception
AliasNameNotFoundException - Exception in com.ibm.portal.state.accessors.exceptions
Thrown when an invalid alias name is provided that cannot be resolved.
AliasNameNotFoundException(String) - Constructor for exception com.ibm.portal.state.accessors.exceptions.AliasNameNotFoundException
Initializes the exception with the accessor that caused the exception
AliasNameNotFoundException(String, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.AliasNameNotFoundException
Initializes the exception with the alias name that caused the exception.
ALL - Static variable in interface com.ibm.portal.cp.Constants
Constant to determine that a query should return all results.
ALL_BINDING_SET - Static variable in interface com.ibm.portal.resolver.Constants
Set of the default bindings that will be accepted by the resolution infrastructure
ALL_BINDINGS - Static variable in interface com.ibm.portal.resolver.Constants
Array of all bindings that will be accepted by the resolution infrastructure
AmbigousContentIDException - Exception in com.ibm.portal.services.contentmapping.exceptions
This exception indicates that the same content resource ID is mapped twice to the same portal resource.
AmbigousContentIDException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentIDException
 
AmbigousContentIDException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentIDException
 
AmbigousContentIDException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentIDException
 
AmbigousContentIDException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentIDException
 
AmbigousContentMappingDefaultException - Exception in com.ibm.portal.services.contentmapping.exceptions
This exception indicates multiple default content mappings.
AmbigousContentMappingDefaultException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentMappingDefaultException
 
AmbigousContentMappingDefaultException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentMappingDefaultException
 
AmbigousContentMappingDefaultException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentMappingDefaultException
 
AmbigousContentMappingDefaultException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentMappingDefaultException
 
AmbigousContentPathException - Exception in com.ibm.portal.services.contentmapping.exceptions
This exception indicates that the same content path value is mapped twice to the same portal resource.
AmbigousContentPathException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentPathException
 
AmbigousContentPathException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentPathException
 
AmbigousContentPathException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentPathException
 
AmbigousContentPathException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentPathException
 
APIConverterFactory - Class in com.ibm.portal.portlet.apiconvert
Factory class which is used tp wrap Jetspeed API objects with Java Portlet API interfaces.
APPLICATION_BUSINESS_COMPONENT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
APPLICATION_ENTITY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
APPLICATION_FAVORITE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
APPLICATION_FOLDER - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
APPLICATION_ID - Static variable in interface com.ibm.portal.app.model.Variable
Predefined variable name for variables that contain the ID of the composite application.
APPLICATION_METADATA_DEFAULT_POLICY_NAME - Static variable in class com.ibm.portal.app.service.MetaDataConstants
This QName specifize the name of the policy-specific application metadata "default-policy-name", which defines the default policy used during the policy calculation for the corresponding application.
APPLICATION_METADATA_NOTIFICATION_ENABLED - Static variable in class com.ibm.portal.app.service.MetaDataConstants
This QName specifize the name of the community-specific application metadata "notification-enabled", which defines wether new application members are informed about their adding or not.
APPLICATION_PARAMETER - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
APPLICATION_PARAMETER_METADATA_WIRE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
APPLICATION_PARAMETER_VARIABLE_WIRE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
APPLICATION_ROLE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
ApplicationAccessPrivileges - Interface in com.ibm.portal.app.service
ApplicationAccessPrivileges is used to check access privileges for the current user on applications.
ApplicationCatalogAccessPrivileges - Interface in com.ibm.portal.app.service
ApplicationCatalogAccessPrivileges is used to check access privileges for the current user on the application catalog.
ApplicationCatalogService - Interface in com.ibm.portal.app.service
The ApplicationCatalogService provides methods for searching and instantiating applications.
ApplicationCatalogService.RelationType - Enum in com.ibm.portal.app.service
This enumeration defines the relations that can be used in a search.
ApplicationCatalogService.SearchPattern - Enum in com.ibm.portal.app.service
This enumeration defines the search pattern that will be used for title-based finder methods.
COMPLETE_TITLEsearches for all applications with the exactly the specified title string.TITLE_STARTSWITHsearches for all applications that have a title that starts with the specified title prefix.TITLE_CONTAINSsearches for all applications that have a title that contains the specified title substring at any location.
ApplicationCatalogServiceHome - Interface in com.ibm.portal.app.service
The ApplicationCatalogServiceHome provides methods for retrieving an instances of ApplicationCatalogService or ApplicationAccessPrivileges.
ApplicationDataException - Exception in com.ibm.portal.app.service.exceptions
Occurs when there were problems with reading or writing application data.
ApplicationDataException() - Constructor for exception com.ibm.portal.app.service.exceptions.ApplicationDataException
 
ApplicationDataException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.ApplicationDataException
 
ApplicationEvent - Interface in com.ibm.portal.app.event
The base application event interface.
ApplicationException - Exception in com.ibm.portal.app.service.exceptions
Occurs when there were some problems with executing the requested action on an application.
ApplicationException() - Constructor for exception com.ibm.portal.app.service.exceptions.ApplicationException
 
ApplicationException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.ApplicationException
 
ApplicationLookupService - Interface in com.ibm.portal.app.service
Service that allows to retrieve the ObjectID of an application.
ApplicationModelFactory - Interface in com.ibm.portal.app.model
The ApplicationModelFactory provides functions to create filled Localized objects that can be used as input parameter for the Application Infrastructure API method calls.
An instance of this Interface can be retrieved by through the Home Interface: ApplicationCatalogServiceHome
ApplicationModelFactoryHome - Interface in com.ibm.portal.app.model
The Home interface for the AI specific ModelFactory.
ApplicationPolicyException - Exception in com.ibm.portal.app.service.exceptions
Occurs when there were problems with reading or writing application policy data.
ApplicationPolicyException() - Constructor for exception com.ibm.portal.app.service.exceptions.ApplicationPolicyException
 
ApplicationPolicyException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.ApplicationPolicyException
 
ApplicationService - Interface in com.ibm.portal.app.service
The ApplicationService provides methods for the management of one specific application instance specified by Identifiable.getObjectID().
ApplicationServiceHome - Interface in com.ibm.portal.app.service
The ApplicationServiceHome provides ApplicationService objects for a given application ID.
ApplicationStateChangedEvent - Interface in com.ibm.portal.app.event
This event is fired if state of the application changed.
archive(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Archive (backup + delete) the application
areCrossPageWiresActive(PortletRequest, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
Deprecated. use PropertyBrokerService.areCrossPageWiresActive(PortletRequest, PortletResponse, String) instead
areCrossPageWiresActive(PortletRequest, PortletResponse, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
Test to see if a property is currently wired to active actions on other pages.
areCrossPageWiresActive(PortletRequest, Property) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns true if cross page wires exist with the specified property and the calling portlet entity as the source, and at least one of the wires is to an active target.
areWiresActive(PortletRequest, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
Deprecated. use PropertyBrokerService.areWiresActive(PortletRequest, PortletResponse, String) instead
areWiresActive(PortletRequest, PortletResponse, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
Test to see if a property is currently wired to active actions on this page.
areWiresActive(PortletRequest, Property) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns true if wires exist with the specified property and the calling portlet entity as the source, and at least one of the wires is to an active target.
ASSIGN_ACCESS - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "assign user access" action.
ASSIGN_ACCESS_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "assign user access" action.
ASSIGN_ROLES - Static variable in interface com.ibm.portal.state.accesscheck.Constants
Predefined constant for assign role permission.
ATOM_APP_ACCEPT_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_ACCEPT_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_ATTR_FIXED - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_ATTR_HREF - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_ATTR_SCHEME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_CATEGORIES_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_CATEGORIES_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_COLLECTION_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_COLLECTION_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_CONTENT_TYPE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_CONTROL_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_CONTROL_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_DRAFT_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_DRAFT_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_EDITED_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_EDITED_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_NO - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_NS - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_REL_EDIT - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_REL_EDIT_MEDIA - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_REL_FIRST - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_REL_LAST - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_REL_NEXT - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_REL_PREVIOUS - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_SERVICE_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_SERVICE_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_URI - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_WORKSPACE_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_WORKSPACE_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_APP_YES - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_HREF - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_HREFLANG - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_LABEL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_LENGTH - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_REL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_SCHEME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_SRC - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_TERM - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_TITLE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_TYPE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_URI - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ATTR_VERSION - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_AUTHOR_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_AUTHOR_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_CATEGORY_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_CATEGORY_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_CONTENT_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_CONTENT_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_CONTENT_TYPE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_CONTRIBUTOR_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_CONTRIBUTOR_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_EMAIL_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_EMAIL_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ENTRY_CONTENT_TYPE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ENTRY_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ENTRY_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_FEED_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_FEED_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_GENERATOR_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_GENERATOR_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ICON_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ICON_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ID_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_ID_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_LINK_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_LINK_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_LOGO_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_LOGO_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_NAME_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_NAME_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_NS - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_PLAIN_CONTENT - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_PUBLISHED_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_PUBLISHED_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_REL_ALTERNATE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_REL_ENCLOSURE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_REL_RELATED - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_REL_SELF - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_REL_VIA - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_RIGHTS_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_RIGHTS_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_SOURCE_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_SOURCE_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_SUBTITLE_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_SUBTITLE_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_SUMMARY_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_SUMMARY_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_COUNT - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_COUNT_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_HREF - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_HREF_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_REF - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_REF_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_SOURCE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_SOURCE_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_TYPE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_ATTR_TYPE_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_INREPLYTO_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_INREPLYTO_LOCAL_SHORT - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_INREPLYTO_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_NS - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_REL_REPLIES - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_TOTAL_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_TOTAL_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_THR_URI - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_TITLE_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_TITLE_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_TYPE_HTML - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_TYPE_TEXT - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_TYPE_XHTML - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_UPDATED_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_UPDATED_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_URI - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_URI_LOCAL - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATOM_URI_QNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
atomAccept(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:accept".
atomAuthor(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:author".
atomCategories(Boolean, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:categories".
atomCategories(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:categories".
atomCategories(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:categories".
atomCategories(URL) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:categories".
atomCategory(String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:category".
atomCategory(String, String, String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:category".
atomCategory(String, String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:category".
atomCollection(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:collection".
atomCollection(URL) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:collection".
atomContent(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:content".
atomContent(String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:content".
atomContent(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:content".
AtomContentHandler - Interface in com.ibm.portal.resolver.atom
http://tools.ietf.org/html/rfc4287 RFC 4287
atomContributor(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:contributor".
atomControl(Boolean) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:control".
atomControl(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:control".
AtomDateParser - Interface in com.ibm.portal.resolver.atom
Parses ATOM dates according to RFC 4287:
atomDraft(Boolean) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:draft".
atomDraft(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:draft".
atomEdited(Date) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:edited".
atomEdited(long) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Writes the start and the end tag for "app:edited".
atomEMail(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:email".
atomGenerator(String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:generator".
atomIcon(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:icon".
atomIcon(URI) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:icon".
atomIcon(URL) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:icon".
atomId(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:id".
atomId(URI) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:id".
atomInReplyTo(String, String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomThreadingContentHandler
Writes the start and the end tag for "thr:in-reply-to".
atomInReplyTo(URL, URL, URL, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomThreadingContentHandler
Writes the start and the end tag for "thr:in-reply-to".
atomLink(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:link".
atomLink(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:link".
atomLink(String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:link".
atomLink(String, String, String, String, String, long) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:link".
atomLink(String, String, String, String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:link".
atomLogo(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:logo".
atomLogo(URI) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:logo".
atomLogo(URL) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:logo".
atomName(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:name".
atomPublished(Date) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:published".
atomPublished(long) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:published".
atomPublished(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:published".
AtomPublishingContentHandler - Interface in com.ibm.portal.resolver.atom
http://tools.ietf.org/html/rfc5023 (October 2007) The Atom Publishing Protocol (introspection document)
AtomPublishingXMLReader - Interface in com.ibm.portal.resolver.atom
 
atomRights(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:rights".
atomSubtitle(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:subtitle".
atomSubtitle(String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:subtitle".
atomSubtitle(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:subtitle".
atomSummary(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:summary".
atomSummary(String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:summary".
atomSummary(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:summary".
AtomThreadingContentHandler - Interface in com.ibm.portal.resolver.atom
http://www.ietf.org/rfc/rfc4685.txt ATOM threading extension (RFC 4685)
AtomThreadingXMLReader - Interface in com.ibm.portal.resolver.atom
 
atomTitle(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:title".
atomTitle(String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:title".
atomTitle(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:title".
atomTotal(int) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomThreadingContentHandler
Writes the start and the end tag for "thr:total".
atomUpdated(Date) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:updated".
atomUpdated(long) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:updated".
atomUpdated(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:updated".
atomURI(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:uri".
atomURI(URI) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:uri".
atomURI(URL) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Writes the start and the end tag for "atom:uri".
AtomXMLReader - Interface in com.ibm.portal.resolver.atom
Data source for an XML stream in ATOM format (http://tools.ietf.org/html/rfc4287).
AtomXMLReaderFactory - Interface in com.ibm.portal.resolver.atom
Helper factory that generates artifacts to convert between ATOM specific interfaces and SAX specific interfaces
ATTR_CLASS - Static variable in interface com.ibm.portal.cp.rating.RatingAverageCalculator
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.cp.resources.builder.CustomResourceBuilderProvider
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.cp.services.LocalizedCategoryService
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.cp.services.LocalizedTypeService
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
the class attribute
ATTR_CLASS - Static variable in interface com.ibm.portal.resolver.LookupService
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.resolver.proxy.service.CorAjaxProxyServiceHome
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.resolver.proxy.service.PortalAjaxProxyServiceHome
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.resolver.proxy.service.PortletAjaxProxyServiceHome
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.resolver.ResolutionService
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.resolver.service.PortalPocServiceHome
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.resolver.xml.XMLFactory
name of the class attribute used for instantiation
ATTR_CLASS - Static variable in interface com.ibm.portal.streaming.json.JSONHandlerFactory
name of the class attribute used for instantiation
ATTR_ID - Static variable in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
ID attribute
ATTR_MATCH_URI_SCHEME - Static variable in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
the match URI scheme attribute
ATTR_SKIN - Static variable in interface com.ibm.portal.spa.parser.StaticPageContentHandler
Name of the attribute that identifies the skin
ATTR_TITLE - Static variable in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
the title attribute
ATTR_TYPE_ATOM_LANGUAGE_TAG - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATTR_TYPE_ATOM_MEDIA_TYPE - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATTR_TYPE_ATOM_NCNAME - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATTR_TYPE_ATOM_URI - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATTR_TYPE_CDATA - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATTR_TYPE_CDATA - Static variable in interface com.ibm.portal.resolver.xml.Constants
 
ATTR_TYPE_ENTITIES - Static variable in interface com.ibm.portal.resolver.xml.Constants
 
ATTR_TYPE_ENTITY - Static variable in interface com.ibm.portal.resolver.xml.Constants
 
ATTR_TYPE_ID - Static variable in interface com.ibm.portal.resolver.xml.Constants
 
ATTR_TYPE_IDREF - Static variable in interface com.ibm.portal.resolver.xml.Constants
 
ATTR_TYPE_IDREFS - Static variable in interface com.ibm.portal.resolver.xml.Constants
 
ATTR_TYPE_NMTOKEN - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATTR_TYPE_NMTOKEN - Static variable in interface com.ibm.portal.resolver.xml.Constants
 
ATTR_TYPE_NMTOKENS - Static variable in interface com.ibm.portal.resolver.xml.Constants
 
ATTR_TYPE_NOTATION - Static variable in interface com.ibm.portal.resolver.xml.Constants
 
ATTR_TYPE_TEXT - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
ATTR_XML_BASE - Static variable in interface com.ibm.portal.resolver.xml.Constants
Deprecated. use Constants.XML_ATTR_BASE_QNAME instead
attribute - Variable in exception com.ibm.portal.state.accessors.exceptions.StateAttributeNotInRequestException
Attribute that could not be located in the request
ATTRIBUTE_CATEGORY - Static variable in interface com.ibm.portal.services.url.UrlResourceService
ATTRIBUTE_CATEGORY represents the URL Resource category attribute, which can optionally be used to associate this URL Resource to some arbitrary category.
ATTRIBUTE_DESC - Static variable in interface com.ibm.portal.services.url.UrlResourceService
ATTRIBUTE_DESC represents the URL Resource description attribute, which can optionally be used to describe the nature of this URL Resource.
ATTRIBUTE_JNDI_NAME - Static variable in interface com.ibm.portal.services.url.UrlResourceService
ATTRIBUTE_JNDI_NAME represents the URL Resource jndiName attribute, which uniquely identifies this URL Resource within a specific scope.
ATTRIBUTE_NAME - Static variable in interface com.ibm.portal.services.url.UrlResourceService
ATTRIBUTE_NAME represents the URL Resource administrative name attribute, which can have any string value and does not have to be unique within the same scope in the configuration repository.
ATTRIBUTE_URL - Static variable in interface com.ibm.portal.services.url.UrlResourceService
ATTRIBUTE_URL represents the URL Resource url "spec" attribute, whose string value must be a valid URL format using either HTTP, HTTPS, FILE, or FTP protocols.
attributeAdded(PortletApplicationSettingsAttributeEvent) - Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributesListener
Deprecated. Notification that a new attribute was added to the portlet settings.
attributeAdded(PortletSettingsAttributeEvent) - Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributesListener
Deprecated. Notification that a new attribute was added to the portlet settings.
AttributeDefinition - Interface in com.ibm.portal.um
Represents the basic setup of an Attribute.
AttributeNotDefinedException - Exception in com.ibm.portal.um.exceptions
An Exception of type AttributeNotDefinedException is thrown, if it is tried to store not defined attributes
All available com.ibm.portal.um.User attributes can be received by calling com.ibm.portal.um.PumaProfile.getDefinedUserAttributes()
AttributeNotDefinedException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.AttributeNotDefinedException
 
attributeRemoved(PortletApplicationSettingsAttributeEvent) - Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributesListener
Deprecated. Notification that an existing attribute has been removed from the portlet settings.
attributeRemoved(PortletSettingsAttributeEvent) - Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributesListener
Deprecated. Notification that an existing attribute has been removed from the portlet settings.
attributeReplaced(PortletApplicationSettingsAttributeEvent) - Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributesListener
Deprecated. Notification that an attribute in the portlet settings has been replaced.
attributeReplaced(PortletSettingsAttributeEvent) - Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributesListener
Deprecated. Notification that an attribute in the portlet settings has been replaced.
AUTHENTICATION_LEVEL - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
AUTHENTICATION_LEVEL_INFO - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
AuthenticationException - Exception in com.ibm.portal.auth.exceptions
Root exception for authentication related exceptions.
AuthenticationException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.AuthenticationException
Initializes the exception with the reason of the exception.
AuthenticationFailedException - Exception in com.ibm.portal.auth.exceptions
This Exception is thrown if the authentication against the User Registry or the WAS authentication failed, typically because of a wrong user id/password combination.
AuthenticationFailedException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.AuthenticationFailedException
Initializes the exception with the reason of the exception.
AuthLevelConfig - Interface in com.ibm.portal.auth.stepup
Provides a view to the Config settings of an AuthLevelVerifier
AuthLevelVerifier - Interface in com.ibm.portal.auth.stepup
This is the plug point for plugin a custom authentication level verifier.
averageFromRatings(IterableListModel<Rating>) - Method in interface com.ibm.portal.cp.rating.RatingAverageCalculator
Calculates the average for a given list of Ratings
averageFromRatingSpaces(IterableListModel<RatingSpace>) - Method in interface com.ibm.portal.cp.rating.RatingAverageCalculator
Calculates the average for a given list of RatingSpaces

B

BACK - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "go back" action.
BACKUP - Static variable in class com.ibm.portal.app.component2.SerializationType
Indicates that the serialization is of type Backup meaning the written data is intended to allow a later restore of this component instance with the current status.
backup(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Create a backup of the application
backupData(OutputStream, String, String) - Method in interface com.ibm.portal.app.service.backup.StreamBackupServiceClient
This is called by the StreamBackupService to get the actual data from the business component.
BackupServiceException - Exception in com.ibm.portal.app.service.backup
Occurs when anything unexpected happened while using the backup service.
BackupServiceException() - Constructor for exception com.ibm.portal.app.service.backup.BackupServiceException
Empty constructor
BackupServiceException(Throwable) - Constructor for exception com.ibm.portal.app.service.backup.BackupServiceException
Initializes the exception with the reason of the exception.
BackupServiceException(Throwable, Localized) - Constructor for exception com.ibm.portal.app.service.backup.BackupServiceException
Initializes the exception with the reason of the exception and localized information.
BaseURI - Class in com.ibm.portal.resolver.uri
Base class for URI implementations that facilitates the URL encoding and decoding process.
BaseURI() - Constructor for class com.ibm.portal.resolver.uri.BaseURI
 
BC_CONTENT_TYPE - Static variable in interface com.ibm.portal.resolver.cai.Constants
content type constant for the BC resolver
BEGIN - Static variable in interface com.ibm.portal.cp.Constants
Constant to determine that a query should return results from the beginning.
beginEventPhase(PortletRequest) - Method in interface com.ibm.wps.portlet.event.EventPhaseListener
Deprecated. Invoked on all portlets implementing this interface before the event phase has begun, i.e., before any of the methods of the listener interfaces, e.g., ActionListener.actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent), have been executed.
BEGINPAGE - Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated. Represents the beginPage method of the PortletPageListener.
beginPage(PortletRequest, PortletResponse) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Begin Page.
beginPage(PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.PortletPageListener
Deprecated. Called by the portlet container to give a portlet the opportunity to process and output data at the beginning of each page.
BINARY_PASSIVE - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the binary data passive credential.
BinaryCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Abstract inhertited interface of ActiveCredential where the user's secret is in binary form.
BinaryCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
BinaryCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
Deprecated.  
BinaryCredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
Implementation of the CredentialSecret class for binary secrets.
BinaryPassiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Simple standard interface of a passive credential for binary credential secrets.
BinaryPassiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
BinaryPassiveCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
Deprecated.  
Binding - Interface in com.ibm.portal.resolver
Tagging interface for bindings during the resolution process
BookmarkableCopyCreationContext<T extends BookmarkableFlag> - Interface in com.ibm.portal.model.controller.context
Creation context for copying the bookmarkable flag of a node.
BookmarkableFlag - Interface in com.ibm.portal.content
An interface providing the bookmarkable flag.
BooleanAccessor - Interface in com.ibm.portal.state.accessors.generic
Interface providing read access to state information which is represented by a boolean flag.
BooleanAccessorController - Interface in com.ibm.portal.state.accessors.generic
Interface providing read-write access to state information which is represented by a boolean flag.
BooleanAccessorFactory - Interface in com.ibm.portal.state.accessors.generic
Generic factory providing read-only and read-write accessors for state information which is represented by boolean flags.
BOTTOM_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go to the bottom" action.
BOUND_TO_ACTION - Static variable in interface com.ibm.wps.pb.property.Parameter
Deprecated. Specifies that the parameter value is bound as an action parameter when the action is invoked.
BOUND_TO_REQUEST_ATTRIBUTE - Static variable in interface com.ibm.wps.pb.property.Parameter
Deprecated. Specifies that the parameter value is bound as a request attribute when the action is invoked.
BOUND_TO_REQUEST_PARAMETER - Static variable in interface com.ibm.wps.pb.property.Parameter
Deprecated. Specifies that the parameter value is bound as a request parameter when the action is invoked.
BOUND_TO_SESSION - Static variable in interface com.ibm.wps.pb.property.Parameter
Deprecated. Specifies that the parameter value is bound as a session attribute when the action is invoked.
box(ResettableContentHandler) - Static method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
Makes sure to return a content handler even if the input is null
build(List<CustomResourceBuilder.ResourceParameters>) - Method in class com.ibm.portal.cp.resources.builder.AbstractCustomResourceBuilder
 
build(CustomResourceBuilder.ResourceParameters) - Method in interface com.ibm.portal.cp.resources.builder.CustomResourceBuilder
This method will be called by the com.ibm.portal.cp.resources.ResourceModel when a resource has to be assembled.
build(List<CustomResourceBuilder.ResourceParameters>) - Method in interface com.ibm.portal.cp.resources.builder.CustomResourceBuilder
Method for batch processing.
BUSINESS_COMPONENT_METADATA_SENSOR_LASTACCESSED - Static variable in class com.ibm.portal.app.service.MetaDataConstants
This QName specifize the name of the sensor-specific application metadata "last-accessed", which reports the latest time at which a business component was accessed.
BUSINESS_COMPONENT_METADATA_SENSOR_LASTMODIFIED - Static variable in class com.ibm.portal.app.service.MetaDataConstants
This QName specifize the name of the sensor-specific application metadata "last-modified", which reports the latest time at which a business component was modified.
BUSINESS_COMPONENT_METADATA_SENSOR_SIZE - Static variable in class com.ibm.portal.app.service.MetaDataConstants
This QName specifize the name of the sensor-specific application metadata "size", which reports the size of a business component.
BUSINESS_COMPONENT_VARIABLE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
BUSINESS_COMPONENT_VARIABLE_METADATA_WIRE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
BUSINESS_COMPONENT_VARIABLE_VARIABLE_WIRE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
BusinessComponentAccessPrivileges - Interface in com.ibm.portal.app.service
BusinessComponentAccessPrivileges is used to check access privileges for the current user on business components.
BusinessComponentLookupService - Interface in com.ibm.portal.app.service
Service that allows to retrieve the ObjectID of a business component.
BusinessComponentService - Interface in com.ibm.portal.app.service
The BusinessComponentService provides methods for reading and writing application infrastructure managed data from and to a specified business component instance.
BusinessComponentService - Interface in com.ibm.portal.resolver.cai
Locates a page and a portlet window ID for a given URI.
BusinessComponentServiceHome - Interface in com.ibm.portal.app.service
The BusinessComponentServiceHome provides BusinessComponentService objects for a given business component ID.
BusinessComponentURI - Class in com.ibm.portal.resolver.cai.uri
Handles business component URIs bc::[:]
BusinessComponentURI(String, URI) - Constructor for class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
 
BusinessComponentURI(URI) - Constructor for class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
Parse a bc URI
BYTEARRAY - Static variable in interface com.ibm.portal.um.AttributeDefinition
Represents the Bytearray type for an Attribute
ByteDataSink - Interface in com.ibm.portal.resolver.data
Implemented by comsumers of byte data streams.
ByteDataSource - Interface in com.ibm.portal.resolver.data
Implemented by providers of byte data streams.

C

Cache<K,V> - Interface in com.ibm.portal.cache
The CacheFactory can return caches with different underlying implementations, but all of them implement this interface.
CACHE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CACHE_CONTROL_EXTENSIONS_UNDEFINED - Static variable in interface com.ibm.portal.resolver.data.CacheControlDataSource
Identifies undefined cache control extensions
CacheablePortlet - Class in com.ibm.wps.pe.pc.legacy.cache
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
CacheablePortlet() - Constructor for class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
Deprecated. Default constructor.
CacheControlDataSource - Interface in com.ibm.portal.resolver.data
Interface that may optionally be implemented by a DataSource to fine tune how the content of the data source is cacheable.
CacheControlDataSource.CACHE_POLICY - Enum in com.ibm.portal.resolver.data
Controls how the content is cached
CacheControlDataSource.CACHE_SCOPE - Enum in com.ibm.portal.resolver.data
Possible scope for the cache result
CachedDataSourceFactory<T> - Interface in com.ibm.portal.resolver.cache
Representation of a DataSourceFactoryEx that caches information based on a DataSource.
CachedDataSourceFactory.Callback<T> - Interface in com.ibm.portal.resolver.cache
Callback used to construct a value based on the DataSource.
CachedDataSourceFactory.UncacheableValue<T> - Interface in com.ibm.portal.resolver.cache
Represents a cache value that is not stored in the cache
CachedDataSourceFactory.Value<T> - Interface in com.ibm.portal.resolver.cache
Represents the cache value.
CacheFactory - Interface in com.ibm.portal.resolver.cache
Factory that can be used to access caches in form of the CachedDataSourceFactory interface.
CAI_CONTENT_TYPE - Static variable in interface com.ibm.portal.resolver.cai.Constants
content type constant for the CAI resolver
CAN_RUN_AS_USER - Static variable in interface com.ibm.portal.ac.data.RoleType
This role type contains the privilege to impersonate (act as) another principal.
canAddFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to add a folder to the specified parentFolder.
canAddTemplateToFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to add a template to the specified template folder.
cancelDeserializeInstance(Result) - Method in interface com.ibm.portal.app.component.Serializable
Deprecated. Called if an exception occured during the processing of the data for this component.
cancelDeserializeInstance(Result) - Method in interface com.ibm.portal.app.component2.Serializable
Called if an exception occured during the processing of the data for this component.
canCopyIntoNewTemplate(ObjectID, ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to copy a template into a new specified folder.
canCreateApplicationFolder(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogAccessPrivileges
Check if current user is allowed to create an application folder as child of the specified folder.
canCreateCollaborativeResource(CollaborativeResourceType, ObjectID) - Method in interface com.ibm.portal.cp.ac.CPPermissionManager
Checks if the given user is allowed to create a collaborative resource of the given type
canCreateFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to create in this specified folder another folder.
canCreatePrivateResource(CollaborativeResourceType, ObjectID) - Method in interface com.ibm.portal.cp.ac.CPPermissionManager
Checks if the given user is allowed to create a private collaborative resource of the given type
canDeleteCollaborativeResource(CollaborativeResourceType, ObjectID, C) - Method in interface com.ibm.portal.cp.ac.CPPermissionManager
Checks if the given user is allowed to delete the given collaborative resource
canDeleteFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to delete the specified template folder.
canDeletePrivateResource(CollaborativeResourceType, ObjectID, C) - Method in interface com.ibm.portal.cp.ac.CPPermissionManager
Checks if the given user is allowed to delete the given private collaborative resource
canDeleteTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to delete the specified template.
canExportTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to export the specified template.
canGetFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to get a folder.
canGetParentFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to get the parent folder of the specified folder.
canGetRootFolder() - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to get the root folder.
canImportTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to import a template to the specified folder.
canInstantiateTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to instantiate the specified template.
canLockTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to lock a template.
canModifyApplication(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationAccessPrivileges
Check if current user is allowed to modify the specified application.
canModifyBusinessComponent(ObjectID) - Method in interface com.ibm.portal.app.service.BusinessComponentAccessPrivileges
Check if current user is allowed to modify the specified component.
canModifyFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to modify the specified template folder.
canModifyTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to modify the specified template.
CannotCloneDocumentModelException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a given DocumentModel cannot be cloned (e.g.
CannotCloneDocumentModelException(Constants.Clone) - Constructor for exception com.ibm.portal.state.exceptions.CannotCloneDocumentModelException
Initializes the exception with the model that could not be cloned and the exception that describes the reason for this failure.
CannotCloneDocumentModelException(DocumentModel, Constants.Clone, Exception) - Constructor for exception com.ibm.portal.state.exceptions.CannotCloneDocumentModelException
Initializes the exception with the model that could not be cloned and the exception that describes the reason for this failure.
CannotCommitException - Exception in com.ibm.portal.model.controller.exceptions
This abstract exception indicates that the modifications to a Controller implementing the Committable interface cannot be committed.
CannotCommitException() - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotCommitException
Creates the exception.
CannotCommitException(Throwable) - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotCommitException
Creates the exception with the underlying cause.
CannotCreateDocumentException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a document model factory cannot create a new state document (a DocumentModel).
CannotCreateDocumentException(Exception) - Constructor for exception com.ibm.portal.state.exceptions.CannotCreateDocumentException
The factory could not create a new document.
CannotDecodeStateException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that an input mediator cannot decode the state holder retrieved from a request URL.
CannotDecodeStateException(HttpServletRequest, InputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.CannotDecodeStateException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
CannotDecodeStateException(HttpServletRequest, InputMediator) - Constructor for exception com.ibm.portal.state.exceptions.CannotDecodeStateException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
CannotDecodeStateFromStringException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that an input mediator cannot decode the state holder retrieved from a URL
CannotDecodeStateFromStringException(CannotDecodeStateFromStringException.Location, HttpServletRequest, InputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
CannotDecodeStateFromStringException(CannotDecodeStateFromStringException.Location, HttpServletRequest, InputMediator) - Constructor for exception com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
CannotDecodeStateFromStringException.Location - Interface in com.ibm.portal.state.exceptions
Location of the error
CannotDeleteNodeException - Exception in com.ibm.portal.model.controller.exceptions
This abstract exception indicates that a node cannot be removed from a model.
CannotDeleteNodeException() - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotDeleteNodeException
Creates the exception.
CannotDeleteNodeException(Throwable) - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotDeleteNodeException
Creates the exception with the underlying cause.
CannotDemotePageException - Exception in com.ibm.portal.sitemanagement.exception
This exception is thrown when demoting a page fails
CannotDemotePageException() - Constructor for exception com.ibm.portal.sitemanagement.exception.CannotDemotePageException
 
CannotDemotePageException(Throwable) - Constructor for exception com.ibm.portal.sitemanagement.exception.CannotDemotePageException
 
CannotInsertNodeException - Exception in com.ibm.portal.model.controller.exceptions
This abstract exception indicates that a node cannot be inserted into a ModelController.
CannotInsertNodeException() - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotInsertNodeException
Creates the exception.
CannotInsertNodeException(Throwable) - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotInsertNodeException
Creates the exception with the underlying cause.
CannotInsertSelectionNodeException - Exception in com.ibm.portal.state.accessors.exceptions
Exception representing the error case that a certain ObjectID cannot be registered as a selected node via the SelectionAccessorController.
CannotInsertSelectionNodeException(ObjectID, ObjectID, SelectionAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.CannotInsertSelectionNodeException
Initializes the exception with the accessor that caused the exception.
CannotInstantiateAccessorException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a particular accessor factory specified in a config resource (e.g.
CannotInstantiateAccessorException(Class, Exception) - Constructor for exception com.ibm.portal.state.exceptions.CannotInstantiateAccessorException
There is no known implementation for accessors of the given type.
CannotInstantiateControllerException - Exception in com.ibm.portal.model.controller.exceptions
This abstract exception indicates that a Controller cannot be instantiated.
CannotInstantiateControllerException() - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotInstantiateControllerException
Creates the exception.
CannotInstantiateControllerException(Throwable) - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotInstantiateControllerException
Creates the exception with the underlying cause.
CannotInstantiateModifiableNodeException - Exception in com.ibm.portal.model.controller.exceptions
This abstract exception indicates that a Modifiable cannot be instantiated.
CannotInstantiateModifiableNodeException() - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotInstantiateModifiableNodeException
Creates the exception.
CannotInstantiateModifiableNodeException(Throwable) - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotInstantiateModifiableNodeException
Creates the exception with the underlying cause.
CannotInstantiateURLFactoryException - Exception in com.ibm.portal.state.exceptions
Exception which should be thrown if the URLFactory cannot be instantiated properly.
CannotInstantiateURLFactoryException(Class<? extends URLFactory>, Exception) - Constructor for exception com.ibm.portal.state.exceptions.CannotInstantiateURLFactoryException
Initializes this exception with the exception that caused the instantiation failure of the URLFactory.
CannotInterpretCodecException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that the codec information that has been encoded into a URL cannot be interpreted.
The codec indicates how to decode the state portion of the URL.
CannotInterpretCodecException(CannotDecodeStateFromStringException.Location, String, HttpServletRequest, InputMediator) - Constructor for exception com.ibm.portal.state.exceptions.CannotInterpretCodecException
Initializes this exception.
CannotInterpretCodecException(CannotDecodeStateFromStringException.Location, String, HttpServletRequest, InputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.CannotInterpretCodecException
Initializes this exception.
CannotInterpretStateException - Exception in com.ibm.portal.state.exceptions
The state could be decoded but the content could not be interpreted.
CannotInterpretStateException(CannotDecodeStateFromStringException.Location, HttpServletRequest, InputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.CannotInterpretStateException
 
CannotInterpretStateException(CannotDecodeStateFromStringException.Location, HttpServletRequest, InputMediator) - Constructor for exception com.ibm.portal.state.exceptions.CannotInterpretStateException
 
CannotModifyException - Exception in com.ibm.portal.model.controller.exceptions
This abstract exception is a base class for all exceptions concerning modifications.
CannotModifyException() - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotModifyException
Creates the exception.
CannotModifyException(Throwable) - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotModifyException
Creates the exception with the underlying cause.
CannotModifyPropertyException - Exception in com.ibm.portal.model.controller.exceptions
This abstract exception indicates that a property cannot be modified.
CannotModifyPropertyException() - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotModifyPropertyException
Creates the exception.
CannotModifyPropertyException(Throwable) - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotModifyPropertyException
Creates the exception with the underlying cause.
CannotModifySelectionException - Exception in com.ibm.portal.state.accessors.exceptions
Exception representing the error case that the selection information cannot be modified via the SelectionAccessorController.
CannotModifySelectionException(SelectionAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.CannotModifySelectionException
Initializes the exception with the accessor that caused the exception.
CannotPromotePageException - Exception in com.ibm.portal.sitemanagement.exception
This exception is thrown when promoting a page fails
CannotPromotePageException() - Constructor for exception com.ibm.portal.sitemanagement.exception.CannotPromotePageException
 
CannotPromotePageException(Throwable) - Constructor for exception com.ibm.portal.sitemanagement.exception.CannotPromotePageException
 
CannotPublishPageException - Exception in com.ibm.portal.sitemanagement.exception
This exception is thrown if a page can not be published successfully
CannotPublishPageException() - Constructor for exception com.ibm.portal.sitemanagement.exception.CannotPublishPageException
 
CannotPublishPageException(Throwable) - Constructor for exception com.ibm.portal.sitemanagement.exception.CannotPublishPageException
 
CannotResumeControllerException - Exception in com.ibm.portal.model.controller.exceptions
This abstract exception indicates that a Controller cannot be resumed.
CannotResumeControllerException() - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotResumeControllerException
Creates the exception.
CannotResumeControllerException(Throwable) - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotResumeControllerException
Creates the exception with the underlying cause.
CannotRetrieveResourceUrlAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
Exception representing the error case that the ResourceUrlAccessor (serving as a factory for resource URLs) cannot be obtained.
CannotRetrieveResourceUrlAccessorException(HttpServletRequest) - Constructor for exception com.ibm.portal.state.accessors.exceptions.CannotRetrieveResourceUrlAccessorException
 
CannotRetrieveResourceUrlAccessorException(HttpServletRequest, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.CannotRetrieveResourceUrlAccessorException
 
CannotRetrieveUrlException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that the URL cannot be retrieved from the current servlet request.
CannotRetrieveUrlException(HttpServletRequest, InputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.CannotRetrieveUrlException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
CannotRetrieveUrlException(HttpServletRequest, InputMediator) - Constructor for exception com.ibm.portal.state.exceptions.CannotRetrieveUrlException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
CannotSetTargetException - Exception in com.ibm.portal.state.accessors.portlet.exceptions
Exception which is supposed to be thrown in case that a portlet cannot be selected as an action or render target.
CannotSetTargetException(ObjectID, PortletTargetAccessorController) - Constructor for exception com.ibm.portal.state.accessors.portlet.exceptions.CannotSetTargetException
Initializes this exception.
CannotSetTargetException(ObjectID, PortletTargetAccessorController, Throwable) - Constructor for exception com.ibm.portal.state.accessors.portlet.exceptions.CannotSetTargetException
Initializes this exception.
CannotSuspendControllerException - Exception in com.ibm.portal.model.controller.exceptions
This abstract exception indicates that a Controller cannot be suspended.
CannotSuspendControllerException() - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotSuspendControllerException
Creates the exception.
CannotSuspendControllerException(Throwable) - Constructor for exception com.ibm.portal.model.controller.exceptions.CannotSuspendControllerException
Creates the exception with the underlying cause.
canonicalize(String) - Method in class com.ibm.portal.resolver.data.FileTypeMap
Canonicalizes the given content type by finding the official IANA mime type for mime type aliases.
canSaveAsTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationAccessPrivileges
Check if the current user is allowed to save the specified application as a template.
canSetTitleAndDescription(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to set the title and description of the specified template.
canUnlockTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to unlock a template.
canViewApplication(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationAccessPrivileges
Check if current user is allowed to view the specified application.
canViewBusinessComponent(ObjectID) - Method in interface com.ibm.portal.app.service.BusinessComponentAccessPrivileges
Check if current user is allowed to view the specified component.
canViewFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to view folder.
canViewTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateAccessPrivileges
Check if current user is allowed to view (also information of ..) the specified template.
Capability - Class in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
CATALOG_SEGMENT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CATEGORY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CHANGE_TYPE_CREATED - Static variable in interface com.ibm.wps.pb.property.PropertyValue
Deprecated. The property value change was triggered due to the property value being created.
CHANGE_TYPE_DELETED - Static variable in interface com.ibm.wps.pb.property.PropertyValue
Deprecated. The property value change was triggered due to the property value being deleted.
CHANGE_TYPE_QUERIED - Static variable in interface com.ibm.wps.pb.property.PropertyValue
Deprecated. The property value change was triggered due to the property value being queried.
CHANGE_TYPE_UNSPECIFIED - Static variable in interface com.ibm.wps.pb.property.PropertyValue
Deprecated. The property value change was triggered but the reason for change is unspecified.
CHANGE_TYPE_UPDATED - Static variable in interface com.ibm.wps.pb.property.PropertyValue
Deprecated. The property value change was triggered due to the property value being updated.
changedProperties(ActionRequest, ActionResponse, ObjectID, PropertyValue[]) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerContextPassingService
This method is invoked to pass an array of property values (referred to as context) to be passed to portlets on the page identified by the target page id.
changedProperties(PortletRequest, ObjectID, PropertyValue[]) - Method in interface com.ibm.wps.pb.service.PropertyBrokerContextPassingService
Deprecated.  This method is invoked to pass an array of property values (referred to as context) to be passed to portlets on the page identified by the target page id.
changedProperties(PortletRequest, PortletConfig, PropertyValue[]) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Publishes changes in properties.
changedPropertiesForPortlet(ActionRequest, ActionResponse, ObjectID, PropertyValue[]) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerContextPassingService
This method is invoked to pass an array of property values (referred to as context) to be passed to a portlet on the current page, identified by the target portlet window id.
changedPropertiesForPortlet(PortletRequest, ObjectID, PropertyValue[]) - Method in interface com.ibm.wps.pb.service.PropertyBrokerContextPassingService
Deprecated.  This method is invoked to pass an array of property values (referred to as context) to be passed to the portlet identified by the target portlet window id.
characters(char[], int, int) - Method in interface com.ibm.portal.resolver.atom.AtomDateParser
Sends the next chunk of data to the parser
characters(String, int, int) - Method in interface com.ibm.portal.resolver.atom.AtomDateParser
Sends the next chunk of data to the parser
characters(char[], int, int) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
characters(char[], int, int) - Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
 
characters(char[], int, int) - Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
Signals a character sequence that does not contain any important semantic.
characters(char[], int, int) - Method in interface com.ibm.portal.spa.parser.ThemeContentHandler
Signals a character sequence that does not contain any important semantic.
CharDataSource - Interface in com.ibm.portal.resolver.data
Implemented by providers of character data streams.
CheckedEngineURL - Interface in com.ibm.portal.state.accesscheck
In addition to the functionality of EngineURL the CheckedEngineURL allows setting access control checks that must be fullfilled before the URL is generated.
CheckedURLAccessorFactory - Interface in com.ibm.portal.state.accessors.url
The CheckedURLAccessorFactory creates CheckedEngineURLs which allow setting access control checks on the generated URL.
checkInitialized() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
Deprecated.  
CHECKMARK - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for a checkmark to indicate approval, selection or completion.
checkPassword(String, char[]) - Method in interface com.ibm.portal.portlet.service.login.LoginService
This method checks whether the supplied username and password is valid against the current WAS user registry.
CLASS_ATTRIBUTE - Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
The CLASS_ATTRIBUTE indicates the fully qualified classname of the Java class implementing the IThemeContent interface.
clazz - Variable in class com.ibm.portal.struts.action.DispatchAction
The Class instance of this DispatchAction class.
clazz - Variable in class com.ibm.wps.struts.action.WpsDispatchAction
The Class instance of this DispatchAction class.
clear() - Method in interface com.ibm.policy.manager.PolicyValueSet
Throws UnsupportedOperationException.
clear() - Method in interface com.ibm.portal.cache.Cache
Clear the cache.
clear() - Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
Resets all information
clear() - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
clears all headers
clearActionParameters(MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
Deprecated. Deletes all action parameter name - value pairs associated with the tree node.
clearAttributes(Node) - Method in interface com.ibm.portal.state.dom.DocumentController
Removes all attributes from a node, so the getAttributes method will return null or an empty attributes set.
clearErrorResponse(PortletRequest) - Static method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
Remove error information.
clearErrorResponse(HttpServletRequest) - Static method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
Removes error information.
clearSessionState(PortletSession) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Reverts the state of all actions which were programmatically activated or deactivated for the current session using the activateActions or deactivateActions calls.
Client - Interface in com.ibm.portal.admin
Admin model interface for client objects.
CLIENT - Static variable in class com.ibm.portal.app.component2.SerializationType
Indicates that the serialization is intended for a client application mirrowing the application in some client specific environment (like Eclipse RCP).
CLIENT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
Client - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
CLIENT_LIST_CONTROLLER_JNDI_NAME - Static variable in interface com.ibm.portal.model.ClientListControllerHome
JNDI lookup name for client list model controller
CLIENT_LIST_JNDI_NAME - Static variable in interface com.ibm.portal.model.ClientListHome
JNDI lookup name for client list model
ClientList<T extends java.lang.Object & Client> - Interface in com.ibm.portal.admin
Admin model interface for the Portal clients.
ClientListController<T extends Client,M extends ModifiableClient> - Interface in com.ibm.portal.admin
A controller interface for the ClientList interface.
ClientListControllerHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for ClientListControllerProvider.
ClientListControllerProvider - Interface in com.ibm.portal.model
Provider interface for client list model controllers.
ClientListHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for ClientListProvider.
ClientListLocator<T extends java.lang.Object & Client> - Interface in com.ibm.portal.admin
Locator to find a client based on the user-agent string
ClientListProvider - Interface in com.ibm.portal.model
An interface for a provider of client lists.
ClientListProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of client lists.

PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;

try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.ClientListProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...
ClientWrapper - Class in com.ibm.wps.pe.pc.legacy.cmpf
Wrapper class around the Client interface which allows to return modified markup or capabilities.
ClientWrapper(Client) - Constructor for class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
Creates a new wrapper object from a Client
clone() - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
 
clone() - Method in class com.ibm.portal.spa.data.SpaURI
 
close() - Method in class com.ibm.portal.resolver.streams.MultipartInputStream.Entry
Delegates to the ArchiveInputStream#closeEntry() method of the hosting stream
CLOSE - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "close" action.
CLOSE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "close" action.
CLOSED - Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated.  
closeDynamicUI(ActionRequest, ActionResponse, TaskUIHandle) - Method in interface com.ibm.portal.portlet.service.taskui.TaskUIManager
Closes the task UI element that is identified by the passed TaskUIHandle.
closeDynamicUI(ActionEvent, TaskUIHandle) - Method in interface com.ibm.wps.portletservice.taskui.TaskUIManager
Deprecated. Closes the task UI element that is identified by the passed TaskUIHandle.
closeEntry() - Method in interface com.ibm.portal.resolver.streams.MultipartStream
Closes the current multipart entry and positions the stream for the next entry
CollaborativeResource - Interface in com.ibm.portal.cp
Basic interface for collaborative resources, e.
CollaborativeResource.Scope - Enum in com.ibm.portal.cp
Deprecated. This will be removed soon without replacement.
CollaborativeResourceType - Enum in com.ibm.portal.cp
Abstraction layer for collaborative resources
COLON - Static variable in interface com.ibm.portal.cp.Constants
Character constant of a colon (;)
com.ibm.policy.manager - package com.ibm.policy.manager
This package includes the API of the Policy Manager runtime.
com.ibm.policy.manager.portal - package com.ibm.policy.manager.portal
This package includes the WebSphere Portal specific public implementations for use in the Policy Manager runtime.
com.ibm.portal - package com.ibm.portal
This package and its subpackages define the portal programming model.
com.ibm.portal.ac - package com.ibm.portal.ac
This package and its sub packages define the portal access control (PAC) API.
com.ibm.portal.ac.data - package com.ibm.portal.ac.data
This package defines some read-only data interfaces of the portal access control (PAC) API.
com.ibm.portal.ac.exception - package com.ibm.portal.ac.exception
This package defines exceptions that are thrown by the portal access control (PAC) API.
com.ibm.portal.admin - package com.ibm.portal.admin
This package defines elements of the portal occurring in several administrable models.
com.ibm.portal.admin.runtime - package com.ibm.portal.admin.runtime
 
com.ibm.portal.app.component - package com.ibm.portal.app.component
This package and its subpackages define the portal programming model for business components that can be used as part of composite applications.
com.ibm.portal.app.component2 - package com.ibm.portal.app.component2
This package defines interfaces for application business components based on WebSphere Portal 6.1.
com.ibm.portal.app.event - package com.ibm.portal.app.event
Package Specification
com.ibm.portal.app.exceptions - package com.ibm.portal.app.exceptions
Package Specification
com.ibm.portal.app.extensions - package com.ibm.portal.app.extensions
 
com.ibm.portal.app.model - package com.ibm.portal.app.model
Package Specification
com.ibm.portal.app.resource - package com.ibm.portal.app.resource
 
com.ibm.portal.app.service - package com.ibm.portal.app.service
This package and its subpackages define the portal programming model for the Composite Application Infrastructure(CAI).
com.ibm.portal.app.service.backup - package com.ibm.portal.app.service.backup
This package defines a service that can be used by business components to backup/restore arbitrary binary data.
com.ibm.portal.app.service.exceptions - package com.ibm.portal.app.service.exceptions
Package Specification
com.ibm.portal.auth - package com.ibm.portal.auth
This package contains interfaces related to the portal authentication component.
com.ibm.portal.auth.exceptions - package com.ibm.portal.auth.exceptions
This package contains exceptions related to the portal authentication component.
com.ibm.portal.auth.stepup - package com.ibm.portal.auth.stepup
This package defines the IBM SPI for the step up authentication function.
com.ibm.portal.cache - package com.ibm.portal.cache
 
com.ibm.portal.community - package com.ibm.portal.community
This package and its subpackages define the portal community API.
com.ibm.portal.community.exception - package com.ibm.portal.community.exception
This package defines exceptions that are thrown by the portal community API.
com.ibm.portal.content - package com.ibm.portal.content
This package defines content elements of the portal and its surrounding infrastructure.
com.ibm.portal.cor.service - package com.ibm.portal.cor.service
 
com.ibm.portal.cp - package com.ibm.portal.cp
 
com.ibm.portal.cp.ac - package com.ibm.portal.cp.ac
 
com.ibm.portal.cp.rating - package com.ibm.portal.cp.rating
 
com.ibm.portal.cp.rating.controller - package com.ibm.portal.cp.rating.controller
 
com.ibm.portal.cp.resources - package com.ibm.portal.cp.resources
 
com.ibm.portal.cp.resources.builder - package com.ibm.portal.cp.resources.builder
 
com.ibm.portal.cp.services - package com.ibm.portal.cp.services
 
com.ibm.portal.cp.tagging - package com.ibm.portal.cp.tagging
 
com.ibm.portal.cp.tagging.controller - package com.ibm.portal.cp.tagging.controller
 
com.ibm.portal.cp.xml - package com.ibm.portal.cp.xml
 
com.ibm.portal.dnd - package com.ibm.portal.dnd
This package provides the Java API through which developers can add "drag and drop" function to their portlets and/or portals.
com.ibm.portal.dynamicui - package com.ibm.portal.dynamicui
This package provides the core interfaces for dynamic ui management.
com.ibm.portal.eventing.service - package com.ibm.portal.eventing.service
 
com.ibm.portal.ibmportlet.service.model - package com.ibm.portal.ibmportlet.service.model
This package defines ways to obtain models from within an IBM-conform portlet.
com.ibm.portal.identification - package com.ibm.portal.identification
 
com.ibm.portal.impersonation - package com.ibm.portal.impersonation
This package contains the Portal Impersonation API.
com.ibm.portal.impersonation.exceptions - package com.ibm.portal.impersonation.exceptions
This package contains exception classes for the the Portal Impersonation API.
com.ibm.portal.mmi - package com.ibm.portal.mmi
 
com.ibm.portal.model - package com.ibm.portal.model
This package defines ways to obtain models through JNDI lookups.
com.ibm.portal.model.controller - package com.ibm.portal.model.controller
The com.ibm.portal.model.controller package contains home and provider interfaces for model controllers.
com.ibm.portal.model.controller.context - package com.ibm.portal.model.controller.context
 
com.ibm.portal.model.controller.exceptions - package com.ibm.portal.model.controller.exceptions
This package contains exceptions thrown by controllers.
com.ibm.portal.navigation - package com.ibm.portal.navigation
This package defines navigation information used during rendering of portal content and in user interaction.
com.ibm.portal.pool - package com.ibm.portal.pool
 
com.ibm.portal.pool.exceptions - package com.ibm.portal.pool.exceptions
 
com.ibm.portal.portlet - package com.ibm.portal.portlet
This package defines IBM API extension for portlets using the Java Portlet API, which implement the javax.portlet.Portlet interface.
com.ibm.portal.portlet.apiconvert - package com.ibm.portal.portlet.apiconvert
This package allows to write portlet API extensions (portlet services) that have a single implementation but provide interfaces for both IBM portlets and portlets written to the Java portlet API.
com.ibm.portal.portlet.service - package com.ibm.portal.portlet.service
This package defines the IBM API for portlet services for portlets written to the Java Portlet API.
com.ibm.portal.portlet.service.contentaccess - package com.ibm.portal.portlet.service.contentaccess
 
com.ibm.portal.portlet.service.credentialvault - package com.ibm.portal.portlet.service.credentialvault
This package defines the Credential Vault Portlet Service.
com.ibm.portal.portlet.service.credentialvault.credentials - package com.ibm.portal.portlet.service.credentialvault.credentials
This package defines the portal provided credential objects that can be used to retrieve user credentials from the vault with the credential portlet service.
com.ibm.portal.portlet.service.credentialvault.spi - package com.ibm.portal.portlet.service.credentialvault.spi
This package defines the Credential Vault SPI.
com.ibm.portal.portlet.service.credentialvault.spi.secrets - package com.ibm.portal.portlet.service.credentialvault.spi.secrets
This package defines the portal provided secret objects that are used for SSO to authenticate the user at another application.
com.ibm.portal.portlet.service.dynamicui - package com.ibm.portal.portlet.service.dynamicui
This package contains a Java Portlet API portlet service that acts as a factory for the DynamicUIInfo and DynamicUICtrl .
com.ibm.portal.portlet.service.impersonation - package com.ibm.portal.portlet.service.impersonation
 
com.ibm.portal.portlet.service.login - package com.ibm.portal.portlet.service.login
This package defines the IBM API for the portlet service that allows to trigger a portal login from within a portlet.
com.ibm.portal.portlet.service.model - package com.ibm.portal.portlet.service.model
This package defines ways to obtain models from within a JSR 168 portlet.
com.ibm.portal.portlet.service.siteanalyzer - package com.ibm.portal.portlet.service.siteanalyzer
 
com.ibm.portal.portlet.service.spi - package com.ibm.portal.portlet.service.spi
This package defines the IBM API for portlet service providers.
com.ibm.portal.portlet.service.state - package com.ibm.portal.portlet.service.state
This package contains a Java Portlet API portlet service that acts as a factory for the RedirectURLGenerator .
com.ibm.portal.portlet.service.taskmanager - package com.ibm.portal.portlet.service.taskmanager
This package provides a Java Portlet API service that is used to obtain a TaskManagerDelegate instance.
com.ibm.portal.portlet.service.taskui - package com.ibm.portal.portlet.service.taskui
This package provides a Java Portlet API service that is used by TaskProcessingPortlets to manage the UI to process a task.
com.ibm.portal.portlet.service.url - package com.ibm.portal.portlet.service.url
This package provides an API to generate portal URLs inside of Java Portlets.
com.ibm.portal.portletconversion - package com.ibm.portal.portletconversion
This package specifies a SPI for explicit conversion of portlet settings and portlet data during conversion of a IBM API portlet to a standard API portlet.
com.ibm.portal.portletmodel - package com.ibm.portal.portletmodel
This package defines interfaces for the portal's representation of portlets and their configuration data.
com.ibm.portal.portletmodel.admin - package com.ibm.portal.portletmodel.admin
This package defines interfaces for administrative access to the portal's representation of portlets and their configuration data.
com.ibm.portal.portletservice.rememberme - package com.ibm.portal.portletservice.rememberme
 
com.ibm.portal.propertybroker.property - package com.ibm.portal.propertybroker.property
This package contains public interfaces of objects (such as Property and Action) which are used to support brokered communication between components.
com.ibm.portal.propertybroker.service - package com.ibm.portal.propertybroker.service
This package contains the public interface PropertyBrokerService provided by the Property Broker for portlets compliant with JSR 168.
com.ibm.portal.resolver - package com.ibm.portal.resolver
Contains the main interfaces that extenders of the URI resolution infrastructure must implement.
com.ibm.portal.resolver.accessors - package com.ibm.portal.resolver.accessors
 
com.ibm.portal.resolver.accessors.url - package com.ibm.portal.resolver.accessors.url
 
com.ibm.portal.resolver.admin - package com.ibm.portal.resolver.admin
 
com.ibm.portal.resolver.atom - package com.ibm.portal.resolver.atom
com.ibm.portal.resolver.atom.helper - package com.ibm.portal.resolver.atom.helper
 
com.ibm.portal.resolver.bindings - package com.ibm.portal.resolver.bindings
Interfaces that define particular bindings to the URI resolution service as defined in Binding.
com.ibm.portal.resolver.cache - package com.ibm.portal.resolver.cache
 
com.ibm.portal.resolver.cai - package com.ibm.portal.resolver.cai
 
com.ibm.portal.resolver.cai.helper - package com.ibm.portal.resolver.cai.helper
 
com.ibm.portal.resolver.cai.uri - package com.ibm.portal.resolver.cai.uri
 
com.ibm.portal.resolver.data - package com.ibm.portal.resolver.data
Provides for the interfaces required to serve data via the POC resolution framework.
com.ibm.portal.resolver.exceptions - package com.ibm.portal.resolver.exceptions
Exceptions defined by the URI resolution framework.
com.ibm.portal.resolver.friendly - package com.ibm.portal.resolver.friendly
Provides for the friendly selection API artifacts.
com.ibm.portal.resolver.friendly.accessors.url - package com.ibm.portal.resolver.friendly.accessors.url
Provides for the accessors that are required to generate friendly URLs.
com.ibm.portal.resolver.friendly.cache - package com.ibm.portal.resolver.friendly.cache
 
com.ibm.portal.resolver.friendly.helper - package com.ibm.portal.resolver.friendly.helper
Provides for convenience classes to facilitate the use of the friendly selection APIs.
com.ibm.portal.resolver.friendly.service - package com.ibm.portal.resolver.friendly.service
Provides for the portal and portlet services required to access the friendly selection APIs.
com.ibm.portal.resolver.helper - package com.ibm.portal.resolver.helper
Helper classes to facilitate to use and implement the resolution infrastructure interfaction.
com.ibm.portal.resolver.helper.cor - package com.ibm.portal.resolver.helper.cor
Helper classes that facilitate the implementation of the com.ibm.content.operations.registry.spi.ContentLocationFactory interface.
com.ibm.portal.resolver.helper.eclipse - package com.ibm.portal.resolver.helper.eclipse
 
com.ibm.portal.resolver.http.xml - package com.ibm.portal.resolver.http.xml
 
com.ibm.portal.resolver.iwidget.xml - package com.ibm.portal.resolver.iwidget.xml
 
com.ibm.portal.resolver.iwidget.xml.helper - package com.ibm.portal.resolver.iwidget.xml.helper
 
com.ibm.portal.resolver.mashup - package com.ibm.portal.resolver.mashup
 
com.ibm.portal.resolver.opensearch - package com.ibm.portal.resolver.opensearch
 
com.ibm.portal.resolver.proxy.service - package com.ibm.portal.resolver.proxy.service
 
com.ibm.portal.resolver.service - package com.ibm.portal.resolver.service
 
com.ibm.portal.resolver.streams - package com.ibm.portal.resolver.streams
Provides for interfaces and a factory to work with streaming APIs.
com.ibm.portal.resolver.streams.helper - package com.ibm.portal.resolver.streams.helper
Provides convenience classes to work with the stream APIs.
com.ibm.portal.resolver.uri - package com.ibm.portal.resolver.uri
Classes to represent URIs that carry special semantics.
com.ibm.portal.resolver.webdav - package com.ibm.portal.resolver.webdav
 
com.ibm.portal.resolver.webdav.commands - package com.ibm.portal.resolver.webdav.commands
 
com.ibm.portal.resolver.webdav.tree - package com.ibm.portal.resolver.webdav.tree
 
com.ibm.portal.resolver.webdav.tree.helper - package com.ibm.portal.resolver.webdav.tree.helper
 
com.ibm.portal.resolver.xml - package com.ibm.portal.resolver.xml
com.ibm.portal.resolver.xml.exception - package com.ibm.portal.resolver.xml.exception
 
com.ibm.portal.resolver.xml.helper - package com.ibm.portal.resolver.xml.helper
 
com.ibm.portal.resolver.xul - package com.ibm.portal.resolver.xul
 
com.ibm.portal.runtime - package com.ibm.portal.runtime
 
com.ibm.portal.security - package com.ibm.portal.security
This package defines general portal security interfaces.
com.ibm.portal.security.exceptions - package com.ibm.portal.security.exceptions
This package defines general portal security exceptions.
com.ibm.portal.serialize - package com.ibm.portal.serialize
 
com.ibm.portal.services.contentmapping - package com.ibm.portal.services.contentmapping
This package provides the Content Mapping Service APIs.
com.ibm.portal.services.contentmapping.exceptions - package com.ibm.portal.services.contentmapping.exceptions
This package provides the exception classes for the Content Mapping Service APIs.
com.ibm.portal.services.globalization - package com.ibm.portal.services.globalization
This package provides an API to retrieve an extended version of the Portal defined language list.
com.ibm.portal.services.globalization.preferences - package com.ibm.portal.services.globalization.preferences
This package provides an API to retrieve the globalization preferences for a user or locale.
com.ibm.portal.services.siteanalyzer - package com.ibm.portal.services.siteanalyzer
 
com.ibm.portal.services.url - package com.ibm.portal.services.url
 
com.ibm.portal.sitemanagement.command - package com.ibm.portal.sitemanagement.command
This package contains the command layer for triggering Sitemanagement scenarios.
com.ibm.portal.sitemanagement.exception - package com.ibm.portal.sitemanagement.exception
This package provides all exceptions thrown by the Sitemanagement commands
com.ibm.portal.spa - package com.ibm.portal.spa
 
com.ibm.portal.spa.data - package com.ibm.portal.spa.data
 
com.ibm.portal.spa.parser - package com.ibm.portal.spa.parser
 
com.ibm.portal.spa.parser.helper - package com.ibm.portal.spa.parser.helper
 
com.ibm.portal.spa.renderer - package com.ibm.portal.spa.renderer
 
com.ibm.portal.spa.renderer.helper - package com.ibm.portal.spa.renderer.helper
 
com.ibm.portal.spa.service - package com.ibm.portal.spa.service
 
com.ibm.portal.state - package com.ibm.portal.state
This package contains interfaces related to url generation.
com.ibm.portal.state.accesscheck - package com.ibm.portal.state.accesscheck
This package allows to attach access control checks to EngineURLs.
com.ibm.portal.state.accessors - package com.ibm.portal.state.accessors
This package contains accessor to read and write different aspects of the state.
com.ibm.portal.state.accessors.action.engine - package com.ibm.portal.state.accessors.action.engine
This package contains accessors to read and write portal engine action aspects of the state.
com.ibm.portal.state.accessors.action.engine.deleteportlet - package com.ibm.portal.state.accessors.action.engine.deleteportlet
This package contains accessors to read and write portal delete engine actions.
com.ibm.portal.state.accessors.action.engine.login - package com.ibm.portal.state.accessors.action.engine.login
This package contains accessors to read and write portal login engine actions.
com.ibm.portal.state.accessors.action.engine.logout - package com.ibm.portal.state.accessors.action.engine.logout
This package contains accessors to read and write portal logout engine actions.
com.ibm.portal.state.accessors.action.engine.moveportlet - package com.ibm.portal.state.accessors.action.engine.moveportlet
This package contains accessors to read and write move portlet engine actions.
com.ibm.portal.state.accessors.exceptions - package com.ibm.portal.state.accessors.exceptions
This package contains exceptions that may be thrown by the accessors.
com.ibm.portal.state.accessors.expansionstates - package com.ibm.portal.state.accessors.expansionstates
This package contains accessor to read and write the expansion state of navigation nodes.
com.ibm.portal.state.accessors.generic - package com.ibm.portal.state.accessors.generic
This package contains generic base interfaces used by other accessors.
com.ibm.portal.state.accessors.locale - package com.ibm.portal.state.accessors.locale
 
com.ibm.portal.state.accessors.navigationshift - package com.ibm.portal.state.accessors.navigationshift
This package contains accessors for reading and writing the navigation shift information.
com.ibm.portal.state.accessors.portlet - package com.ibm.portal.state.accessors.portlet
This package contains accessors for reading and writing portlet information.
com.ibm.portal.state.accessors.portlet.exceptions - package com.ibm.portal.state.accessors.portlet.exceptions
 
com.ibm.portal.state.accessors.screentemplate - package com.ibm.portal.state.accessors.screentemplate
This package contains accessors for getting the current screen and setting a new screen.
com.ibm.portal.state.accessors.selection - package com.ibm.portal.state.accessors.selection
This package contains accessors for reading and manipulating the selection information.
com.ibm.portal.state.accessors.showtools - package com.ibm.portal.state.accessors.showtools
This package contains accessors for reading and writing the show tools information.
com.ibm.portal.state.accessors.solo - package com.ibm.portal.state.accessors.solo
This package contains accessors for manipulating the solo state.
com.ibm.portal.state.accessors.statepartition - package com.ibm.portal.state.accessors.statepartition
This package contains accessors for reading and setting new state partition information.
com.ibm.portal.state.accessors.themetemplate - package com.ibm.portal.state.accessors.themetemplate
This package contains accessors for the selected theme template for a given state.
com.ibm.portal.state.accessors.url - package com.ibm.portal.state.accessors.url
This package contains accessors for creating URLs out of a given state.
com.ibm.portal.state.dom - package com.ibm.portal.state.dom
This package contains the dom document model.
com.ibm.portal.state.exceptions - package com.ibm.portal.state.exceptions
This package contains the exceptions used by the state interfaces.
com.ibm.portal.state.service - package com.ibm.portal.state.service
This package contains the services for accessing the state manager.
com.ibm.portal.state.service.parameters - package com.ibm.portal.state.service.parameters
This package contains service for accessing dealing with portlet parameters within the navigational state SPI.
com.ibm.portal.streaming.json - package com.ibm.portal.streaming.json
This package defines an API for writing and parsing JSON in a stream based manner.
com.ibm.portal.struts.action - package com.ibm.portal.struts.action
This package and its subpackages define the Action API for the Struts Portlet Framework.
com.ibm.portal.struts.command - package com.ibm.portal.struts.command
This package and its subpackages define the API for the commands for the Struts application Struts Portlet Framework.
com.ibm.portal.struts.common - package com.ibm.portal.struts.common
This package and its subpackages define the common APIs for the Struts Portlet Framework.
com.ibm.portal.struts.data - package com.ibm.portal.struts.data
This package and its subpackages define the API for storing and retrieving data with Struts Portlet Framework.
com.ibm.portal.struts.logging - package com.ibm.portal.struts.logging
 
com.ibm.portal.struts.plugins - package com.ibm.portal.struts.plugins
This package and its subpackages define the API for the plugins for the Struts application Struts Portlet Framework.
com.ibm.portal.struts.portlet - package com.ibm.portal.struts.portlet
This package and its subpackages define the API for the extension points for the Struts application Struts Portlet Framework.
com.ibm.portal.struts.upload - package com.ibm.portal.struts.upload
This package and its subpackages define the Upload API for the Struts Portlet Framework.
com.ibm.portal.taskmanager - package com.ibm.portal.taskmanager
This package defines the interfaces used by the TaskManagerDelegateFactoryService.
com.ibm.portal.taskui - package com.ibm.portal.taskui
This package defines the interfaces used by the TaskUIManager.
com.ibm.portal.taskui.dynamicui - package com.ibm.portal.taskui.dynamicui
 
com.ibm.portal.theme.plugin - package com.ibm.portal.theme.plugin
This package defines ways to contribute content to defined "extension points" in the theme.
com.ibm.portal.theme.plugin.exception - package com.ibm.portal.theme.plugin.exception
 
com.ibm.portal.theme.plugin.impl - package com.ibm.portal.theme.plugin.impl
This package provides default implementations of the theme extension interfaces that may be sub-classed and reused by developers.
com.ibm.portal.um - package com.ibm.portal.um
 
com.ibm.portal.um.exceptions - package com.ibm.portal.um.exceptions
 
com.ibm.portal.um.portletservice - package com.ibm.portal.um.portletservice
 
com.ibm.portal.um.portletservice.legacy - package com.ibm.portal.um.portletservice.legacy
 
com.ibm.portal.wire - package com.ibm.portal.wire
This package defines information about communication connections between two endpoints or communication, i.e.
com.ibm.struts.data - package com.ibm.struts.data
This package and its subpackages define the API for storing and retrieving data with Struts Portlet Framework.
com.ibm.struts.taglib.html - package com.ibm.struts.taglib.html
 
com.ibm.wps.engine.tags - package com.ibm.wps.engine.tags
com.ibm.wps.pb.portlet - package com.ibm.wps.pb.portlet
 
com.ibm.wps.pb.property - package com.ibm.wps.pb.property
This package contains public interfaces of objects (such as Property and Action) passed by the Property Broker to portlet written to the IBM portlet API, and vice-versa.
com.ibm.wps.pb.service - package com.ibm.wps.pb.service
This package contains the public interface PropertyBrokerService provided by the Property Broker to portlet written to the IBM portlet API.
com.ibm.wps.pb.wrapper - package com.ibm.wps.pb.wrapper
 
com.ibm.wps.pe.pc.legacy - package com.ibm.wps.pe.pc.legacy
 
com.ibm.wps.pe.pc.legacy.cache - package com.ibm.wps.pe.pc.legacy.cache
 
com.ibm.wps.pe.pc.legacy.cmpf - package com.ibm.wps.pe.pc.legacy.cmpf
 
com.ibm.wps.portlet.event - package com.ibm.wps.portlet.event
This package defines interfaces for portlets using the IBM porlet API to receive event notifications.
com.ibm.wps.portlet.menu - package com.ibm.wps.portlet.menu
This package defines interfaces for portlets to contribute portlet menus to the navigation of the portal.
com.ibm.wps.portlets.menu - package com.ibm.wps.portlets.menu
This package contains convenience implementations for portlets that expose portlet menus.
com.ibm.wps.portlets.struts - package com.ibm.wps.portlets.struts
This package and its subpackages define the API for the extension points for the Struts application Struts Portlet Framework.
com.ibm.wps.portlets.struts.logging - package com.ibm.wps.portlets.struts.logging
 
com.ibm.wps.portlets.struts.plugins - package com.ibm.wps.portlets.struts.plugins
This package and its subpackages define the API for the plugins used by the Struts Portlet Framework.
com.ibm.wps.portlets.struts.upload - package com.ibm.wps.portlets.struts.upload
This package and its subpackages define the API for the file upload support in the Struts Portlet Framework.
com.ibm.wps.portletservice.credentialvault - package com.ibm.wps.portletservice.credentialvault
This package defines the Credential Vault Portlet Service.
com.ibm.wps.portletservice.credentialvault.credentials - package com.ibm.wps.portletservice.credentialvault.credentials
This package defines the portal provided credential objects that can be used to retrieve user credentials from the vault with the credential portlet service.
com.ibm.wps.portletservice.portletmenu - package com.ibm.wps.portletservice.portletmenu
This package contains convenience implementations of menu trees that can be used out-of-the-box.
com.ibm.wps.portletservice.taskmanager - package com.ibm.wps.portletservice.taskmanager
This package provides a IBM Portlet API service that is used to obtain a TaskManagerDelegate instance.
com.ibm.wps.portletservice.taskui - package com.ibm.wps.portletservice.taskui
This package provides a IBM Portlet API service that is used by TaskProcessingPortlets to manage the UI to process a task
com.ibm.wps.services.credentialvault - package com.ibm.wps.services.credentialvault
This package contains the legacy EncryptionExit interface for the Credential Vault Portlet Service.
com.ibm.wps.services.globalization - package com.ibm.wps.services.globalization
 
com.ibm.wps.struts.action - package com.ibm.wps.struts.action
This package and its subpackages define the API for the Portal friendly Struts Action support in the Struts Portlet Framework.
com.ibm.wps.struts.common - package com.ibm.wps.struts.common
This package and its subpackages define the Common API for the Struts Portlet Framework.
com.ibm.wps.wsrp.consumer.security - package com.ibm.wps.wsrp.consumer.security
 
combine(CreationContext...) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Combines the given contexts into one creation context which implements all interfaces of the individual contexts.
COMMAND_MANAGER_FACTORY_KEY - Static variable in class com.ibm.portal.struts.plugins.PluginConstants
The key used for storing the CommandManagerFactory object in the context.
COMMAND_MANAGER_FACTORY_KEY - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The key used for storing the CommandManagerFactory.
COMMAND_MANAGER_FACTORY_KEY - Static variable in class com.ibm.wps.portlets.struts.plugins.PluginConstants
The key used for storing the CommandManagerFactory object in the context.
COMMAND_MANAGER_FACTORY_KEY - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used to store the command manager factory.
CommandManagerFactory - Class in com.ibm.portal.struts.plugins
The CommandManager class is a factory class for creating classes that control the storage and retrieval of IViewCommands.
CommandManagerFactory() - Constructor for class com.ibm.portal.struts.plugins.CommandManagerFactory
Construct the factory object.
CommandManagerFactory - Class in com.ibm.wps.portlets.struts.plugins
The CommandManager class is a factory class for creating classes that control the storage and retrieval of IViewCommands.
CommandManagerFactory() - Constructor for class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
Constructs the factory object.
commit() - Method in interface com.ibm.portal.Committable
Commits the modifications applied to the controller that implements this interface.
commit() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModelController
 
commit() - Method in interface com.ibm.portal.services.contentmapping.Committable
Commits the modifications done via the controller that implements this interface.
Committable - Interface in com.ibm.portal
An interface to commit modifications.
Committable - Interface in com.ibm.portal.services.contentmapping
An interface to commit modifications done via a controller.
CommittableListModelController<T,M extends Modifiable> - Interface in com.ibm.portal
An interface to describe a ListModelController that can be committed.
CommittableTreeModelController<T,M extends Modifiable> - Interface in com.ibm.portal
An interface to describe a TreeModelController that can be committed.
CommonPortletModelController - Interface in com.ibm.portal.portlet
A common interface for controllers that operate on the PortletModel or com.ibm.portal.portletmodel.AdminPortletModel.
CommunicationDatatype - Interface in com.ibm.portal.portletmodel
Interface that describes the semantics of data transferred by the property broker.
CommunicationEndpoint - Interface in com.ibm.portal.portletmodel
Interface that describes a communication endpoint for property broker.
CommunicationEndpointLocator<E extends java.lang.Object & CommunicationEndpoint> - Interface in com.ibm.portal.portletmodel
A locator for finding CommunicationEndpoints in a portlet model.
CommunicationEndpointProvider<E extends java.lang.Object & CommunicationEndpoint> - Interface in com.ibm.portal.portletmodel
Interface describing a container of communication endpoints.
CommunicationSource - Interface in com.ibm.portal.portletmodel
Interface that describes a communication endpoint that can publish data for distribution by property broker.
CommunicationTarget - Interface in com.ibm.portal.portletmodel
Interface that describes a communication endpoint that can receive data from property broker.
COMMUNITY - Static variable in interface com.ibm.portal.DatabaseDomainConstants
Constant for community domain
COMMUNITY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CommunityAccessPrivilege - Enum in com.ibm.portal.community
The CommunityAccessPrivilege enum provides a fixed set of access levels.
CommunityController - Interface in com.ibm.portal.community
The CommunityController provides functions to modify community roles, domain roles and membership assignments.
CommunityException - Exception in com.ibm.portal.community.exception
Occurs when anything unexpected happened while using Community API related functions.
CommunityException() - Constructor for exception com.ibm.portal.community.exception.CommunityException
empty constructor.
CommunityException(Throwable) - Constructor for exception com.ibm.portal.community.exception.CommunityException
constructor that takes another throwable as cause.
CommunityHome - Interface in com.ibm.portal.community
This interface can be used to access the community administration component of WebSphere Portal.
CommunityLocator - Interface in com.ibm.portal.community
The CommunityLocator provides functions to retrieve information about community roles, domain roles and membership.
An instance of this Interface can be retrieved by calling CommunityHome,
CommunityObjectFactory - Interface in com.ibm.portal.community
The CommunityObjectFactory provides functions to create filled Localized, LocalizedDomainRole and LocalizedCommunityRole objects that can be used as input parameter for the Comunity API method calls.
An instance of this Interface can be retrieved through the Home Interface: CommunityHome
CommunityRole - Interface in com.ibm.portal.community
The interface represents community roles.
compact() - Method in interface com.ibm.portal.pool.ObjectPool
Compact the pool to avoid excessive memory consumption.
compact() - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionServiceHome
Compact the object pools held by the service.
compact() - Method in interface com.ibm.portal.resolver.xml.PooledTemplates
Compact the pool to avoid excessive memory consumption.
compact() - Method in interface com.ibm.portal.state.accessors.AccessorFactory
Compacts object pools that the accessor might use
ComponentException - Exception in com.ibm.portal.app.exceptions
Occurs when anything unexpected happened while using application component SPI related functions.
ComponentException() - Constructor for exception com.ibm.portal.app.exceptions.ComponentException
Empty constructor
ComponentException(Throwable) - Constructor for exception com.ibm.portal.app.exceptions.ComponentException
Initializes the exception with the reason of the exception.
ComponentException(Throwable, Localized) - Constructor for exception com.ibm.portal.app.exceptions.ComponentException
Initializes the exception with the reason of the exception and localized information.
ComponentRole - Interface in com.ibm.portal.app.model
ComponentRole represents a role used to control access to components in an application.
COMPOSITION - Static variable in class com.ibm.portal.content.ContentNodeType
Deprecated. use the PAGE type instead Composition node type.
CompositionMetrics - Interface in com.ibm.portal.content
Deprecated. this interface is superceded by LayoutMetrics An interface describing metrics information for a node in a composition. Currently, information such as orientation, width and height is offered; in the future, information for voice representation of a composition node will be stored here too.
CONCRETE_NAME - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
This key is used for specifying the concrete portlet name.
CONCRETE_NAME - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used to specify the concrete portlet name.
CONFIG_PARAM_MAX_ACTION_CHAINING - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The init parameter is to set a the max action chaining value.
CONFIG_PARAM_MAX_ACTION_CHAINING - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The config parameter is to set a the max action chaining value.
CONFIG_PARAM_SECURITY_CSS_PROTECTION - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The init parameter is to set a local security css protection value.
CONFIG_PARAM_SECURITY_CSS_PROTECTION - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The config parameter for portlet security css protection setting
CONFIGURE - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "configure" action.
CONFIGURE - Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
Deprecated. Allows the portlet to bring its own configuration screen if required.
CONFIGURE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "configure" action.
CONFIGURE_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The prefix used for configure mode
CONFIGURE_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The prefix used for configure mode
confirmAddAllowedPortlet(ObjectID) - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if the specified portlet may be added to the allowed portlets.
confirmAddAllowedPortlets(Collection<ObjectID>) - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if the specified portlets may be added to the allowed portlets.
confirmAddCapabilities(Set<String>) - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if the specified capabilities may be set.
confirmAddCapability(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if the specified capability may be set.
confirmAddCategories(Set<String>) - Method in interface com.ibm.portal.cp.resources.ModifiableCustomResource
Indicates if the specified categories may be set.
confirmAddCategory(String) - Method in interface com.ibm.portal.cp.resources.ModifiableCustomResource
Indicates if the specified category may be set.
confirmAddMarkup(Markup) - Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
Indicates if the specified markup may be set.
confirmAddMarkups(Set<Markup>) - Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
Indicates if the specified markups may be set.
confirmAddSkinToTheme(Skin, Theme) - Method in interface com.ibm.portal.admin.SkinListController
Indicates if the specfic Skin may be added to the theme
confirmCreate(Class, CreationContext) - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if a modifiable layout node of the specified class and with the specified creation context may be created.
confirmCreate(Class<?>, CreationContext) - Method in interface com.ibm.portal.ModelController
Indicates if a modifiable node of the specified class and with the specified creation context may be created.
confirmDelete(T) - Method in interface com.ibm.portal.ListModelController
Indicates if the specified node may be deleted.
confirmDelete(Identifiable) - Method in interface com.ibm.portal.portlet.CommonPortletModelController
Indicates if the specified node may be deleted from the model.
confirmDelete(T) - Method in interface com.ibm.portal.TreeModelController
Indicates if the specified node may be deleted.
confirmImmediateSwitch(boolean) - Method in interface com.ibm.portal.wire.ModifiableWire
Indicates if the immediate switch can be set to the specified value.
confirmInsert(T) - Method in interface com.ibm.portal.ListModelController
Indicates if the specified node may be inserted.
confirmInsert(PortletDefinition) - Method in interface com.ibm.portal.portlet.AdminPortletModelController
Indicates if the specified portlet entity may be inserted at the specified location in the portlet model.
confirmInsert(PortletWindow) - Method in interface com.ibm.portal.portlet.PortletModelController
Indicates if a portlet entity may be inserted at the specified location in the portlet model.
confirmInsert(PortletEntity, Identifiable) - Method in interface com.ibm.portal.portlet.PortletModelController
Indicates if a portlet entity may be inserted at the specified location in the portlet model.
confirmInsert(PortletDefinition) - Method in interface com.ibm.portal.portlet.PortletModelController
Indicates if the specified portlet entity may be inserted at the specified location in the portlet model.
confirmInsert(T, T, T) - Method in interface com.ibm.portal.TreeModelController
Indicates if the specified node may be inserted into the location specified by a parent node and a next node.
confirmRemoveAllowedPortlet(ObjectID) - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if the specified portlet may be removed from the allowed portlets.
confirmRemoveAllowedPortlets(Collection<ObjectID>) - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if the specified portlets may be remved from the allowed portlets.
confirmRemoveAllowedPortlets() - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if all portlets from the allowed portlets may be removed.
confirmRemoveCapabilities(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if the specified capabilities may be removed.
confirmRemoveCapabilities() - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if all capabilities may be removed.
confirmRemoveCategories() - Method in interface com.ibm.portal.cp.resources.ModifiableCustomResource
Indicates if all categories may be removed.
confirmRemoveCategory(String) - Method in interface com.ibm.portal.cp.resources.ModifiableCustomResource
Indicates if the specified categories may be removed.
confirmRemoveDescription(Locale) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the description for the specified locale may be removed.
confirmRemoveDescriptions(Collection<Locale>) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the descriptions for the specified locales may be removed.
confirmRemoveDescriptions() - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the all descriptions may be removed.
confirmRemoveMarkup(Markup) - Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
Indicates if the specified markup may be removed.
confirmRemoveMarkups() - Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
Indicates if all markups may be removed.
confirmRemoveName(String) - Method in interface com.ibm.portal.ModifiableMetaData
Indicates if the specifed meta data may be removed.
confirmRemoveName(String) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Indicates if the preference identified with the specified name may be removed.
confirmRemoveNames(Collection<String>) - Method in interface com.ibm.portal.ModifiableMetaData
Indicates if the specified meta data may be removed.
confirmRemoveNames() - Method in interface com.ibm.portal.ModifiableMetaData
Indicates if all meta data may be removed.
confirmRemoveNames(Collection<String>) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Indicates if the preferences identified by the names specified in the collection may be removed.
confirmRemoveNames() - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Indicates if all preferences data may be removed.
confirmRemoveSkinFromTheme(Skin, Theme) - Method in interface com.ibm.portal.admin.SkinListController
Indicates if the specfic Skin may be remove from the theme.
confirmRemoveTitle(Locale) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the title for the specified locale may be removed.
confirmRemoveTitles(Collection<Locale>) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the titles for the specified locales may be removed.
confirmRemoveTitles() - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if all titles may be removed.
confirmRetainAllowedPortlets(Collection<ObjectID>) - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if th specified portlets may be retained in the allowed portlets.
confirmRetainDescriptions(Collection<Locale>) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the specified descriptions may be retained.
confirmRetainNames(Collection<String>) - Method in interface com.ibm.portal.ModifiableMetaData
Indicates if the specified meta data may be retained.
confirmRetainNames(Collection<String>) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Indicates if the preferences identified by the names specified in the collection may be retained.
confirmRetainTitles(Collection<Locale>) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the specified titles may be retained.
confirmSetActive(boolean) - Method in interface com.ibm.portal.ModifiableActiveFlag
Indicates if the active flag may be set to the specified value.
confirmSetAll(Localized) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the specified titles and descriptions may be retained.
confirmSetAllPortletsAllowedFlag(boolean) - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if the AllPortletsAllowed flag may be set to the specified value.
confirmSetBookmarkable(boolean) - Method in interface com.ibm.portal.content.ModifiableBookmarkableFlag
Indicates if the bookmarkable flag may be set to the specified value.
confirmSetDefault() - Method in interface com.ibm.portal.admin.ModifiableDecoration
Indicates if the current decoration may be set as the default decoration.
confirmSetDefaultLocale(Locale) - Method in interface com.ibm.portal.admin.ModifiableDecoration
Indicates if the given Locale may be set as the default locale.
confirmSetDefaultSkinforTheme(Skin, Theme) - Method in interface com.ibm.portal.admin.SkinListController
Indicates if the specfic Skin may be set as default in the theme.
confirmSetDeletableFlag(T, boolean) - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if the deletable flag of the specified node may be set to the specified value.
confirmSetDescription(Locale, String) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the specified description may be set.
confirmSetDescriptions(Localized) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the specified descriptions may be set.
confirmSetManufacturer(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if the given manufacturer may be set.
confirmSetMarkup(Markup) - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if the given markup may be set.
confirmSetMarkupVersion(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if the given markup version may be set.
confirmSetModel(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if the given model may be set.
confirmSetModifiableFlag(T, boolean) - Method in interface com.ibm.portal.content.LayoutModelController
Indicates if the modifiable flag of the specified node may be set to the specified value.
confirmSetRealm(String) - Method in interface com.ibm.portal.admin.ModifiableVirtualPortal
Indicates if the given realm may be set.
confirmSetShareable(boolean) - Method in interface com.ibm.portal.content.ModifiableShareableFlag
Indicates if the shareable flag may be set to the specified value.
confirmSetSkin(Skin) - Method in interface com.ibm.portal.content.ModifiableRenderAspect
Indicates if the skin of the render aspect may be set.
confirmSetStringValue(String, String) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Indicates if the value for the preference identified by the specified name may be set.
confirmSetStringValues(String, String[]) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Indicates if the value for the preference identified by the specified name may be set.
confirmSetTarget(Identifiable, Markup) - Method in interface com.ibm.portal.content.ModifiableInternalContentURL
Indicates if the target of the internal URL may be set for the specified markup.
confirmSetTemplateName(String) - Method in interface com.ibm.portal.content.ModifiableRenderAspect
Indicates if the template name of the render aspect may be set.
confirmSetTheme(Theme) - Method in interface com.ibm.portal.content.ThemeSetter
Indicates if the specified theme may be set.
confirmSetTitle(Locale, String) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the specified title may be set.
confirmSetTitles(Localized) - Method in interface com.ibm.portal.ModifiableLocalized
Indicates if the specified titles may be set.
confirmSetUniqueName(String) - Method in interface com.ibm.portal.ModifiableObjectID
Indicate if the unique name of this object id may be set.
confirmSetURL(String, Markup) - Method in interface com.ibm.portal.content.ModifiableExternalContentURL
Indicates if the specified URL may be set for the specified markup.
confirmSetUserAgentPattern(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if the given user agent pattern may be set.
confirmSetValue(String, V) - Method in interface com.ibm.portal.ModifiableMetaData
Indicates if the specified meta data may be set.
confirmSetValue(String, String) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Indicates if the value for the preference identified by the specified name may be set.
confirmSetValues(MetaData<? extends V, ? extends E>) - Method in interface com.ibm.portal.ModifiableMetaData
Indicates if the specified meta data may be set.
confirmSetValues(PortletPreferences<? extends E>) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Indicates the specified preferences may be set.
confirmSetVersion(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Indicates if the given version may be set.
constant - Variable in exception com.ibm.portal.state.exceptions.InvalidConstantException
Constant object that could not be recognized
Constants - Interface in com.ibm.portal.cp
Defines common constants for the tagging and rating API.
Constants - Interface in com.ibm.portal.cp.rating
Defines constants for the RatingModel and the RatingModelURIs.
Constants - Interface in com.ibm.portal.cp.resources
Defines constants for the ResourceModel and URIs for addressing nodes within this model over REST.
Constants - Interface in com.ibm.portal.cp.tagging
Defines constants for the TagModel and the TagModelURIs.
Constants - Interface in com.ibm.portal.cp.xml
Defines constants for contextual portal related REST services
Constants - Interface in com.ibm.portal.mmi
Public constants for mashup maker integration
Constants - Class in com.ibm.portal.portlet
Constants that are required to use IBM extensions of the Java Portlet API
Constants - Interface in com.ibm.portal.portlet.service.url
This interface contains all constants of the portlet URL generation service.
Constants - Interface in com.ibm.portal.resolver.admin
 
Constants - Interface in com.ibm.portal.resolver.atom
Declaration of the constants that define the ATOM namespace
Constants - Interface in com.ibm.portal.resolver.cai
 
Constants - Interface in com.ibm.portal.resolver
Multi purpose constants that support the POC framework
Constants - Interface in com.ibm.portal.resolver.exceptions
 
Constants - Interface in com.ibm.portal.resolver.friendly
Collection of constants used with the FriendlySelectionService implementations
Constants - Interface in com.ibm.portal.resolver.http.xml
Some useful HTTP related constants
Constants - Interface in com.ibm.portal.resolver.opensearch
Some useful opensearch related constants
Constants - Interface in com.ibm.portal.resolver.uri
Defines constants for parsing or creating PocURIs.
Constants - Interface in com.ibm.portal.resolver.xml
Convenience constants for XML processing.
Constants - Interface in com.ibm.portal.spa
Public constants for static page aggregation
Constants - Interface in com.ibm.portal.spa.data
URI specific constants
Constants - Interface in com.ibm.portal.state.accesscheck
This interface provides the access control check constants that can be applied to an CheckedEngineURL.
Constants - Interface in com.ibm.portal.state
Interface that is the base class for constants and serves as a tagging interface for these constants.
Constants.AccessCheck - Interface in com.ibm.portal.state.accesscheck
Access check interface that all constants used for access control check on the CheckedEngineURL need to implement.
Constants.AssignRolesConstant - Class in com.ibm.portal.state.accesscheck
Access control permission to assign portal roles to users or groups.
Constants.Clone - Interface in com.ibm.portal.state
Base interface to flag a constant that relates to state-cloning
Constants.CreatePageConstant - Class in com.ibm.portal.state.accesscheck
Access control permission to create a new portal page.
Constants.DeepCopyConstant - Class in com.ibm.portal.state
Implementation of the constant DEEP_COPY
Constants.DeepCopyConstant() - Constructor for class com.ibm.portal.state.Constants.DeepCopyConstant
Nobody should instantiate this class directly
Constants.DeletePageConstant - Class in com.ibm.portal.state.accesscheck
Access control permission to deletet a portal page.
Constants.EditPageConstant - Class in com.ibm.portal.state.accesscheck
Access control permission to edit a portal page.
Constants.EmptyCopyConstant - Class in com.ibm.portal.state
Implementation of the constant EMPTY_COPY
Constants.EmptyCopyConstant() - Constructor for class com.ibm.portal.state.Constants.EmptyCopyConstant
Nobody should instantiate this class directly
Constants.Merge - Interface in com.ibm.portal.state
Base interface to flag a constant that relates to state-merging
Constants.NoCheckConstant - Class in com.ibm.portal.state.accesscheck
No access control check is performed.
Constants.NormalStateConstant - Class in com.ibm.portal.portlet.service.url
Normal portal state constant.
Constants.NormalStateConstant() - Constructor for class com.ibm.portal.portlet.service.url.Constants.NormalStateConstant
Nobody should instantiate this class directly
Constants.Order - Enum in com.ibm.portal.cp
Enum for the order of the result
Constants.OrderMetric - Enum in com.ibm.portal.cp
Enum defining valid order metrics for sorting result sets
Constants.OverwriteConstant - Class in com.ibm.portal.state
Implementation of the constant OVERWRITE.
Constants.OverwriteConstant() - Constructor for class com.ibm.portal.state.Constants.OverwriteConstant
Nobody should instantiate this class directly
Constants.PortalState - Interface in com.ibm.portal.portlet.service.url
Constants defining the portal state.
Constants.SearchPattern - Enum in com.ibm.portal.cp
Enum for a search pattern
Constants.SmartCopyConstant - Class in com.ibm.portal.state
Implementation of the constant SMART_COPY
Constants.SmartCopyConstant() - Constructor for class com.ibm.portal.state.Constants.SmartCopyConstant
Nobody should instantiate this class directly
Constants.SoloStateConstant - Class in com.ibm.portal.portlet.service.url
Solo portal state constant.
Constants.SoloStateConstant() - Constructor for class com.ibm.portal.portlet.service.url.Constants.SoloStateConstant
Nobody should instantiate this class directly
CONTACT_GROUP - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CONTACT_MEMBER - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
contains(String) - Method in interface com.ibm.portal.MetaDataNameLocator
Indicates whether the given name exists in the associated meta data object.
containsETags(URI, List<String>) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.IfHandler
Checks if the resource contains the ETag
containsHeader(String) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Returns a boolean indicating whether the named header has already been set.
containsHeader(String) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Returns a boolean indicating whether the named response header has already been set.
containsKey(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Determines if the PVS contains the specified attribute
containsLockTokens(URI, List<URI>) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.IfHandler
Checks if the resource contains the lock tokens
containsResource(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Tells if the Vault contains the specified resource.
containsResource(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Tells if the Vault contains the specified resource.
containsValue(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Determines if the PVS contains the specified value
CONTENT_LENGTH_UNKNOWN - Static variable in interface com.ibm.portal.resolver.data.ContentLengthDataSource
constant for unknown content lengths
CONTENT_MODEL_CONTROLLER_JNDI_NAME - Static variable in interface com.ibm.portal.model.controller.ContentModelControllerHome
JNDI lookup name for content model controller
CONTENT_NODE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CONTENT_NODE_ATTRIBUTE - Static variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
The CONTENT_NODE_ATTRIBUTE indicates the content node in the navigation model that we want to generate a URL to.
CONTENT_TYPE - Static variable in class com.ibm.portal.struts.command.StrutsViewCommand
Request attribute name for the content type.
CONTENT_TYPE_BINARY - Static variable in interface com.ibm.portal.resolver.data.ByteDataSource
Mime type for simple, binary messages http://www.rfc-editor.org/rfc/rfc2046.txt
CONTENT_TYPE_FORM_DATA - Static variable in class com.ibm.portal.resolver.streams.FormDataInputStream
mime type constants
CONTENT_TYPE_FORM_DATA - Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
Deprecated. use FormDataInputStream.CONTENT_TYPE_FORM_DATA instead
CONTENT_TYPE_MULTIPART - Static variable in interface com.ibm.portal.resolver.data.MultipartDataSource
Mime type for multipart messages
CONTENT_TYPE_MULTIPART - Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
mime type for general multipart content
CONTENT_TYPE_TEXT - Static variable in interface com.ibm.portal.resolver.data.CharDataSource
Mime type for text messages http://www.rfc-editor.org/rfc/rfc2046.txt
CONTENT_TYPE_TEXT_GENERAL - Static variable in interface com.ibm.portal.resolver.data.CharDataSource
Mime type for general text messages http://www.rfc-editor.org/rfc/rfc2046.txt
CONTENT_TYPE_TEXT_LATIN1 - Static variable in interface com.ibm.portal.resolver.data.CharDataSource
Mime type for text messages using latin1 character encoding http://www.rfc-editor.org/rfc/rfc2046.txt
CONTENT_TYPE_TEXT_UTF8 - Static variable in interface com.ibm.portal.resolver.data.CharDataSource
Mime type for text messages using UTF-8 character encoding http://www.rfc-editor.org/rfc/rfc2046.txt
CONTENT_TYPE_UNKNOWN - Static variable in interface com.ibm.portal.resolver.data.DataSource
Indicates an unknown content type
CONTENT_TYPE_XML - Static variable in interface com.ibm.portal.resolver.data.XmlDataSource
Mime type for plain XML messages http://www.rfc-editor.org/rfc/rfc3023.txt
ContentAccessService - Interface in com.ibm.portal.portlet.service.contentaccess
Service to access external and internal resources.
ContentAccessService - Interface in org.apache.jetspeed.portlet.service
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ContentDispositionDataSource - Interface in com.ibm.portal.resolver.data
Captures information about the presentation of the data source
ContentDispositionDataSource.DISPOSITION - Enum in com.ibm.portal.resolver.data
Possible content dispositions,
ContentHandlerURIParser - Interface in com.ibm.portal.resolver.xml
Representation of a URIParser that parses the content of a DataSource addressed by its URI onto an XML handler.
ContentHandlerURIParserFactory - Interface in com.ibm.portal.resolver.xml
 
ContentLabel - Interface in com.ibm.portal.content
Interface describing a content node of type label (ContentNodeType.LABEL).
ContentLengthDataSource - Interface in com.ibm.portal.resolver.data
Optional interface implemented by a DataSource to advertize the size of the data.
ContentMapping - Interface in com.ibm.portal.services.contentmapping
Objects of this class describe a mapping between a portal resource and a content resource.
ContentMappingConcurrentModificationException - Exception in com.ibm.portal.services.contentmapping.exceptions
This exception indicates that content mappig information updates where refused by persistent storage since the content mapping information has been updated by a different thread after the information was read from persistent storage.
ContentMappingConcurrentModificationException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingConcurrentModificationException
 
ContentMappingConcurrentModificationException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingConcurrentModificationException
 
ContentMappingConcurrentModificationException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingConcurrentModificationException
 
ContentMappingConcurrentModificationException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingConcurrentModificationException
 
ContentMappingDataBackendException - Exception in com.ibm.portal.services.contentmapping.exceptions
This exception indicates that there has been a problem while accessing the persistent storage.
ContentMappingDataBackendException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingDataBackendException
 
ContentMappingDataBackendException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingDataBackendException
 
ContentMappingDataBackendException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingDataBackendException
 
ContentMappingDataBackendException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingDataBackendException
 
ContentMappingDelegationService - Interface in com.ibm.portal.services.contentmapping
Individual content mappings can be flagged to activate access control delegation.
ContentMappingException - Exception in com.ibm.portal.services.contentmapping.exceptions
Base class for all exception generated by the content mapping component.
ContentMappingException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
 
ContentMappingException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
 
ContentMappingException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
 
ContentMappingException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
 
ContentMappingFilter - Interface in com.ibm.portal.services.contentmapping
This interface defines a filter for Content Mappings.
ContentMappingInfo - Interface in com.ibm.portal.services.contentmapping
This interface provides access to all content mappings assigned to a specific portal resource.
ContentMappingInfoController - Interface in com.ibm.portal.services.contentmapping
This interface provides write access to content mapping information
ContentMappingInfoHome - Interface in com.ibm.portal.services.contentmapping
This interface is the home of all APIs providing access to content mapping information.
ContentMappingInfoProvider - Interface in com.ibm.portal.services.contentmapping
This interface provides access to avialable content mapping information in scope of a given portal resource.
ContentMappingLocator - Interface in com.ibm.portal.services.contentmapping
This interface can be used for searching specific content mappings based on various filter criteria.
ContentMappingNotFoundException - Exception in com.ibm.portal.services.contentmapping.exceptions
This exception indicates that a reference to a existing content mapping could not be resolved.
ContentMappingNotFoundException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingNotFoundException
 
ContentMappingNotFoundException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingNotFoundException
 
ContentMappingNotFoundException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingNotFoundException
 
ContentMappingNotFoundException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingNotFoundException
 
ContentMetaDataModel - Interface in com.ibm.portal.content
A model for accessing aggregated MetaData of content model nodes.
ContentMetaDataModelHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for ContentMetaDataModelProvider.
ContentMetaDataModelProvider - Interface in com.ibm.portal.ibmportlet.service.model
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ContentMetaDataModelProvider - Interface in com.ibm.portal.model
An interface for a provider of the content node meta data model.
ContentMetaDataModelProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of the content node meta data model.

PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;

try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.ContentMetaDataModelProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...
ContentModel<E extends java.lang.Object & ContentNode> - Interface in com.ibm.portal.content
Interface for a content model.
ContentModelController<T extends ContentNode,M extends ModifiableContentNode> - Interface in com.ibm.portal.content
A controller interface for the ContentModel interface.
ContentModelControllerHome - Interface in com.ibm.portal.model.controller
Home interface for JNDI based lookups for com.ibm.portal.model.ContentModelControllerProvider.
ContentModelControllerProvider - Interface in com.ibm.portal.model.controller
Provider interface for content model controllers.
ContentModelControllerResumeService - Interface in com.ibm.portal.model.controller
The future - may be implemented after web2.0 tech preview: allow management of content model controllers across a prolonged time, e.g.
ContentModelControllerResumeService.Memento - Interface in com.ibm.portal.model.controller
Interface acting as a handle for a suspended model controller.
ContentModelHome - Interface in com.ibm.portal.cor.service
Home interface for JNDI based lookups for ContentModelProvider
ContentModelHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for ContentModelProvider.
ContentModelProvider - Interface in com.ibm.portal.cor.service
An interface for a provider of content models.
ContentModelProvider - Interface in com.ibm.portal.ibmportlet.service.model
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ContentModelProvider - Interface in com.ibm.portal.model
An interface for a provider of content models.
ContentModelProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of content models.

PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;

try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.ContentModelProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...
ContentNode - Interface in com.ibm.portal.content
Interface of a content node.
ContentNodeCopyCreationContext<T extends ContentNode> - Interface in com.ibm.portal.content
Creation context for copying a content node.
ContentNodeCreationContext - Interface in com.ibm.portal.content
A node creation context for ContentNodes.
ContentNodeType - Class in com.ibm.portal.content
This class enumerates content node types.
ContentPage - Interface in com.ibm.portal.content
An interface for a content node representing a page.
ContentPageCreationContext - Interface in com.ibm.portal.content
A page creation context for ContentPages.
ContentPathNotFoundException - Exception in com.ibm.portal.services.contentmapping.exceptions
This exception indicates that the same content path value is mapped twice to the same portal resource.
ContentPathNotFoundException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentPathNotFoundException
 
ContentPathNotFoundException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentPathNotFoundException
 
ContentPathNotFoundException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentPathNotFoundException
 
ContentPathNotFoundException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ContentPathNotFoundException
 
ContentURL - Interface in com.ibm.portal.content
An interface for a content node representing an internal or external URL.
context - Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
context the ThemeContext
CONTEXT_PATH_PREFIX - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The key used for storing the Context path prefix in servlet context
CONTEXT_PATH_PREFIX - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The key used for storing the Context path prefix in servlet context
ContextAccessor - Interface in com.ibm.portal.resolver.accessors
Provides information about the current context (e.g.
CONTRIBUTOR - Static variable in interface com.ibm.portal.ac.data.RoleType
This role type represents all privileges of the Editor role type except for configure operations.
Controller - Interface in com.ibm.portal
Tagging interface for controllers.
ControlLocator<E extends java.lang.Object & LayoutNode> - Interface in com.ibm.portal.content
A locator for finding LayoutControls in a layout model.
ConversionFailedException - Exception in com.ibm.portal.portletconversion
This exception indicates that a portlet conversion has failed.
ConversionFailedException() - Constructor for exception com.ibm.portal.portletconversion.ConversionFailedException
Create a default exception without a cause
ConversionFailedException(Throwable) - Constructor for exception com.ibm.portal.portletconversion.ConversionFailedException
Create a exception that contains a root cause
convert(Map<String, Data>, Map<String, String[]>, boolean, String[]) - Method in interface com.ibm.portal.portletconversion.PortletConverter
Convert IBM API portlet settings and portlet data to standard portlet API preferences.
CookieUserNotRetrievableException - Exception in com.ibm.portal.um.exceptions
An Exception of type CookieUserNotRetrievableException is thrown, if the user ID cannot be retrieved from a remember me cookie or if the retrieval of a com.ibm.portal.um.User using the obtained ID fails.
CookieUserNotRetrievableException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.CookieUserNotRetrievableException
Initializes the exception with the reason of the exception.
COPY - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "copy" action.
COPY_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "copy" action.
CopyCreationContext<T> - Interface in com.ibm.portal.model.controller.context
A node creation context which specifies the other node whose characteristics should be copied.
copyDependencyIds(Object[], int) - Method in interface com.ibm.portal.resolver.friendly.cache.DependencyIdProvider
 
copyIntoNewTemplate(ObjectID, Localized, ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Create a new template in the specified template folder with the specified localized information based on the specfied template.
copyNode(MenuNode, MenuTreeInfoCtrl, MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCopyCtrl
Deprecated. Copies the node src into the dst node using the dstTree instance of the destination tree that exposes the MenuTreeInfoCtrl interface.
COPYRIGHT - Static variable in interface com.ibm.portal.app.service.TemplateCatalogService
 
COPYRIGHT - Static variable in interface com.ibm.portal.app.service.TemplateCatalogServiceHome
 
COPYRIGHT - Static variable in interface com.ibm.portal.app.service.TemplateServiceHome
 
COPYRIGHT - Static variable in interface com.ibm.portal.cache.Cache
 
COPYRIGHT - Static variable in interface com.ibm.portal.cache.DependencyCache
 
COPYRIGHT - Static variable in class com.ibm.portal.community.LocalizedDataObject
 
COPYRIGHT - Static variable in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.data.DataURI
copyright
COPYRIGHT - Static variable in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.helper.cor.DefaultContentLocation
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.helper.CORLookup
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.helper.CORLookupService
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.helper.CORResolutionService
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.helper.eclipse.Platform
copyright
COPYRIGHT - Static variable in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
copyright
COPYRIGHT - Static variable in class com.ibm.portal.resolver.uri.PortletURI
copyright
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ContentMapping
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ContentMappingDelegationService
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ContentMappingFilter
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ContentMappingInfo
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ContentMappingInfoController
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ContentMappingInfoHome
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ContentMappingInfoProvider
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ContentMappingLocator
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentIDException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentMappingDefaultException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.AmbigousContentPathException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingConcurrentModificationException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingDataBackendException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.ContentMappingNotFoundException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.ContentPathNotFoundException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.MalformedContentPathException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.MissingAccessRightsException
 
COPYRIGHT - Static variable in exception com.ibm.portal.services.contentmapping.exceptions.ObjectAlreadyCommittedException
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.GlobalContentMappingDelegationService
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.LongestPathMatch
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
 
COPYRIGHT - Static variable in interface com.ibm.portal.services.contentmapping.ResourceLocator
 
COPYRIGHT - Static variable in interface com.ibm.portal.struts.command.IViewCommand
add copyright statement.
COPYRIGHT - Static variable in interface com.ibm.portal.struts.plugins.IErrorResponseFormatter
add copyright statement.
COPYRIGHT - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
 
COPYRIGHT - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
copyright statement.
COPYRIGHT - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
 
COPYRIGHT - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
 
copyTo(InputStream) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
copyTo(Reader) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
copyTo(Source) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
copyTo(MultipartInputStream) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
copyTo(InputStream, String) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
copyTo(InputStream, ContentType) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
CorAjaxProxyServiceHome - Interface in com.ibm.portal.resolver.proxy.service
Returns the AjaxProxyService for use in a COR request.
CORBusinessComponentService - Class in com.ibm.portal.resolver.cai.helper
Business component service that implements itself by dispatching to a business component service provided by the COR.
CORBusinessComponentService() - Constructor for class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
initialize the resolution service without default resolution service
CORBusinessComponentService(BusinessComponentService) - Constructor for class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
Initialize the resolution service passing a default service reference that will be used if no COR service can be found
CorLocalizedContextHome - Interface in com.ibm.portal.model
A home interface for lookups to LocalizedContext instances.
CORLookup - Class in com.ibm.portal.resolver.helper
Convenience class that facilitates the lookup for services that are associates with URIs via the content operations registry
CORLookup() - Constructor for class com.ibm.portal.resolver.helper.CORLookup
 
CORLookupService - Class in com.ibm.portal.resolver.helper
Lookup service that implements itself by dispatching to a lookup service provided by the COR.
CORLookupService() - Constructor for class com.ibm.portal.resolver.helper.CORLookupService
initialize the lookup service without default lookup
CORLookupService(LookupService) - Constructor for class com.ibm.portal.resolver.helper.CORLookupService
Initialize the lookup service passing a default service reference that will be used if no COR service can be found
CorRatingModelHome - Interface in com.ibm.portal.cp.rating
Home interface for JNDI based lookups for CorRatingModelProvider
CorRatingModelProvider - Interface in com.ibm.portal.cp.rating
RatingModelProvider for COR scope, i.
CORResolutionService - Class in com.ibm.portal.resolver.helper
Resolution service that implements itself by dispatching to a resolution service provided by the COR.
CORResolutionService() - Constructor for class com.ibm.portal.resolver.helper.CORResolutionService
initialize the resolution service without default resolution service
CORResolutionService(ResolutionService) - Constructor for class com.ibm.portal.resolver.helper.CORResolutionService
Initialize the resolution service passing a default service reference that will be used if no COR service can be found
CorResourceModelHome - Interface in com.ibm.portal.cp.resources
Home interface for JNDI based lookups for CorResourceModelProvider
CorResourceModelProvider - Interface in com.ibm.portal.cp.resources
ResourceModelProvider for context operations registry (aka COR) scope, i.
CORService - Interface in com.ibm.portal.resolver.helper
Tagging interface for services that use the content operations registry to perform the final lookup.
CorTagModelHome - Interface in com.ibm.portal.cp.tagging
Home interface for JNDI based lookups for CorTagModelProvider
CorTagModelProvider - Interface in com.ibm.portal.cp.tagging
TagModelProvider for COR scope, i.
CORWebdavTreeModelFactory - Class in com.ibm.portal.resolver.webdav.tree.helper
WebdavTreeModelFactory that implements itself by dispatching to a WebdavTreeModelFactory provided by the COR.
CORWebdavTreeModelFactory() - Constructor for class com.ibm.portal.resolver.webdav.tree.helper.CORWebdavTreeModelFactory
 
CORWebdavTreeModelFactory(WebdavTreeModelFactory<Object, Modifiable>) - Constructor for class com.ibm.portal.resolver.webdav.tree.helper.CORWebdavTreeModelFactory
 
Countable - Interface in com.ibm.portal
Optional interface for collection-like models that want to expose the number of elements stored.
CountableIterableListModel<E> - Interface in com.ibm.portal.model
An iterable list model that is capable of it's size.
CountableIterablePagedListModel<E> - Interface in com.ibm.portal.model
An iterable list model that is capable of it's size and that supports paging.
CountableListModel<E> - Interface in com.ibm.portal.model
A list model that is capable of it's size.
CP_CATEGORY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CP_CUSTOMRESOURCE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CP_FILTER_DATA - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CP_FILTER_INSTANCE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CP_RESOURCE_RATING - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CP_RESOURCE_TAG - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
CPCreationContextBuilderFactory - Class in com.ibm.portal.cp
A factory special type of a CreationContextBuilderFactory allowing to generate CreationContext for tagging purposes.
CPCreationContextBuilderFactory() - Constructor for class com.ibm.portal.cp.CPCreationContextBuilderFactory
 
CPPermissionManager - Interface in com.ibm.portal.cp.ac
Interface that performs access control checks, e.
CPPermissionManagerException - Exception in com.ibm.portal.cp.ac
Exception that might be thrown within the CPPermissionManager
CPPermissionManagerException() - Constructor for exception com.ibm.portal.cp.ac.CPPermissionManagerException
Empty constructor
CPPermissionManagerException(Throwable) - Constructor for exception com.ibm.portal.cp.ac.CPPermissionManagerException
Initializes the exception with the reason of the exception.
CpSchemeConstants - Interface in com.ibm.portal.cp
Defines constants for schemes of contextual portal API.
create(ObjectID, Map<String, Object>) - Method in interface com.ibm.portal.app.component2.Lifecycle
This method is called at the beginning of the instantiation phase and triggers the creation of a new business component instance by the business component handler.
create(Class, CreationContext) - Method in interface com.ibm.portal.content.LayoutModelController
Creates a modifiable layout node.
create(Class<?>, CreationContext) - Method in interface com.ibm.portal.ModelController
Creates a modifiable node.
create(Class, CreationContext) - Method in interface com.ibm.portal.portlet.CommonPortletModelController
Creates a modifiable node and inserts it into the model.
create(String, String) - Method in interface com.ibm.portal.state.dom.DocumentController
Creates a new node without adding it to the document's topology.
CREATE_PAGE - Static variable in interface com.ibm.portal.state.accesscheck.Constants
Predefined constant for create new portal pages permission.
createAction(String, DNDProperty[], DNDValidator, String, String, String, boolean, String) - Method in interface com.ibm.portal.dnd.DNDFactory
This method is used to create a DNDAction object with the parameters provided.
createAction(PortletRequest) - Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
Creates and returns an action associated with a portlet, given the PortletRequest.
createAction(PortletConfig) - Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
Creates and returns an action associated with a portlet, given the PortletConfig.
createAction(PortletSettings) - Static method in class com.ibm.wps.pb.property.PropertyFactory
Deprecated. Creates and returns an Action object.
createActionServlet(ServletContext, ServletConfig, PortletConfig, StrutsInfo) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Returns the ActionServlet.
createActionServlet(ServletContext, PortletConfig, WpsStrutsInfo) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Returns the WpsActionServlet for this application.
createAtomContentHandler() - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomContentHandler(ContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomContentHandler(ResettableAtomContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomContentHandler(ResettableContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomDateParser() - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Creates a push-parser that converts the ContentHandler.characters(char[], int, int) calls to an atom parser into Date objects.
createAtomPublishingContentHandler() - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomPublishingContentHandler(ContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomPublishingContentHandler(ResettableAtomPublishingContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomPublishingContentHandler(ResettableContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomPublishingXMLReader() - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs an ATOM XML parser and uses the default SAX parser as the basis for parsing the original XML stream
createAtomPublishingXMLReader(XMLReader) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs an ATOM XML parser and allows to specify a basis XML reader instance to parse the actual XML stream
createAtomThreadingContentHandler() - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomThreadingContentHandler(ContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomThreadingContentHandler(ResettableAtomThreadingContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomThreadingContentHandler(ResettableContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a handler that allows to produce ATOM feeds by calling high-level, ATOM specific methods.
createAtomThreadingXMLReader() - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs an ATOM XML parser and uses the default SAX parser as the basis for parsing the original XML stream
createAtomThreadingXMLReader(XMLReader) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs an ATOM XML parser and allows to specify a basis XML reader instance to parse the actual XML stream
createAtomXMLReader() - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs an ATOM XML parser and uses the default SAX parser as the basis for parsing the original XML stream
createAtomXMLReader(XMLReader) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs an ATOM XML parser and allows to specify a basis XML reader instance to parse the actual XML stream
createClientListController(ClientList<T>) - Method in interface com.ibm.portal.model.ClientListControllerProvider
Creates a client list model controller for the specified client list model.
createClientListController(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.model.ClientListControllerProvider
Creates a client list model controller for the client list model implied through the given request and response.
createCommand(Class<T>, SitemanagementCommandContext<? extends T>) - Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommandFactory
Returns a Command object.
createCommand(String, HttpServletRequest, HttpServletResponse, String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Creates the IViewCommand object for the path for the specified mode prefix.
createCommand(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Creates the IViewCommand object for the path for the specified mode prefix.
createCommand(String, HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Creates the IViewCommand object for the path for the specified mode prefix.
createCommand(String, HttpServletRequest, String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Creates the IViewCommand object for the path for the specified mode prefix.
createCommand(String, PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Create a command based on the given URI and request
createCommand(ErrorResponseInfo, PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Create a command based on the given ErrorResponseInfo.
createCommand(String, HttpServletRequest, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Creates a command based on the given URI and request.
createCommand(ErrorResponseInfo, HttpServletRequest, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Creates a command based on the given ErrorResponseInfo.
createCommandExecutionContext(PortletContext, ModuleContext, ServletContext) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Creates a ViewCommandExecutionContext to be used when executing a ViewCommand.
createCommandExecutionContext(PortletContext, ModuleContext, ServletContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Creates a ViewCommandExecutionContext to be used when executing a ViewCommand.
createCommunityRole(ObjectID, String, Localized) - Method in interface com.ibm.portal.community.CommunityController
creates a new community role for the given community (or application).
createContentHandler(AtomContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a SAX content handler that converts SAX events in the ATOM namespace into method callbacks on the AtomContentHandler interface.
createContentHandler(AtomThreadingContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a SAX content handler that converts SAX events in the ATOM namespace into method callbacks on the AtomContentHandler interface.
createContentHandler(AtomPublishingContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
Constructs a SAX content handler that converts SAX events in the ATOM namespace into method callbacks on the AtomContentHandler interface.
createContentHandlerURIParser(Boolean, Context) - Method in interface com.ibm.portal.resolver.xml.ContentHandlerURIParserFactory
Constructs a URIParser that parses a DataSource onto a ContentHandler.
createContentModelController(ContentModel) - Method in interface com.ibm.portal.model.controller.ContentModelControllerProvider
Creates a content model controller for the specified content model.
createContentModelController(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.model.controller.ContentModelControllerProvider
Creates a content model controller for the content model implied through the given servlet request and servlet response.
createContentModelController(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.model.controller.ContentModelControllerProvider
Creates a content model controller for the content model implied through the given portlet request and portlet response.
createContext() - Method in interface com.ibm.portal.resolver.service.PocService
Deprecated. 
createContext(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.resolver.service.PortalPocServiceHome
Constructs the COR context for request and response
createContext(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.resolver.service.PortletPocServiceHome
Constructs the COR context for request and response
createCopyContext(String, T, T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavCopyableTreeModelController
Creates a CreationContext that identifies a copy operation on a resource.
createCreationContext(String, boolean, InputStream, T) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModelController
 
createCreationContext(String, boolean, InputStream, T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModelController
Returns a new creation context to create a new item inside a parent collection.
createCredential(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.CredentialFactory
Returns an instance of the specified credential type but the instance is not initialized yet.
createCredential(String) - Method in class com.ibm.portal.portlet.service.credentialvault.credentials.CredentialFactoryImpl
Returns an instance of the specified credential type but the instance is not initialized yet.
createCredentialSlot(String, ObjectID, Map, Map, int, boolean, boolean, PortletRequest) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Creates a new credential slot in the given vault segment.
CREATED - Static variable in class com.ibm.portal.InvalidationType
Invalidation type "Creation".
CREATED - Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
The property value change is being propagated as the value was newly created
CreateDataSinkFactoryEx - Interface in com.ibm.portal.resolver.data
Tagging interface that is used to register a data sink factory explicitly for create operations (e.g.
createDataSource(T) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModel
 
createDataSource(T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModel
Creates a new DataSource for the given item.
createDefaultContentHandler() - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates a default content handler that can be attached with different target ContentHandler implementations
createDefaultContentHandler(ContentHandler) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates a default content handler that can be attached with different target ContentHandler implementations and automatically associates it with a handler
createDefaultContentHandler(ResettableContentHandler) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates a default content handler that can be attached with different target ContentHandler implementations.
createDemoteCommandContext(ContentModelController<ContentNode, ModifiableContentNode>) - Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommandContextFactory
Creates a SitemanagementCommandContext object
createEmptyMenuTree(MenuContext) - Method in class com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
Deprecated. Returns a memory menu tree with only one unnamed root node, do not overwrite, but call this method from the derived class.
CreateFailedException - Exception in com.ibm.portal.propertybroker.service
This exception indicates that there was an error trying to create a new object using the Property Broker service.
CreateFailedException() - Constructor for exception com.ibm.portal.propertybroker.service.CreateFailedException
Default constructor
CreateFailedException(Throwable) - Constructor for exception com.ibm.portal.propertybroker.service.CreateFailedException
Constructor that takes a nested exception
createFolderControl(Folder) - Method in interface com.ibm.portal.app.model.ApplicationModelFactory
Creates a writable FolderControl object to be used in AI API method calls.
createFromTemplate(Reader, ListModel) - Method in interface com.ibm.portal.app.component.Templatable
Deprecated. Called when an instance of this component is created from a template.
createGroup(String, String, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaController
Creates a new Groups with the given shortname for the given Parent dn and the available initial Attributes
The character encoding used as input for attribute key and value must match the encoding acceptable by the user store
createHTMLReader() - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Constructs an XMLReader that parses HTML content and converts it into XHTML SAX events
createHTMLReader(ContentHandler) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Constructs an XMLReader that parses HTML content and converts it into XHTML SAX events
createHttpServletRequestWrapper(HttpServletRequest) - Method in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
Creates a wrapper around the HttpServletRequest that strips the friendly path prefix from the request and stores it as a request attribute
createIconFilename(String, PortalResources.State) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
This method is called to process the concatenation of the state to the icon filename
createInstance(ListModel) - Method in interface com.ibm.portal.app.component.Lifecycle
Deprecated. Called when an instance of this component is created.
createInstance(Class<T>) - Static method in class com.ibm.portal.resolver.helper.eclipse.Platform
Instantiates an eclipse extension
createInstance(Class<T>, IExtensionRegistry) - Static method in class com.ibm.portal.resolver.helper.eclipse.Platform
Creates an instance based on information from the class object.
createInstance(String, String, String) - Static method in class com.ibm.portal.resolver.helper.eclipse.Platform
Tries to instantiate a particular extension
createInstance(String, String, String, IExtensionRegistry) - Static method in class com.ibm.portal.resolver.helper.eclipse.Platform
Tries to instantiate a particular extension
createJsonContentHandler(JsonContentHandler) - Method in interface com.ibm.portal.streaming.json.JSONHandlerFactory
Creates a DefaultJsonContentHandler used to write JSON content onto an existing JsonContentHandler.
createJsonContentHandler(Writer) - Method in interface com.ibm.portal.streaming.json.JSONHandlerFactory
Creates a DefaultJsonContentHandler used to write JSON content onto a target Writer.
createJSONHandler(OutputStream) - Method in interface com.ibm.portal.streaming.json.JSONHandlerFactory
Creates a JSONHandler that allows to convert JSON events into characters that are written to the given writer.
createJSONHandler(Writer) - Method in interface com.ibm.portal.streaming.json.JSONHandlerFactory
Creates a JSONHandler that allows to convert JSON events into characters that are written to the given writer.
createJsonParserOutputStream(JsonContentHandler, Charset, int) - Method in interface com.ibm.portal.streaming.json.JSONHandlerFactory
Creates a JSON parser that sends the event to the JsonContentHandler.
createJsonParserWriter(JsonContentHandler) - Method in interface com.ibm.portal.streaming.json.JSONHandlerFactory
Creates a JSON parser that sends the event to the JsonContentHandler.
createJSONReader(JSONHandler) - Method in interface com.ibm.portal.streaming.json.JSONHandlerFactory
Creates a JSONReader that allows to convert characters read from the given reader into JSON events
createLocalizedCommunityRoleObject(String, Localized) - Method in interface com.ibm.portal.community.CommunityObjectFactory
creates a filled LocalizedCommunityRole object that can be used as input parameter for Comunity API method calls.
createLocalizedDomainRoleObject(String, Localized, boolean) - Method in interface com.ibm.portal.community.CommunityObjectFactory
creates a filled LocalizedDomainRole object that can be used as input parameter for Comunity API method calls.
createLocalizedDomainRoleObject(String, ObjectID, Localized, boolean) - Method in interface com.ibm.portal.community.CommunityObjectFactory
creates a filled LocalizedDomainRole object that can be used as input parameter for Comunity API method calls.
createLocalizedDomainRoleObject(String, ObjectID, Localized, Map<ObjectID, Set<String>>, boolean) - Method in interface com.ibm.portal.community.CommunityObjectFactory
creates a filled LocalizedDomainRole object that can be used as input parameter for Comunity API method calls.
createLocalizedDomainRoleObject(String, Localized, Map<ObjectID, Set<String>>, boolean) - Method in interface com.ibm.portal.community.CommunityObjectFactory
creates a filled LocalizedDomainRole object that can be used as input parameter for Comunity API method calls.
createLocalizedFolder(Map<Locale, String>, Map<Locale, String>) - Method in interface com.ibm.portal.app.model.ApplicationModelFactory
Creates a localized Folder object to be used in AI API method calls.
createLocalizedObject(Map<Locale, String>, Map<Locale, String>) - Method in interface com.ibm.portal.app.model.ApplicationModelFactory
creates a filled Localized object that can be used as input parameter for other factory calls.
createLocalizedObject(Map<Locale, String>, Map<Locale, String>) - Method in interface com.ibm.portal.community.CommunityObjectFactory
creates a filled Localized object that can be used as input parameter for Comunity API method calls.
createLocalizedParameter(Map<Locale, String>, Map<Locale, String>, Map<Locale, String>) - Method in interface com.ibm.portal.app.model.ApplicationModelFactory
Creates a localized Parameter object to be used in AI API method calls.
createMarkupListController(MarkupList<T>) - Method in interface com.ibm.portal.model.MarkupListControllerProvider
Creates a markup list model controller for the specified markup list model.
createMarkupListController(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.model.MarkupListControllerProvider
Creates a markup list model controller for the markup list model implied through the given request and response.
createModifiableContentMappingInfo(ContentMappingInfo) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoController
Returns a modifiable version of a given ContentMappingInfo object.
createModifiableContentMappingInfo(Identifiable) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoController
Returns a modifiable content mapping info object for a given portal resource.
createPageURL(ObjectID) - Method in interface com.ibm.portal.state.RedirectURLGenerator
Creates an url that points to the page referenced by the pageID.
createParameter(Action, Property) - Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
Creates and returns a parameter associated with a portlet's action.
createParameter(Property, Action) - Static method in class com.ibm.wps.pb.property.PropertyFactory
Deprecated. Creates and returns a Parameter object associated with the parent action and containing the specified property.
createParameterControl(Parameter) - Method in interface com.ibm.portal.app.model.ApplicationModelFactory
Creates a writable ParameterControl object to be used in AI API method calls.
createParser(Context) - Method in interface com.ibm.portal.resolver.data.URIParserFactory
Constructs a parser for URIs based on a context
createParser(String) - Method in interface com.ibm.portal.spa.parser.LocalizationParserFactory
Instantiates a new parser for the requested mime type
createParser(String) - Method in interface com.ibm.portal.spa.parser.StaticPageParserFactory
Instantiates a new parser for the requested mime type
createParser(String) - Method in interface com.ibm.portal.spa.parser.ThemeParserFactory
Instantiates a new parser for the requested mime type
createPortletModelController(PortletModel) - Method in interface com.ibm.portal.model.controller.PortletModelControllerProvider
Creates a portlet model controller for the specified portlet model.
createPortletModelController(ContentPage, HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.model.controller.PortletModelControllerProvider
Creates a portlet model controller applicable to the portlet model of the current request and the given page.
createPortletModelController(AdminPortletModel) - Method in interface com.ibm.portal.model.controller.PortletModelControllerProvider
Creates an admin portlet model controller for the specified admin portlet model.
createPortletRequestWrapper(PortletRequest) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Creates a portlet request wrapper.
createPortletRequestWrapper(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Creates a portlet request wrapper.
createPortletService(Class, Properties, ServletConfig) - Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceFactory
Deprecated. This method creates an instance of the given portlet service class and initializes it.
createPortletURI(PortletPocService.URI_SCOPE, URI) - Method in interface com.ibm.portal.resolver.service.PortletPocService
Constructs a URI that addresses the portlet
createPortletURI(Object) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Creates a Portlet URI from the given response.
createPortletURI(Object, int) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Deprecated.  
createPortletURI(Object, PortletURIAttributes) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Creates a PortletURI for the given response.
createPortletURIWithStrutsURL(Object, String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Deprecated.  
createPortletURIWithStrutsURL(HttpServletRequest, String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Creates a Struts PortletURI for the given response and URL.
createPortletURIWithStrutsURL(Object, String, int) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Deprecated.  
createPortletURIWithStrutsURL(HttpServletRequest, String, int) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Deprecated.  
createPortletURIWithStrutsURL(HttpServletRequest, String, PortletURIAttributes) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Creates the requested type of PortletURI for the given response and URL.
createPortletURL(ObjectID) - Method in interface com.ibm.portal.state.RedirectURLGenerator
Creates an url pointing to the portlet referenced by the portletWindowID.
createPromoteCommandContext(ContentModelController<ContentNode, ModifiableContentNode>) - Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommandContextFactory
Creates a SitemanagementCommandContext object
createProperty(String, String, String, Object) - Method in interface com.ibm.portal.dnd.DNDFactory
This method is used to create a DNDProperty object with the parameters provided.
createProperty(PortletRequest) - Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
Creates and returns a property associated with a portlet, given the PortletRequest.
createProperty(PortletConfig) - Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
Creates and returns a property associated with a portlet, given the PortletConfig.
createProperty(PortletSettings) - Static method in class com.ibm.wps.pb.property.PropertyFactory
Deprecated. Creates and returns a Property object.
createPropertyValue(PortletRequest, Property, Object) - Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
Creates and returns a PropertyValue.
createPropertyValue(PortletRequest, Property, Object, PropertyValueChangeType) - Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
Creates and returns a PropertyValue with a change reason code.
createPropertyValue(Property, Object) - Static method in class com.ibm.wps.pb.property.PropertyFactory
Deprecated. Creates and returns a PropertyValue object encapsulating a property and a value.
createPropertyValue(Property, Object, String) - Static method in class com.ibm.wps.pb.property.PropertyFactory
Deprecated. Creates and returns a PropertyValue object encapsulating a property and a value and a reason for change.
createPublishCommandContext(ContentModelController<ContentNode, ModifiableContentNode>, ContentModelController<ContentNode, ModifiableContentNode>) - Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommandContextFactory
Creates a SitemanagementCommandContext object
createQName(String) - Static method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
Construct a new QName
createQName(String) - Static method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
Construct a new QName
createResource(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Adds a resource of the given name to the Vault.
createResource(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Adds a resource of the given name to the Vault.
createResourceURL(URI) - Method in interface com.ibm.portal.resolver.service.PortletRenderPocService
Creates a ResourceURL that references a POC URI.
createReturnURI() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
 
createReturnURI() - Method in interface org.apache.jetspeed.portlet.PortletResponse
Creates a portlet URI pointing at the referrer of the portlet.
createSecret(int) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecretFactory
Utility method.
createSkinListController(SkinList<T>) - Method in interface com.ibm.portal.model.SkinListControllerProvider
Creates a skin list model controller for the specified skin list model.
createSkinListController(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.model.SkinListControllerProvider
Creates a skin list model controller for the skin list model implied through the given request and response.
createSlot(String, ObjectID, Map, Map, int, boolean, boolean, PortletRequest) - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Use method #createSlot(String, com.ibm.portal.ObjectID, Map, Map, int, boolean, boolean, PortletRequest) taking a com.ibm.portal.ObjectID for the segmentId as parameter.
createSource(HttpServletRequest, DNDProperty[], DNDValidator, String, boolean, boolean, String) - Method in interface com.ibm.portal.dnd.DNDFactory
This method is used to create a DNDSource object with the paramters provided.
createSource(PortletRequest, DNDProperty[], DNDValidator, String, boolean, boolean, String) - Method in interface com.ibm.portal.dnd.DNDFactory
This method is used to create a DNDSource object with the paramters provided.
createStaticContentPageDistincter() - Method in interface com.ibm.portal.spa.service.StaticPageService
Returns a Static page distincter that determins whether this page is StaticContentPage, and its EmbedType.
createStaticPageContentHandler(LayoutModelController<LayoutNode, ModifiableLayoutNode>) - Method in interface com.ibm.portal.spa.service.StaticPageServiceHome
Deprecated. use StaticPageServiceHome.createStaticPageContentHandler(LayoutModelController, Context) instead
createStaticPageContentHandler(LayoutModelController<LayoutNode, ModifiableLayoutNode>, Context) - Method in interface com.ibm.portal.spa.service.StaticPageServiceHome
Creates a StaticPageContentHandler that will synchronize the LayoutModelController with the static page events
createStaticPageDataSourceParser() - Method in interface com.ibm.portal.spa.service.StaticPageService
Returns a static page parser that determines the content type of the static page dynamically and also optionally caches the parsed result.
createStaticPageRenderer() - Method in interface com.ibm.portal.spa.service.PortalStaticPageService
Returns a renderer component that renders static pages to the output stream of the current request
createStaticPageURIParser() - Method in interface com.ibm.portal.spa.service.StaticPageService
Returns a static page parser that determines the content type of the static page dynamically and also optionally caches the parsed result.
createStaticPageZipParser() - Method in interface com.ibm.portal.spa.service.StaticPageServiceHome
Creates a parser that parses specific markup files inside a ZIP file and that generates a merged event stream.
createStreamContentHandler() - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Constructs a new StreamContentHandler
createStreamContentHandler(OutputStream) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Constructs a new StreamContentHandler
createStreamContentHandler(Writer) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Constructs a new StreamContentHandler
createStrutsPortletURL(HttpServletRequest, HttpServletResponse, String, PortletURIAttributes) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Creates the requested type of PortletURI for the given response and URL.
createTarget(HttpServletRequest, DNDAction[]) - Method in interface com.ibm.portal.dnd.DNDFactory
This method is used to create a DNDTarget object with the provided paramters.
createTarget(PortletRequest, DNDAction[]) - Method in interface com.ibm.portal.dnd.DNDFactory
This method is used to create a DNDTarget object with the provided paramters.
createTemplates(Boolean) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates a template for the identitiy transformation
createTemplates(Source, Boolean) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an XSLTC template
createThemeListController(ThemeList<T>) - Method in interface com.ibm.portal.model.ThemeListControllerProvider
Creates a theme list model controller for the specified theme list model.
createThemeListController(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.model.ThemeListControllerProvider
Creates a theme list model controller for the theme list model implied through the given request and response.
createTransformerFactory(Boolean) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates a new transformer factory based on the XSLTC flag
createURI(String) - Method in interface com.ibm.portal.resolver.service.PocService
Parses the URI string and creates a new URI object.
createURI(String, String) - Method in interface com.ibm.portal.resolver.service.PocService
Creates a new URI based on scheme and scheme specific part.
createURI(URI) - Method in interface com.ibm.portal.resolver.service.PocService
Creates a new URI based on an existing URI.
createURI(String) - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Use PocService.createURI(String) instead if possible
createURI(String, String) - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Use PocService.createURI(String, String) instead if possible
createURI(URI) - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Use PocService.createURI(URI) instead if possible
createURI(String) - Method in interface com.ibm.portal.resolver.service.PocURIFactory
Parses the URI string and creates a new URI object.
createURI(String, String) - Method in interface com.ibm.portal.resolver.service.PocURIFactory
Creates a new URI based on scheme and scheme specific part.
createURI(URI) - Method in interface com.ibm.portal.resolver.service.PocURIFactory
Creates a new URI based on an existing URI.
createURI(String) - Static method in class com.ibm.portal.resolver.uri.BaseURI
Deprecated. 
createURI(String, String) - Static method in class com.ibm.portal.resolver.uri.BaseURI
Deprecated. 
createURI() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
 
createURI(PortletWindow.State) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
 
createURI() - Method in interface org.apache.jetspeed.portlet.PortletResponse
Creates a portlet URI pointing to the current portlet mode.
createURI(PortletWindow.State) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Creates a portlet URI pointing to the current portlet mode and given portlet window state.
createUrlResource(AttributeList, UrlResourceServiceConstants.ScopeConstants) - Method in interface com.ibm.portal.services.url.UrlResourceService
Creates a new URL Resource object within the configuration registry with the specified attributes at the specified scope.
createUser(String, String, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaController
Creates a new User with the given shortname for the given Parent DN and the available initial Attributes.

createUser(String, String, Map<String, ?>, String) - Method in interface com.ibm.portal.um.PumaController
Creates a new User with the given shortname for the given Parent DN and the available initial Attributes and assigns it the given application role

createValue(DataSource, boolean, Context) - Method in interface com.ibm.portal.resolver.cache.CachedDataSourceFactory.Callback
Constructs the cached value based on the DataSource and the COR context.
createWelcomeFileCommand(PortletRequest, PortletResponse) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Creates the welcome file command.
createXMLBaseContentHandler() - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates a content handler that listens to the xml:base attributes and that is able to resolve URLs in the context of these base tags.
createXMLBaseContentHandler(ContentHandler) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates a content handler that listens to the xml:base attributes and that is able to resolve URLs in the context of these base tags.
createXMLBaseContentHandler(ResettableContentHandler) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an ContentHandler that keeps track of "xml:base" attributes to compute absolute URLs from relative URLs.
createXMLBaseFilter() - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an XMLFilter that keeps track of "xml:base" attributes to compute absolute URLs from relative URLs.
createXMLBaseFilter(XMLReader) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an XMLFilter that keeps track of "xml:base" attributes to compute absolute URLs from relative URLs.
createXMLOutputStream() - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an XMLOutputStream that can be used to convert a byte stream into ContentHandler callbacks.
createXMLOutputStream(ContentHandler) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an XMLOutputStream that can be used to convert a byte stream into ContentHandler callbacks.
createXMLReader(Boolean) - Method in interface com.ibm.portal.resolver.service.PocService
Constructs a URIParser that parses a DataSource onto a ContentHandler.
createXMLReader() - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an XMLReader object based on the standard SAX factories
createXMLReader(XMLOutputStream) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an XMLReader object that wraps an XMLOutputStream
createXMLWriter() - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an XMLWriter that can be used to convert a character stream into ContentHandler callbacks.
createXMLWriter(ContentHandler) - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Creates an XMLWriter that can be used to convert a character stream into ContentHandler callbacks.
CREATION_UNKNOWN - Static variable in interface com.ibm.portal.resolver.data.DataSource
Indicates an unknown creation date
CreationContext - Interface in com.ibm.portal
A tagging interface for creation contexts which can be used on ModelController.create(Class, CreationContext).
CreationContextBuilderFactory - Class in com.ibm.portal.model.controller
A factory for creating and combining CreationContexts.
CreationContextBuilderFactory() - Constructor for class com.ibm.portal.model.controller.CreationContextBuilderFactory
 
Credential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Base interface class for all credential classes.
Credential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
Credential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.Credential
Deprecated.  
Credential(Map<String, Object>) - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.Credential
Deprecated. Creates and initializes a new Credential Object.
CredentialDataEntry - Interface in com.ibm.portal.portlet.service.credentialvault.spi
Interface that provides information about a credential that is exported.
CredentialFactory - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Factory to create credentials of any appropriate type.
CredentialFactoryImpl - Class in com.ibm.portal.portlet.service.credentialvault.credentials
Factory to create credentials of any appropriate type.
CredentialFactoryImpl() - Constructor for class com.ibm.portal.portlet.service.credentialvault.credentials.CredentialFactoryImpl
 
CredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
Base interface for all secret classes.
CredentialSecretFactory - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
Factory to create the appropriate secret.
CredentialSecretNotSetException - Exception in com.ibm.portal.portlet.service.credentialvault
The CredentialSecretNotSetException class defines an exception that is thrown by the CredentialVaultService in case that the secret of a requested credential is not set.
CredentialSecretNotSetException(Throwable) - Constructor for exception com.ibm.portal.portlet.service.credentialvault.CredentialSecretNotSetException
Constructor that takes a causing throwable.
CredentialSecretNotSetException - Class in com.ibm.wps.portletservice.credentialvault
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
CredentialSecretNotSetException() - Constructor for class com.ibm.wps.portletservice.credentialvault.CredentialSecretNotSetException
Deprecated.  
CredentialSlotConfig - Interface in com.ibm.portal.portlet.service.credentialvault
Describes the configuration of a credential slot.
CredentialSlotConfig - Interface in com.ibm.wps.portletservice.credentialvault
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
CredentialTypes - Interface in com.ibm.portal.portlet.service.credentialvault
Credential Type definitions.
CredentialTypes - Interface in com.ibm.wps.portletservice.credentialvault
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
CredentialVaultException - Exception in com.ibm.portal.portlet.service.credentialvault
Exception that indicates an error in the credential vault subsystem.
CredentialVaultException() - Constructor for exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
Default constructor
CredentialVaultException(Throwable) - Constructor for exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
Constructor that takes a nested exception
CredentialVaultService - Interface in com.ibm.portal.portlet.service.credentialvault
Portlet Service for JSR compliant portlets to access the WebSphere Portal Credential Vault.
CredentialVaultService - Interface in com.ibm.wps.portletservice.credentialvault
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
CURRENT - Static variable in class org.apache.jetspeed.portlet.Portlet.ModeModifier
Deprecated. The mode is not changed and stays in the current one.
CUSTOMIZATION - Static variable in interface com.ibm.portal.DatabaseDomainConstants
Constant for customization domain
CustomResource - Interface in com.ibm.portal.cp.resources
Interface for a Resource that is not portal managed, thus called a custom resource.
CustomResourceBuilder - Interface in com.ibm.portal.cp.resources.builder
A CustomResourceBuilder allows to build s.
CustomResourceBuilder.ResourceParameters - Interface in com.ibm.portal.cp.resources.builder
Interface containing all paramteres that are needed to build a custom resource.
CustomResourceBuilderProvider - Interface in com.ibm.portal.cp.resources.builder
Provider of ResourceBuilders.
CustomResourceCreationContext - Interface in com.ibm.portal.cp.resources
Represents a CreationContext that exposes all information needed to create a CustomResource.
CUT - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "cut" action.
CUT_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "cut" action.

D

Data - Interface in com.ibm.portal.portletconversion
This interface defines a representation of values and types of portlet settings and portlet data of a source IBM API portlet.
data - Variable in exception com.ibm.portal.state.exceptions.NoCodecInUrlException
data string that did not contain a decodeable codec information
DATA_SOURCE_FACTORY_EXTENSION_POINT - Static variable in interface com.ibm.portal.resolver.Constants
Name of the init parameter in the portlet.xml that identifies the portlet specific data source factory.
DatabaseDomainConstants - Interface in com.ibm.portal
This interface provides constants to identify database domains
DataException - Exception in com.ibm.portal
Occurs when anything unexpected happened during access to data backend components.
DataException() - Constructor for exception com.ibm.portal.DataException
Empty constructor
DataException(Throwable) - Constructor for exception com.ibm.portal.DataException
Initializes the exception with the reason of the exception.
DataSink - Interface in com.ibm.portal.resolver.data
Base interface implemented by all data sinks, independent on their actual stream type.
DataSinkFactoryEx - Interface in com.ibm.portal.resolver.data
Tagging interface for data sink factory.
DataSource - Interface in com.ibm.portal.resolver.data
Base interface implemented by all data sources, independent on their actual stream type.
dataSource(DataSource, Context) - Method in interface com.ibm.portal.resolver.data.DataSourceHandler
Indicates the data source
DataSourceFactory - Interface in com.ibm.portal.resolver.data
Tagging interface for data source factory.
DataSourceFactoryEx - Interface in com.ibm.portal.resolver.data
Data source factory that allows to instantiate DataSource objects.
DataSourceFragment - Interface in com.ibm.portal.resolver.data
Represents a fragment of a complete data source.
DataSourceHandler - Interface in com.ibm.portal.resolver.data
Callback interface that indicates the existance of a DataSource.
DataSourceParser - Interface in com.ibm.portal.resolver.data
Abstraction of a parser that parses the content of the DataSource onto a handler.
DataURI - Class in com.ibm.portal.resolver.data
An URI class that represents data URIs as defined in http://tools.ietf.org/html/rfc2397
DataURI(URI) - Constructor for class com.ibm.portal.resolver.data.DataURI
 
dateTime(Date) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Converts the date into RFC 3066 format and Passes it on to the ContentHandler.characters(char[], int, int) method.
dateTime(long) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Converts the date into RFC 3066 format and passes it on to the ContentHandler.characters(char[], int, int) method.
dateTimeISO8601(Date) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Converts the date into ISO 8601 format and Passes it on to the ContentHandler.characters(char[], int, int) method.
dateTimeISO8601(long) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Converts the date into ISO 8601 format and passes it on to the ContentHandler.characters(char[], int, int) method.
dateTimeRFC2068(Date) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Converts the date into RFC 2068 format and Passes it on to the ContentHandler.characters(char[], int, int) method.
dateTimeRFC2068(long) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Converts the date into RFC 2068 format and passes it on to the ContentHandler.characters(char[], int, int) method.
deactivateAction(PortletConfig, ActionRequest, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
An Action which is active for the session is deactivated using this call.
deactivateActions(PortletRequest, PortletSettings, String[]) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Actions which are active for the session are deactivated using this call.
DeactivationFailedException - Exception in com.ibm.portal.propertybroker.service
This exception indicates that there was a deactivation error using the Property Broker service.
DeactivationFailedException() - Constructor for exception com.ibm.portal.propertybroker.service.DeactivationFailedException
Default constructor
DeactivationFailedException(Throwable) - Constructor for exception com.ibm.portal.propertybroker.service.DeactivationFailedException
Constructor that takes a nested exception
DEBUG - Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
"Debug" level logging.
debug(String) - Method in interface org.apache.jetspeed.portlet.PortletLog
Deprecated. Logs the given informational text in the portlet log.
decode(String, StringWriter) - Static method in class com.ibm.portal.resolver.uri.BaseURI
Decodes a string fragment
decode(String, int, int, StringWriter) - Static method in class com.ibm.portal.resolver.uri.BaseURI
 
decode(StringBuilder, String, int, int) - Static method in class com.ibm.portal.resolver.uri.BaseURI
 
decode(String, int, StringWriter) - Static method in class com.ibm.portal.resolver.uri.BaseURI
 
decodePortletURI(URI) - Method in interface com.ibm.portal.resolver.service.PortletPocService
Decodes a URI object as created via PortletPocService.createPortletURI(URI_SCOPE, URI) into a PortletURI object that contains information about the addressed entity and the original URI
Decoration - Interface in com.ibm.portal.admin
Model interface for attributes that are common to themes and skins.
DecorationCreationContext - Interface in com.ibm.portal.admin
A creation context for nodes implementing the Decoration interface.
decryptPassword(char[]) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit
Decrypts the password
decryptPassword(char[]) - Method in interface com.ibm.wps.services.credentialvault.EncryptionExit
Deprecated. Decrypts the password
DEEP_COPY - Static variable in interface com.ibm.portal.state.Constants
The clone operation will copy each node and the complete hierarchy explicitly
DEFAULT_BINDING_SET - Static variable in interface com.ibm.portal.resolver.Constants
Set of the default bindings that will be accepted by the resolution infrastructure in case of a GET
DEFAULT_BINDINGS - Static variable in interface com.ibm.portal.resolver.Constants
Array of the default bindings that will be accepted by the resolution infrastructure in case of a GET request
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.cp.resources.builder.CustomResourceBuilderProvider
 
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.cp.services.LocalizedCategoryService
ID of the default implementation of the LocalizedCategoryService.
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.cp.services.LocalizedTypeService
ID of the default implementation of the LocalizedTypeService.
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
ID of the ATOM XLM Factory default extension
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
ID of the default implementation of the PortalFriendlySelectionServiceHome
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.resolver.LookupService
ID of the default implementation of the LookupService.
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.resolver.proxy.service.CorAjaxProxyServiceHome
ID of the default implementation of the CorAjaxProxyServiceHome
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.resolver.proxy.service.PortalAjaxProxyServiceHome
ID of the default implementation of the PortalAjaxProxyServiceHome
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.resolver.proxy.service.PortletAjaxProxyServiceHome
ID of the default implementation of the PortletAjaxProxyServiceHome
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.resolver.ResolutionService
ID of the default resolution service extension.
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.resolver.service.PortalPocServiceHome
ID of the default implementation of the PortalPocServiceHome
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.resolver.xml.XMLFactory
ID of the XLM Factory default extension
DEFAULT_EXTENSION_ID - Static variable in interface com.ibm.portal.streaming.json.JSONHandlerFactory
ID of the JSONHandlerFactory default extension
DEFAULT_ID - Static variable in interface com.ibm.portal.mmi.Constants
 
DEFAULT_NAMESPACE_URI - Static variable in interface com.ibm.portal.resolver.xml.Constants
the default namespace is not mapped
DEFAULT_ORDER - Static variable in interface com.ibm.portal.cp.Constants
The default order
DEFAULT_ORDERMETRIC - Static variable in interface com.ibm.portal.cp.Constants
The default orderMetric
DEFAULT_PORTLET_ACTION - Static variable in interface com.ibm.wps.pb.property.Action
Deprecated. Specifies delivery using DefaultPortletAction.
DEFAULT_POST_BINDING_SET - Static variable in interface com.ibm.portal.resolver.Constants
Set of the default bindings that will be accepted by the resolution infrastructure in case of a POST request
DEFAULT_POST_BINDINGS - Static variable in interface com.ibm.portal.resolver.Constants
Array of the default bindings that will be accepted by the resolution infrastructure in case of a POST request
DEFAULT_PROPERTY - Static variable in interface com.ibm.portal.mmi.Constants
 
DEFAULT_PROVIDER - Static variable in interface com.ibm.portal.um.PumaHome
Deprecated. As of release 6.1.0.1,use PumaHome.DEFAULT_STORE instead
DEFAULT_STORE - Static variable in interface com.ibm.portal.um.PumaHome
Constant to address the default store for PUMA when retrieving a PumaController, PumaLocator, or PumaProfile
DefaultAtomContentHandler - Interface in com.ibm.portal.resolver.atom
Extension of the AtomContentHandler interface that provides convenience methods to more easily generate ATOM events.
DefaultAtomPublishingContentHandler - Interface in com.ibm.portal.resolver.atom
Extension of the AtomPublishingContentHandler interface that provides convenience methods to more easily generate ATOM publishing events.
DefaultAtomThreadingContentHandler - Interface in com.ibm.portal.resolver.atom
Extension of the AtomThreadingContentHandler interface that provides convenience methods to more easily generate ATOM threading events.
DefaultContentHandler - Interface in com.ibm.portal.resolver.xml
General convenience interface that allows to format common data fields and write them as characters onto a content handler
DefaultContentLocation - Class in com.ibm.portal.resolver.helper.cor
Minimal implementation of a Content Operations Registry (COR) ContentLocation.
DefaultContentLocation(String, ContentType) - Constructor for class com.ibm.portal.resolver.helper.cor.DefaultContentLocation
 
DefaultErrorResponseFormatter - Class in com.ibm.portal.struts.plugins
DefaultErrorResponseFormatter is the default implementation of an ErrorResponseFormatter.
DefaultErrorResponseFormatter() - Constructor for class com.ibm.portal.struts.plugins.DefaultErrorResponseFormatter
 
DefaultErrorResponseFormatter - Class in com.ibm.wps.portlets.struts.plugins
DefaultErrorResponseFormatter is the default implementation of an ErrorResponseFormatter.
DefaultErrorResponseFormatter() - Constructor for class com.ibm.wps.portlets.struts.plugins.DefaultErrorResponseFormatter
 
DefaultHttpContentHandler - Interface in com.ibm.portal.resolver.http.xml
 
DefaultJsonContentHandler - Interface in com.ibm.portal.streaming.json
Convenience interface to the JsonContentHandler that allows to write high-level java objects.
DefaultMashupSitemapContentHandler - Interface in com.ibm.portal.resolver.mashup
Extension of the AtomThreadingContentHandler interface that provides convenience methods to more easily generate ATOM threading events.
DefaultMultipartEntry - Class in com.ibm.portal.resolver.streams.helper
Default implementation for a MultipartStream.Entry.
DefaultMultipartEntry() - Constructor for class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Default constructor for an empty object
DefaultMultipartEntry(MultipartStream.Entry) - Constructor for class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Constructs a copy of an existing entry
DefaultOpenSearchContentHandler - Interface in com.ibm.portal.resolver.opensearch
Extension of the AtomThreadingContentHandler interface that provides convenience methods to more easily generate ATOM threading events.
DefaultOpenSearchContentHandler.SYNDICATION_RIGHT - Enum in com.ibm.portal.resolver.opensearch
The syndication right enum
DefaultPortletAction - Class in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
DefaultPortletAction(String) - Constructor for class org.apache.jetspeed.portlet.DefaultPortletAction
Deprecated.  
DefaultPortletMessage - Class in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
DefaultPortletMessage() - Constructor for class org.apache.jetspeed.portlet.DefaultPortletMessage
Deprecated. Creates a DefaultPortletMessage.
DefaultPortletMessage(String) - Constructor for class org.apache.jetspeed.portlet.DefaultPortletMessage
Deprecated. Creates a DefaultPortletMessage.
DefaultSelectionResult - Class in com.ibm.portal.resolver.friendly.helper
Convenience implementation of SelectionResult
DefaultSelectionResult() - Constructor for class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
 
defaultService - Variable in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
default lookup service
defaultService - Variable in class com.ibm.portal.resolver.helper.CORLookupService
default lookup service
defaultService - Variable in class com.ibm.portal.resolver.helper.CORResolutionService
default lookup service
DefaultStaticPageContentHandler - Class in com.ibm.portal.spa.parser.helper
Default implementation of a StaticPageContentHandler that simply ignores all events.
DefaultStaticPageContentHandler() - Constructor for class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
 
DefaultThemeContent - Class in com.ibm.portal.theme.plugin.impl
The default implementation of ThemeContent.
DefaultThemeContent() - Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
DefaultThemeItem - Class in com.ibm.portal.theme.plugin.impl
This class will retrieve the icon path for an extension.
DefaultThemeItem() - Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
 
DefaultThemeJspInclude - Class in com.ibm.portal.theme.plugin.impl
The default implementation of ThemeJspInclude.
DefaultThemeJspInclude() - Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
DefaultThemeLinkItem - Class in com.ibm.portal.theme.plugin.impl
Creates a link to a portal page.
DefaultThemeLinkItem() - Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
DefaultThemeTextItem - Class in com.ibm.portal.theme.plugin.impl
Generates some text to contribute to a theme extension point.
DefaultThemeTextItem() - Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeTextItem
 
DefaultWebdavContentHandler - Interface in com.ibm.portal.resolver.webdav
Extension of the AtomThreadingContentHandler interface that provides convenience methods to more easily generate ATOM threading events.
DefaultWebdavContentHandler.LockScope - Enum in com.ibm.portal.resolver.webdav
Identifies the scope of the lock
DefaultWebdavContentHandler.LockType - Enum in com.ibm.portal.resolver.webdav
Identifies the type of the lock
DefaultWebdavContentHandler.ResourceType - Enum in com.ibm.portal.resolver.webdav
possible resource types
DefaultWebdavLock - Class in com.ibm.portal.resolver.webdav.tree.helper
Default implementation of the WebdavLock interface
DefaultWebdavLock() - Constructor for class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
 
DefaultWebdavTreeModel<T> - Class in com.ibm.portal.resolver.webdav.tree.helper
Convenience base class for WebdavTreeModel implementations
DefaultWebdavTreeModel() - Constructor for class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModel
 
DefaultWebdavTreeModelController<T,M extends Modifiable> - Class in com.ibm.portal.resolver.webdav.tree.helper
Convenience base class for WebdavTreeModelController implementations.
DefaultWebdavTreeModelController() - Constructor for class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModelController
 
DefaultXulContentHandler - Interface in com.ibm.portal.resolver.xul
Extension of the AtomThreadingContentHandler interface that provides convenience methods to more easily generate ATOM threading events.
definitionsFactory - Variable in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
The Definitions factory
delegate - Variable in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
DELEGATOR - Static variable in interface com.ibm.portal.ac.data.RoleType
This role type contains the privilege to change the privileges of another principal.
delete(ObjectID) - Method in interface com.ibm.portal.app.component2.Lifecycle
This method is called when the application the component instance belongs to is deleted or when the component is removed from the application.
delete() - Method in interface com.ibm.portal.app.service.ApplicationService
Delete this application - the related resources will get cleaned up asynchronously
delete(T) - Method in interface com.ibm.portal.ListModelController
Deletes a node from the list model.
delete(Identifiable) - Method in interface com.ibm.portal.portlet.CommonPortletModelController
Deletes a node from the model.
DELETE - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "delete" action.
delete(T) - Method in interface com.ibm.portal.TreeModelController
Deletes a node from the model.
DELETE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "delete" action.
DELETE_PAGE - Static variable in interface com.ibm.portal.state.accesscheck.Constants
Predefined constant for delete portal pages permission.
deleteApplications(Set<ObjectID>) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Delete a set of applications - the related resources will get cleaned up asynchronously
deleteCommunity(ObjectID) - Method in interface com.ibm.portal.community.CommunityController
deletes an existing community, all its community roles and all mapped domain specific roles.
deleteCommunityRole(CommunityRole) - Method in interface com.ibm.portal.community.CommunityController
deletes an existing community role and all mapped domain specific roles.
deleteCredential(int, Identifiable, String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Deletes a mapped credential of the provided Secret Type under the specified resource.
deleteCredential(int, String, String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Deletes a mapped credential of the provided Secret Type under the specified resource.
deleteCredentialSlot(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Deletes an existing credential slot.
DELETED - Static variable in class com.ibm.portal.InvalidationType
Invalidation type "Deletion".
DELETED - Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
The property value change is being propagated as the value was deleted
DeleteDataSinkFactoryEx - Interface in com.ibm.portal.resolver.data
Tagging interface that is used to register a data sink factory explicitly for delete operations (e.g.
deleteFolder(ObjectID, boolean) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Delete a given folder.
deleteFolder(ObjectID, boolean) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Delete the specified folder.
deleteGroup(Group) - Method in interface com.ibm.portal.um.PumaController
Removes the provided Group from the backend system.
DeletePortletActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine.deleteportlet
Interface providing typed read-write access to the parameters of the "Delete Portlet" engine command.
DeletePortletActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine.deleteportlet
Factory interface which provides methods to obtain controllers that allow to set a "Delete Portlet" action upon the given state holder or document model.
For instance the controllers may be used to create EngineURLs that trigger the "Delete Portlet" action.
deleteResource(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Deletes the specified resource from the Vault.
deleteResource(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Deletes the specified resource from the Vault.
deleteSlot(String) - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Deletes an existing credential slot.
deleteTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Delete the specified template.
deleteTemplates(List<ObjectID>) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Delete a several template at once.
deleteUrlResource(AttributeList, UrlResourceServiceConstants.ScopeConstants) - Method in interface com.ibm.portal.services.url.UrlResourceService
Deletes an existing URL Resource object within the configuration registry identified by the specified attributes at the specified scope.
deleteUser(User) - Method in interface com.ibm.portal.um.PumaController
Removes the provided User from the backend system.
DemoteCommand - Interface in com.ibm.portal.sitemanagement.command
The DemoteCommand moves a promoted resource back into the publish state and in case there is a bacckup version available this one gets moved back into live state.
DependencyCache<K,V> - Interface in com.ibm.portal.cache
Implementations of this interface also support dependency ID's for entries inserted into a cache.
DependencyIdProvider - Interface in com.ibm.portal.resolver.friendly.cache
 
DEPENDENT_PROTECTED_RESOURCE_INFO - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
DerivedContentPageCreationContext - Interface in com.ibm.portal.content
A content page creation context for pages that explicitly derive from another page.
DESCR_ATTRIBUTE - Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
The DESCR_ATTRIBUTE should contain the NLS bundle key for retrieving the description property of the IThemeItem.
description - Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
description the description of the extension; usually specified in the plugin.xml
deserialize(String) - Method in interface com.ibm.portal.identification.Identification
Deserializes String instances to ObjectID instances.
Input of this method must be the output of Identification.serialize(com.ibm.portal.ObjectID).
Unique names are the only exception.
Deserializer - Interface in com.ibm.portal.serialize
Marker interface for deserializers.
destroy() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit
This method is called during portal shut down
destroy() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Termination Routine.
destroy() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Termination Routine.
destroy() - Method in interface com.ibm.portal.security.SecurityFilter
Can be used to realize cleanup logic for a particular filter implementation.
destroy() - Method in class com.ibm.portal.struts.plugins.SessionCommandManagerFactoryPlugin
Gracefully shut down the SessionCommandManagerFactory
destroy() - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Called by the portlet container to indicate to a portlet that the portlet is being taken out of service.
destroy() - Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter
Deprecated. Called by the portlet container to indicate to a filter that it is being taken out of service.
destroy() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
 
destroy() - Method in class com.ibm.wps.portlets.struts.plugins.SessionCommandManagerFactoryPlugin
Gracefully shuts down the SessionCommandManagerFactory.
destroy(PortletConfig) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Destroys the portlet.
destroy(PortletConfig) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated. Called by the portlet container to indicate to this portlet that it is taken out of service.
destroy() - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
destroy(PortletConfig) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. The default implementation of this method is to do nothing.
destroy() - Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceProvider
Deprecated. The destroy method is invoked by the portlet container to destroy a portlet service.
destroyCommandManagerPlugin(PortletConfig) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Destroys a plugin by calling the destroy method of the plugin.
destroyCommandManagerPlugin(PortletConfig) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Calls the destroy method of the plugin.
destroyConcrete(PortletSettings) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated. Called by the portlet container to indicate that the concrete portlet is taken out of service.
destroyConcrete(PortletSettings) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. The default implementation of this method is to do nothing.
DETACHED - Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated.  
DigestContext - Interface in com.ibm.portal.resolver
Denotes a Context that provides access to a digest.
DigestProvider - Interface in com.ibm.portal.resolver.accessors
Provides access to the digest that is associated with an object
dir - Variable in class com.ibm.struts.taglib.html.FileTag
dir attribute
dir - Variable in class com.ibm.struts.taglib.html.PasswordTag
Attribute representing the direction of the text.
dir - Variable in class com.ibm.struts.taglib.html.SelectTag
dir attribute
dir - Variable in class com.ibm.struts.taglib.html.TextareaTag
dir attribute
dir - Variable in class com.ibm.struts.taglib.html.TextTag
dir attribute
Direction - Class in com.ibm.portal.content
The Direction class is a finite enumeration of the four possible directions up, down, left and right.
Direction - Class in com.ibm.portal.propertybroker.property
Typesafe enum pattern that encapsulates the direction of a Property.
DispatchAction - Class in com.ibm.portal.struts.action
This is a Portal friendly version of DispatchAction.
DispatchAction() - Constructor for class com.ibm.portal.struts.action.DispatchAction
DispatchAction constructor.
dispatchMethod(ActionMapping, ActionForm, ActionRequest, ActionResponse, String) - Method in class com.ibm.portal.struts.action.DispatchAction
Dispatches to the specified method.
dispatchMethod(ActionMapping, ActionForm, PortletRequest, String) - Method in class com.ibm.wps.struts.action.WpsDispatchAction
Dispatches to the specified method.
DisplayInfo - Interface in com.ibm.portal.app.component
Deprecated. Please use DisplayInfo instead.
DisplayInfo - Interface in com.ibm.portal.app.component2
DisplayInfo allows the application infrastructure to retrieve the localized title and description of a specific business component instance.
DisplayOptions - Interface in com.ibm.portal.content
An interface for display option of a content node.
DisplayOptions.DisplayOption - Enum in com.ibm.portal.content
display option
Disposable - Interface in com.ibm.portal
An object implementing this interface indicates that it is advantageous to signal to the object that it will not longer be accessed.
DisposableTransformer - Class in com.ibm.portal.resolver.xml
Transformer that can be disposed, e.g.
DisposableTransformer() - Constructor for class com.ibm.portal.resolver.xml.DisposableTransformer
 
DisposableURL - Interface in com.ibm.portal.state
Representation of a URL object that should be disposed when no longer in use.
dispose() - Method in interface com.ibm.portal.Committable
Indicate that the object will no longer be accessed
dispose() - Method in interface com.ibm.portal.Disposable
Indicate that the object will no longer be accessed
dispose() - Method in interface com.ibm.portal.resolver.cache.CachedDataSourceFactory.UncacheableValue
Disposes the value
dispose() - Method in interface com.ibm.portal.resolver.cache.CachedDataSourceFactory.Value
Disposes the value but not necessarily the value object represented by this value
dispose() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModel
 
disposeObject(E) - Method in interface com.ibm.portal.pool.Instantiator
Called optionally by the system that uses the instantiator to create new object instances of the life cycle of this object (as managed by the system) has ended.
disposeObject(Object) - Static method in class com.ibm.portal.resolver.helper.eclipse.Platform
Checks if the object extends Disposable and disposes it in this case
disposeValue(T) - Method in interface com.ibm.portal.resolver.cache.CachedDataSourceFactory.Callback
Releases data associates with the cache value.
DNDAction - Interface in com.ibm.portal.dnd
A DNDAction represents an action that should be invoked by a drop zone when a drop occurs.
DNDArea - Interface in com.ibm.portal.dnd
A DNDArea repesents a part of a Drag and Drop user interface that can either be dragged into a droppable area (a "drag object") or receive a draggable object (a "drop zone").
DNDException - Exception in com.ibm.portal.dnd
The generic exception that will be used by the DnD API.
DNDException() - Constructor for exception com.ibm.portal.dnd.DNDException
 
DNDException(String) - Constructor for exception com.ibm.portal.dnd.DNDException
 
DNDFactory - Interface in com.ibm.portal.dnd
Implementations of DNDFactory will be able to create DNDSource, DNDTarget, and DNDProperty objects.
DNDInvalidParametersException - Exception in com.ibm.portal.dnd
The exception used by DNDFactory to indicate that it does not have sufficient parameters to create a certain object.
DNDInvalidParametersException(String) - Constructor for exception com.ibm.portal.dnd.DNDInvalidParametersException
 
DNDMarkupGenerator - Interface in com.ibm.portal.dnd
Implementations of DNDMarkupGenerator produce the markup required for DnD operations.
DNDMarkupGeneratorException - Exception in com.ibm.portal.dnd
The exception used by DNDMarkupGenerator to indicate that it either does not have sufficient parameters to create a portion of markup or that its methods have been called in the wrong order.
DNDMarkupGeneratorException(String) - Constructor for exception com.ibm.portal.dnd.DNDMarkupGeneratorException
 
DNDPortalValidator - Interface in com.ibm.portal.dnd
DNDPortalValidator is an extension of DNDValidator that can be used for standard portlets.
DNDProperty - Interface in com.ibm.portal.dnd
A DNDProperty can be associated with either a "drag object" or a "drop zone".
DNDService - Interface in com.ibm.portal.dnd
The DNDService can be used by portal artifacts, like themes and skins, and by IBM and Standard portlets.
DNDSource - Interface in com.ibm.portal.dnd
A DNDSource represents a draggable object that will be matched against DNDTargets (drop zones) to create a Drag and Drop interface on the client.
DNDTarget - Interface in com.ibm.portal.dnd
A DNDTarget represents a "drop zone" that will be matched against DNDSource instances ("drag objects") on the client.
DNDValidator - Interface in com.ibm.portal.dnd
A DNDValidator can be implemented to provide access control over DNDArea instances.
DO_DELETE_REMEMBER_ME_COOKIE - Static variable in interface com.ibm.portal.portlet.service.login.LoginService
This constant must be used as key to store a Boolean object in the portal login context map passed in to the LoginService.login(String, char[], Map, Subject) method of the service to pass in the information whether an existing remember me cookie of the current user should be removed or not.
DO_RESUME_SESSION_KEY - Static variable in interface com.ibm.portal.portlet.service.login.LoginService
This constant must be used as key to store a Boolean object in the portal login context map passed in to the LoginService.login(String, char[], Map, Subject) method of the service to pass in the information whether the session should be resumed or not.
DO_SET_REMEMBER_ME_COOKIE - Static variable in interface com.ibm.portal.portlet.service.login.LoginService
This constant must be used as key to store a Boolean object in the portal login context map passed in to the LoginService.login(String, char[], Map, Subject) method of the service to pass in the information whether a cookie to remember the current user should be set or not.
doActionEvent(PortletRequest, PortletResponse, PortletFilterChain) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Called by the portlet container (via the doFilter method) to allow a portlet filter to handle a ACTIONEVENT method.
doBeginDNDSource(DNDSource, ServletRequest, ServletResponse, Writer, boolean) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the beginning of a DNDSource.
doBeginDNDSource(DNDSource, PortletRequest, PortletResponse, Writer, boolean) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the beginning of a DNDSource.
doBeginDNDSourceHandle(DNDSource, ServletRequest, ServletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the beginning of a DNDSource handle.
doBeginDNDSourceHandle(DNDSource, PortletRequest, PortletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the beginning of a DNDSource handle.
doBeginDNDTarget(DNDTarget, ServletRequest, ServletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the beginning of a DNDTarget.
doBeginDNDTarget(DNDTarget, PortletRequest, PortletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the beginning of a DNDTarget.
doBeginPage(PortletRequest, PortletResponse, PortletFilterChain) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Called by the portlet container (via the doFilter method) to allow a portlet filter to handle a BEGINPAGE method.
doConfigure(RenderRequest, RenderResponse) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Render method for configure mode.
doConfigure(PortletRequest, PortletResponse) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Render method for configure mode.
doConfigure(PortletRequest, PortletResponse) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. Helper method to serve up the CONFIGURE mode.
DocumentController - Interface in com.ibm.portal.state.dom
Controller interface on the document model.
DocumentModel - Interface in com.ibm.portal.state.dom
Read-only version of the document model.
DocumentModelException - Exception in com.ibm.portal.state.exceptions
Base exception for document model-related exceptions.
DocumentModelException(DocumentModel) - Constructor for exception com.ibm.portal.state.exceptions.DocumentModelException
Initialized the exception with a reference to the model that caused it
DocumentModelException(DocumentModel, Exception) - Constructor for exception com.ibm.portal.state.exceptions.DocumentModelException
Initialized the exception with a reference to the model that caused it
doDispatch(RenderRequest, RenderResponse) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Support for config mode
doEdit(RenderRequest, RenderResponse) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Render method for edit mode.
doEdit(PortletRequest, PortletResponse) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Render method for edit mode.
doEdit(PortletRequest, PortletResponse) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. Helper method to serve up the EDIT mode.
doEndDNDSource(DNDSource, ServletRequest, ServletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the end of a DNDSource.
doEndDNDSource(DNDSource, PortletRequest, PortletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the end of a DNDSource.
doEndDNDSourceHandle(DNDSource, ServletRequest, ServletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the end of a DNDSource handle.
doEndDNDSourceHandle(DNDSource, PortletRequest, PortletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the end of a DNDSource handle.
doEndDNDTarget(DNDTarget, ServletRequest, ServletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the end of a DNDTarget.
doEndDNDTarget(DNDTarget, PortletRequest, PortletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
Generates markup that needs to be placed at the end of a DNDTarget.
doEndPage(PortletRequest, PortletResponse, PortletFilterChain) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Called by the portlet container (via the doFilter method) to allow a portlet filter to handle a ENDPAGE method.
doEndTag() - Method in class com.ibm.struts.taglib.html.FormTag
Render the end of this form.
doesTemplateExist(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Check wether a template with the specified ObjectID is existing.
doFilter(PortletFilter.Method, PortletRequest, PortletResponse, PortletFilterChain) - Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter
Deprecated. The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(PortletFilter.Method, PortletRequest, PortletResponse, PortletFilterChain) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(PortletRequest, PortletResponse) - Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain
Deprecated. Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doForward(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Forwards are not directly supported in Portal.
doForward(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
Forward the URI.
doForward(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Calls doInclude.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
doHelp(RenderRequest, RenderResponse) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Render method for help mode.
doHelp(PortletRequest, PortletResponse) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Render method for help mode.
doHelp(PortletRequest, PortletResponse) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. Helper method to serve up the HELP mode.
doImpersonate(HttpServletRequest, HttpServletResponse, String) - Method in interface com.ibm.portal.impersonation.ImpersonationService
This method starts the impersonation.
doImpersonate(HttpServletRequest, HttpServletResponse, User) - Method in interface com.ibm.portal.impersonation.ImpersonationService
This method starts the impersonation.
doImpersonate(PortletRequest, PortletResponse, String) - Method in interface com.ibm.portal.portlet.service.impersonation.ImpersonationService
Deprecated. since 7.0 use ImpersonationService.doImpersonate(ActionRequest, ActionResponse, String) instead
doImpersonate(ActionRequest, ActionResponse, String) - Method in interface com.ibm.portal.portlet.service.impersonation.ImpersonationService
This method starts the impersonation.
doImpersonate(PortletRequest, PortletResponse, User) - Method in interface com.ibm.portal.portlet.service.impersonation.ImpersonationService
Deprecated. since 7.0 use ImpersonationService.doImpersonate(ActionRequest, ActionResponse, User) instead
doImpersonate(ActionRequest, ActionResponse, User) - Method in interface com.ibm.portal.portlet.service.impersonation.ImpersonationService
This method starts the impersonation.
doInclude(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Do an include of specified uri.
doInclude(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Includes a specified URI.
doLibraryIncludeMarkup(ServletRequest, ServletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
This method generates the markup that includes required DnD javascript libraries in a response.
doLibraryIncludeMarkup(PortletRequest, PortletResponse, Writer) - Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
This method generates the markup that includes required DnD javascript libraries in a response.
doLogin(PortletRequest, PortletResponse, PortletFilterChain) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Called by the portlet container (via the doFilter method) to allow a portlet filter to handle a LOGIN method.
DOMAIN_ROLE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
DomainObjectRef - Interface in com.ibm.portal.resolver.cai
Holds that pair portletWindow/page.
DomainProviderCreationContext - Interface in com.ibm.portal.model.controller.context
Creation context allowing to specify the database domain in which a node has to be created.
DomainRole - Interface in com.ibm.portal.community
This interface represents domain specific roles that are exposed by business components.
DomainSpecificCopyCreationContext<T> - Interface in com.ibm.portal.model.controller.context
Creation context for copying a node and binding it to a specific database domain
doMessageEvent(PortletRequest, PortletResponse, PortletFilterChain) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Called by the portlet container (via the doFilter method) to allow a portlet filter to handle a MESSAGEVENT method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
doService(RenderRequest, RenderResponse) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
The common processing for doView, doHelp, doConfigure and doEdit.
doService(PortletRequest, PortletResponse, PortletFilterChain) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Called by the portlet container (via the doFilter method) to allow a portlet filter to handle a SERVICE method.
doService(PortletRequest, PortletResponse) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
The common processing for doView, doHelp, doConfigure and doEdit.
doStartTag() - Method in class com.ibm.wps.engine.tags.StateSerializeTag
 
DOTITLE - Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated. Represents the doTitle method of the PortletTitleListener.
doTitle(PortletRequest, PortletResponse, PortletFilterChain) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Called by the portlet container (via the doFilter method) to allow a portlet filter to handle a DOTITLE method.
doTitle(PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.PortletTitleListener
Deprecated. Called by the portlet container to render the portlet title.
DOUBLE - Static variable in interface com.ibm.portal.um.AttributeDefinition
Represents the Double type for an Attribute
doView(RenderRequest, RenderResponse) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Render method for view mode.
doView(PortletRequest, PortletResponse) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Render method for view mode.
doView(PortletRequest, PortletResponse) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. Helper method to serve up the VIEW mode.
doWindowEvent(PortletRequest, PortletResponse, PortletFilterChain) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Called by the portlet container (via the doFilter method) to allow a portlet filter to handle a WINDOWEVENT method.
DOWN - Static variable in class com.ibm.portal.content.Direction
 
DOWN_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "move down" or "scroll down" action.
DuplicateTemplateTitleValidationException - Exception in com.ibm.portal.app.service.exceptions
Indicates that there already exists a template with the same title.
DuplicateTemplateTitleValidationException(String, Locale, Map<Locale, String>) - Constructor for exception com.ibm.portal.app.service.exceptions.DuplicateTemplateTitleValidationException
 
DuplicateTemplateTitleValidationException(String, Locale, Map<Locale, String>, Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.DuplicateTemplateTitleValidationException
 
DYNAMIC_TITLE - Static variable in class com.ibm.portal.portlet.Constants
Request attribute that allows to retrieve the portlet title that has been dynamically set by the latest rendered portlet.
DynamicPageHandle - Interface in com.ibm.portal.taskui.dynamicui
The DynamicPageHandle contains information about a dynamic page that is used as a task page.
DynamicUICtrl - Interface in com.ibm.portal.dynamicui
The DynamicUICtrl provides access to those functions of dynamic ui management that alter the current state.
DynamicUIInfo - Interface in com.ibm.portal.dynamicui
DynamicUIInfo provides access to the read only functions of dynamic ui management.
DynamicUIManagementException - Exception in com.ibm.portal.dynamicui
The DynamicUIManagementException is the base exception for all dynamic ui related exceptions.
DynamicUIManagementException() - Constructor for exception com.ibm.portal.dynamicui.DynamicUIManagementException
Constructor.
DynamicUIManagementException(Throwable) - Constructor for exception com.ibm.portal.dynamicui.DynamicUIManagementException
Constructor.
DynamicUIManagementFactoryService - Interface in com.ibm.portal.portlet.service.dynamicui
The DynamicUIManagementFactoryService provides access to instances of DynamicUIInfo and DynamicUICtrl .

E

EARLY_BINDING - Static variable in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Identifies early binding
EDIT - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "edit" action.
EDIT - Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
Deprecated. This mode allows the portlet to capture user-specific parameterization, which leads to a personalized view of the portlet.
EDIT_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "edit" action.
EDIT_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The context used for edit mode
EDIT_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The context used for edit mode
EDIT_PAGE - Static variable in interface com.ibm.portal.state.accesscheck.Constants
Predefined constant for edit portal pages permission.
EDITOR - Static variable in interface com.ibm.portal.ac.data.RoleType
This role type represents all privileges of the Manager role type except for delete operations.
ELEMENT_NAME - Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeItemDescriptorConstants
The ELEMENT_NAME is the name of the xml tag in the plugin.xml.
ELEMENT_NAME - Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeJspIncludeDescriptorConstants
The ELEMENT_NAME is the name of the xml tag in the plugin.xml.
elementsAll - Variable in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
The combined text and file request parameters.
elementsAll - Variable in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
The combined text and file request parameters.
elementsFile - Variable in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
The file request parameters.
elementsFile - Variable in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
The file request parameters.
elementsText - Variable in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
The text request parameters.
elementsText - Variable in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
The text request parameters.
EMPTY_COPY - Static variable in interface com.ibm.portal.state.Constants
The clone operation will return empty state
EMPTY_LIST - Static variable in class com.ibm.portal.struts.command.StrutsViewStaticCommand
 
EMPTY_PARAMETERS - Static variable in interface com.ibm.portal.resolver.data.Addressable
The empty parameters map, unmodifiable
EmptyAtomContentHandler - Class in com.ibm.portal.resolver.atom.helper
Implementation of AtomContentHandler that does nothing
EmptyAtomContentHandler() - Constructor for class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
EmptyAtomThreadingContentHandler - Class in com.ibm.portal.resolver.atom.helper
Implementation of atom threading content handler that does nothing
EmptyAtomThreadingContentHandler() - Constructor for class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
 
EmptyContentHandler - Class in com.ibm.portal.resolver.xml.helper
Simply a renaming of DefaultHandler to provide a consistent naming convention.
EmptyContentHandler() - Constructor for class com.ibm.portal.resolver.xml.helper.EmptyContentHandler
 
EmptyIWidgetMicroformatContentHandler - Class in com.ibm.portal.resolver.iwidget.xml.helper
Implementation of IWidgetMicroformatContentHandler that does nothing
EmptyIWidgetMicroformatContentHandler() - Constructor for class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
EmptyJsonHandler - Class in com.ibm.portal.streaming.json
Implementation of a JSONHandler that does nothing
EmptyJsonHandler() - Constructor for class com.ibm.portal.streaming.json.EmptyJsonHandler
 
encode(Writer, String) - Static method in class com.ibm.portal.resolver.uri.BaseURI
 
encode(StringBuilder, String) - Static method in class com.ibm.portal.resolver.uri.BaseURI
 
encodeAction(String, HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Encodes the Struts action URL so that it can be added as a paramter to the portlet URL.
encodedBeanName - Variable in class com.ibm.struts.taglib.html.FormTag
The encoded name of the form bean.
encodeNamespace(String, HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Returns the namescoped name.
encodeNamespace(String) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
 
encodeNamespace(String) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Maps the given string value into this portlet's namespace.
encodeURI(String) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
 
encodeURI(String) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Deprecated. use PortletResponse.encodeURL(java.lang.String) since version 1.1
encodeURL(String, HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Returns the fully qualified URL from the path.
encodeURL(String, HttpServletResponse) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Returns the fully qualified URL from the path.
encodeURL(String) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Returns the encoded URI of the resource at the given path.
EncryptionExit - Interface in com.ibm.portal.portlet.service.credentialvault.spi
Encryption Exit Interface for encrypting/decrypting passwords in the DefaultVault.
EncryptionExit - Interface in com.ibm.wps.services.credentialvault
Deprecated. since 5.1.0.1, use com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit instead.
encryptPassword(char[]) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit
Encrypts the password.
encryptPassword(char[]) - Method in interface com.ibm.wps.services.credentialvault.EncryptionExit
Deprecated. Encrypts the password.
endAccept() - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the end of an app:accept entry.
endActiveLock() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endAdultContent() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endAllProp() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endAlt() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endArray() - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
endArray() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the end of an array
endArray() - Method in interface com.ibm.portal.streaming.json.JSONHandler
Finishes a JSON array
endAttribution() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endAuthor() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:author entry.
endAuthor() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endAuthor() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endBody() - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
endBoolean() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the end of a boolean value
endCategories() - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the end of an app:categories entry.
endCategory() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:category entry.
endCategory() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endCategory() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endCollection() - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the end of an app:collection entry.
endCollection() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endContact() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endContent() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:content entry.
endContent() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endContent() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endContent() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endContent() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endContent() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endContentClass() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endContributor() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:contributor entry.
endContributor() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endContributor() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endControl() - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the end of an app:control entry.
endCreationDate() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endDefaultDocument() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endDepth() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endDescRef() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endDescRef() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endDescription() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endDescription() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endDescription() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endDeveloper() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endDisplayName() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endDocument() - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
endDocument() - Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
 
endDocument() - Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
Signaled after the parsing is complete.
endDocument() - Method in interface com.ibm.portal.spa.parser.ThemeContentHandler
Signaled after the parsing is complete.
endDocument() - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
endDocument() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the end of the event sequence
endDocument() - Method in interface com.ibm.portal.streaming.json.JSONHandler
Finish / end of a JSON document
endDraft() - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the end of an app:draft entry.
endDst() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endDynamicContentSpot() - Method in interface com.ibm.portal.spa.parser.ThemeContentHandler
Signals the end of a content spot
endEdited() - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the end of an app:edited entry.
endElement(String, String, String) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
endEMail() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:email entry.
endEMail() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endEMail() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endEntry() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:entry entry.
endEntry() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endEntry() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endEntry() - Method in interface com.ibm.portal.resolver.mashup.MashupSitemapContentHandler
 
endEvent() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endEvent() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endEvent() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endEventDescription() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endEventDescription() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endEventDescription() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endEventPhase(PortletRequest) - Method in interface com.ibm.wps.portlet.event.EventPhaseListener
Deprecated. Invoked on all portlets implementing this interface after the event phase has completed, i.e., after all methods of the listener interfaces, e.g., ActionListener.actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent), have been executed.
endExclusive() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endFeed() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:feed entry.
endFeed() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endFeed() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endGenerator() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:generator entry.
endGenerator() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endGenerator() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endGetContentLanguage() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endGetContentLength() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endGetContentType() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endGetETag() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endGetLastModified() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endHandler() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endHandler() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endHeader() - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
endHeaders() - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
endHref() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endIcon() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:icon entry.
endIcon() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endIcon() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endId() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:id entry.
endId() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endId() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endImage() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endInputEncoding() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endInReplyTo() - Method in interface com.ibm.portal.resolver.atom.AtomThreadingContentHandler
Indicates the end of an atom:in-reply-to entry.
endInReplyTo() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
 
endInReplyTo() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
 
endIsCollection() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endIsHidden() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endIsReadOnly() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endIsRoot() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endIsStructuredDocument() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endItem() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endItem() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endItem() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endItemDescription() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endItemSet() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endItemSet() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endItemSet() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endItemSetDescription() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endItemsPerPage() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endIWidget() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endIWidget() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endIWidget() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endIWidgetDefinition() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endIWidgetDefinition() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endJSONObject() - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
endJSONObject() - Method in interface com.ibm.portal.streaming.json.JSONHandler
Finishes a JSON object.
endKeepAlive() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endLanguage() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endLastAccessed() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endLink() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:link entry.
endLink() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endLink() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endLink() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endLockDiscovery() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endLockEntry() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endLockInfo() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endLockScope() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endLockToken() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endLockType() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endLogo() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:logo entry.
endLogo() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endLogo() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endLongName() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endMember() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the end of a member inside an object
endMultipartEntry() - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
endMultiStatus() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endName() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:name entry.
endName() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endName() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endName() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endNewWire() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endNewWire() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endNull() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the end of the null token
endNumber() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the end of a numerical value
endObject() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the end of an object
endOmit() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endOpenSearchDescription() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endOutputEncoding() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endOwner() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
ENDPAGE - Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated. Represents the endPage method of the PortletPageListener.
endPage(PortletRequest, PortletResponse) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
End Page.
endPage(PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.PortletPageListener
Deprecated. Called by the portlet container to give a portlet the opportunity to process and output data at the ending of each page.
endPair() - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
endPair() - Method in interface com.ibm.portal.streaming.json.JSONHandler
Finishes a JSON pair
endParameter() - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
endParameter() - Method in interface com.ibm.portal.resolver.mashup.MashupSitemapContentHandler
 
endParameters() - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
endParentName() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
endPayloadType() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endPayloadType() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
ENDPOINT_PREFIX - Static variable in interface com.ibm.portal.portletmodel.ProcessingEventDefinition
This prefix is used to construct the name of this ProcessingEventDefinition.
ENDPOINT_PREFIX - Static variable in interface com.ibm.portal.portletmodel.PublishingEventDefinition
This prefix is used to construct the name of this PublishingEventDefinition.
endPortletContainer(String) - Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
 
endPortletContainer(String) - Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
Signals the end of a portlet container.
endPortletWindow(String) - Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
 
endPortletWindow(String) - Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
Signals the end of a portlet window.
endPrefixMapping(String) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
endProp() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endPropertyBehavior() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endPropertyUpdate() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endPropFind() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endPropName() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endPropStat() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endPublished() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:published entry.
endPublished() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endPublished() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endQuery() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endReceivedEvent() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endReceivedEvent() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endRemove() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endRemoveWire() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endRemoveWire() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endRequest() - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
endResource() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endResourceType() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endResponse() - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
endResponse() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endResponseDescription() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endRights() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:rights entry.
endRights() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endRights() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endService() - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the end of an app:service entry.
endSet() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endShared() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endShortName() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endSiteMap() - Method in interface com.ibm.portal.resolver.mashup.MashupSitemapContentHandler
 
endSkipLoad() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
endSource() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:source entry.
endSource() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endSource() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endSource() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endSourceEvent() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endSourceEvent() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endSrc() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endStartIndex() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endStatus() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endString() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the end of a string based value
endSubtitle() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:subtitle entry.
endSubtitle() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endSubtitle() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endSummary() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:summary entry.
endSummary() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endSummary() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endSupportedLock() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endSyndicationRight() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endTags() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endTargetEvent() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endTargetEvent() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endTimeout() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
endTitle() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:title entry.
endTitle() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endTitle() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endTitle() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endTitle() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endTotal() - Method in interface com.ibm.portal.resolver.atom.AtomThreadingContentHandler
Indicates the end of an atom:total/code> entry.
endTotal() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
 
endTotal() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
 
endTotalResults() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endUpdated() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:updated entry.
endUpdated() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endUpdated() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endURI() - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the end of an atom:uri entry.
endURI() - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
endURI() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
endUrl() - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
 
endValue() - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
endValue() - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
endValue() - Method in interface com.ibm.portal.resolver.mashup.MashupSitemapContentHandler
 
endWorkspace() - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the end of an app:workspace entry.
endWrite() - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
 
EngineActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine
Controller that allows to specify action parameters for a engine action.
EngineActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine
Factory that provides controllers for including engine actions into the state holder.
EngineURL - Interface in com.ibm.portal.state
The EngineURL is a URL that may contain navigational state of the portal engine and all portlets on the page.
EntityDeletedException - Exception in com.ibm.portal.resolver.exceptions
An entity was not found on the server because it has been deleted
EntityDeletedException() - Constructor for exception com.ibm.portal.resolver.exceptions.EntityDeletedException
 
EntityDeletedException(Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.EntityDeletedException
 
EntityNotFoundException - Exception in com.ibm.portal.resolver.exceptions
An entity (service, resource) could not be found
EntityNotFoundException() - Constructor for exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
 
EntityNotFoundException(Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
 
entry(int, String) - Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
Logs an entry message at the specified log level indicating that the method has been entered.
entrySet() - Method in interface com.ibm.policy.manager.PolicyValueSet
Returns a set view of the policy mappings contained in this map.
equals(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Compares the specified object with this map for equality.
equals(Object) - Method in interface com.ibm.portal.ac.data.Permission
Returns true if this Permission is equal to the given object.
equals(Object) - Method in class com.ibm.portal.community.LocalizedDataObject
 
equals(Object) - Method in class com.ibm.portal.content.Orientation
 
equals(Object) - Method in class com.ibm.portal.cp.resources.builder.AbstractCustomResource
 
equals(Object) - Method in class com.ibm.portal.propertybroker.property.Direction
 
equals(Object) - Method in class com.ibm.portal.propertybroker.property.ParameterBindingType
Marked final to ensure that subclasses do not change this method
equals(Object) - Method in class com.ibm.portal.propertybroker.property.PropertyFilterType
Marked final to ensure that subclasses do not change this method
equals(Object) - Method in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
Marked final to ensure that subclasses do not change this method
equals(Object) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
 
equals(Object) - Method in class com.ibm.portal.resolver.uri.PortletURI
 
equals(Object) - Method in class com.ibm.portal.ResourceType
Deprecated.  
equals(Object) - Method in class com.ibm.portal.spa.data.SpaURI
 
equals(Object) - Method in interface com.ibm.portal.state.dom.Node
Checks if two nodes are equal.
equals(Object) - Method in class org.apache.jetspeed.portlet.Capability
Deprecated. Returns whether this and the given object represent the same capability.
error(IOException) - Method in interface com.ibm.portal.spa.parser.ErrorHandler
Indicates that an error has occurred
ERROR - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for an error message.
ERROR - Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
"Error" level logging.
error(String) - Method in interface org.apache.jetspeed.portlet.PortletLog
Deprecated. Logs the given error text in the portlet log.
error(String, Throwable) - Method in interface org.apache.jetspeed.portlet.PortletLog
Deprecated. Logs the given error text, cause, and a stack trace in the portlet log.
ERROR_IN_FIELD - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for an error in a field message.
ERROR_INFO - Static variable in class com.ibm.portal.struts.command.StrutsViewErrorCommand
name of request attribute for error info object
ERROR_INFO - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
Name of the request attribute for the error info object.
ERROR_RESPONSE_FORMATTER_KEY - Static variable in class com.ibm.portal.struts.plugins.PluginConstants
The key used for storing the ErrorResponseFormatter object in the context.
ERROR_RESPONSE_FORMATTER_KEY - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The key used for storing the Error Response Formatter.
ERROR_RESPONSE_FORMATTER_KEY - Static variable in class com.ibm.wps.portlets.struts.plugins.PluginConstants
The key used for storing the ErrorResponseFormatter object in the context.
ERROR_RESPONSE_FORMATTER_KEY - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used to store the Error Response Formatter.
ErrorHandler - Interface in com.ibm.portal.spa.parser
Represents how errors should be handled
ErrorResponseInfo - Class in com.ibm.portal.struts.portlet
The ErrorResponseInfo class is used to support sendError in the Struts Portlet Framework.
ErrorResponseInfo(int) - Constructor for class com.ibm.portal.struts.portlet.ErrorResponseInfo
Construct an ErrorResponseInfo object with error code only and no text
ErrorResponseInfo(int, String) - Constructor for class com.ibm.portal.struts.portlet.ErrorResponseInfo
Construct an ErrorResponseInfo object with error code and text
ErrorResponseInfo - Class in com.ibm.wps.portlets.struts
The ErrorResponseInfo class is used to support sendError in the Struts Portlet Framework.
ErrorResponseInfo(int) - Constructor for class com.ibm.wps.portlets.struts.ErrorResponseInfo
Constructs an ErrorResponseInfo object with only the error code (that is, no text).
ErrorResponseInfo(int, String) - Constructor for class com.ibm.wps.portlets.struts.ErrorResponseInfo
Constructs an ErrorResponseInfo object with error code and text.
ESCAPE_CHAR - Static variable in interface com.ibm.portal.resolver.uri.Constants
Character for escaping (separating) parts of a URI
ESCAPE_STRG - Static variable in interface com.ibm.portal.resolver.uri.Constants
String for escaping (separating) parts of a URI
establishAuthLevel(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.auth.stepup.StepUpAuthHandler
This method is responsible for establishing the authentication level that is associated with this step-up authentication handler implementation.
If this step requires sending an HTTP redirect, the redirect URL has to be passed to the caller as return value of this method.
Event - Interface in org.apache.jetspeed.portlet.event
The Event is the base interface for all events that can occur whithin the portlet container.
EVENT_HANDLER - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
EventDistributionService - Interface in com.ibm.portal.eventing.service
This public interface provides methods to change the activation status of processing events.
EventDistributionServiceException - Exception in com.ibm.portal.eventing.service
This is the root class for all exceptions thrown by the EventDistributionService.
EventDistributionServiceException(Localized) - Constructor for exception com.ibm.portal.eventing.service.EventDistributionServiceException
Constructor that gives a detailed message
EventPhaseListener - Interface in com.ibm.wps.portlet.event
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
execute() - Method in interface com.ibm.portal.sitemanagement.command.DemoteCommand
Executes the Demote command
execute() - Method in interface com.ibm.portal.sitemanagement.command.PromoteCommand
Executes the Promote command
execute() - Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
Executes the Publish command
execute() - Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommand
Executes the command
execute(ActionMapping, ActionForm, ActionRequest, ActionResponse) - Method in class com.ibm.portal.struts.action.DispatchAction
Processes the current request based on the ActionMapping information.
execute(ActionMapping, ActionForm, ActionRequest, ActionResponse) - Method in class com.ibm.portal.struts.action.LookupDispatchAction
Execute the Struts action.
execute(ActionMapping, ActionForm, PortletRequest, PortletResponse) - Method in class com.ibm.portal.struts.action.StrutsAction
Process the current request based on the ActionMapping information.
execute(ActionMapping, ActionForm, ActionRequest, ActionResponse) - Method in class com.ibm.portal.struts.action.StrutsAction
Process the current request based on the ActionMapping information.
execute(ActionMapping, ActionForm, RenderRequest, RenderResponse) - Method in class com.ibm.portal.struts.action.StrutsAction
Process the current request based on the ActionMapping information.
execute(ActionMapping, ActionForm, ServletRequest, ServletResponse) - Method in class com.ibm.portal.struts.action.StrutsAction
Deprecated. use execute methods that take portlet objects
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.action.StrutsAction
Deprecated. use execute methods that take portlet objects
execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in interface com.ibm.portal.struts.command.IViewCommand
Execute the given command given the request and response objects
execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
The execute method for filtered view commands
execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewActionCommand
Executes the given command given the request and response objects.
execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Executes the given command given the request and response objects.
execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
Execute the given command given the request and response objects
execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Executes the given command given the request and response objects.
execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
Execute the given command given the request and response objects
execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewXmlCommand
Deprecated. Execute the given command given the request and response objects
execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in interface com.ibm.wps.portlets.struts.IViewCommand
Executes the given command given the request and response objects.
execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
The execute method for filtered view commands
execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Executes the given command given the request and response objects.
execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Executes the given command given the request and response objects.
execute(PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Executes the given command given the request and response objects.
execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
Executes the given command given the request and response objects.
execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Executes the given command given the request and response objects.
execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
Executes the given command given the request and response objects.
execute(ActionMapping, ActionForm, PortletRequest) - Method in class com.ibm.wps.struts.action.StrutsAction
Processes the current request based on the ActionMapping information.
execute(ActionMapping, ActionForm, PortletRequest, PortletResponse) - Method in class com.ibm.wps.struts.action.StrutsAction
Processes the current request based on the ActionMapping information.
execute(ActionMapping, ActionForm, ServletRequest, ServletResponse) - Method in class com.ibm.wps.struts.action.StrutsAction
Deprecated. Use execute method taking mapping, form, request arguments only
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.wps.struts.action.StrutsAction
Deprecated. Use execute method taking mapping, form, request arguments only
execute(ActionMapping, ActionForm, PortletRequest) - Method in class com.ibm.wps.struts.action.WpsDispatchAction
Processes the current request based on the ActionMapping information.
execute(ActionMapping, ActionForm, PortletRequest) - Method in class com.ibm.wps.struts.action.WpsLookupDispatchAction
Executes the Struts action.
executeCommand(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
The execute command method that subclasses must implement
executeCommand(RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
Execute the given command given the request and response objects
executeCommand(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
The execute command method that subclasses must implement
executeCommand(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
Executes the given command given the request and response objects.
executeCommand(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
Deprecated. Execute the given command given the request and response objects
exit(int, String) - Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
Logs an exit message at the specified log level indicating that the method is exiting.
ExpansionStatesAccessor - Interface in com.ibm.portal.state.accessors.expansionstates
Interface providing read-only access to navigation expansion information.
ExpansionStatesAccessorController - Interface in com.ibm.portal.state.accessors.expansionstates
Controller providing read-write access to navigation expansion information.
ExpansionStatesAccessorFactory - Interface in com.ibm.portal.state.accessors.expansionstates
Factory interface which provides methods to obtain accessors to read /write navigation expansion information from /to a given state holder or document model.
EXPIRATION_UNKNOWN - Static variable in interface com.ibm.portal.resolver.data.DataSource
Indicates an unknown expiration
EXPIRATION_UNKNOWN - Static variable in interface com.ibm.portal.resolver.data.DataSourceFragment
Indicates an unknown expiration
ExplicitLoginFilter - Interface in com.ibm.portal.auth
This interface can be implemented to realize a custom element in the filter chain for the explicit Portal login with user id and password.
ExplicitLoginFilterChain - Interface in com.ibm.portal.auth
This interface is used to call the next element in the filter chain for the explicit Portal login with user id and password.
ExplicitLogoutFilter - Interface in com.ibm.portal.auth
This interface can be implemented to realize a custom element in the filter chain for the explicit Portal logout, i.e.
EXPORT - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "export" action.
EXPORT_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "export" action.
Exportable - Interface in com.ibm.portal.portlet.service.credentialvault.spi
Vault Adapter Extension that enables export of credentials.
exportTemplate(ObjectID, OutputStream) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
/** Store the template in the given stream.
ExtendedLanguageListProvider - Interface in com.ibm.portal.services.globalization
Portal Service to retrieve the extended language list for the given Portal defined language list.
EXTENSION_POINT - Static variable in interface com.ibm.portal.app.extensions.Membership
Name of the Membership extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.cp.rating.RatingAverageCalculator
Extension point whihc can be used to plug in different rating average calculation strategies
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.cp.resources.builder.CustomResourceBuilderProvider
ID of the ResourceBuilder extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.cp.services.LocalizedCategoryService
ID of the LocalizedCategoryService extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.cp.services.LocalizedTypeService
ID of the LocalizedTypeService extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
ID of the ATOM XLM Factory extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
ID of the PortalFriendlySelectionServiceHome extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.resolver.LookupService
ID of the LookupService extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.resolver.proxy.service.CorAjaxProxyServiceHome
ID of the CorAjaxProxyServiceHome extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.resolver.proxy.service.PortalAjaxProxyServiceHome
ID of the PortalAjaxProxyServiceHome extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.resolver.proxy.service.PortletAjaxProxyServiceHome
ID of the PortletAjaxProxyServiceHome extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.resolver.ResolutionService
ID of the resolution service extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.resolver.service.PortalPocServiceHome
ID of the PortalPocServiceHome extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.resolver.xml.XMLFactory
ID of the XLM Factory extension point
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.state.PortletPreProcessor
Extension point to register portlet preprocessors.
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.state.PreProcessor
ID of the extension point for preprocessors that are loaded dynamically via the extension registry
EXTENSION_POINT_ID - Static variable in interface com.ibm.portal.streaming.json.JSONHandlerFactory
ID of the JSONHandlerFactory extension point
EXTERNAL_USERS_PARENT_DN_ALIAS - Static variable in interface com.ibm.portal.um.PumaEnvironment
Alias for the parent DN configured for external users.
EXTERNAL_USERS_PARENT_DN_ALIAS - Static variable in interface com.ibm.portal.um.PumaProfile
Deprecated. As of release 6.1, replaced by com.ibm.portal.um.PumaEnvironment.EXTERNAL_USERS_PARENT_DN_ALIAS
ExternalContentURL - Interface in com.ibm.portal.content
An interface for a content node representing an external URL.
ExternalCredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
Implementation of the CredentialSecret class for an external secret.
Externalizable - Interface in com.ibm.portal.app.component
Deprecated. Please use Serializable instead.
EXTERNALURL - Static variable in class com.ibm.portal.content.ContentNodeType
Node type for a ContentURL linking to a URL outside of the portal server, e.g.
extIDChanged(Set<ObjectID>, ObjectID, ObjectID) - Method in interface com.ibm.portal.community.CommunityController
notifies AI that the external ID of an user has changed.

F

FactoryException - Exception in com.ibm.portal.dynamicui
The FactoryException is thrown when an error occurs during the attempt to create instances of DynamicUIInfo or DynamicUICtrl .
FactoryException() - Constructor for exception com.ibm.portal.dynamicui.FactoryException
Constructor.
FactoryException(Throwable) - Constructor for exception com.ibm.portal.dynamicui.FactoryException
Constructor.
FATAL - Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
"Fatal" level logging.
FEATURE_CLICK2ACTION - Static variable in class com.ibm.portal.portlet.Constants
Request property indicating that click-2-action tags can be used.
FEATURE_CONTEXTPASSING - Static variable in class com.ibm.portal.portlet.Constants
Request property indicating that the property broker context passing mechanism can be used.
FEATURE_DYNAMICUI - Static variable in class com.ibm.portal.portlet.Constants
Request property indicating that the dynamic UI manager service can be used.
FEATURE_EVENT_DISTRIBUTION_SERVICE - Static variable in class com.ibm.portal.portlet.Constants
Request property indicating that the event distribution service can be used.
FEATURE_MODEL - Static variable in class com.ibm.portal.portlet.Constants
Request property indicating that the model API services can be used.
FEATURE_PROPERTYBROKER - Static variable in class com.ibm.portal.portlet.Constants
Request property indicating that property broker communication can be used.
FEATURE_TASKMANAGER - Static variable in class com.ibm.portal.portlet.Constants
Request property indicating that the task manager service can be used.
FEATURE_USERMANAGEMENT - Static variable in class com.ibm.portal.portlet.Constants
Request property indicating that the portal user management services can be used.
FIELD_ATTR_CLASS - Static variable in class com.ibm.portal.resolver.helper.eclipse.Platform
 
FIELD_DEFAULT_EXTENSION_ID - Static variable in class com.ibm.portal.resolver.helper.eclipse.Platform
 
FIELD_EXTENSION_POINT_ID - Static variable in class com.ibm.portal.resolver.helper.eclipse.Platform
 
FILE_SIZE_UNKNOWN - Static variable in interface com.ibm.portal.resolver.data.ContentDispositionDataSource
indicator for an unknown file size
FileTag - Class in com.ibm.struts.taglib.html
This class is a simple extension of the Struts file tag to adding the dir attribute.
FileTag() - Constructor for class com.ibm.struts.taglib.html.FileTag
Construct a new instance of this tag.
FileTypeMap - Class in com.ibm.portal.resolver.data
Extension to the standard file type map that determines the mime type based on the content
FileTypeMap() - Constructor for class com.ibm.portal.resolver.data.FileTypeMap
 
fillMemberAddedMessage(MimeMessage, Principal, ObjectID, CommunityRole, LocalizedContext) - Method in interface com.ibm.portal.app.resource.MemberAddedMessageProvider
This method allows a MemberAddedMessageProvider to specify the message that shall be send when members are added to an application.
fillMemberRemovedMessage(MimeMessage, Principal, ObjectID, CommunityRole, LocalizedContext) - Method in interface com.ibm.portal.app.resource.MemberRemovedMessageProvider
This method allows a MemberRemovedMessageProvider to specify the message that shall be send when members are removed from the application.
fillPolicyMessage(MimeMessage, PolicyStatus, Principal, LocalizedContext) - Method in interface com.ibm.portal.app.resource.PolicyMessageProvider
This method allows a PolicyMessageProvider to provide the message that is send to users in case of a policy warning or violation.
FILTER_NONE - Static variable in class com.ibm.portal.propertybroker.property.PropertyFilterType
FILTER_NONE indicates that no filtering should be applied, i.e, the context should be passed as is.
FILTER_ON_NAME_AND_TYPE - Static variable in class com.ibm.portal.propertybroker.property.PropertyFilterType
FILTER_ON_NAME_AND_TYPE indicates that only those PropertyValue elements from the context array which match a registered input Property's type and name should be passed to the target.
FILTER_ON_TYPE - Static variable in class com.ibm.portal.propertybroker.property.PropertyFilterType
FILTER_ON_TYPE indicates that only those PropertyValue elements from the context array which match a registered input Property's type should be passed to the target.
FilterChainContext - Interface in com.ibm.portal.auth
This interface represents the shared context for the ExplicitLoginFilter, ImplicitLoginFilter, ExplicitLogoutFilter, ImplicitLogoutFilter, and SessionValidationFilter filter chains.
filterCommunitiesByMembership(Set<ObjectID>, Principal, boolean) - Method in interface com.ibm.portal.community.CommunityLocator
sorts out the communities from the given community set the principal is member of and returns those.
filterCommunitiesByMembershipOID(Set<ObjectID>, ObjectID, boolean) - Method in interface com.ibm.portal.community.CommunityLocator
sorts out the communities from the given community set the principal is member of and returns those.
filterEntitledMappings(List<? extends ContentMapping>) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingFilter
Filters a list of Content Mappings.
filterResources(Set<URI>, Set<URI>) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.IfHandler
Populates the destination sets with the URIs of all resources that need to be tested against the If header.
findAllApplications() - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for all Applications the caller is allowed to see.
findAllApplications(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for all Applications the caller is allowed to see that are located in the specified application folder.
findAllApplicationsByCommunityIDs(Set<ObjectID>) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all applications that belong to the given communities and that the caller is allowed to see.
findAllApplicationsByContainedBC(String) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all applications containing at least one BC with the given JNDI name and that the caller is allowed to see.
findAllApplicationsByLastModified(Date, ApplicationCatalogService.RelationType) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for all Applications the caller is allowed to see and that have a matching last modifed date.
findAllApplicationsByTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for all Applications the caller is allowed to see and that got instantiated from the given template.
findAllApplicationsByTemplateAndLastModified(ObjectID, Date, ApplicationCatalogService.RelationType) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for all Applications the caller is allowed to see and that got instantiated from the given template and that have a matching last modifed date.
findAllApplicationsByTitle(String, Locale, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for all applications that have the specified title for the specified locale and the user is allowed to see.
findAllApplicationsByTitle(String, Locale, ObjectID, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for all applications that have the specified title for the specified locale located in the specified folder the user is allowed to see.
findAllByRealm(String) - Method in interface com.ibm.portal.admin.VirtualPortalLocator
Finds all virtual portals that share the same supplied realm.
findAllControls() - Method in interface com.ibm.portal.content.ControlLocator
Finds all layout nodes representing a control on the layout model for this page.
findAllResourcesByObjectType(ObjectType) - Method in interface com.ibm.portal.services.contentmapping.ResourceLocator
Returns the ObjectIDs of all portal resources of a given object type contained in the current virtual portal that are mapped to at least one content resource.
findApplicationArchives() - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all archived applications the caller is allowed to see.
findApplicationArchives(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all archived applications in the specified folder the caller is allowed to see.
findApplicationArchivesByTitle(String, Locale, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all archived applications with the given title in the specified locale is allowed to see.
findApplicationArchivesByTitle(String, Locale, ObjectID, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all applications with the given title in the specified locale in the specified folder is allowed to see.
findApplicationByCommuntiyID(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get the ObjectID of the Application with the given Community if the caller is allowed to see the application otherwise null.
findApplicationByContainedBC(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all applications containing the BC with the given BCID if the caller is allowed to see it otherwise null.
findApplicationByRestorepoint(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
 
findApplications() - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of all Applications the caller is a member of.
findApplications(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of all Applications in the folder with the provided id (not its child folders) and that the caller is a member of.
findApplicationsByCommunityIDs(Set<ObjectID>) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all applications that belong to the given communities and that the caller is a member of.
findApplicationsByContainedBC(String) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all applications containing at least one BC with the given JNDI name and that the caller is a member of
findApplicationsByTitle(String, Locale, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all applications with the given title in the specified locale where the caller is a member of
findApplicationsByTitle(String, Locale, ObjectID, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find all applications with the given title in the specified locale in the specified folder where the caller is a member of
findByCategories(Collection<String>, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by given categories.
findByCategoriesAndRating(Collection<String>, int, int, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by given categories and rating interval.
findByCategoriesAndTagNames(Collection<String>, Collection<String>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by the given categories and (tag) names.
findByCategory(String, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by a given category.
findByCategoryAndRating(String, int, int, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by a given category and rating interval.
findByCategoryAndTagName(String, String, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by a given category and tag name (exact match).
findByDescription(String) - Static method in enum com.ibm.portal.state.accessors.portlet.TargetType
Returns the TargetType whose description is equal to the given one.
findByDescriptionContains(Locale, String) - Method in interface com.ibm.portal.admin.VirtualPortalLocator
Find all virtual portals that contain a given pattern in their description.
findByDescriptionStartsWith(Locale, String) - Method in interface com.ibm.portal.admin.VirtualPortalLocator
Find all virtual portals that start with a given pattern in their description.
findByID(ObjectID) - Method in interface com.ibm.portal.AggregatedMetaDataLocator
This operation is not allowed on this locator and will result in a UnsupportedOperationException.
findByID(ObjectID) - Method in interface com.ibm.portal.Locator
Returns an element of a model with the given ID.
findByID(ObjectID) - Method in interface com.ibm.portal.MetaDataNameLocator
This operation is not allowed on this locator and will result in a UnsupportedOperationException.
findByID(RuntimeContext, ObjectID) - Method in interface com.ibm.portal.runtime.RuntimeLocator
Returns an entity of a model with the given ID.
findByIDs(List<ObjectID>) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by the given ObjectIDs
findByName(String) - Method in interface com.ibm.portal.portletmodel.CommunicationEndpointLocator
Finds a communication endpoint with the given name
findByOwner(ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingLocator
Returns a list of Rating objects by a given owner.
findByOwner(ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given owner.
findByRating(int, int, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by a given rating interval.
findByResourceID(ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.ResourceLocator
Returns a list of nodes associated with the given resource object id
findByResourceID(ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given Resource ObjectID.
findByResourceIDAndOwner(ObjectID, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingLocator
Returns a list of Rating objects by a given Resource ObjectID and owner.
findByResourceIDAndOwner(ObjectID, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given Resource ObjectID and owner.
findByResourceIDs(Collection<ObjectID>, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.ResourceLocator
Returns a list of nodes associated with the given resource object ids
findByResourceIDs(Collection<ObjectID>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a list of given Resource ObjectIDs.
findByResourceIDsAndOwner(Collection<ObjectID>, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingLocator
Returns a list of Rating objects by a list of given Resource ObjectIDs and owner.
findByResourceIDsAndOwner(Collection<ObjectID>, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a list of given Resource ObjectIDs and owner.
findByResourceURI(URI, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingLocator
Returns a list of Rating objects by a given Resource URI.
findByResourceURI(URI, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given Resource URI.
findByResourceURIAndOwner(URI, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingLocator
Returns a list of Rating objects by a given Resource URI and owner.
findByResourceURIAndOwner(URI, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given Resource URI and owner.
findByResourceURIs(Collection<URI>, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingLocator
Returns a list of Rating objects by a list of given Resource URIs.
findByResourceURIs(Collection<URI>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a list of given Resource URIs.
findByResourceURIsAndOwner(Collection<URI>, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingLocator
Returns a list of Rating objects by a list of given Resource URIs and owner.
findByResourceURIsAndOwner(Collection<URI>, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a list of given Resource URIs and owner.
findByTagName(String, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by a given (tag) name (exact match).
findByTagName(Constants.SearchPattern, String, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given (tag) name.
findByTagNameAndOwner(Constants.SearchPattern, String, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given (tag) name and owner.
findByTagNameAndResourceID(Constants.SearchPattern, String, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given (tag) name and Resource ObjectID.
findByTagNameAndResourceIDAndOwner(Constants.SearchPattern, String, ObjectID, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given (tag) name, owner and Resource ObjectID.
findByTagNameAndResourceIDs(Constants.SearchPattern, String, Collection<ObjectID>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given (tag) name and Resource ObjectIDs.
findByTagNameAndResourceURI(Constants.SearchPattern, String, URI, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given (tag) name and Resource URI.
findByTagNameAndResourceURIAndOwner(Constants.SearchPattern, String, URI, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given (tag) name, owner and Resource URI.
findByTagNameAndResourceURIs(Constants.SearchPattern, String, Collection<URI>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects by a given (tag) name and Resource URIs.
findByTagNames(Collection<String>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by given tag names.
findByTitleContains(Locale, String) - Method in interface com.ibm.portal.admin.VirtualPortalLocator
Find all virtual portals that contain a given pattern in their title.
findByTitleStartsWith(Locale, String) - Method in interface com.ibm.portal.admin.VirtualPortalLocator
Find all virtual portals that start with a given pattern in their title.
findByTypeSchema(String, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by a given (resource) type schema (exact match).
findByTypeSchemaAndRating(String, int, int, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by a given Resource type (schema) and rating interval.
findByTypeSchemaAndTagName(String, String, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by given Resource type schemas and tag name (both with exact match)
findByTypeSchemas(Collection<String>, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by given resource type schemas (exact match).
findByTypeSchemasAndRating(Collection<String>, int, int, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by given Resource type schemas and rating interval.
findByTypeSchemasAndTagNames(Collection<String>, Collection<String>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a list of Resource objects by given Resource types (schemas) and (tags) names.
findByUniqueName(String) - Method in interface com.ibm.portal.AggregatedMetaDataLocator
This operation is not allowed on this locator and will result in a UnsupportedOperationException.
findByUniqueName(String) - Method in interface com.ibm.portal.Locator
Returns an element of a model with the given name.
findByUniqueName(String) - Method in interface com.ibm.portal.MetaDataNameLocator
This operation is not allowed on this locator and will result in a UnsupportedOperationException.
findByUniqueName(RuntimeContext, String) - Method in interface com.ibm.portal.runtime.RuntimeLocator
Returns an entity of a model with the given name.
findByURI(URI) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a Resource object by a given URI.
findByURI(URI) - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
findByURIs(List<URI>, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.resources.ResourceModelLocator
Returns a Resource object by given URIs.
findChildFolders(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find the first level child folders of a given folder.
findChildFolders(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Returns the child folders for the given folderOID the user is allowed to see.
findContentMappingsByContentId(String) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingLocator
Returns all content mappings mapped directly to a given content ID.
findContentMappingsByContentPath(String) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingLocator
Returns all content mappings mapped directly to a given content path value (no path prefix matching is performed).
findControlByConcretePortletID(ObjectID) - Method in interface com.ibm.portal.content.ControlLocator
Deprecated. use ControlLocator.findControlByPortletEntityID(ObjectID) instead Finds the layout node representing a control that holds the concrete portlet with the given object ID.
findControlByPortletDefinitionID(ObjectID) - Method in interface com.ibm.portal.content.ControlLocator
Finds the layout node representing a control that is backed by a portlet definition of the given ID.
findControlByPortletEntityID(ObjectID) - Method in interface com.ibm.portal.content.ControlLocator
Finds the layout node representing a control that is backed by a portlet entity of the given ID.
findControlByPortletInstanceID(ObjectID) - Method in interface com.ibm.portal.content.ControlLocator
Deprecated. use ControlLocator.findControlByPortletDefinitionID(ObjectID) instead Finds the layout node representing a control that holds the portlet instance with the given object ID.
findEffectiveWiresBySourcePortletWindowID(ObjectID) - Method in interface com.ibm.portal.wire.WireLocator
Deprecated. since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, use WireLocator.findWiresBySourcePortletWindowID(ObjectID) instead.
findFavoriteApplications() - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of all applications the current user has marked as a his favorites.
findFavoriteApplications(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of all applications in the specified folder the current user has marked as a his favorites.
findFavoriteApplicationsByTitle(String, Locale, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for the favorite applications that have the specified title for the specified locale and the user is allowed to see.
findFavoriteApplicationsByTitle(String, Locale, ObjectID, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for the favorite applications that have the specified title for the specified locale located in the specified folder the user is allowed to see.
findFoldersByTitle(String, Locale, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Find the folders in the complete hierarchy with the given title.
findGroupByIdentifier(String) - Method in interface com.ibm.portal.um.PumaLocator
Returns the Group object referenced by the identifier (DN) within the user repository.
findGroupByObjectID(ObjectID) - Method in interface com.ibm.portal.um.PumaLocator
Returns the Group object referenced by the given ObjectID.
If no group is found a PumaModelException is thrown
findGroupsByAttribute(String, String) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of Group where the attributes defined in the LDAP server matches the value of the given attribute.
findGroupsByAttribute(String, String, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of Group where the attributes defined in the LDAP server matches the value of the given attribute.
findGroupsByDefaultAttribute(String) - Method in interface com.ibm.portal.um.PumaLocator
Returns Group by comparing the provided value to the default attribute type configured for the Group type For a LIKE comparision only the multi-character wild card is supported and the character used is '*'.
findGroupsByDefaultAttribute(String, boolean) - Method in interface com.ibm.portal.um.PumaLocator
Returns Group by comparing the provided value to the default attribute type configured for the Group type For a LIKE comparision only the multi-character wild card is supported and the character used is '*'.
findGroupsByPrincipal(Principal, boolean) - Method in interface com.ibm.portal.um.PumaLocator
Returns the Groups where the given Principal is member of.
findGroupsByPrincipal(Principal, boolean, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaLocator
Returns the Groups where the given Principal is member of.
findGroupsByQuery(String) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of Group representing the resultset of the provided Query.
findGroupsByQuery(String, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of Group representing the resultset of the provided Query.
findGroupsByQuery(String, SortControl) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of Group representing the resultset of the provided Query.
findLocalized(Throwable) - Static method in exception com.ibm.portal.resolver.exceptions.ResolutionException
Finds an implementation of the Localized interface across the chain of exception causes
findLocalizedStatus(int, Throwable) - Static method in exception com.ibm.portal.resolver.exceptions.ResolutionException
Find the localized status interface across the causes
findMembersByGroup(Group, boolean) - Method in interface com.ibm.portal.um.PumaLocator
Returns the mebers for a given Group.
findMembersByGroup(Group, boolean, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaLocator
Returns the mebers for a given Group.
findMyApplications() - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs of all Application owned by the caller.
findMyApplications(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs of all Application owned by the caller that are located in the Folder with the given ObjectID.
findMyApplicationsByTitle(String, Locale, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs of all Applications owned by the caller and matching the given title information.
findMyApplicationsByTitle(String, Locale, ObjectID, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs of all Applications owned by the caller, located in the given folder, and matching the given title information.
findPrincipalByIdentifier(String) - Method in interface com.ibm.portal.um.PumaLocator
Returns the Principal (user or group) object referenced by the given identifier.
findPrivateWires() - Method in interface com.ibm.portal.wire.WireLocator
Deprecated. since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal
findPublicApplications() - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for all public applications.
findPublicApplications(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for all public applications in the specified folder.
findPublicApplicationsByTitle(String, Locale, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for the public applications that match the specified title for the specified locale.
findPublicApplicationsByTitle(String, Locale, ObjectID, ApplicationCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get a list of ObjectIDs for the public applications that have the specified title for the specified locale located in the specified folder.
findPublicWires() - Method in interface com.ibm.portal.wire.WireLocator
Deprecated. since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, use the WireModel this locator is received from instead.
findRatingSpaces(Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects for all resources
findRatingSpacesByCategories(Collection<String>, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a list of given categories.
findRatingSpacesByCategoriesAndOwner(Collection<String>, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a list of given categories and owner.
findRatingSpacesByCategory(String, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a given category
findRatingSpacesByCategoryAndOwner(String, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a given category and owner.
findRatingSpacesByOwner(ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects for ratings applied by the given owner.
findRatingSpacesByResourceID(ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a given Resource ObjectID.
findRatingSpacesByResourceIDAndOwner(ObjectID, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a given Resource ObjectID and owner.
findRatingSpacesByResourceIDs(Collection<ObjectID>, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a list of given Resource ObjectIDs.
findRatingSpacesByResourceIDsAndOwner(Collection<ObjectID>, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a list of given Resource ObjectIDs and owner.
findRatingSpacesByResourceURI(URI, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a given Resource URI.
findRatingSpacesByResourceURIAndOwner(URI, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a given Resource URI and owner.
findRatingSpacesByResourceURIs(Collection<URI>, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a list of given Resource URIs.
findRatingSpacesByResourceURIsAndOwner(Collection<URI>, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a list of given Resource URIs and owner.
findRatingSpacesByTypeSchema(String, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a given Resource (type) schema.
findRatingSpacesByTypeSchemaAndOwner(String, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a given Resource (type) schema and owner.
findRatingSpacesByTypeSchemas(Collection<String>, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a list of given Resource (type) schemas.
findRatingSpacesByTypeSchemasAndOwner(Collection<String>, ObjectID, Constants.OrderMetric, Constants.Order) - Method in interface com.ibm.portal.cp.rating.RatingSpaceLocator
Returns a list of RatingSpace objects by a list of given Resource (type) schemas and owner.
findResourcesByContentId(String) - Method in interface com.ibm.portal.services.contentmapping.ResourceLocator
Returns all portal resources mapped directly to the given content ID.
findResourcesByContentPath(String) - Method in interface com.ibm.portal.services.contentmapping.ResourceLocator
Returns all portal resources mapped directly to the given contentPath (no path prefix matching is performed).
findResourcesByLongestPathMatch(List<String>) - Method in interface com.ibm.portal.services.contentmapping.ResourceLocator
This method locates portal resources mapped to a specific content resource.
findResourcesByObjectTypeOrderedByLastModified(ObjectType, int, int) - Method in interface com.ibm.portal.services.contentmapping.ResourceLocator
Returns the ObjectIDs for a sub sequence of all portal resources of a given object type contained in the current virtual portal that are mapped to at least one content resource.
findRestorePoints() - Method in interface com.ibm.portal.app.service.ApplicationService
Retrieve a list of Objet IDs, ordered by date, of all restore points for this application.
findTags(Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagLocator
Returns a list of Tag objects.
findTagSpaces(Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects for all resources
findTagSpacesByCategories(Collection<String>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a list of given categories.
findTagSpacesByCategoriesAndOwner(Collection<String>, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a list of given categories and owner.
findTagSpacesByCategory(String, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a given category.
findTagSpacesByCategoryAndOwner(String, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a given category and owner.
findTagSpacesByOwner(ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects for tags applied by the given owner
findTagSpacesByResourceID(ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a given Resource ObjectID.
findTagSpacesByResourceIDAndOwner(ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>, ObjectID) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a given Resource ObjectID and owner.
findTagSpacesByResourceIDs(Collection<ObjectID>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a list of given Resource ObjectIDs.
findTagSpacesByResourceIDsAndOwner(Collection<ObjectID>, Constants.OrderMetric, Constants.Order, Collection<Locale>, ObjectID) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a list of given Resource ObjectIDs and owner.
findTagSpacesByResourceURI(URI, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a given Resource URI.
findTagSpacesByResourceURIAndOwner(URI, Constants.OrderMetric, Constants.Order, Collection<Locale>, ObjectID) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a given Resource URI and owner.
findTagSpacesByResourceURIs(Collection<URI>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a list of given Resource URIs.
findTagSpacesByResourceURIsAndOwner(Collection<URI>, Constants.OrderMetric, Constants.Order, Collection<Locale>, ObjectID) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a list of given Resource URIs and owner.
findTagSpacesByTypeSchema(String, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a given Resource (type) schema.
findTagSpacesByTypeSchemaAndOwner(String, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a given Resource (type) schema and owner.
findTagSpacesByTypeSchemas(Collection<String>, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a list of given Resource (type) schemas.
findTagSpacesByTypeSchemasAndOwner(Collection<String>, ObjectID, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagSpaceLocator
Returns a list of TagSpace objects by a list of given Resource (type) schemas and owner.
findTemplates() - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Find all templates in all folders the executing user is allowed to see.
findTemplatesByOwnerID(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Find all templates in all folders that are owned by the specified user.
findTemplatesByOwnerIDInFolder(ObjectID, ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Find all templates in the specified folder that are owned by the executing user.
findTemplatesByTitle(String, Locale, TemplateCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Find all templates that have the specified title or title fragment in the specified locale regarding to the search pattern.
findTemplatesByTitleInFolder(String, Locale, ObjectID, TemplateCatalogService.SearchPattern) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Find all templates in the specified folder (subfolders not included) that have the specified title or title fragment in the specified locale regarding to the search pattern.
findTemplatesInFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Find all templates in the specified folder the executing user is allowed to see.
findTypeAheadTagNames(Constants.SearchPattern, String, Constants.OrderMetric, Constants.Order, Collection<Locale>) - Method in interface com.ibm.portal.cp.tagging.TagModelLocator
Returns a list of Strings representing tag names.
findUserByIdentifier(String) - Method in interface com.ibm.portal.um.PumaLocator
Returns the User object referenced by the given identifier.
findUserByObjectID(ObjectID) - Method in interface com.ibm.portal.um.PumaLocator
Returns the User object referenced by the given ObjectID.
If no user is found a PumaModelException is thrown
findUsersByAttribute(String, String) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of User where the attribute defined in the LDAP server matches the given value.
findUsersByAttribute(String, String, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of Users where the attribute defined in the user repository matches the given value.
findUsersByAttributeRecursively(User, String, int) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of Principals that are linked by the given attribute.
findUsersByDefaultAttribute(String) - Method in interface com.ibm.portal.um.PumaLocator
Returns User by comparing the provided value to the default attribute type configured for the User type.
findUsersByDefaultAttribute(String, boolean) - Method in interface com.ibm.portal.um.PumaLocator
Returns User by comparing the provided value to the default attribute type configured for the User type.
findUsersByQuery(String) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of User representing the resultset of the provided Query.
findUsersByQuery(String, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of User representing the resultset of the provided Query.
findUsersByQuery(String, SortControl) - Method in interface com.ibm.portal.um.PumaLocator
Returns a List of User representing the resultset of the provided Query.
findWiresBySourcePortletWindowID(ObjectID) - Method in interface com.ibm.portal.wire.WireLocator
Finds all wires that originate from the PortletWindow with the given ID.
finish() - Method in interface com.ibm.portal.resolver.atom.AtomDateParser
Finishes the parsing process and returns the parsed date.
finish() - Method in class com.ibm.portal.resolver.streams.MultipartOutputStream
Finishes writing the contents of the multipart output stream without closing the underlying stream.
finish() - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Cleans up at the end of a request.
finish() - Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
Cleans up at the end of a request.
finishDeserializeInstance(Result) - Method in interface com.ibm.portal.app.component.Serializable
Deprecated. Called after all data was send to the Result object returned from Serializable.initDeserializeInstance(String, Map).
finishDeserializeInstance(Result) - Method in interface com.ibm.portal.app.component2.Serializable
Called after all data was send to the Result object returned from #initDeserializeInstance(String, Map).
FIRST_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go to first item" action.
FIRST_PAGE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go to first page" action.
fixupAbsolutePath(String) - Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
Convert URLs of the form http://www.ibm.com to http://www.ibm.com/ .
flag - Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidShowToolsFlagException
Invalid Show Tools flag
flag - Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidSoloFlagException
Invalid Solo flag
FLAG_COLLECTION - Static variable in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModelController
flag into the creation context to indicate that the new item is a collection
FLAG_FILE - Static variable in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModelController
flag into the creation context to indicate that the new item is a file
focusTimeout - Variable in class com.ibm.struts.taglib.html.FormTag
The focus timeout
Folder - Interface in com.ibm.portal.app.model
This type stands for application and template folders.
FolderControl - Interface in com.ibm.portal.app.model
This type stands for application and template folders.
FolderNotEmptyException - Exception in com.ibm.portal.app.service.exceptions
Occurs when there is a folder that should be deleted and the caller indicated that the folder has to be empty but the folder is actually not empty.
FolderNotEmptyException() - Constructor for exception com.ibm.portal.app.service.exceptions.FolderNotEmptyException
 
FolderNotEmptyException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.FolderNotEmptyException
 
forIdentifier(String) - Static method in class org.apache.jetspeed.portlet.Capability
Deprecated. Returns a capability for a given key (as returned by the {link #getKey} method).
forIdentifier(String) - Static method in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated.  
formatError(ErrorResponseInfo, PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.plugins.DefaultErrorResponseFormatter
Format the error information.
formatError(ErrorResponseInfo, PrintWriter) - Method in class com.ibm.portal.struts.plugins.DefaultErrorResponseFormatter
Formats the error information in the request and response objects.
formatError(ErrorResponseInfo, PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in interface com.ibm.portal.struts.plugins.IErrorResponseFormatter
Format the error information, using all the execution information available.
formatError(ErrorResponseInfo, PrintWriter) - Method in interface com.ibm.portal.struts.plugins.IErrorResponseFormatter
Format the error information en the request and response objects
formatError(ErrorResponseInfo, PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.plugins.DefaultErrorResponseFormatter
Format the error information.
formatError(ErrorResponseInfo, PrintWriter) - Method in class com.ibm.wps.portlets.struts.plugins.DefaultErrorResponseFormatter
Formats the error information in the request and response objects.
formatError(ErrorResponseInfo, PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in interface com.ibm.wps.portlets.struts.plugins.IErrorResponseFormatter
Formats the error information, using all the execution information available.
formatError(ErrorResponseInfo, PrintWriter) - Method in interface com.ibm.wps.portlets.struts.plugins.IErrorResponseFormatter
Formats the error information in the request and response objects.
FormDataDataSink - Interface in com.ibm.portal.resolver.data
Data sink that accepts a multipart data request.
FormDataInputStream - Class in com.ibm.portal.resolver.streams
Input stream that decodes a stream of type "multipart/form-data".
FormDataInputStream() - Constructor for class com.ibm.portal.resolver.streams.FormDataInputStream
 
FormDataInputStream.Entry - Class in com.ibm.portal.resolver.streams
Extension of the MultipartInputStream.Entry that adds information about the parameter name and characterset.
FormDataInputStream.Entry() - Constructor for class com.ibm.portal.resolver.streams.FormDataInputStream.Entry
 
FormTag - Class in com.ibm.struts.taglib.html
This class is a simple extension of the Struts form tag to allow creating a Portal link.
FormTag() - Constructor for class com.ibm.struts.taglib.html.FormTag
 
FORWARD - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "go forward" action.
forward(String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Processes a forward.
forward(String, HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Processes a forward.
FORWARD_KEY - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
This key is used for specifying a Struts forward.
FORWARD_KEY - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used to specify a Struts Forward.
FRAGMENT - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of a fragment identifier support
FRIENDLY_NAME_KEY - Static variable in interface com.ibm.portal.resolver.friendly.Constants
metadata key for friendly name.
FriendlySelectionService - Interface in com.ibm.portal.resolver.friendly.service
Service that helps to work with friendly selection.
FriendlySelectionService.PathMatchingResult - Interface in com.ibm.portal.resolver.friendly.service
The result of a path matching operation.
FriendlySelectionServiceHome - Interface in com.ibm.portal.resolver.friendly.service
Home interface to the selection service that can be retrieved from a service lookup.
FriendlyURL - Interface in com.ibm.portal.resolver.friendly
Generates 'friendly' URLs if possible and otherwise default EngineURL that only contain the given selection node.
FriendlyURLFactory - Interface in com.ibm.portal.resolver.friendly.accessors.url
Provides access to FriendlyURL objects that allow to systematically generate URLs with a friendly prefix.
fromInt(int) - Static method in class com.ibm.portal.ResourceType
Deprecated.  
fromString(String) - Static method in class com.ibm.portal.ResourceType
Deprecated. Use Identification.getObjectType(String) instead.

G

generateActionTriggerControl(PortletRequest, PortletResponse, PropertyValue, boolean) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns markup for displaying a Click-to-Action menu for triggering actions which can process the property passed to this method.
generateActionTriggerControl(PortletRequest, PortletResponse, PropertyValue[], String, String) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns markup to generate a Click-to-Action menu for triggering actions which can process any one of the set of properties passed to this method.
generateMarkup - Variable in class com.ibm.struts.taglib.html.FormTag
generate markup.
get(String) - Method in interface com.ibm.policy.manager.Target
Retrieve an attribute of the Target, for use in a Rule
get(Object) - Method in interface com.ibm.portal.cache.Cache
Get an entry in the cache.
get() - Method in interface com.ibm.portal.pool.ObjectPool
Returns an object from the pool.
get(HttpServletRequest) - Method in interface com.ibm.portal.struts.data.IUserConfigurationDataStore
Gets the user configuration data from the data store.
get(HttpServletRequest) - Method in class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
Get the UserConfigurationData from the data store.
get(HttpServletRequest) - Method in interface com.ibm.struts.data.IUserConfigurationDataStore
Deprecated. Gets the user configuration data from the data store.
get(HttpServletRequest) - Method in class com.ibm.wps.portlets.struts.PortletDataUserConfigurationDataStore
Gets the UserConfigurationData from the data store.
getAccessControlEnvironment() - Method in interface com.ibm.portal.ac.AccessControlHome
The returned instance of AccessControlEnvironment provides some general information about the Access Control configuration, for example the available role types.
getAccessControlGlobalRuntimeModel() - Method in interface com.ibm.portal.ac.AccessControlHome
The returned instance of AccessControlGlobalRuntimeModel provides read access to the current access control permissions on any resource that is registered at Portal Access Control
getAccessControlRuntimeModel(Identifiable) - Method in interface com.ibm.portal.ac.AccessControlHome
The returned instance of AccessControlRuntimeModel provides read access to the current access control permissions on the given resource
getAccessControlRuntimeModel() - Method in interface com.ibm.portal.ac.AccessControlRuntimeModelProvider
Returns the AccessControlRuntimeModel associated with this object
getAccessibleSlots(PortletRequest) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Returns an iterator of all credential Slots that a portlet is authorized to use
getAccessibleSlots(PortletRequest) - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Returns an iterator of all credential slots that a portlet is authorized to use
getAccessLevelID() - Method in enum com.ibm.portal.community.CommunityAccessPrivilege
Method to get the access level.
getAccessorFactory(Class<T>) - Method in interface com.ibm.portal.state.PortletStateManager
Get a factory that generates an accessor for typed access on the state holder.
getAccessorFactory(Class<T>) - Method in interface com.ibm.portal.state.service.StateManagerService
Get a factory that provides accessors for typed access on the state holder.
getAccessorType() - Method in exception com.ibm.portal.state.exceptions.AccessorException
 
getAccessPrivilegeForCommunityRole(CommunityRole) - Method in interface com.ibm.portal.community.CommunityLocator
This method retrieves the access level on the community or application that will be granted through the given community role.
getAction() - Method in interface com.ibm.portal.dnd.DNDAction
Returns the String representation of the DNDAction's action - typically a URL.
getAction() - Method in interface com.ibm.portal.propertybroker.property.Parameter
Returns the associated Action object.
getAction() - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Returns the parent Action object.
getAction() - Method in interface org.apache.jetspeed.portlet.event.ActionEvent
Deprecated. Use getActionString() instead
getActionAccessorController(String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
Returns a controller which allows for including a engine action of the given actionType into the given state holder.
getActionAccessorController(HttpServletRequest, String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
Returns a controller which allows for including a engine action of the given actionType into the given state holder.
getActionAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
Returns a controller which allows for modifying the engine action (in particular its action parameters) represented by the given node action.
This controller should be used in case that no servlet request is available, e.g.
getActionController(String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
Deprecated. since 6.0, use method getActionAccessorController(String, StateHolderController) instead
getActionController(HttpServletRequest, String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
Deprecated. since 6.0, use the method getActionAccessorController(String, StateHolderController) instead
getActionController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
Deprecated. since 6.0, use the method getActionAccessorController(String, StateHolderController) instead
getActionInvocationMetaData() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns additional metadata which may be useful for dispatchers of the action.
getActionMappingURL(String, PageContext) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Return the form action converted into a server-relative URL.
getActionNameParameter() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns the name of a parameter that should be used as a key for retrieving the action name when the action name cannot be directly passed.
getActionRequest(PortletRequest) - Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
Returns a wrapper that converts a Jetspeed portlet request to a javax action request.
getActionResponse(PortletResponse, PortletRequest) - Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
Returns a wrapper that converts a Jetspeed portlet response to a javax portlet response.
getActions() - Method in interface com.ibm.portal.dnd.DNDTarget
Returns the DNDActions associated with this drop zone.
getActions(PortletRequest, PortletSettings) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated.  
getActionServlet() - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Returns the ActionServlet object.
getActionServlet() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Returns the WpsActionServlet object.
getActionString() - Method in interface org.apache.jetspeed.portlet.event.ActionEvent
Deprecated. Returns the action string that this action event carries.
getActionTriggerMarkup(PortletRequest, PortletResponse, PropertyValue, boolean) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns an interface allowing access to markup for displaying a Click-to-Action menu for triggering actions which can process the property passed to this method.
getActionTriggerMarkup(PortletRequest, PortletResponse, PropertyValue[], String, String) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns an interface allowing access to markup to generate a Click-to-Action menu for triggering actions which can process any one of the set of properties passed to this method.
getActive() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns the Credential Slot's active/passive flag.
getActiveActions(PortletRequest, PortletSettings) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns an array of Action objects which are registered for this portlet and are currently active.
getActiveCssClassName() - Method in interface com.ibm.portal.dnd.DNDAction
Return the CSS class name for this DNDAction when in the "active" state.
getActiveOnStartup() - Method in interface com.ibm.wps.pb.property.Action
Deprecated.  
getActualResult() - Method in exception com.ibm.portal.um.exceptions.SizeLimitExceedException
Returns the size of the performed search result.
getAddablePortlets() - Method in interface com.ibm.portal.content.AddablePortletsLocator
Returns a list of object IDs of portlet definitions that can be added to the object implementing this interface, potentially a com.ibm.portal.content.LayoutModel.
getAdminPortletModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.ibmportlet.service.model.PortletModelProvider
Deprecated. Returns the administraive portlet model applicable to the current portlet request.
getAdminPortletModel(ServletRequest, ServletResponse) - Method in interface com.ibm.portal.model.PortletModelProvider
Returns the administraive portlet model applicable to the current request.
getAdminPortletModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.model.PortletModelProvider
Returns the administraive portlet model applicable to the current portlet request.
getAjaxProxyService(Context) - Method in interface com.ibm.portal.resolver.proxy.service.CorAjaxProxyServiceHome
Returns the service based on the COR context
getAjaxProxyService(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.resolver.proxy.service.PortalAjaxProxyServiceHome
Returns the service in the context of request and response
getAjaxProxyService(HttpServletRequest, HttpServletResponse, String, ServletContext) - Method in interface com.ibm.portal.resolver.proxy.service.PortalAjaxProxyServiceHome
Returns the service in the context for the given request, response, mapping path and servlet context.
getAjaxProxyService(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.resolver.proxy.service.PortletAjaxProxyServiceHome
Returns the AjaxProxyService for use in a portlet request.
getAliases() - Method in interface com.ibm.portal.portletmodel.CommunicationDatatype
Returns a list of QNames that may be used in substitution to the semantic type of this communication datatype.
getAllActions(PortletRequest, PortletSettings) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns all the actions (active or inactive) registered by the calling portlet.
getAllAllowedPortlets() - Method in interface com.ibm.portal.content.LayoutModel
Returns a list of object IDs of portlet definitions that are allowed for this layout model.
getAllAuthenticatedUserGroup() - Method in interface com.ibm.portal.um.PumaEnvironment
Deprecated. since 6.1.0.2 use #getVirtualPrincipal(PumaEnvironment.VirtualPrincipalNames.AllAuthenticatedPortalUsers) instead.
getAllCredentialSegments() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Returns a List of all available Vault Segments.
getAllDomainRolesByDomainObject(ObjectID, ObjectID) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves a set of domain specific roles that are available for the given domain object (business component) in the given community (or application).
getAllElements() - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Returns a hash table containing both text and file request parameters.
getAllElements() - Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
Returns a hash table containing both text and file request parameters.
getAllExternalUserGroup() - Method in interface com.ibm.portal.um.PumaEnvironment
Deprecated. since 6.1.0.2 use #getVirtualPrincipal(VirtualPrincipalNames.AllExternalPortalUsers) instead.
getAllForIWidgetURI(URI) - Method in interface com.ibm.portal.portletmodel.admin.IWidgetWrapperLocator
Returns all portlet definitions wrapping a given iwidget definition identified by its iwidget definition URI
getAllForIWidgetURL(String) - Method in interface com.ibm.portal.portletmodel.admin.IWidgetWrapperLocator
Returns all portlet definitions wrapping a given iwidget definition identified by its iwidget definition URL
getAllForIWidgetURL(String, ObjectID) - Method in interface com.ibm.portal.portletmodel.admin.IWidgetWrapperLocator
Returns all portlet definitions wrapping a given iwidget definition identified by its iwidget definition URL relative to a specific static content page
getAllForPortlet(Portlet) - Method in interface com.ibm.portal.portletmodel.admin.PortletDefinitionLocator
Returns all portlet definitions that are associated with the given portlet
getAllForWebApplication(WebApplication) - Method in interface com.ibm.portal.portletmodel.admin.PortletLocator
Returns all portlets that are associated with the given web application
getAllGroupsGroup() - Method in interface com.ibm.portal.um.PumaEnvironment
Deprecated. since 6.1.0.2 use #getVirtualPrincipal(VirtualPrincipalNames.AllPortalUserGroups) instead.
getAllInternalUserGroup() - Method in interface com.ibm.portal.um.PumaEnvironment
Deprecated. since 6.1.0.2 use #getVirtualPrincipal(VirtualPrincipalNames.AllInternalPortalUsers) instead.
getAllInTheme(Theme) - Method in interface com.ibm.portal.admin.SkinList
Deprecated. use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return all skins that belong to the specified theme
getAllInTheme(Theme) - Method in interface com.ibm.portal.admin.SkinModelLocator
Returns all skins that belong to the specified theme.
getAllInThemes(Iterator<? extends Theme>) - Method in interface com.ibm.portal.admin.SkinList
Deprecated. use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return all skins that belong to the specified themes
getAllInThemes(Iterator<? extends Theme>) - Method in interface com.ibm.portal.admin.SkinModelLocator
Returns all skins that belong to the specified themes.
getAllOfType(SkinType) - Method in interface com.ibm.portal.admin.SkinList
Deprecated. use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator().
getAllOfType(SkinType) - Method in interface com.ibm.portal.admin.SkinModelLocator
Deprecated. this method is deprecated without replacement Returns all skins that are of a certain skin type.
getAllowedPortlets() - Method in interface com.ibm.portal.content.LayoutModel
Returns a list of object IDs of portlet definitions that are allowed for this layout model.
getAllParentDNs() - Method in interface com.ibm.portal.um.PumaEnvironment
Retrieves all parent DNs available in the current virtual portal context
getAllParentDNs() - Method in interface com.ibm.portal.um.PumaProfile
Deprecated. As of release 6.1, replaced by PumaEnvironment.getAllParentDNs()
getAllPortletsAllowedFlag() - Method in interface com.ibm.portal.content.LayoutModel
Indicates whether all portlets are allowed for this layout model which may be part of a (explicit) derivation hierarchy.
getAllProperties(PortletRequest, PortletSettings) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns all the properties registered by the calling portlet.
getAllRoleTypes() - Method in interface com.ibm.portal.ac.AccessControlEnvironment
Returns the sorted set of all RoleTypes that are available in the system.
getAllVaultSegments() - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Returns a List of all available Vault Segments.
getAlternativeTitle(Locale) - Method in exception com.ibm.portal.app.service.exceptions.DuplicateTemplateTitleValidationException
 
getAnonymousUser() - Method in interface com.ibm.portal.um.PumaEnvironment
Deprecated. since 6.1.0.2 use #getVirtualPrincipal(VirtualPrincipalNames.AnonymousPortalUser) instead.
getApplicableRoleTypes(Identifiable) - Method in interface com.ibm.portal.ac.AccessControlEnvironment
Returns the sorted set of all RoleTypes that can be used with the given resource.
getApplicationAccessPrivileges() - Method in interface com.ibm.portal.app.service.ApplicationCatalogServiceHome
Get the ApplicationCatalogAccessPrivileges instance to check access privileges for the current user on the application catalog.
getApplicationAccessPrivileges() - Method in interface com.ibm.portal.app.service.ApplicationServiceHome
Get the ApplicationAccessPrivileges instance to check access privileges for the current user on applications.
getApplicationCatalogService() - Method in interface com.ibm.portal.app.service.ApplicationCatalogServiceHome
Get an ApplicationCatalogService instance
getApplicationID() - Method in interface com.ibm.portal.app.event.SingleApplicationEvent
Get the ObjectID of the application this event is corresponding to.
getApplicationID() - Method in interface com.ibm.portal.app.model.PolicyStatus
The ObjectID of the application this PolicyStatus was created for.
getApplicationID() - Method in interface com.ibm.portal.app.service.ApplicationLookupService
Determine the application that was associated with the request used to retrieve this service or null if no application was associated with that request.
getApplicationID() - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get the ObjectID of the application the business component belongs to.
getApplicationLookupService(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.app.service.PortalLookupServiceHome
Get an ApplicationLookupService for the current request and response.
getApplicationLookupService(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.app.service.PortletLookupServiceHome
Get an ApplicationLookupService for the current request and response.
getApplicationModelFactory() - Method in interface com.ibm.portal.app.model.ApplicationModelFactoryHome
Get an instance of the ApplicationModelFactory.
getApplicationPrefix() - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Get the application prefix associated with this command processor.
getApplicationPrefix() - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Gets the application prefix associated with this command processor.
getApplicationService(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationServiceHome
Get an ApplicationService instance for the given application id
getApplicationServices(List<ObjectID>) - Method in interface com.ibm.portal.app.service.ApplicationServiceHome
Get a ListModel for ApplicationServices for the given application ids Instead of throwing exceptions the ListModel will contain null entries for entries that can not be loaded.
getApplicationSettings() - Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributeEvent
Deprecated. Return the PortletApplicationSettings that changed.
getApplicationSettings() - Method in interface org.apache.jetspeed.portlet.PortletSettings
Deprecated. Returns the portlet application settings
getAtomContentHandler() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
getAtomContentHandler() - Method in class com.ibm.portal.resolver.atom.helper.ResettableAtomContentHandlerAdapter
 
getAtomContentHandler() - Method in interface com.ibm.portal.resolver.atom.ResettableAtomContentHandler
Returns the atom content handler that is currently attached to the chain
getAtomPublishingContentHandler() - Method in interface com.ibm.portal.resolver.atom.ResettableAtomPublishingContentHandler
Returns the atom content handler that is currently attached to the chain
getAtomThreadingContentHandler() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
 
getAtomThreadingContentHandler() - Method in interface com.ibm.portal.resolver.atom.ResettableAtomThreadingContentHandler
Returns the atom threading content handler that is currently attached to the chain
getAttribute(String) - Method in class com.ibm.portal.struts.logging.StrutsLogFactory
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttribute() - Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
Returns the object set in the portlet message.
getAttribute(String) - Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttribute() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
Returns the object set in the portlet message.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
Deprecated. Returns the value of the attribute with the given name, or null if no such attribute exists.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the attribute value with the given name, or null if no such attribute exists.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletData
Deprecated. Returns the value of the attribute with the given name, or null if no such attribute exists.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the value of the attribute with the given name, or null if no attribute with the given name exists.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletSession
Deprecated. Returns the value of the attribute with the given name, or null if no attribute with the given name exists.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletSettings
Deprecated. Returns the value of the attribute with the given name, or null if no such attribute exists.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.User
Returns the value of the attribute for the specified name, or null if no such attribute exists.
getAttributeNames() - Method in class com.ibm.portal.struts.logging.StrutsLogFactory
Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
Deprecated. Returns an enumeration of all available attributes names.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns an enumeration of the attribute names that this portlet context is aware of.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.PortletData
Deprecated. Returns an enumeration of all available attributes names.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns an enumeration of names of all attributes available to this request.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.PortletSession
Deprecated. Returns an enumeration of names of all attributes available to this session.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.PortletSettings
Deprecated. Returns an enumeration of all available attributes names.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.User
Returns an enumeration of all available attribute names.
getAttributes() - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocation
 
getAttributes(Node) - Method in interface com.ibm.portal.state.dom.DocumentModel
Return a collection of attributes for a given node.
getAttributes(Principal, List<String>) - Method in interface com.ibm.portal.um.PumaProfile
Returns a map of values based on the given Attributenames.
getAttributes(Collection<? extends Principal>, Collection<String>) - Method in interface com.ibm.portal.um.PumaProfile
Returns a map that maps principals to a map of values based on the given Attributenames.
getAuthenticatedConnection(URL) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpBasicAuthCredential
Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpBasicAuthCredential
Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
Returns a new HttpURLConnection with added authentication data.
getAuthenticatedConnection(URL) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
Returns a new HttpURLConnection with added authentication data.
getAuthenticatedConnection(URL) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectCredential
Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectCredential
Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(URL) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
Returns a new Http Url connection with added authentication data.
getAuthenticatedConnection(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
Returns a new HttpURLConnection with added authentication data.
getAuthenticatedConnection(URL) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SiteMinderTokenCredential
Returns a new HttpURLConnection with added authentication data.
getAuthenticatedConnection(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SiteMinderTokenCredential
Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(URL) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SSMTokenCredential
Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SSMTokenCredential
Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(URL) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.WebSealTokenCredential
Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.WebSealTokenCredential
Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(URL) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
Deprecated. Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
Deprecated. Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated. Returns a new HttpURLConnection with added authentication data.
getAuthenticatedConnection(URL) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated. Returns a new HttpURLConnection with added authentication data.
getAuthenticatedConnection(URL) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
Deprecated. Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
Deprecated. Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(URL) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
Returns a new Http Url connection with added authentication data.
getAuthenticatedConnection(String) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
Returns a new HttpURLConnection with added authentication data.
getAuthenticatedConnection(URL) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
Deprecated. Returns a new HttpURLConnection with added authentication data.
getAuthenticatedConnection(String) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
Deprecated. Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(URL) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
Deprecated. Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
Deprecated. Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(URL) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
Deprecated. Returns a new Http URL connection with added authentication data.
getAuthenticatedConnection(String) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
Deprecated. Returns a new Http URL connection with added authentication data.
getAuthenticatedSession(Session, String) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JavaMailCredential
Authenticates an javax.mail.Session.
getAuthenticatedSession(Session, String, int) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JavaMailCredential
Authenticates an javax.mail.Session.
getAuthenticatedSession(Session, String) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
Deprecated. Authenticates an javax.mail.Session.
getAuthenticatedSession(Session, String, int) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
Deprecated. Authenticates an javax.mail.Session.
getAvailableLocales() - Method in interface com.ibm.portal.model.LocalizedContextHome
Returns the set of all available locales in the system
getAwareCssClassName() - Method in interface com.ibm.portal.dnd.DNDAction
Return the CSS class name for this DNDAction when in the "aware" state.
getBase64OutputStream() - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
OutputStream used to stream a string value encoded as base64, similar to the DefaultJsonContentHandler.value(String) method.
getBaseTextDirection(Locale) - Method in interface com.ibm.portal.model.LocalizedContextHome
Computes the base text direction for a given locale.
getBaseURI() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Request
Deprecated. 
getBaseURI() - Method in interface com.ibm.portal.resolver.xml.URIResolver
Returns the current base URI
getBaseURL() - Method in interface com.ibm.portal.resolver.xml.URLResolver
Returns the current base URL
getBeautify() - Method in class com.ibm.wps.engine.tags.StateSerializeTag
Getter for the beautify attribute.
getBinaryTransferEncoding() - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
getBindingType() - Method in interface com.ibm.portal.propertybroker.property.Parameter
Returns where the parameter is bound.
getBooleanAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorFactory
Returns an interface providing read access to an arbitrary boolean flag.
getBooleanAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorFactory
Returns an interface providing read access to an arbitrary boolean flag.
getBooleanAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorFactory
Returns an interface providing read-write access to an arbitrary boolean flag.
getBooleanAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorFactory
Returns an interface providing read-write access to an arbitrary boolean flag.
getBoundTo() - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Returns where the parameter is bound.
getBundle(Locale) - Method in interface com.ibm.portal.model.ResourceBundleProvider
Returns a resource bundle in the given locale.
getBusinessComponentAccessPrivileges() - Method in interface com.ibm.portal.app.service.BusinessComponentServiceHome
Get the BusinessComponentAccessPrivileges instance to check access privileges for the current user on components.
getBusinessComponentID() - Method in interface com.ibm.portal.app.service.BusinessComponentLookupService
Determine the business component that was associated with the request used to retrieve this service or null if no business component was associated with that request.
getBusinessComponentIDs() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the set of business component ids of this application instance.
getBusinessComponentIDsByBackupSupport(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Get ObjectIDs of all BusinessComponents of this Application depending on the backup support.
getBusinessComponentIDsByJndiName(String) - Method in interface com.ibm.portal.app.service.ApplicationService
Get ObjectIDs of all BusinessComponent for this application having the specified JNDI name.
getBusinessComponentLookupService(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.app.service.PortletLookupServiceHome
Get a BusinessComponentLookupService for the current request and response.
getBusinessComponentService(ObjectID) - Method in interface com.ibm.portal.app.service.BusinessComponentServiceHome
Get an BusinessComponentService instance for the given bc id
getByName(String) - Method in interface com.ibm.portal.admin.MarkupList
Returns a Markup object with the given name
getCacheControlExtensions() - Method in interface com.ibm.portal.resolver.data.CacheControlDataSource
Returns a map of cache control extensions that get added to the cache control header, as defined in ://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.6
getCachedDataSourceFactory(CachedDataSourceFactory.Callback<T>, Boolean) - Method in interface com.ibm.portal.resolver.cache.CacheFactory
Returns either a new or existing instance of the cache.
getCachedDataSourceFactory(Class<? extends CachedDataSourceFactory.Callback<T>>, Boolean) - Method in interface com.ibm.portal.resolver.cache.CacheFactory
Returns an existing instance of the cache.
getCacheKey() - Method in interface com.ibm.policy.manager.Target
 
getCachePolicy() - Method in interface com.ibm.portal.resolver.data.CacheControlDataSource
Returns the caching policy for the data
getCacheScope() - Method in interface com.ibm.portal.resolver.data.CacheControlDataSource
Returns the cache scope for the data
getCallback() - Method in interface com.ibm.portal.resolver.cache.CachedDataSourceFactory
Returns the callback interface used by this cache
getCandidateContentMappings() - Method in interface com.ibm.portal.services.contentmapping.LongestPathMatch
If there are multiple best matches, this method returns the list of all best matching content mappings.
getCapabilities() - Method in interface com.ibm.portal.admin.Client
Return a collection of Strings that denote the client capabilities.
getCapabilities() - Method in interface com.ibm.portal.admin.ModifiableClient
Return a collection of Strings that denote the client capabilities.
getCategories() - Method in interface com.ibm.portal.cp.rating.controller.RatingCreationContext
Returns a set of categories the resource the rating is being associated to belongs to.
getCategories() - Method in class com.ibm.portal.cp.resources.builder.AbstractCustomResource
 
getCategories() - Method in interface com.ibm.portal.cp.resources.builder.CustomResourceBuilder.ResourceParameters
Returns the categories of the resource
getCategories() - Method in interface com.ibm.portal.cp.resources.CustomResource
Returns the categories this resource belongs to.
getCategories() - Method in interface com.ibm.portal.cp.resources.CustomResourceCreationContext
Returns the list of categories the resource should belong to.
getCategories() - Method in interface com.ibm.portal.cp.tagging.controller.TagCreationContext
Returns a set of categories the resource the tag is being associated to belongs to.
getCause() - Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
getCause() - Method in exception com.ibm.portal.resolver.xml.exception.IOSAXException
 
getCause() - Method in exception com.ibm.portal.resolver.xml.exception.IOTransformerException
 
getCause() - Method in exception com.ibm.portal.resolver.xml.exception.SAXIOException
 
getCause() - Method in exception com.ibm.portal.resolver.xml.exception.SAXTransformerException
 
getCause() - Method in exception com.ibm.portal.resolver.xml.exception.TransformerIOException
 
getCause() - Method in exception com.ibm.portal.resolver.xml.exception.TransformerSAXException
 
getChangeType() - Method in interface com.ibm.portal.propertybroker.property.PropertyValue
Return the reason the property value change is being propagated.
getChangeType() - Method in interface com.ibm.wps.pb.property.PropertyValue
Deprecated. Returns the reason for the property value change.
getCharacterEncoding() - Method in interface org.apache.jetspeed.portlet.PortletResponse
Returns the name of the charset used for the MIME body sent in this response.
getCharacterSet() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
 
getCharacterSet() - Method in interface org.apache.jetspeed.portlet.PortletResponse
Deprecated. use getCharacterEncoding since version 1.1
getCharacterStream() - Method in class com.ibm.portal.streaming.json.JSONInputSource
Get the character stream for this input source.
getCharset(Locale) - Method in interface com.ibm.portal.admin.Markup
Returns the character set of the markup, dependent on the selected locale
getCharset(Language) - Method in interface com.ibm.portal.admin.Markup
Returns the character set of the markup, dependent on the selected language
getCharset() - Method in class com.ibm.portal.resolver.streams.FormDataInputStream.Entry
Returns the characterset used to decode the value.
getCharsetFromContentType(String) - Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
Extract the charset from the Content-Type string, or return a default if unavailable.
getChildFolders(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get the child folder objects you are allowed to see for a given parent folder ObjectID
getChildren(ObjectID, ObjectType) - Method in interface com.ibm.portal.ac.ManagedProtectedResourceModel
Returns all the child elements of the given node that are of the given ObjectType.
getChildren(Node) - Method in interface com.ibm.portal.state.dom.DocumentModel
Returns an immutable list of children for the node.
getChildren(E) - Method in interface com.ibm.portal.TreeModel
Returns an iterator over the child elements for the given node.
getChildren(MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTree
Deprecated. Returns an iterator over all children of the specified menu node.
getClassName() - Method in interface com.ibm.portal.portletmodel.CommunicationDatatype
Returns the class used to encapsulate the transferred data.
getClassname() - Method in interface com.ibm.portal.propertybroker.property.Property
Returns class used to encapsulate the property value.
getClassName() - Method in interface com.ibm.portal.propertybroker.property.Property
Deprecated. Use getClassname instead.
getClassname() - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns the fully qualified java class name for the property object.
getClient(ObjectID) - Method in interface com.ibm.portal.admin.ClientList
Deprecated. Use LocatorProvider#getLocator()#findByID()
getClient(String) - Method in interface com.ibm.portal.admin.ClientListLocator
Gets the client object that matches the given user agent string.
getClient(RuntimeContext, String) - Method in interface com.ibm.portal.admin.runtime.RuntimeClientListLocator
Gets the client object that matches the given user agent string.
getClient() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
Returns the wrapped client.
getClient() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
getClient() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns an object representing the client device that the user connects to the portal with.
getClientList(ServletRequest, ServletResponse) - Method in interface com.ibm.portal.model.ClientListProvider
Returns the portal client list.
getClientList() - Method in interface com.ibm.portal.model.ClientListProvider
Returns the portal client list.
getClientList(PortletRequest) - Method in interface com.ibm.portal.portlet.service.model.ClientListProvider
Returns the portal client list.
getClientListControllerProvider() - Method in interface com.ibm.portal.model.ClientListControllerHome
Returns a client list model controller provider.
getClientListProvider() - Method in interface com.ibm.portal.model.ClientListHome
Returns a client list provider.
getClientWrapper() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
Use this method to return a wrapped client instead of the getClient method
getCodec() - Method in exception com.ibm.portal.state.exceptions.CannotInterpretCodecException
Returns the codec that cannot be interpreted.
getCommand(PortletRequest, PortletResponse) - Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
Get the IViewCommand.
getCommand(PortletRequest, PortletResponse, String) - Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
Get the IViewCommand.
getCommand(PortletRequest, PortletResponse) - Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
Gets the IViewCommand.
getCommand(PortletRequest, PortletResponse, String) - Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
Gets the IViewCommand.
getCommandPrefix(PortletRequest) - Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
Returns the command prefix determined from the request object.
getCommandPrefix(PortletRequest) - Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
Returns the command prefix determined from the request object.
getCommunitiesForPrincipal(Principal, boolean) - Method in interface com.ibm.portal.community.CommunityLocator
Retrieves all Community ObjectIDs in which the Principal is assigned to at least one Community Role.
getCommunityForRole(ObjectID) - Method in interface com.ibm.portal.community.CommunityLocator
Retrieves the Community ObjectID of a given DomainRole or CommunityRole.
getCommunityID() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the id of the community.
getCommunityOID() - Method in interface com.ibm.portal.community.AbstractRole
Returns the Community ObjectID of the community (application entity) this role belongs to.
getCommunityRoleFromObjectID(ObjectID, ObjectID) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves the CommunityRole object for a specific community role specified through its ObjectID.
getCommunityRoleFromObjectID(ObjectID) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves the CommunityRole object for a specific community role specified through its ObjectID.
getCommunityRolesForCommunity(ObjectID) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves the CommunityRole objects of all community roles available in the community.
getCommunityRolesForPrincipal(ObjectID, Principal, boolean) - Method in interface com.ibm.portal.community.CommunityLocator
Retrieves all CommunityRoles that are assigned to the Principal.
getComponentRoles(String) - Method in interface com.ibm.portal.app.component.Membership
Deprecated. Returns a list of ComponentRole objects used by this component.
getConcretePortletName() - Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
Returns the name of the concrete portlet.
getConcretePortletName() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
Returns the set name of the concrete portlet.
getConfigurationElement() - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
getConfigurationName() - Method in interface com.ibm.portal.taskui.dynamicui.DynamicPageHandle
Returns the name of the dynamic ui configuration to which the dynamic page belongs to.
getConstantParameters() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns an unmodifiable Map containing name, value entries.
getConstantParameters() - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns a Map containing name, value entries.
getContainedPortalRoles() - Method in interface com.ibm.portal.community.LocalizedDomainRole
Returns the PAC roles that are contained in this portal specific domain role.
getContainerInfo() - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the name and version of the portlet container which the portlet is running in.
getContentDisposition() - Method in class com.ibm.portal.resolver.streams.FormDataInputStream.Entry
The decoded content disposition, will always be available, because otherwise the mime entry would not habe been recognized as a valid multipart/form-data entry.
getContentHandler() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
getContentHandler() - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
 
getContentHandler() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Response
The content handler that can be used to produce the response
getContentHandler() - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
getContentHandler() - Method in class com.ibm.portal.resolver.xml.helper.ResettableContentHandlerAdapter
 
getContentID() - Method in interface com.ibm.portal.services.contentmapping.ContentMapping
Returns the content ID for this mapping.
getContentLength() - Method in interface com.ibm.portal.resolver.data.ContentLengthDataSource
Returns the number of bytes that this DataSource will produce.
getContentLocation(String) - Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
 
getContentLocation(URI) - Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
 
getContentMapping() - Method in interface com.ibm.portal.services.contentmapping.LongestPathMatch
Returns the disambiguated content mapping responsible for the best match, or null if no such mapping exists.
getContentMappingDelegationService(ContentMappingInfo) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoHome
Returns the ContentMappingDelegationService for the given ContentMappingInfo object.
getContentMappingInfo(Identifiable) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoHome
Returns the ContentMappingInfo object for the given portal resource giving access to all content mappings assigened to that resource.
getContentMappingInfo(List<ObjectID>) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoHome
Returns the list of ContentMappingInfo objects for the given list of portal resource IDs.
getContentMappingInfo() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoProvider
Returns the ContentMappingInfo object for this resource.
getContentMappingInfoController() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoHome
Returns a ContentMappingInfoController object that can be used to create modifiable versions of ContentMappingInfo objects and to commit modifications done to corresponding ModifiableContentMappingInfo objects.
getContentMappingLocator() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoHome
Returns the ContentMappingLocator that can be used to search for specific content mappings.
getContentMappings() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfo
Returns the list of all individual content mappings assigned to this resource.
getContentMappings(String) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfo
Returns the individual content mappings assigned to this resource for a given content mapping scope.
getContentMetaDataModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.ibmportlet.service.model.ContentMetaDataModelProvider
Deprecated. Returns the content meta data model applicable in the current request.
getContentMetaDataModel(ServletRequest, ServletResponse) - Method in interface com.ibm.portal.model.ContentMetaDataModelProvider
Returns the content node meta data model applicable in the current request.
getContentMetaDataModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.model.ContentMetaDataModelProvider
Returns the content node meta data model applicable in the current request.
getContentMetaDataModelProvider() - Method in interface com.ibm.portal.model.ContentMetaDataModelHome
Returns a provider for the aggregated content node meta data model.
getContentModel(Context) - Method in interface com.ibm.portal.cor.service.ContentModelProvider
Returns the content model applicable in the COR context request.
getContentModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.ibmportlet.service.model.ContentModelProvider
Deprecated. Returns the content model applicable in the current request.
getContentModel(ServletRequest, ServletResponse) - Method in interface com.ibm.portal.model.ContentModelProvider
Returns the content model applicable in the current request.
getContentModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.model.ContentModelProvider
Returns the content model applicable in the current request.
getContentModelControllerProvider() - Method in interface com.ibm.portal.model.controller.ContentModelControllerHome
Returns a content model provider.
getContentModelProvider() - Method in interface com.ibm.portal.cor.service.ContentModelHome
Returns a content model provider.
getContentModelProvider() - Method in interface com.ibm.portal.model.ContentModelHome
Returns a content model provider.
getContentNode() - Method in interface com.ibm.portal.navigation.NavigationNode
Returns the content node associated with this navigation node.
getContentNodeType() - Method in interface com.ibm.portal.content.ContentNode
Returns the type of this content node.
getContentPage() - Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
Method that can be used to obtain the content page this service operates on.
getContentPageID(PortletWindow) - Method in interface com.ibm.portal.portletmodel.admin.PortletWindowList
Returns the ObjectID of the ContentPage the given portlet windows resides on.
getContentPath() - Method in interface com.ibm.portal.services.contentmapping.ContentMapping
Returns the content path for this mapping.
getContentType() - Method in interface com.ibm.portal.resolver.data.CharDataSource
Mime type of the data.
getContentType() - Method in interface com.ibm.portal.resolver.data.DataSource
Mime type of the data.
getContentType() - Method in class com.ibm.portal.resolver.data.DataURI
Returns the content type of the URI
getContentType(byte[]) - Method in class com.ibm.portal.resolver.data.FileTypeMap
Tries to determine the content type from the data array.
getContentType(byte[], int, int) - Method in class com.ibm.portal.resolver.data.FileTypeMap
Tries to determine the content type from the data array.
getContentType() - Method in interface com.ibm.portal.resolver.data.MultipartDataSource
Mime type of the data.
getContentType() - Method in interface com.ibm.portal.resolver.data.XmlDataSource
Mime type of the data.
getContentType() - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
 
getContentType() - Method in interface com.ibm.portal.resolver.streams.MultipartStream.Entry
Mime type of the data.
getContentType() - Method in interface com.ibm.portal.spa.parser.StaticPageParser
Returns the mime-type string that this parser matches
getContentType() - Method in interface com.ibm.portal.spa.parser.ThemeParser
Returns the mime-type string that this parser matches
getContentType(PortletRequest) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Returns the content type associated with this command.
getContentType() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
 
getContentType() - Method in interface org.apache.jetspeed.portlet.PortletResponse
Returns the content type that can be used to contribute markup to the portlet response.
getContext() - Method in class com.ibm.policy.manager.HttpRequestRuleContext
 
getContext() - Method in class com.ibm.policy.manager.MapRequestContext
 
getContext() - Method in class com.ibm.policy.manager.portal.PortletRequestRuleContext
 
getContext() - Method in interface com.ibm.portal.resolver.service.PocService
Returns the COR Context for the environment that matches the service environment.
getContext() - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Returns a request independent COR context.
getContext() - Method in interface com.ibm.portal.resolver.service.PortalPocService
Returns the COR ServletContext for the current portal request.
getContext() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Request
Provides access to the COR context, e.g.
getContext() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Deprecated. Returns the portlet context.
getContextAccessor() - Method in interface com.ibm.portal.resolver.service.PocService
Returns access to information about the current access context.
getContextName() - Method in class com.ibm.portal.struts.portlet.StrutsInfo
Get the context name associated with this Servlet
getContextPath() - Method in interface com.ibm.portal.state.accessors.url.ServerContext
Returns the context path.
getContextPath() - Method in class com.ibm.portal.struts.portlet.StrutsInfo
Get the context path associated with this Servlet
getContextRoot() - Method in interface com.ibm.portal.admin.Decoration
Returns the context root under which the decoration is deployed.
getContextRoot() - Method in interface com.ibm.portal.admin.DecorationCreationContext
Returns the context root of the skin.
getContextRoot() - Method in interface com.ibm.portal.portletmodel.WebApplication
Return the context root for the web application
getContextRoot() - Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
Gets the context root associated with this servlet.
getController() - Method in interface com.ibm.portal.community.CommunityHome
The returned instance of CommunityController can be used to modify community roles, domain roles and membership assignements.
getController(ActionEvent) - Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
Deprecated. The returned instance of PumaController can be used to read/modify attributes for a com.ibm.portal.um.Principal
getController(javax.portlet.ActionRequest) - Method in interface com.ibm.portal.um.portletservice.PumaHome
The returned instance of PumaController can be used to read/modify attributes for a Principal
getController() - Method in interface com.ibm.portal.um.PumaAdminHome
Deprecated. The returned instance of PumaController can be used to read/modify attributes for a Principal The PumaController object returned by this method uses
WebSphere Application Server security features to determine the current available user.
getController(javax.servlet.ServletRequest) - Method in interface com.ibm.portal.um.PumaHome
Deprecated. since 6.1 use PumaHome.getController() instead
getController() - Method in interface com.ibm.portal.um.PumaHome
The returned instance of PumaController can be used to read/modify attributes for a Principal The PumaController object returned by this method uses
WebSphere Application Server RunAs Subject security feature to determine the current available user.
getController(String, javax.servlet.ServletRequest) - Method in interface com.ibm.portal.um.PumaHome
Deprecated. since 6.1.0.2 use #getController(String) instead
getCookies() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns an array containing all of the Cookie objects the client sent with this request.
getCorContext() - Method in interface com.ibm.portal.portlet.IWidgetWrapperCreationContext
The current content operations registry context.
getCorRatingModelProvider() - Method in interface com.ibm.portal.cp.rating.CorRatingModelHome
Returns a rating model provider.
getCorResourceModelProvider() - Method in interface com.ibm.portal.cp.resources.CorResourceModelHome
Returns a resource model provider.
getCorTagModelProvider() - Method in interface com.ibm.portal.cp.tagging.CorTagModelHome
Returns a tag model provider.
getCount() - Method in interface com.ibm.portal.cp.tagging.TagSpace
 
getCPCreationContextBuilderFactoryInstance() - Static method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Returns an instance of the factory.
getCPIID() - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialSlotConfig
Deprecated. Use com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig#getPortalCPIID() returning com.ibm.portal.ObjectID instead.
getCreated() - Method in interface com.ibm.portal.app.model.RestorePoint
Get the date this RestorePoint was created on.
getCreated() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the Date when this application instance was created Always returns a valid object, never null.
getCreated() - Method in interface com.ibm.portal.app.service.TemplateService
Get the creation date.
getCreated() - Method in interface com.ibm.portal.cp.resources.Resource
Returns a creation date related to the context used to create this Resource instance.
getCreated() - Method in interface com.ibm.portal.resolver.data.DataSource
Returns the creation date of the resource.
getCreated() - Method in interface com.ibm.portal.TimeStamped
Returns the creation date of the resource.
getCreatedBy() - Method in interface com.ibm.portal.app.service.TemplateService
The ObjectID identifying the creating portal user.
getCreateParameters() - Method in interface com.ibm.portal.app.component.Lifecycle
Deprecated. Called before createInstance(ListModel) to find out what parameters (names, types) this components accepts for the instanctiation.
getCreationContext() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavCreationContext
Returns the CreationContext object that can be passed in to the ModelController.create(Class, CreationContext) method.
getCreationTime() - Method in interface org.apache.jetspeed.portlet.PortletSession
Deprecated. Returns the point of time that this session was created.
getCreatorID() - Method in interface com.ibm.portal.app.model.RestorePoint
Get the ObjectID of the user who created this RestorePoint.
getCreatorID() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the id of the user who created this application instance Always returns a valid object, never null.
getCredential(String, String, Map, PortletRequest) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Returns a specific credential from a specific slot.
getCredential(int, Identifiable, String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Retreives a mapped credential of the provided Secret Type under the specified resource.
getCredential(int, String, String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Retreives a mapped credential of the provided Secret Type under the specified resource.
getCredential(String, String, Map, PortletRequest) - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Returns a specific credential from a specific slot.
getCredentialSecret() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.CredentialDataEntry
This method returns the CredentialSecret that is to be exported.
getCredentialSlotDescription(String, Locale) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Returns a credential slot's description for the specified locale.
getCredentialTypes() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Returns an Iterator over all available credential types that are registered in the credential type registry.
getCredentialTypes() - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Returns an Iterator over all available credential types that are registered in the credential type registry.
getCssClassName() - Method in interface com.ibm.portal.dnd.DNDSource
Return the CSS class name for this DNDSource.
getCurrentPageNumber() - Method in interface com.ibm.portal.um.PagingIterator
Returns the page number of the page that was recently requested or -1 if no page has been requested yet.
getCurrentPortletWindow(PortletRequest) - Method in interface com.ibm.portal.ibmportlet.service.model.PortletModelProvider
Deprecated. Returns the portlet window for the given portlet request
getCurrentPortletWindow(javax.portlet.PortletRequest) - Method in interface com.ibm.portal.portlet.service.model.PortletModelProvider
Returns the portlet window for the given portlet request
getCurrentPortletWindowStateParameterService(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.state.service.parameters.PortletStateParameterServiceHome
Returns a service that can be used to manipulate parameters of the given request's portlet window.
getCurrentUser() - Method in interface com.ibm.portal.um.PumaProfile
Returns an object of type User for the current User.
This method returns null
if no security context is available from the WebShpere Application Server runtime and the service instance has no access to the request object
getCurrentValue() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the current appllication value of the monitored policy item, e.g.
getData() - Method in class com.ibm.portal.resolver.data.DataURI
Returns the data of the URI
getData() - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
getData() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
getData() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the data of the concrete portlet instance
getDataSinkFactory() - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Returns a DataSinkFactoryEx that does a COR lookup to find the actual DataSinkFactoryEx.
getDataSourceFactory() - Method in interface com.ibm.portal.resolver.cache.CachedDataSourceFactory
Returns the factory used to execute the downstream lookups for the DataSource objects.
getDataSourceFactory(Boolean) - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Returns a DataSourceFactoryEx that does a COR lookup to find the actual DataSourceFactoryEx.
getDataSourceHandler() - Method in interface com.ibm.portal.resolver.data.URIParser
Returns the handler that is currently assigned.
getDatatype() - Method in interface com.ibm.portal.portletmodel.CommunicationEndpoint
Return the data type for the data produced or consumed by this endpoint.
getDate() - Method in interface com.ibm.portal.app.event.ApplicationEvent
Provide the date at which the described event took place.
getDateHeader(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the value of the specified request header as a long value that represents a Date object.
getDefault() - Method in interface com.ibm.portal.admin.LanguageList
Returns the Language object representing the default language of the portal.
getDefault() - Method in interface com.ibm.portal.admin.SkinList
Returns the portal default skin
getDefault() - Method in interface com.ibm.portal.admin.ThemeList
Returns the default theme.
getDefaultCharset() - Method in interface com.ibm.portal.admin.Markup
Returns the default character set of the markup.
getDefaultContentMapping() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfo
Returns the default content mapping for the default scope.
getDefaultContentMapping(String) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfo
Returns the default content mapping for a given scope.
getDefaultForTheme(Theme) - Method in interface com.ibm.portal.admin.SkinList
Deprecated. use the method of the SkinModelLocator; the locator can be obtained with LocatorProvider.getLocator(). Return the default Skin for the denoted theme.
getDefaultForTheme(Theme) - Method in interface com.ibm.portal.admin.SkinModelLocator
Returns the default skin for the given theme.
getDefaultLocale() - Method in interface com.ibm.portal.admin.Decoration
Returns the default locale for the decoration
getDefaultLocale() - Method in interface com.ibm.portal.model.LocalizedContext
Deprecated. use LocalizedContextHome.getDefaultLocale() instead
getDefaultLocale() - Method in interface com.ibm.portal.model.LocalizedContextHome
Returns the default locale as defined by portal
getDefaultLocale() - Method in interface org.apache.jetspeed.portlet.PortletSettings
Deprecated. Returns the portlet's default locale.
getDefaultPortletActionName() - Method in class com.ibm.portal.struts.common.PortletApiUtils
Returns the name of the portlet action for a Struts PortletURI.
getDefaultSkinObjectID() - Method in interface com.ibm.portal.admin.Theme
Returns the object ID of the default skin for the theme.
getDefaultUserCredentialSegmentId() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Returns the ObjectID of the default user managed vault segment.
getDefaultUserVaultSegmentId() - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. use getDefaultUserVaultSegmentPortalId() instead.
getDefaultUserVaultSegmentPortalId() - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Returns the ObjectID of the default user managed vault segment.
getDefaultValue() - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns a default value for the property.
getDefinedGroupAttributeDefinitions() - Method in interface com.ibm.portal.um.PumaProfile
Returns all attributes available for the type Group
getDefinedUserAttributeDefinitions() - Method in interface com.ibm.portal.um.PumaProfile
Returns all attributes available for the type User
getDefinedUserAttributeNames() - Method in interface com.ibm.portal.um.PumaProfile
Returns all attributes available for the type User
getDefinitionsFactory() - Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
Get associated definition factory.
getDelegate() - Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
Returns the localized status to delegate the translation to
getDelegate() - Method in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
Returns the localized status to delegate the translation to
getDeletableFlag(E) - Method in interface com.ibm.portal.content.LayoutModel
Returns the deletable flag set for this node.
getDeletePortletActionController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorFactory
Returns a DeletePortletActionAccessorController which allows for including a "Delete Portlet" engine action into the given state holder.
This controller should be used in case that no servlet request is available, e.g.
getDeletePortletActionController(HttpServletRequest, StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorFactory
Returns a DeletePortletActionAccessorController which allows for including a "Delete Portlet" engine action into the state holder.
getDeletePortletActionController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorFactory
Returns a DeletePortletActionAccessorController which allows for including a "Delete Portlet" engine action into the state holder.
This controller should be used in case that no servlet request is available, e.g.
getDependencyIdLength() - Method in interface com.ibm.portal.resolver.friendly.cache.DependencyIdProvider
 
getDerivationParent() - Method in interface com.ibm.portal.content.DerivedContentPageCreationContext
Returns a content page that serves as the derivation parent for the page to be created.
getDescription(Locale) - Method in exception com.ibm.portal.app.exceptions.ComponentException
 
getDescription(Locale) - Method in exception com.ibm.portal.app.service.backup.BackupServiceException
 
getDescription(Locale) - Method in class com.ibm.portal.community.LocalizedDataObject
Returns the description of the domain role in the given locale.
getDescription(Locale) - Method in exception com.ibm.portal.cp.resources.builder.ResourceBuilderException
 
getDescription(Locale) - Method in exception com.ibm.portal.eventing.service.EventDistributionServiceException
 
getDescription(Locale) - Method in interface com.ibm.portal.Localized
Returns the description of this object in the given locale.
getDescription(Localized) - Method in interface com.ibm.portal.model.LocalizedContext
Deprecated. use LocalizedContext.getLocalizedDescription(Localized) instead
getDescription(Localized, Enumeration<Locale>) - Method in interface com.ibm.portal.model.LocalizedStringResolver
Deprecated. Returns the description of the given node in a locale given by the enumeration.
getDescription(Locale) - Method in exception com.ibm.portal.ModelException
 
getDescription(Locale) - Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
Returns a language-specific detailed explanation of this exception.
getDescription() - Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
Returns the Description of this Vault Segment.
getDescription(Locale) - Method in class com.ibm.portal.portlet.service.PortletServiceUnavailableException
Return a language-specific detailed explanation of this exception.
getDescription(Locale) - Method in interface com.ibm.portal.propertybroker.property.Action
Returns string containing a description of the action which can be used as a visual aid when displayed by tools or as help text.
getDescription(Locale) - Method in interface com.ibm.portal.propertybroker.property.Parameter
Returns a string containing a description of the parameter, suitable for display by tools or as help text.
getDescription(Locale) - Method in interface com.ibm.portal.propertybroker.property.Property
Returns a text description for this property for the provided locale.
getDescription(Locale) - Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
getDescription(Locale) - Method in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
getDescription(Locale) - Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
 
getDescription(Locale) - Method in exception com.ibm.portal.security.exceptions.SecurityException
Return a language-specific detailed explanation of this exception.
getDescription(Locale) - Method in exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
 
getDescription(Locale) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
getDescription(Locale) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
getDescription(Locale) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
getDescription(Locale) - Method in exception com.ibm.portal.um.exceptions.PumaException
Return a language-specific detailed explanation of this exception.
getDescription() - Method in interface com.ibm.wps.pb.property.Action
Deprecated.  
getDescription(Locale) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns a string containing a description of the action which can be used as a visual aid.
getDescription() - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated.  
getDescription(Locale) - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Return a string containing a description of the parameter.
getDescription() - Method in interface com.ibm.wps.pb.property.Property
Deprecated.  
getDescription(Locale) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns a text description for this property for the provided locale.
getDescription() - Method in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. Returns description of the menu tree node for the locale of the current request.
getDescription(Locale) - Method in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. Returns description of the menu tree node for a specific locale.
getDescription() - Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
Deprecated. Returns the Description of this Vault Segment.
getDigest() - Method in interface com.ibm.portal.resolver.accessors.ContextAccessor
Returns a string that represents a hash over the request headers that might influence the responses (independent of the request URL).
getDigest(DataSource) - Method in interface com.ibm.portal.resolver.accessors.ContextAccessor
Returns the digest for the given data source.
getDigest() - Method in interface com.ibm.portal.resolver.accessors.DigestProvider
Returns a string that represents a hash over the request headers that might influence the responses (independent of the request URL).
getDigest() - Method in interface com.ibm.portal.resolver.DigestContext
Returns a string that represents a hash over the request headers that might influence the responses (independent of the request URL).
getDigest() - Method in interface com.ibm.portal.resolver.PocURL
Returns a string that represents a hash over the request headers that might influence the responses (independent of the request URL).
getDir() - Method in class com.ibm.struts.taglib.html.FileTag
Returns the dir attribute
getDir() - Method in class com.ibm.struts.taglib.html.PasswordTag
Returns the dir attribute.
getDir() - Method in class com.ibm.struts.taglib.html.SelectTag
Returns the dir attribute
getDir() - Method in class com.ibm.struts.taglib.html.TextareaTag
Returns the dir attribute
getDir() - Method in class com.ibm.struts.taglib.html.TextTag
Returns the dir attribute
getDirection() - Method in interface com.ibm.portal.propertybroker.property.Property
Returns whether the property is produced or consumed.
getDirection() - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns whether the property is produced or consumed.
getDisplayDescription(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Retrieve unique key to be used to lookup the locale specific description of the attribute
getDisplayInfo(String) - Method in interface com.ibm.portal.app.component.DisplayInfo
Deprecated. Get the localized title and description for a component instance.
getDisplayInfo(ObjectID) - Method in interface com.ibm.portal.app.component2.DisplayInfo
Get the localized title and description for a component instance.
getDisplayName(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Retrieve unique key to be used to lookup the locale specific name of the specified attribute
getDisplayOption(String) - Method in interface com.ibm.portal.content.DisplayOptions
Gets the display option of this Page for an existing markup.
getDisplayOption(Markup) - Method in interface com.ibm.portal.content.DisplayOptions
Gets the display option of this Page for an existing markup.
getDisposition() - Method in interface com.ibm.portal.resolver.data.ContentDispositionDataSource
Returns the content disposition
getDNDProperties() - Method in interface com.ibm.portal.dnd.DNDAction
Returns the DNDProperties associated with this DNDAction.
getDNDProperties() - Method in interface com.ibm.portal.dnd.DNDSource
Returns the DNDProperties associated with this DNDAction.
getDomainObjectOID() - Method in interface com.ibm.portal.community.DomainRole
Returns the ObjectID of the domain object (business component).
getDomainProvider() - Method in interface com.ibm.portal.model.controller.context.DomainProviderCreationContext
An identifiable which defines the target domain for a newly created node.
getDomainProvider() - Method in interface com.ibm.portal.portlet.PortletDefinitionCloningContext
An identifiable which defines the target domain for the clone.
getDomainProvider() - Method in interface com.ibm.portal.portlet.PortletEntityCreationContext
An identifiable which defines the target domain for shared portlet entity.
getDomainRoleByDomainObject(ObjectID, ObjectID, String) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves a domain specific role specified by the role name for the given domain object (business component) in the given community (or application).
getDomainRolesInCommunity(ObjectID) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves all domain roles belonging to a community ordered by domain objects (business components) in the given community (or application).
getDomainRolesMappedToCommunityRole(CommunityRole) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves a set of domain specific roles that are assigned to the given community role.
getDragClone() - Method in interface com.ibm.portal.dnd.DNDSource
Returns a flag indicating whether or not the browser should drag a clone of the draggable markup
getDynamicUICtrl(ActionRequest, ActionResponse, String) - Method in interface com.ibm.portal.portlet.service.dynamicui.DynamicUIManagementFactoryService
Returns the DynamicUICtrl for a given configuration.
getDynamicUIInfo(PortletRequest, PortletResponse, String) - Method in interface com.ibm.portal.portlet.service.dynamicui.DynamicUIManagementFactoryService
Returns the DynamicUIInfo for a given configuration.
getEffectiveWires() - Method in interface com.ibm.portal.wire.WireModel
Deprecated. since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, use this WireModel itself instead.
getEncodedBeanName(String, HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Returns the encoded bean name with the first character upper-cased if isFormNamescoped returns true.
getEncodedBeanName() - Method in class com.ibm.struts.taglib.html.FormTag
Returns the encoded bean name
getEndpointProvider() - Method in interface com.ibm.portal.portletmodel.PortletDefinition
Returns the CommunicationEndpointProvider which may be used to load the CommunicationEndpoints this portlet offers.
getEntity() - Method in exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
Returns the failing entity
getEntity() - Method in exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
 
getEntity() - Method in exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
 
getEntity() - Method in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
 
getEntity() - Method in exception com.ibm.portal.resolver.exceptions.URINotFoundException
 
getEntityResolver() - Method in interface com.ibm.portal.resolver.xml.XMLFactory
Returns an entity resolver that supports entities for HTML XHTML SVG MATHML
getEnvironment() - Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
Deprecated. The returned instance of PumaEnvironment can be used to read the common configuration of Portal User Management
getEnvironment() - Method in interface com.ibm.portal.um.portletservice.PumaHome
The returned instance of PumaEnvironment can be used to read the common configuration of Portal User Management
getEnvironment() - Method in interface com.ibm.portal.um.PumaHome
The returned instance of PumaEnvironment can be used to read the common configuration of Portal User Management
getErrorCode() - Method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
Return the error code
getErrorCode() - Method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
Returns the error code.
getErrorInfo(PortletRequest) - Method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
Get the error response info object
getErrorInfo(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
Gets the error response info object.
getErrorResponse(PortletRequest) - Static method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
This method will return the ErrorResponseInfo object from session if one can be found.
getErrorResponse(HttpServletRequest) - Static method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
Returns the ErrorResponseInfo object from session if one can be found.
getErrorText() - Method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
Return the error text
getErrorText() - Method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
Returns the error text.
getEscapeForJavascript() - Method in class com.ibm.wps.engine.tags.StateSerializeTag
Getter for the escapeForJavascript attribute.
getEventId() - Method in interface org.apache.jetspeed.portlet.event.WindowEvent
Deprecated. Returns the identifier of the current window event
getExpandedLocales(Locale) - Method in interface com.ibm.portal.model.LocalizedContextHome
Returns a set of locales that all fall back to the provided locale, including the locale itself.
getExpansionStates(StateHolder) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
Deprecated. since 6.0, use the method getExpansionStatesAccessor(StateHolder) instead
getExpansionStates(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
Deprecated. since 6.0, use method getExpansionStatesAccessor(Node, DocumentModel) instead
getExpansionStatesAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
Returns an interface providing read access to the expansion states of navigation nodes.
getExpansionStatesAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
Returns an interface providing read access to the expansion states of navigation nodes.
getExpansionStatesAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
Returns an interface providing read-write access to the expansion states of navigation nodes.
getExpansionStatesAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
Returns an interface providing read-write access to the expansion states of navigation nodes.
getExpansionStatesController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
Deprecated. since 6.0, use method getExpansionStatesAccessorController(StateHolderController) instead
getExpansionStatesController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
Deprecated. since 6.0, use method getExpansionStatesAccessorController(Node, DocumentController) instead
getExpiration() - Method in interface com.ibm.portal.resolver.data.CacheControlDataSource
Absolute timestamp that indicates the time when the data represented by the source will expire.
getExpiration() - Method in interface com.ibm.portal.resolver.data.DataSource
Absolute timestamp that indicates the time when the data represented by the source will expire.
getExpiration() - Method in interface com.ibm.portal.resolver.data.DataSourceFragment
Absolute timestamp that indicates the time when the data represented by the source will expire.
getExtendedLanguageList(LanguageList) - Method in interface com.ibm.portal.services.globalization.ExtendedLanguageListProvider
Retrieves the list of regional variations for the given Portal defined language list.
getExtensionLowerCase(String) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Get the extension from the given String URI.
getExtensionLowerCase(String) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Gets the extension from the given String URI.
getExtensionRegistry() - Static method in class com.ibm.portal.resolver.helper.eclipse.Platform
Provide simply access to the extension registry
getExtensionUpperCase(String) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Get the extension from the given String URI.
getExtensionUpperCase(String) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Gets the extension from the given String URI.
getExternalizedRoleAlias() - Method in interface com.ibm.portal.ac.data.Role
Returns the alias for the role
getExternalizedRoleName() - Method in interface com.ibm.portal.ac.data.Role
Returns the name of this role.
getExternalParentDN() - Method in interface com.ibm.portal.um.PumaEnvironment
Returns the DN that is configured for external users.
getExternalParentDN() - Method in interface com.ibm.portal.um.PumaProfile
Deprecated. As of release 6.1, replaced by PumaEnvironment.getExternalParentDN()
getFactory() - Method in interface com.ibm.portal.dnd.DNDService
Returns an instantiation of the DNDFactory interface.
getFactory(ServletContext) - Static method in class com.ibm.portal.struts.plugins.CommandManagerFactory
Get the CommandManagerFactory object for this context.
getFactory(ModuleContext) - Static method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Get the ViewCommandFactory object for this context
getFactory(ViewCommandExecutionContext) - Static method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Get the ViewCommandFactory object for the module context obtained from the ViewCommandExecutionContext
getFactory(ServletContext) - Static method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
Gets the CommandManagerFactory object for this context.
getFactory(ModuleContext) - Static method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Gets the ViewCommandFactory object for this context.
getFactory(ViewCommandExecutionContext) - Static method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Gets the ViewCommandFactory object for the module.
getFamilyName() - Method in interface org.apache.jetspeed.portlet.User
Returns the user's family name (aka last name).
getFeature(String) - Method in interface com.ibm.portal.resolver.xml.XMLPropertyProvider
Look up the value of a feature flag.
getFieldName(HttpServletRequest, FileItem) - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Gets the field name.
getFileElements() - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Returns a hash table containing the file (that is, non-text) request parameters.
getFileElements() - Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
Returns a hash table containing the file (that is, non-text) request parameters.
getFileName(Markup) - Method in interface com.ibm.portal.content.StaticContentPage
Returns the file name in the content zip file for the supported markup.
getFileName(String) - Method in interface com.ibm.portal.content.StaticContentPage
Returns the file name in the content zip file for the supported markup.
getFileName() - Method in interface com.ibm.portal.resolver.data.ContentDispositionDataSource
Returns the desired filename
getFileName() - Method in class com.ibm.portal.spa.data.SpaURI
Filename of the file inside the ZIP that is addressed by this URI.
getFileName() - Method in class com.ibm.portal.spa.data.ZipDataURI
 
getFileSize() - Method in interface com.ibm.portal.resolver.data.ContentDispositionDataSource
Returns the approximate file size of the data.
getFileTypeMap() - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Returns the FileTypeMap that maps the suffixes of filenames to mime types.
getFileTypeMap() - Method in interface com.ibm.portal.spa.service.StaticPageServiceHome
Returns the FileTypeMap that manages the suffixes of filenames to mime types
getFilterConfig() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Returns the FilterConfig for this Filter.
getFilterName() - Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
Deprecated. Returns the filter name of this filter
getFirstPage(List<T>) - Method in interface com.ibm.portal.um.PagingIterator
This method returns the first page of search results.
getFocusTimeout() - Method in class com.ibm.struts.taglib.html.FormTag
Returns the focusTimeout
getFolder(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get the folder object for a given ObjectID
getFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Returns the folder with the given ObjectID.
getFolderID() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the ObjectID of the folder this application is located in.
getFolderID() - Method in interface com.ibm.portal.app.service.TemplateService
Get the ObjectID of the template folder the template is located in.
getFolders(List<ObjectID>) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get the folder objects you are allowed to see for a given set of ObjectIDs
getFolders(List<ObjectID>) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Returns a list the folder objects with the given ObjectIDs.
getFriendlyPath() - Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
 
getFriendlyPath() - Method in interface com.ibm.portal.resolver.friendly.SelectionResult
The friendly path or null if no friendly path was set.
getFullName() - Method in interface org.apache.jetspeed.portlet.User
Returns the user's full name, or null if the full name is not available.
getGenerateMarkup() - Method in class com.ibm.struts.taglib.html.FormTag
Get generate markup.
getGivenName() - Method in interface org.apache.jetspeed.portlet.User
Returns the user's given name (aka first name), or null if the given name is not available.
getGlobalContentMappingDelegationService() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoHome
Returns the global ContentMappingDelegationService.
getGlobalizationPreferences(com.ibm.portal.puma.User, String) - Method in interface com.ibm.portal.services.globalization.preferences.GlobalizationPreferencesService
Retrieves the user's GlobalizationPreferences object if user is defined and not null, otherwise tries to create a new set of preferences based on the accept-language header if defined and not null.
getGroupAttributeDefinition(String) - Method in interface com.ibm.portal.um.PumaProfile
Returns an instance of AttributeDefintion for the given name
getGroupDefaultSearchAttributeName() - Method in interface com.ibm.portal.um.PumaProfile
Returns the attribute that is configured as default search attribute for groups
getHeader(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the value of the specified request header as a String.
getHeaderNames() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns an enumeration of all the header names this request contains.
getHeaders() - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Returns a modifiable map of the headers
getHeaders(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns all the values of the specified request header as an Enumeration of String objects.
getHelp(Locale) - Method in interface com.ibm.portal.app.model.Parameter
Get help provided for the given locale.
getHomeProtected() - Method in interface com.ibm.portal.state.accessors.url.ServerContext
Returns the protected home directory.
getHomePublic() - Method in interface com.ibm.portal.state.accessors.url.ServerContext
Returns the public home directory.
getHostName() - Method in interface com.ibm.portal.state.accessors.url.ServerContext
Returns the hostname.
getHostPortHTTP() - Method in interface com.ibm.portal.state.accessors.url.ServerContext
Returns the host port for HTTP.
getHostPortHTTPS() - Method in interface com.ibm.portal.state.accessors.url.ServerContext
Returns the host port for HTTPS.
getHttpContentHandler() - Method in interface com.ibm.portal.resolver.http.xml.ResettableHttpContentHandler
Returns the atom threading content handler that is currently attached to the chain
getHttpServletRequest(Object) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Gets the HttpServletRequest as an object from the given request object.
getHttpServletResponse(Object) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Gets the HttpServletResponse as an object from the given response object.
getHumanTaskManagerDelegate() - Method in interface com.ibm.portal.portlet.service.taskmanager.HumanTaskManagerDelegateFactoryService
Returns an instance of the HumanTaskManagerDelegate .
getHumanTaskManagerDelegate(String) - Method in interface com.ibm.portal.portlet.service.taskmanager.HumanTaskManagerDelegateFactoryService
Returns an instance of the HumanTaskManagerDelegate .
getHumanTaskManagerDelegate() - Method in interface com.ibm.wps.portletservice.taskmanager.HumanTaskManagerDelegateFactoryService
Deprecated. Returns an instance of the HumanTaskManagerDelegate .
getIconDirectoryPath(String) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
This method will parse the full icon's path and return only the directory path
getIconFileName(String) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
This method will parse the full icon's path and return only the filename
getIconStateValue(PortalResources.State, String) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
This method concatenates the state onto the front of the icon's filename
getIconURL(String, PortalResources.State) - Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
Creates a URL object that points to an icon resource.
getId() - Method in class com.ibm.policy.manager.HttpRequestRuleContext
Retrieve a unique identifier for the session if one is available.
getId() - Method in class com.ibm.policy.manager.MapRequestContext
 
getId() - Method in class com.ibm.policy.manager.portal.PortletRequestRuleContext
Retrieve a unique identifier for the session if one is available.
getId() - Method in interface com.ibm.policy.manager.Target
Retrieve a String that uniquely identifies this Target within the WebSphere cell.
getId() - Method in interface com.ibm.portal.dnd.DNDArea
Returns the id for this DNDArea.
getId() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns a globally unique id identifying the property.
getId() - Method in interface com.ibm.portal.propertybroker.property.Property
Returns a globally unique id identifying the property.
getId() - Method in class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
 
getId() - Method in class com.ibm.portal.resolver.helper.cor.DefaultContentLocation
 
getId(javax.servlet.http.HttpServletRequest) - Method in class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
Deprecated. This method is used by the WebSphere Dynacache to generate a cache ID.
getId() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated. Returns the integer representation of the method object that a filter can invoke.
getId() - Method in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. Returns ID of the menu tree node.
getId(javax.servlet.http.HttpServletRequest) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
getId() - Method in class org.apache.jetspeed.portlet.Portlet.Mode
Deprecated. Returns the id representing the mode
getId() - Method in class org.apache.jetspeed.portlet.Portlet.ModeModifier
Deprecated. Returns the id representing the mode modifier
getId() - Method in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated.  
getID() - Method in interface org.apache.jetspeed.portlet.User
Returns the internal unique user id.
getIdentifier() - Method in interface com.ibm.portal.state.accessors.portlet.SharedStateIdentifierProvider
Returns the identifier (aka shared state id).
getIdentifier(Principal) - Method in interface com.ibm.portal.um.PumaProfile
Returns the unique identifier for the given Principal.
getIdentifier() - Method in class org.apache.jetspeed.portlet.Capability
Deprecated. Returns the identifier of this capability.
getIdentityTemplates() - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Return the systemwide identity templates object that can be used to produce pooled identity transformers.
getIdx() - Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
 
getInheritanceBlockedRoleTypes() - Method in interface com.ibm.portal.ac.ManagedProtectedResource
Returns those role types the resource blocks for inheritance (i.e.
getInitParam(String) - Method in interface com.ibm.portal.auth.stepup.AuthLevelConfig
Returns a value for a given paramenter
getInitParameter(String) - Method in interface com.ibm.portal.security.SecurityFilterConfig
Returns the value for a particular parameter that is set in the configuration for the corresponding security filter.
getInitParameter(String) - Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
Deprecated. Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
getInitParameter(String) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the value of the context-wide initialization parameter with the given name, or null if the parameter does not exist.
getInitParameter(String) - Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceConfig
Deprecated. Gets the init parameter with the given name.
getInitParameterNames() - Method in interface com.ibm.portal.security.SecurityFilterConfig
Returns the names of all parameters that are set in the configuration for the corresponding security filter.
getInitParameterNames() - Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
Deprecated. Returns the names of the portlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the portlet has no initialization parameters.
getInitParameterNames() - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
getInitParameterNames() - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the names of this contexts initialization parameters as an enumeration, or an empty enumeration if this context has no initialization parameters.
getInitParameterNames() - Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceConfig
Deprecated. Gets an enumeration with the names of all init parameters provided in the portlet service configuration.
getInitParameters() - Method in interface com.ibm.portal.portletmodel.Portlet
Returns the init parameters of the portlet as specified in the deployment descriptor
getInitParams() - Method in interface com.ibm.portal.auth.stepup.AuthLevelConfig
Returns all names of defined init parameters
getInnerContentHandler() - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Returns a ContentHandler that ignores calls to ContentHandler.startDocument() and ContentHandler.endDocument() but simply passes on all other calls to the DefaultContentHandler.
getInputStream(String, PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.contentaccess.ContentAccessService
Returns an input stream that reads from the passed url.
getInputStream() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Retrieves the body of the request as binary data using an InputStream.
getInputStream(String, PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.service.ContentAccessService
Deprecated. Returns an input stream that reads from the passed url.
getInstance() - Static method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Returns an instance of the factory.
getInstance() - Static method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
Returns an instance of this factory
getInstance(Class) - Method in class com.ibm.portal.struts.logging.StrutsLogFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class com.ibm.portal.struts.logging.StrutsLogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(Class) - Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance() - Static method in class com.ibm.wps.struts.common.PortletApiUtils
Deprecated. Gets the singleton instance of the PortletApiUtils implementation.
getIntHeader(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the value of the specified request header as an int.
getIntrospector(URI) - Method in class com.ibm.portal.resolver.helper.cor.DefaultContentLocation
 
getIntrospectors(URI[]) - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocation
 
getInvalidateCookieURL(RenderRequest, RenderResponse) - Method in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
Returns a URL that triggers the invalidation of the remember me cookie.
getInvalidationEventListener() - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Returns an EventListener that can be used to invalidate URI related cache entries in the caching infrastructure.
getInvokeIfMultipleActionsActive() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns a boolean value indicating if this action should be invoked even if multiple actions on the owning component are simultaneously triggered for invocation.
getInvokeOnMultipleMatch() - Method in interface com.ibm.wps.pb.property.Action
Deprecated.  
getItem(URI) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModel
 
getItem(URI) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModel
Returns an existing item that corresponds to the URI.
getIWidgetURI() - Method in interface com.ibm.portal.portlet.IWidgetWrapperURICreationContext
The uri of the iwidget definition to be wrapped by a new iwidget wrapper portlet clone.
getIWidgetURL() - Method in interface com.ibm.portal.portlet.IWidgetWrapperURLCreationContext
The url of the iwidget definition to be wrapped by the new iwidget wrapper portlet clone.
getJndiName() - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get the JNDI name of this business component.
getJSONHandler() - Method in interface com.ibm.portal.streaming.json.JSONReader
Return the current JSON handler.
getJspPath() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
getJspPath() - Method in interface com.ibm.portal.theme.plugin.ThemeJspInclude
Retrieve the jsp path to include.
getKey() - Method in exception com.ibm.portal.state.exceptions.PropertyException
 
getKey() - Method in class org.apache.jetspeed.portlet.Capability
Deprecated. Returns the internal key value of this capability.
getKeyMethodMap() - Method in class com.ibm.portal.struts.action.LookupDispatchAction
Provides the mapping from resource key to method name.
getKeyMethodMap() - Method in class com.ibm.wps.struts.action.WpsLookupDispatchAction
Provides the mapping from resource key to method name.
getLabel() - Method in exception com.ibm.portal.state.accessors.exceptions.SelectionMappingInvalidException
 
getLanguage(Locale) - Method in interface com.ibm.portal.admin.LanguageList
Returns a Language object supporting the given locale.
getLanguageList(PortletRequest) - Method in interface com.ibm.portal.ibmportlet.service.model.LanguageListProvider
Deprecated. Returns the portal language list.
getLanguageList(ServletRequest) - Method in interface com.ibm.portal.model.LanguageListProvider
Returns the portal language list.
getLanguageList() - Method in interface com.ibm.portal.model.LanguageListProvider
Returns the portal language list.
getLanguageList(PortletRequest) - Method in interface com.ibm.portal.portlet.service.model.LanguageListProvider
Returns the portal language list.
getLanguageListProvider() - Method in interface com.ibm.portal.model.LanguageListHome
Returns a language list provider.
getLastAccessed() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the Date when this application instance was accessed the last time.
getLastAccessedTime() - Method in interface org.apache.jetspeed.portlet.PortletSession
Deprecated. Returns the point of time that this session was last accessed.
getLastLoginTime() - Method in interface org.apache.jetspeed.portlet.User
Returns the point of time that this user was last logged in, or null if this information is not available.
getLastModified() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the Date when this application instance was modified the last time.
getLastModified() - Method in interface com.ibm.portal.app.service.TemplateService
Get the most latest date on which this template was modified.
getLastModified() - Method in interface com.ibm.portal.cp.resources.Resource
Returns a modification date related to the context used to create this Resource instance.
getLastModified() - Method in interface com.ibm.portal.resolver.data.DataSource
Returns the modification date of the resource.
getLastModified() - Method in interface com.ibm.portal.TimeStamped
Returns the modification date of the resource.
getLastModified(PortletRequest) - Method in class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
Deprecated. Returns the time the response of the CacheablePortlet object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLastModified(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Gets the last modified time.
getLastModified(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Returns the last modified time.
getLastModified(PortletRequest) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated. Returns the time the response of the Portlet object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLastModified(HttpServletRequest) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
getLastModified(PortletRequest) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. The default implementation of this method defines that the portlet never expires.
getLastPage(List<T>) - Method in interface com.ibm.portal.um.PagingIterator
This method returns the last page of search results.
getLayoutMetrics() - Method in interface com.ibm.portal.content.LayoutNode
Returns metrics information of this layout node.
getLayoutModel(ContentPage) - Method in interface com.ibm.portal.content.ContentModel
Returns the layout model for the given page.
getLayoutModelController(ContentPage) - Method in interface com.ibm.portal.content.ContentModelController
Returns a layout model controller for the specified content page.
getLegacyID() - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get the Legacy ID of this business component.
getLegacyPortletAccessor(ObjectID, StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a legacy accessor that allows for reading the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given StateHolder interface.
getLegacyPortletAccessor(String, StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a legacy accessor that allows for reading the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given StateHolder interface.
getLegacyPortletAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a legacy accessor that allows for reading the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given DocumentModel interface.
getLegacyPortletAccessorController(ObjectID, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a legacy controller that allows for reading and writing the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given StateHolderController.
getLegacyPortletAccessorController(String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a legacy controller that allows for reading and writing the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given StateHolderController.
getLegacyPortletAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a legacy controller that allows for reading and writing the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given DocumentController.
getLegacyPortletTargetAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a legacy portlet as the target of an action link in the given state document.
getLegacyPortletTargetAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a legacy portlet as the target of an action link.
getLegacyPortletTargetAccessorController(HttpServletRequest, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a legacy portlet as the target of an action link in the given state document.
getLegacyPortletTargetAccessorController(HttpServletRequest) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a legacy portlet as the target of an action link in the request-specific state document.
getLegacyPortletTargetAccessorController(HttpServletRequest, Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a legacy portlet as the target of an action link.
getLegacyPortletTargetController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. since 6.0, use method getLegacyPortletTargetAccessorController(StateHolderController) instead
getLegacyPortletTargetController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. Use the method getLegacyPortletTargetAccessorController(Node, DocumentController) instead. Returns a controller which allows for declaring a legacy portlet as the target of an action link. The returned controller operates on the given node representing the root of portlet target information.
getLegacyPortletTargetController(HttpServletRequest, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. since 6.0, use method getLegacyPortletTargetAccessorController(HttpServletRequest, StateHolderController) instead
getLegacyPortletTargetController(HttpServletRequest) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. since 6.0, use method getLegacyPortletTargetAccessorController(HttpServletRequest) instead
getLegacyPortletTargetController(HttpServletRequest, Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. since 6.0, use method getLegacyPortletTargetAccessorController(HttpServletRequest, Node, DocumentController) instead
getLen() - Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
 
getLength() - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessor
Returns the maximum number of tabs which can be displayed in the navigation pane at the same time.
getLocale() - Method in interface com.ibm.portal.admin.Language
Returns the locale of the language.
getLocale() - Method in exception com.ibm.portal.app.service.exceptions.DuplicateTemplateTitleValidationException
 
getLocale() - Method in interface com.ibm.portal.cp.tagging.controller.TagCreationContext
Returns the locale of the tag
getLocale() - Method in interface com.ibm.portal.cp.tagging.Tag
Returns the locale in which the tag has been applied.
getLocale() - Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessor
Returns the locale of the state information.
getLocale() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the locale of the preferred language.
getLocaleAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorFactory
Returns a read-only interface to the locale information in the state holder.
getLocaleAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorFactory
Returns a read-only interface to the locale information under the assumption that the given root forms the root of the locale data in the document.
getLocaleAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorFactory
Returns a read-and-write interface to the locale information in the state holder.
getLocaleAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorFactory
Returns a read-and-write interface to the locale information under the assumption that the given root forms the root of the locale data in the document.
getLocales() - Method in exception com.ibm.portal.app.exceptions.ComponentException
 
getLocales() - Method in exception com.ibm.portal.app.service.backup.BackupServiceException
 
getLocales() - Method in class com.ibm.portal.community.LocalizedDataObject
Returns a list model containing the locales that are supported by this object.
getLocales() - Method in exception com.ibm.portal.cp.resources.builder.ResourceBuilderException
 
getLocales() - Method in exception com.ibm.portal.eventing.service.EventDistributionServiceException
 
getLocales() - Method in interface com.ibm.portal.Localized
Returns a list model containing the locales that are supported by this object.
getLocales() - Method in exception com.ibm.portal.ModelException
 
getLocales() - Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
Returns the languages for which language-specific exception messages and explanations are provided.
getLocales() - Method in class com.ibm.portal.portlet.service.PortletServiceUnavailableException
Return the languages for which language-specific exception messages and explanations are provided.
getLocales() - Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
getLocales() - Method in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
getLocales() - Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
 
getLocales() - Method in exception com.ibm.portal.security.exceptions.SecurityException
Return the languages for which language-specific exception messages and explanations are provided.
getLocales() - Method in exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
 
getLocales() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
getLocales() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
getLocales() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
getLocales() - Method in exception com.ibm.portal.um.exceptions.PumaException
Return the languages for which language-specific exception messages and explanations are provided.
getLocales() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocalizationURIParserFactory(Boolean) - Method in interface com.ibm.portal.spa.service.PortalStaticPageServiceHome
Returns a parser factory to parse localized templates
getLocalized(String, Map<String, String[]>, Context) - Method in interface com.ibm.portal.cp.services.LocalizedCategoryService
Performs a lookup for the given String to construct a Localized object offering access to titles and descriptions of the category (represented through the given String) in various locales.
getLocalized(String, Map<String, String[]>, Context) - Method in interface com.ibm.portal.cp.services.LocalizedTypeService
Performs a lookup for the given String to construct a Localized object offering access to titles and descriptions of the type (represented through the given String) in various locales.
getLocalized() - Static method in exception com.ibm.portal.resolver.exceptions.ResolutionException
Returns the empty singleton in case no base is available
getLocalized(Throwable) - Static method in exception com.ibm.portal.resolver.exceptions.ResolutionException
Converts any exception into a localized object
getLocalized(T) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModel
 
getLocalized(T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModel
Returns an object that provides the localizations for an arbitrary item out of those items available in the WebdavTreeModel.getTreeModel().
getLocalizedContext(Context) - Method in interface com.ibm.portal.model.CorLocalizedContextHome
Returns a context instance which uses the language ranges specified in the given Cor context.
getLocalizedContext(Enumeration<Locale>) - Method in interface com.ibm.portal.model.LocalizedContextHome
Returns a context instance which uses the language ranges specified in the given locale enumeration.
getLocalizedContext(List<Locale>) - Method in interface com.ibm.portal.model.LocalizedContextHome
Returns a context instance which uses the language ranges specified in the given language string.
getLocalizedContext(String) - Method in interface com.ibm.portal.model.LocalizedContextHome
Returns a context instance which uses the language ranges specified in the given language string.
getLocalizedContext(HttpServletRequest) - Method in interface com.ibm.portal.model.PortalLocalizedContextHome
Returns a context instance which uses the language ranges specified in the request.
getLocalizedContext(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.model.PortalLocalizedContextHome
Returns a context instance which uses the language ranges specified in the request, considering also the language selected on the response.
getLocalizedContext(PageContext) - Method in interface com.ibm.portal.model.PortalLocalizedContextHome
Returns a context instance which uses the language ranges specified in the given locale enumeration.
getLocalizedContext(PortletRequest) - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContextHome
Returns a context instance which uses the language ranges specified in the given locale enumeration.
getLocalizedContext(PortletRequest, MimeResponse) - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContextHome
Returns a context instance which uses the language ranges specified in the given locale enumeration.
getLocalizedDataForRoles(List<? extends AbstractRole>) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves localized data (titles, descriptions) for a list of specific community or domain roles.
getLocalizedDescription(Localized) - Method in interface com.ibm.portal.model.LocalizedContext
Returns a fitting description of the given localized instance based on the information the context was created with.
getLocalizedDescription() - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContext
Returns a fitting description of the portlet window based on the information the context was created with.
getLocalizedKeywords() - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContext
Returns a fitting keywords of the portlet window based on the information the context was created with.
getLocalizedMessage() - Method in exception com.ibm.portal.cp.resources.builder.ResourceBuilderException
 
getLocalizedMessage() - Method in exception com.ibm.portal.ModelException
 
getLocalizedMessage() - Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
getLocalizedMessage() - Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
 
getLocalizedRoleData() - Method in interface com.ibm.portal.community.LocalizedCommunityRole
Returns the Localized object that provides localized titles and descriptions for the community role.
getLocalizedRoleData() - Method in interface com.ibm.portal.community.LocalizedDomainRole
Returns the Localized object that provides localized titles and descriptions for the domain specific role.
getLocalizedShortTitle() - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContext
Returns a fitting short title of the portlet window based on the information the context was created with.
getLocalizedStatus(Localized, int) - Static method in exception com.ibm.portal.resolver.exceptions.ResolutionException
 
getLocalizedTitle(Localized) - Method in interface com.ibm.portal.model.LocalizedContext
Returns a fitting title of the given localized instance based on the information the context was created with.
getLocalizedTitle() - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContext
Returns a fitting title of the portlet window based on the information the context was created with.
getLocation() - Method in exception com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException
 
getLocationID() - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
getLocator() - Method in interface com.ibm.portal.admin.ClientList
Returns the ClientList specific locator
getLocator() - Method in interface com.ibm.portal.community.CommunityHome
The returned instance of CommunityLocator can be used to find and retrieve role and membership data for communities.
getLocator() - Method in interface com.ibm.portal.LocatorProvider
Returns an interface that allows locating specific resources in a model.
getLocator() - Method in interface com.ibm.portal.portletmodel.CommunicationEndpointProvider
Returns the communication endpoint specific locator for this container.
getLocator(PortletRequest) - Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
Deprecated. The returned instance of PumaLocator can be used to find com.ibm.portal.um.Principal
getLocator(PortletRequest, int) - Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
Deprecated. The returned instance of PumaLocator can be used to find Principal objects
getLocator(javax.portlet.PortletRequest) - Method in interface com.ibm.portal.um.portletservice.PumaHome
The returned instance of PumaLocator can be used find Principal
getLocator(javax.portlet.PortletRequest, int) - Method in interface com.ibm.portal.um.portletservice.PumaHome
The returned instance of PumaLocator can be used to find Principal objects
getLocator() - Method in interface com.ibm.portal.um.PumaAdminHome
Deprecated. The returned instance of PumaLocator can be used to find Principal objects
getLocator(javax.servlet.ServletRequest) - Method in interface com.ibm.portal.um.PumaHome
Deprecated. since 6.1 use PumaHome.getLocator() instead
getLocator() - Method in interface com.ibm.portal.um.PumaHome
The returned instance of PumaLocator can be used to find Principal objects
getLocator(String, javax.servlet.ServletRequest) - Method in interface com.ibm.portal.um.PumaHome
Deprecated. since 6.1.0.2 use #getLocator(String) instead
getLockedBy() - Method in interface com.ibm.portal.app.service.TemplateService
Get the ObjectID identifying the user who is working with this template currently and has locked this template therefore.
getLockScope() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Lock
The scope of the lock
getLockScope() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
 
getLockScope() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockInfo
The scope of the requested lock.
getLockToken() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Lock
The URI of the lock token associated with this resource
getLockToken() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
 
getLockType() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Lock
The type of the lock
getLockType() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
 
getLockType() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockInfo
The type of the requested lock.
getLog() - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the portlet log which allows the portlet to write debug, informational, warning, or error messages to a log.
getLogger(ActionRequest, ActionResponse) - Method in interface com.ibm.portal.portlet.service.siteanalyzer.PortletSiteAnalyzerLoggingServiceHome
Returns a logger that logs action requests to the site analyzer log file.
getLogger(EventRequest, EventResponse) - Method in interface com.ibm.portal.portlet.service.siteanalyzer.PortletSiteAnalyzerLoggingServiceHome
Returns a logger that logs event requests to the site analyzer log file.
getLogger(RenderRequest, RenderResponse) - Method in interface com.ibm.portal.portlet.service.siteanalyzer.PortletSiteAnalyzerLoggingServiceHome
Returns a logger that logs render requests to the site analyzer log file.
getLogger(ResourceRequest, ResourceResponse) - Method in interface com.ibm.portal.portlet.service.siteanalyzer.PortletSiteAnalyzerLoggingServiceHome
Returns a logger that logs resource requests to the site analyzer log file.
getLogger(ActionRequest, ActionResponse, ParameterNamesProcessor) - Method in interface com.ibm.portal.portlet.service.siteanalyzer.PortletSiteAnalyzerLoggingServiceHome
Returns a logger that logs action requests to the site analyzer log file.
getLogger(EventRequest, EventResponse, ParameterNamesProcessor) - Method in interface com.ibm.portal.portlet.service.siteanalyzer.PortletSiteAnalyzerLoggingServiceHome
Returns a logger that logs event requests to the site analyzer log file.
getLogger(RenderRequest, RenderResponse, ParameterNamesProcessor) - Method in interface com.ibm.portal.portlet.service.siteanalyzer.PortletSiteAnalyzerLoggingServiceHome
Returns a logger that logs render requests to the site analyzer log file.
getLogger(ResourceRequest, ResourceResponse, ParameterNamesProcessor) - Method in interface com.ibm.portal.portlet.service.siteanalyzer.PortletSiteAnalyzerLoggingServiceHome
Returns a logger that logs resource requests to the site analyzer log file.
getLoginService(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.login.LoginHome
Returns the login service for the portlet request and response passed in.
getLongestPathMatch(List<String>, Identifiable) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingLocator
This method locates content mappings based on a specific content resource.
getLongestPathMatch(List<String>, Identifiable, ContentMappingFilter) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingLocator
This method locates content mappings based on a specific content resource.
getLookupService() - Method in interface com.ibm.portal.resolver.service.PocService
Deprecated. use PocServiceHome.getLookupService() instead
getLookupService() - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Returns the default lookup service that can be used to discover the service endpoints for services associated with POC URIs.
getLtpaToken2Credential() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
 
getLTPATokenCredential(String, Map, PortletRequest) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Returns a LTPA Token credential.
getLtpaTokenCredential() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
 
getLTPATokenCredential(String, Map, PortletRequest) - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Returns a LTPA Token credential.
getMajorVersion() - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the major version of the Portlet API that this portlet container supports.
getManagedProtectedResource(Identifiable) - Method in interface com.ibm.portal.ac.AccessControlHome
The returned instance of ManagedProtectedResource provides read access to the properties of a of the protected resource associated with the given resource, for example role blocks.
getManagedProtectedResource() - Method in interface com.ibm.portal.ac.ManagedProtectedResourceProvider
Returns the ManagedProtectedResource associated with this object
getManagedProtectedResourceController(Identifiable) - Method in interface com.ibm.portal.ac.AccessControlHome
The returned instance of ManagedProtectedResourceController provides write access to the properties of the protected resource associated with the given resource, for example role blocks.
getManagedProtectedResourceController() - Method in interface com.ibm.portal.ac.ManagedProtectedResourceProvider
Returns the ManagedProtectedResourceController associated with this object
getManagedProtectedResourceModel(Identifiable) - Method in interface com.ibm.portal.ac.AccessControlHome
The returned instance of ManagedProtectedResourceModel provides read access on the tree model the given resource is part of.
getManagedProtectedResourceModel(int) - Method in interface com.ibm.portal.ac.AccessControlHome
The returned instance of ManagedProtectedResourceModel provides read access on the tree model for the given domain.
getMandatoryGroupAttributeNames() - Method in interface com.ibm.portal.um.PumaProfile
Returns the mandatory attributes of the type Group
getMandatoryUserAttributeNames() - Method in interface com.ibm.portal.um.PumaProfile
Returns the mandatory attributes of the type User
getManufacturer() - Method in interface com.ibm.portal.admin.Client
Return the manufacturer String, or null if no manufacturer information has been specified.
getManufacturer() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
 
getManufacturer() - Method in interface org.apache.jetspeed.portlet.Client
Deprecated. Returns the name of the manufacturer of this client, or null if the name is not available.
getMappedDomainRolesByDomainObject(CommunityRole, ObjectID) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves a set of domain specific roles that are assigned to the given community role.
getMappedPrincipals(RoleType) - Method in interface com.ibm.portal.ac.RoleData
Returns the (potentially empty) read-only set of all principals that have a direct role assignment (non-inherited) for the given RoleType.
getMarkup() - Method in interface com.ibm.portal.admin.Client
Returns the markup instances of the client.
getMarkup(ObjectID) - Method in interface com.ibm.portal.admin.MarkupList
Returns a Markup object with the given object ID.
getMarkup(String, PortletRequest, RenderResponse) - Method in interface com.ibm.portal.portlet.service.contentaccess.ContentAccessService
Returns the markup of the input stream read from the passed url.
getMarkup() - Method in class com.ibm.portal.spa.data.SpaURI
The markup identifier.
getMarkup(String, PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.service.ContentAccessService
Deprecated. Returns the markup of the input stream read from the passed url.
getMarkupGenerator() - Method in interface com.ibm.portal.dnd.DNDService
Returns an instantiation of the DNDMarkupGenerator interface.
getMarkupList(PortletRequest) - Method in interface com.ibm.portal.ibmportlet.service.model.MarkupListProvider
Deprecated. Returns the portal markup list.
getMarkupList(ServletRequest) - Method in interface com.ibm.portal.model.MarkupListProvider
Returns the portal markup list.
getMarkupList() - Method in interface com.ibm.portal.model.MarkupListProvider
Returns the portal markup list.
getMarkupList(PortletRequest) - Method in interface com.ibm.portal.portlet.service.model.MarkupListProvider
Returns the portal markup list.
getMarkupListControllerProvider() - Method in interface com.ibm.portal.model.MarkupListControllerHome
Returns a markup list model controller provider.
getMarkupListProvider() - Method in interface com.ibm.portal.model.MarkupListHome
Returns a markup list provider.
getMarkupName() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
 
getMarkupName() - Method in interface org.apache.jetspeed.portlet.Client
Deprecated. Returns the preferred markup name that this client device supports.
getMarkups() - Method in interface com.ibm.portal.admin.MarkupCapable
Returns a ListModel object of String objects that are contained in the object's list of supported markups.
getMarkupVersion() - Method in interface com.ibm.portal.admin.Client
Return the markup version that the client requires.
getMashupSitemapContentHandler() - Method in interface com.ibm.portal.resolver.mashup.ResettableMashupSitemapContentHandler
Returns the atom threading content handler that is currently attached to the chain
getMaxRatingValue() - Method in interface com.ibm.portal.cp.rating.RatingModel
Returns the maximum value a Rating can have.
getMaxResultLimit() - Method in exception com.ibm.portal.um.exceptions.SizeLimitExceedException
Returns the maximum size of a search result.
getMaxValue() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the value defined as highest value for this policy item.
getMediator() - Method in exception com.ibm.portal.state.exceptions.InputMediatorException
Returns the input mediator that caused the exception.
getMembersOfCommunity(ObjectID) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves a set of members (users and groups) that are directly assigned to at least one community role of the given community (or application).
getMembersOfCommunityRole(CommunityRole) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves a set of members (users and groups) that are directly assigned to a given community role.
getMembersOfDomainRole(DomainRole) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves the directly assigned members (users and groups) of a domain role.
getMenu(MenuContext) - Method in interface com.ibm.wps.portlet.menu.MenuProvider
Deprecated. Interface to be implemented by portlets to return a tree model.
getMenu(MenuContext) - Method in class com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
Deprecated. Returns a memory menu tree with only one unnamed root node for a specified context, overwrite with the custom portlet implementation.
getMenu(MenuContext) - Method in class com.ibm.wps.portlets.menu.XMIMenuTreePortlet
Deprecated. Returns the menu tree containing the complete portlet menus configured in an XML file.
getMenuTree(MenuContext) - Method in class com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
Deprecated. Returns a memory menu tree with only one unnamed root node for a specified context, overwrite with the custom portlet implementation.
getMenuTree(MenuTree) - Method in interface com.ibm.wps.portletservice.portletmenu.LogMenuService
Deprecated. Creates a menu tree that logs all method calls on top of an existing tree using the standard Logger output.
getMenuTree(String, MenuContext) - Method in interface com.ibm.wps.portletservice.portletmenu.MemoryMenuService
Deprecated. Creates an empty in-memory tree with just one unnamed root element and identifier rootID.
getMenuTree(MenuTree, MenuContext) - Method in interface com.ibm.wps.portletservice.portletmenu.MemoryMenuService
Deprecated. Creates an in-memory copy of the portlet menu tree represented by parent.
getMenuTree(Reader, MenuContext) - Method in interface com.ibm.wps.portletservice.portletmenu.XMIMenuService
Deprecated. Creates a static menu tree from an XML file which is accessed through a Reader.
getMessage() - Method in exception com.ibm.portal.ModelException
 
getMessage() - Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
getMessage() - Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
 
getMessage() - Method in exception com.ibm.portal.state.exceptions.InvalidPropertyException
 
getMessage() - Method in class org.apache.jetspeed.portlet.DefaultPortletMessage
Deprecated. Returns the message string of this message
getMessage() - Method in interface org.apache.jetspeed.portlet.event.MessageEvent
Deprecated. Returns the message that this event carries.
getMessageCode() - Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
Returns the message code for this exception.
getMessages() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Creates and fetches the default message resources for the Struts Portlet Framework.
getMetaData(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Retrieve any associated MetaData for the specified attribute
getMetaData() - Method in interface com.ibm.portal.app.service.ApplicationService
Get this application instances' meta-data.
getMetaData() - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get this component instances' meta-data.
getMetaData(Object) - Method in interface com.ibm.portal.content.ContentMetaDataModel
Returns the aggregated meta data for the given node.
getMetaData(Object) - Method in interface com.ibm.portal.MetaDataModel
Return the meta data for the given node.
getMetaData() - Method in interface com.ibm.portal.MetaDataProvider
Returns the meta data associated with this provider.
getMetaData() - Method in interface com.ibm.portal.portletmodel.Portlet
Returns the same preferences as Portlet.getPortletPreferencesLayer()
getMetaData() - Method in interface com.ibm.portal.portletmodel.PortletPreferencesProvider
Returns the same preferences as PortletPreferencesProvider.getPortletPreferencesLayer().
getMetaDataKeys() - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get the set of meta-data keys (QNames).
getMetaDataValue(QName) - Method in interface com.ibm.portal.app.service.ApplicationService
Get one specific meta-data value for a given QName.
getMetaDataValue(QName) - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get one specific meta-data value for a given QName
getMethod() - Method in interface com.ibm.portal.resolver.bindings.HttpBinding
Returns the preferred HTTP method used to access the binding
getMethod(String) - Method in class com.ibm.portal.struts.action.DispatchAction
Introspect the current class to identify a method of the specified name that accepts the same parameter types as the execute method does.
getMethod(String) - Method in class com.ibm.wps.struts.action.WpsDispatchAction
Introspects the current class to identify a method of the specified name that accepts the same parameter types as the execute method does.
getMethod() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the HTTP method of this request.
getMetrics() - Method in interface com.ibm.portal.content.LayoutNode
Deprecated. use LayoutNode.getLayoutMetrics() instead Returns metrics information of this composition element. This could be for example the width of the node.
getMimeType() - Method in interface com.ibm.portal.admin.Markup
Returns the MIME type of the markup
getMimeType() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
 
getMimeType() - Method in interface org.apache.jetspeed.portlet.Client
Deprecated. Returns the preferred mime-type that this client device supports.
getMinorVersion() - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the minor version of the Portlet API that this portlet container supports.
getMode() - Method in interface com.ibm.portal.resolver.PocURL
Returns the mode that is currently associated with the resouce
getMode() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
getMode() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the mode that the portlet is running in.
getModel() - Method in interface com.ibm.portal.admin.Client
Return the model specification of the client or null if there is no model information for this client.
getModel() - Method in interface com.ibm.portal.state.StateHolder
Accesses the (untyped) document model that this state represents.
getModel() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
 
getModel() - Method in interface org.apache.jetspeed.portlet.Client
Deprecated. Returns the name of the model of this client, or null if the name is not available.
getModelController() - Method in interface com.ibm.portal.state.StateHolderController
Returns a read-write interface to the document model in this state
getModifiableFlag(E) - Method in interface com.ibm.portal.content.LayoutModel
Returns the modifiable flag set for this node.
getModifiableLayoutMetrics() - Method in interface com.ibm.portal.content.ModifiableLayoutNode
Returns the modifiable layout metrics of the layout node.
getModifiableMetaData() - Method in interface com.ibm.portal.ModifiableMetaDataProvider
Returns modifiable meta data
getModifiableMetaData() - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferencesProvider
Returns the same modifiable preferences as #getPortletPreferencesLayer()
getModifiableNode(T) - Method in interface com.ibm.portal.ModelController
Returns a modifiable instance of the specified node.
getModifiableObjectID() - Method in interface com.ibm.portal.ModifiableIdentifiable
Returns the modifiable object ID of the resource.
getModifiablePortletPreferencesLayer() - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferencesProvider
Returns the modifiable preferences layer that corresponds to the resource implementing the ModifiablePortletPreferencesProvider
getModuleContext() - Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
Return the ModuleContext object
getModuleContext() - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Return the module context object
getModuleContext() - Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
Returns the ModuleContext.
getModuleContext() - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Returns the module context object.
getMovePortletActionController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorFactory
Returns a MoveActionActionAccessorController in order to include a "Move Portlet" action into the given state holder.
This controller should be used in case that no servlet request is available, e.g.
getMovePortletActionController(HttpServletRequest, StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorFactory
Returns a MovePortletActionAccessorController in order to include a "Move Portlet" action into the given state holder.
getMovePortletActionController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorFactory
Returns a MovePortletActionAccessorController in order to include a "Move Portlet" action into the state holder.
This controller should be used in case that no servlet request is available, e.g.
getMultiselectable() - Method in interface com.ibm.portal.dnd.DNDSource
Return a flag indicating whether or not this DNDSource can be multiselected
getMultiselectDelimiter() - Method in interface com.ibm.portal.dnd.DNDAction
Return the delimiter to be used to separate values when a multiselect drop occurs.
getName() - Method in interface com.ibm.portal.ac.data.RoleType
Returns the name of this RoleType
getName() - Method in interface com.ibm.portal.admin.Markup
Returns the markup name.
getName() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the name of the single policy item, e.g.
getName() - Method in interface com.ibm.portal.app.model.SensorData
Returns the name of the sensor data information item that this SensorData object represents.
getName() - Method in interface com.ibm.portal.auth.stepup.AuthLevelConfig
Returns the name of an AuthLevel
getName() - Method in interface com.ibm.portal.cp.tagging.Tag
Returns the name of this tag.
getName() - Method in interface com.ibm.portal.cp.tagging.TagSpace
 
getName() - Method in interface com.ibm.portal.dnd.DNDProperty
Returns the name of the parameter as it will appear in the request for the value of this DNDProperty.
getName() - Method in interface com.ibm.portal.ObjectType
Provides access to the name of the object type.
getName() - Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
Returns the name of this Vault Segment.
getName() - Method in interface com.ibm.portal.portletmodel.CommunicationEndpoint
Returns the name of the endpoint.
getName() - Method in interface com.ibm.portal.portletmodel.ProcessingEventDefinition
Returns the name of this processing event definition.
getName() - Method in interface com.ibm.portal.portletmodel.PublishingEventDefinition
Returns the name of this publishing event definition.
getName() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns the name of the action.
getName() - Method in interface com.ibm.portal.propertybroker.property.Parameter
Returns the parameter name.
getName() - Method in interface com.ibm.portal.propertybroker.property.Property
Returns the name of the property.
getName() - Method in class com.ibm.portal.resolver.streams.FormDataInputStream.Entry
The name of the entry field, will always be available for a valid multipart/form-data entry.
getName(T) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModel
 
getName() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavProperty
Returns the QName of the property, e.g.
getName(T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModel
Returns the "friendly" name for for an arbitrary item out of those items available in the WebdavTreeModel.getTreeModel().
getName() - Method in class com.ibm.portal.ResourceType
Deprecated.  
getName() - Method in exception com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
 
getName() - Method in exception com.ibm.portal.state.accessors.exceptions.UniqueNameException
 
getName() - Method in interface com.ibm.portal.um.AttributeDefinition
Returns the name of the corresponding attribute as String
getName() - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns the name of the action.
getName() - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns the name of the Property.
getName() - Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
Deprecated. Returns the name of this Vault Segment.
getName() - Method in class org.apache.jetspeed.portlet.DefaultPortletAction
Deprecated. Returns the name of this action
getName() - Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributeEvent
Deprecated. Return the name of the attribute that changed on the PortletApplicationSettings.
getName() - Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributeEvent
Deprecated. Return the name of the attribute that changed on the PortletSettings.
getName() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Deprecated. since 5.1, use PortletSettings.getName() instead to retrieve the name of the concrete portlet.
getName() - Method in interface org.apache.jetspeed.portlet.PortletSettings
Deprecated. Returns the name of the concrete portlet.
getNames() - Method in interface com.ibm.portal.MetaData
Returns a list of the names of meta data entries.
getNames() - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
 
getNames() - Method in interface com.ibm.portal.resolver.streams.MultipartStream.Entry
Returns a list of the names of meta data entries.
getNamespace() - Method in interface com.ibm.portal.dnd.DNDProperty
Returns the namespace for this DNDProperty.
getNamespace() - Method in interface com.ibm.portal.propertybroker.property.Property
Returns a string containing the type namespace.
getNamespace() - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns a string containing the type namespace.
getNamespaceURI() - Method in interface com.ibm.portal.state.dom.Node
 
getNavigationModel(Context) - Method in interface com.ibm.portal.cor.service.NavigationModelProvider
Returns the content model applicable in the COR context request.
getNavigationModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.ibmportlet.service.model.NavigationModelProvider
Deprecated. Returns the navigation model applicable in the current request.
getNavigationModel(ServletRequest, ServletResponse) - Method in interface com.ibm.portal.model.NavigationModelProvider
Returns the navigation model applicable in the current request.
getNavigationModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.model.NavigationModelProvider
Returns the navigation model applicable in the current request.
getNavigationModelProvider() - Method in interface com.ibm.portal.cor.service.NavigationModelHome
Returns a content model provider.
getNavigationModelProvider() - Method in interface com.ibm.portal.model.NavigationModelHome
Returns a navigation model provider.
getNavigationSelectionModel(Context) - Method in interface com.ibm.portal.cor.service.NavigationSelectionModelProvider
Returns the navigation selection model applicable in the current request.
getNavigationSelectionModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.ibmportlet.service.model.NavigationSelectionModelProvider
Deprecated. Returns the navigation selection model applicable in the current request.
getNavigationSelectionModel(ServletRequest, ServletResponse) - Method in interface com.ibm.portal.model.NavigationSelectionModelProvider
Returns the navigation selection model applicable in the current request.
getNavigationSelectionModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.model.NavigationSelectionModelProvider
Returns the navigation selection model applicable in the current request.
getNavigationSelectionModelProvider() - Method in interface com.ibm.portal.cor.service.NavigationSelectionModelHome
Returns a navigation selection model provider.
getNavigationSelectionModelProvider() - Method in interface com.ibm.portal.model.NavigationSelectionModelHome
Returns a navigation selection model provider.
getNavigationShift(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Deprecated. since 6.0, use method getNavigationShiftAccessor(Node, DocumentModel) instead
getNavigationShift(ObjectID, StateHolder) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Deprecated. since 6.0, use method getNavigationShiftAccessor(ObjectID, StateHolder) instead
getNavigationShiftAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Returns an interface providing read access to navigation shift information which is placed at the given node in the given document model.
getNavigationShiftAccessor(ObjectID, StateHolder) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Returns an interface providing read access to navigation shift information for a given navigation node.
getNavigationShiftAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Returns an interface providing read-write access to navigation shift information which is placed at the given node in the given document model.
getNavigationShiftAccessorController(ObjectID, StateHolderController) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Returns an interface providing read-write access to navigation shift information for a given navigation node.
getNavigationShiftAccessorController(String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Returns an interface providing read-write access to navigation shift information for a given navigation node.
getNavigationShiftController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Deprecated. since 6.0, use method getNavigationShiftAccessorController(Node, DocumentController) instead
getNavigationShiftController(ObjectID, StateHolderController) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Deprecated. since 6.0, use method getNavigationShiftAccessorController(ObjectID, StateHolderController) instead
getNavigationShiftController(String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
Deprecated. since 6.0, use method getNavigationShiftAccessorController(String, StateHolderController) instead
getNextEntry() - Method in class com.ibm.portal.resolver.streams.FormDataInputStream
Reads the next multipart stream entry and positions stream at the beginning of the entry data.
getNextEntry() - Method in class com.ibm.portal.resolver.streams.MultipartInputStream
Reads the next multipart stream entry and positions stream at the beginning of the entry data.
getNextPage(List<T>) - Method in interface com.ibm.portal.um.PagingIterator
This method returns the next page of search results if available.
getNickName() - Method in interface org.apache.jetspeed.portlet.User
Returns the user's nickname, or null if the nickname is not available.
getNode() - Method in interface com.ibm.portal.model.controller.context.CopyCreationContext
Returns the node that should be copied.
getNodeClass() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavCreationContext
Determines the type of item to create
getNodeName() - Method in interface com.ibm.portal.state.dom.Node
 
getNodes() - Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
 
getNodes() - Method in interface com.ibm.portal.resolver.friendly.SelectionResult
The the current node result list
getNodeValue() - Method in interface com.ibm.portal.state.dom.Node
 
getNotMatchingSuffix() - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService.PathMatchingResult
 
getNumberOfPages() - Method in interface com.ibm.portal.um.PagingIterator
Returns the number of pages that were found by the search request.
getNumberOfTotalResults() - Method in interface com.ibm.portal.um.PagingIterator
Returns the size of the complete result set.
getObject(String) - Method in class com.ibm.portal.struts.common.ModuleContext
Gets the object stored by key and takes into account the previously saved module prefix.
getObjectFactory() - Method in interface com.ibm.portal.community.CommunityHome
The returned instance of CommunityObjectFactory can be used to generate in-memory java objects that are used to interact with other parts of the community API.
getObjectID() - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get the ObjectID of the business component this service instance refers to.
getObjectID() - Method in interface com.ibm.portal.content.LayoutModel
Returns the object ID of the ContentPage which was used to retrieve this layout model.
getObjectID() - Method in class com.ibm.portal.cp.resources.builder.AbstractCustomResource
 
getObjectID() - Method in interface com.ibm.portal.cp.resources.builder.CustomResourceBuilder.ResourceParameters
Returns the ObjectID of the object
getObjectID() - Method in interface com.ibm.portal.cp.resources.Resource
Returns the ObjectID of this resource.
getObjectID() - Method in interface com.ibm.portal.Identifiable
Returns the object ID of the resource that implements the Identifiable interface.
getObjectID() - Method in interface com.ibm.portal.IdentifiableCreationContext
Returns the object ID of the resource that is to be created.
getObjectID() - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContext
Returns the ObjectID of the portlet window
getObjectID() - Method in exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
 
getObjectID() - Method in exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
 
getObjectID() - Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
Returns the object ID of the selection represented by this URL.
getObjectID() - Method in interface com.ibm.portal.resolver.friendly.service.PortletFriendlySelectionService
Returns the object ID of the PortletWindow that accessed the service
getObjectID() - Method in interface com.ibm.portal.resolver.proxy.service.PortletAjaxProxyService
Returns the objectID of the calling portlet window
getObjectID() - Method in interface com.ibm.portal.resolver.service.PortletPocService
Returns the ObjectID of the portlet window receiving this request.
getObjectID() - Method in class com.ibm.portal.resolver.uri.PortletURI
Returns the object ID of the portlet window
getObjectID() - Method in class com.ibm.portal.spa.data.SpaURI
 
getObjectID() - Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
Returns the object ID of the portlet window object this service operates on.
getObjectID() - Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
Deprecated. Use getPortalObjectID() returning com.ibm.portal.ObjectID instead.
getObjectIdentifier() - Method in exception com.ibm.portal.ac.exception.ObjectNotFoundException
Returns the object identifier that was used during the lookup that failed.
getObjectPoolFactory() - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Returns the object pool factory that is recommended to implement pooled data sources.
getObjectsToDumpInFFDC() - Method in exception com.ibm.portal.theme.plugin.exception.ThemeExtensionInitException
 
getObjectType(String) - Method in interface com.ibm.portal.identification.Identification
Provides access to instances of ObjectType.
getObjectType() - Method in interface com.ibm.portal.ObjectID
Returns the type of the resource that is identified by this ObjectID.
getOnClickMarkup() - Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
Deprecated. Returns the markup to be tied to the element attribute governing the click behavior (the onclick attribute in html/javascript).
getOpenSearchContentHandler() - Method in interface com.ibm.portal.resolver.opensearch.ResettableOpenSearchContentHandler
Returns the atom threading content handler that is currently attached to the chain
getOptionalActionHandlerMarkup() - Method in interface com.ibm.portal.dnd.DNDAction
Returns optional javascript to be executed when a drag object is dropped onto a drop zone containing this action and causing it to be invoked.
getOptionalOnDragHandlerMarkup() - Method in interface com.ibm.portal.dnd.DNDSource
This method returns optional javascript to be invoked at the beginning of a drag operation.
getOrdinal() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
getOrdinal() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
getOrdinal() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
getOrdinal() - Method in interface com.ibm.portal.theme.plugin.ThemeContent
Gets the ordinal value.
getOrdinalValue() - Method in interface com.ibm.portal.ObjectType
Provides access to the ordinal value of the object type.
getOrdinalValue() - Method in class com.ibm.portal.ResourceType
Deprecated.  
getOriginalUser() - Method in interface com.ibm.portal.impersonation.ImpersonationService
This method returns the original user that has logged in.
getOriginalUser() - Method in interface com.ibm.portal.portlet.service.impersonation.ImpersonationService
This method returns the original user that has logged in.
getOutputProperties() - Method in interface com.ibm.portal.resolver.xml.StreamContentHandler
 
getOutputProperty(String) - Method in interface com.ibm.portal.resolver.xml.StreamContentHandler
 
getOwner() - Method in interface com.ibm.portal.ac.ManagedProtectedResource
Returns the owner of the resource.
getOwner() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Lock
Description of the owner of the lock.
getOwner() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
 
getOwner() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockInfo
Description of the owner of the lock.
getOwnerID() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the id of the user who owns this application instance Returns null if the owner is not set / has been removed from the system
getOwnerID() - Method in interface com.ibm.portal.app.service.TemplateService
Get the ObjectID identifying the user who is the owner of this template.
getOwnerID() - Method in interface com.ibm.portal.cp.CollaborativeResource
Returns the ObjectID of the owner of this node.
getOwnerID() - Method in interface com.ibm.portal.cp.rating.controller.RatingCreationContext
Returns the ObjectID of the owner of this tag.
getOwnerID() - Method in interface com.ibm.portal.cp.tagging.controller.TagCreationContext
Returns the ObjectID of the owner of this tag.
getOwnerId() - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns an id representing the portlet which registered this action.
getOwnerId() - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns an Object whose hashcode and equals method may be used to identify the portlet that registered this property.
getOwningDefinitionId() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns the component owner definition id associated with this action.
getOwningDefinitionId() - Method in interface com.ibm.portal.propertybroker.property.Property
Return the id of the owning component this property is associated with.
getPage(List<T>, int) - Method in interface com.ibm.portal.um.PagingIterator
This method returns the page with the given number if available
getPageContext() - Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
Return the PageContext object
getPageContext() - Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
Returns the PageContext.
getPageID() - Method in interface com.ibm.portal.portlet.IWidgetWrapperURLCreationContext
The page id of the static content page that shall serve relative widget URLs.
getPageID() - Method in interface com.ibm.portal.resolver.cai.DomainObjectRef
 
getPageID() - Method in class com.ibm.portal.resolver.uri.PortletURI
Returns the objectID of the page
getPageID() - Method in interface com.ibm.portal.taskui.dynamicui.DynamicPageHandle
Returns the object id of the dynamic page.
getParameter(String) - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessor
Returns the first parameter of a parameter array that matches the key
getParameter(String, String) - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessor
Returns the first parameter of a parameter array that matches the key
getParameter(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the value of the parameter with the given name, or null if no such parameter exists.
getParameterMap() - Method in interface com.ibm.portal.resolver.Resolved
Returns a modifiable version of the parameter map that will be passed to the servlet or portlet as request parameters.
getParameterMap() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns a map of the parameters of this request.
getParameterName(String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Returns the parameter name stored under the specified key.
getParameterNames() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns an enumeration of all parameter names.
getParameters() - Method in interface com.ibm.portal.app.service.ApplicationService
Return the parameters of this application.
getParameters() - Method in interface com.ibm.portal.app.service.TemplateService
Return the parameters that are required during template instantiation.
getParameters() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns the Parameter array associated with this action.
getParameters() - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessor
Returns an unmodifiable version of the parameters, never null, but potentially the empty map.
getParameters(String) - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessor
Returns the parameters for the given key
getParameters(String, String[]) - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessor
Returns the parameters for the given key
getParameters() - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessorController
Returns a map of portlet parameters (String -> String[]).
getParameters() - Method in interface com.ibm.portal.resolver.data.Addressable
Returns an potentially unmodifiable version of the parameters used to address the object, never null, but potentially the empty map.
getParameters() - Method in exception com.ibm.portal.resolver.exceptions.URINotFoundException
 
getParameters() - Method in interface com.ibm.portal.resolver.PocURL
Returns a modifiable version of the parameters used to address the object, never null, but potentially the empty map.
getParameters() - Method in class com.ibm.portal.resolver.uri.PortletURI
 
getParameters() - Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorController
Returns a modifiable map (String to String[]) which allows for setting action parameters for the engine action this controller operates on.
getParameters() - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
Deprecated. Returns an unmodifiable and potentially empty map of target parameters as there is no concept of target parameters for IBM portlet API portlets (aka legacy portlets).
getParameters() - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessor
Returns a map of portlet parameters (String -> String[]).
getParameters() - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorController
Returns a map of portlet parameters (String -> String[]).
getParameters() - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Returns a modifiable map of target parameters (String -> String[]).
getParameters() - Method in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessor
Returns a map of public portlet render parameters (QName -> String[]).
getParameters() - Method in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessorController
Returns a map of public render parameters (String -> String[]).
getParameters() - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
Returns an unmodifiable map containing generic selection parameters.
getParameters() - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
Returns a modifiable map containing generic selection parameters.
getParameters(StateHolder) - Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
Method for obtaining the parameters for the portlet window this service operates on.
getParameters() - Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
Method for obtaining the parameters for the current (implied) portlet window and the navigation state this service operates on.
getParameters() - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns the parameters associated with the action.
getParameters() - Method in class org.apache.jetspeed.portlet.DefaultPortletAction
Deprecated. Returns all parameters
getParameterValues(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the values of all parameters with the given name.
getParent(Node) - Method in interface com.ibm.portal.state.dom.DocumentModel
Returns the parent for a given node.
getParent(E) - Method in interface com.ibm.portal.TreeModel
Returns the parent of a given node.
getParentDN(String) - Method in interface com.ibm.portal.um.PumaEnvironment
Returns the DN that bound to the given alias
getParentDN(String) - Method in interface com.ibm.portal.um.PumaProfile
Deprecated. As of release 6.1, replaced by PumaEnvironment.getParentDN(String)
getParentFolder(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
returns the parent folder of the specified folder
getParentFolder(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Get the parent folder of the given folder.
getParentID() - Method in interface com.ibm.portal.portlet.PortletEntityCreationContext
The portlet entity or definition object id for which a portlet entity is to be created.
getParentPortletEntity(PortletEntity) - Method in interface com.ibm.portal.portletmodel.PortletModel
Returns the parent portlet entity that provides defaults for preferences.
getPassword() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordPassiveCredential
Returns the password of this credential's secret
getPassword() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.UserPasswordCredentialSecret
Returns the password.
getPassword() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
Deprecated. Returns the password of this credential's secret
getPathInfo() - Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
 
getPathInfo() - Method in interface com.ibm.portal.resolver.friendly.SelectionResult
The path info or null
getPathName() - Method in class com.ibm.portal.spa.data.SpaURI
Returns the path portion after the page ID, this path name will start with a slash character if it exists
getPermission(Identifiable, RoleType) - Method in interface com.ibm.portal.ac.AccessControlEnvironment
Returns a new Permission Object representing a tupel of RoleType and resource.
getPocURI() - Method in class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
 
getPocURI() - Method in class com.ibm.portal.resolver.uri.PortletURI
 
getPolicyManager() - Method in interface com.ibm.policy.manager.PolicyManagerService
Retrieve the PolicyManager instance
getPolicyName() - Method in interface com.ibm.portal.app.model.PolicyStatus
The name of the policy definition used to validate constraints for this application.
getPolicySelectionAttribute() - Method in interface com.ibm.portal.app.model.PolicyStatus
Get the PolicySelectionAttribute of a specific application.
getPolicySelectionAttribute() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the Policy Selection Attribute of the specific application.
getPolicyStatus() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the PolicyStatus for this application.
getPolicyStatusItems() - Method in interface com.ibm.portal.app.model.PolicyStatus
The list of PolicyStatusItems.
getPool() - Method in exception com.ibm.portal.pool.exceptions.ObjectPoolException
 
getPortalContext() - Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
Deprecated. Returns a reference to the portal's ServletContext in which the caller is executing.
getPortalCPIID() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
If this Vault Slot is user managed and portlet private (a user managed portlet private slot), this method returns the Portlet Instance ID of the portlet.
getPortalFriendlySelectionService(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
Retrieves an instance of the friendly selection service.
getPortalObjectID() - Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
Returns the com.ibm.portal.ObjectID of this Vault Segment.
getPortalObjectID() - Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
Deprecated. Returns the com.ibm.portal.ObjectID of this Vault Segment.
getPortalPocService(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.resolver.service.PortalPocServiceHome
Returns a PortalPocService instance which is valid within the scope of one request.
getPortalRatingModelProvider() - Method in interface com.ibm.portal.cp.rating.PortalRatingModelHome
Returns a rating model provider.
getPortalResourceModelProvider() - Method in interface com.ibm.portal.cp.resources.PortalResourceModelHome
Returns a resource model provider.
getPortalResourceTypes() - Static method in class com.ibm.portal.ResourceType
Deprecated.  
getPortalRoleDataForDomainRole(DomainRole) - Method in interface com.ibm.portal.community.CommunityLocator
retrieves portal access control role data for a specific domain role.
getPortalStateManagerService(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.state.service.PortalStateManagerServiceHome
Returns a PortalStateManagerService instance which is valid within the scope of one request.
getPortalStateManagerService(ServerContext, Locale, Profile, boolean, boolean) - Method in interface com.ibm.portal.state.service.PortalStateManagerServiceHome
Returns a PortalStateManagerService instance.
getPortalStaticPageService(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.spa.service.PortalStaticPageServiceHome
Creates a new instance of the PortalStaticPageService that is valid for one request.
getPortalTagModelProvider() - Method in interface com.ibm.portal.cp.tagging.PortalTagModelHome
Returns a tag model provider.
getPortalURLWriter(javax.portlet.PortletRequest, javax.portlet.PortletResponse) - Method in interface com.ibm.portal.portlet.service.url.PortalURLGenerationService
Returns the PortalURLWriter based on the current state information encoded in the given request.
getPortlet(PortletDefinition) - Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
Return the portlet that represents the deployed code unit for the given portlet definition
getPortlet(ObjectID) - Method in interface com.ibm.portal.portletmodel.admin.PortletList
Returns the portlet with the specified object ID.
getPortlet(PortletDefinition) - Method in interface com.ibm.portal.portletmodel.PortletModel
Return the portlet that represents the deployed code unit for the given portlet definition.
getPortlet(ObjectID, StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Deprecated. since 6.0, use method getPortletAccessor(ObjectID, StateHolder) instead
getPortlet(String, StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Deprecated. since 6.0, use method getPortletAccessor(String, StateHolder) instead
getPortlet(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Deprecated. since 6.0, use method getPortletAccessor(Node, DocumentModel) instead
getPortlet() - Method in interface org.apache.jetspeed.portlet.event.Event
Deprecated. deprecated since version 1.1
getPortlet() - Method in class org.apache.jetspeed.portlet.UnavailableException
Deprecated. no replacement. Returns the portlet that is reporting its unavailability.
getPortletAccessor(ObjectID, StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides an accessor that allows for reading the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given StateHolder interface.
getPortletAccessor(String, StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides an accessor that allows for reading the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given StateHolder interface.
getPortletAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides an accessor that allows for reading the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given DocumentModel interface.
getPortletAccessor() - Method in interface com.ibm.portal.state.PortletStateManager
Gets a portlet accessor that operates on the request-specific state holder.
getPortletAccessor(StateHolder) - Method in interface com.ibm.portal.state.PortletStateManager
Gets a portlet accessor for the given state holder.
getPortletAccessorController(ObjectID, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a controller that allows for reading and writing the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given StateHolderController.
getPortletAccessorController(String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a controller that allows for reading and writing the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given StateHolderController.
getPortletAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a controller that allows for reading and writing the navigational state of a particular portlet window (typically this includes portlet mode, window state, and render parameters) using the given DocumentController.
getPortletAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.PortletStateManager
Gets a portlet controller that operates on the given state.
getPortletAccessorController() - Method in interface com.ibm.portal.state.PortletStateManagerController
Gets a portlet accessor controller that operates on the request-specific state holder.
getPortletConfig() - Method in interface com.ibm.portal.struts.portlet.PortletInfoSupplier
Get the Portlet configuration object.
getPortletConfig() - Method in class com.ibm.portal.struts.portlet.WpActionServlet
Get the Portlet configuration object.
getPortletConfig() - Method in interface com.ibm.wps.portlets.struts.PortletInfoSupplier
Get the Portlet configuration object.
getPortletConfig() - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Gets the portlet configuration object.
getPortletConfig() - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated. Returns the PortletConfig object of the portlet
getPortletConfig() - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. Returns the portlet configuration.
getPortletContext(PortletContext) - Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
Returns a wrapper that converts a Jetspeed portlet context to a javax portlet context.
getPortletContext() - Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
Return the PortletContext object
getPortletContext() - Method in interface com.ibm.portal.struts.portlet.PortletInfoSupplier
Get the Portlet context
getPortletContext() - Method in class com.ibm.portal.struts.portlet.WpActionServlet
Get the Portlet context
getPortletContext() - Method in interface com.ibm.wps.portlets.struts.PortletInfoSupplier
Get the Portlet context
getPortletContext() - Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
Returns the PortletContext.
getPortletContext() - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Gets the portlet context object.
getPortletContext() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Returns the portlet context.
getPortletController(ObjectID, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Deprecated. since 6.0, use the method getPortletAccessorController(ObjectID, StateHolderController) instead.
getPortletController(String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Deprecated. since 6.0, use method getPortletAccessorController(String, StateHolderController) instead
getPortletController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Deprecated. since 6.0, use method getPortletAccessorController(Node, StateHolderController) instead
getPortletDefinition() - Method in interface com.ibm.portal.content.LayoutControlCreationContext
The portlet definition for which a layout control is to be created.
getPortletDefinition(ObjectID) - Method in interface com.ibm.portal.portletmodel.admin.PortletDefinitionList
Returns the portlet definition with the specified object ID.
getPortletDefinition(PortletWindow) - Method in interface com.ibm.portal.portletmodel.PortletModel
Return the portlet definition that defines administrative settings for the portlet shown in the given window.
getPortletDefinition(PortletEntity) - Method in interface com.ibm.portal.portletmodel.PortletModel
Return the portlet definition that defines administrative settings for the portlet configuration represented by this entity
getPortletDefinitionID() - Method in interface com.ibm.portal.portlet.PortletDefinitionCloningContext
The portlet definition object id which should be cloned.
getPortletDefinitionList() - Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
Return a model that gives access to the portlet definitions that are accessible in the context of this portlet model.
getPortletEntity() - Method in interface com.ibm.portal.content.LayoutControlCreationContext
The portlet entity for which a layout control is to be created.
getPortletEntity(PortletWindow) - Method in interface com.ibm.portal.portletmodel.PortletModel
Return a portlet entity that defines preferences for this portlet in the context of the scope of this portlet model.
getPortletFriendlySelectionService(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.resolver.friendly.service.PortletFriendlySelectionServiceHome
Retrieves an instance of the friendly selection service.
getPortletList() - Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
Return a model that gives access to the portlets that are accessible in the context of this portlet model.
getPortletListAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides an accessor that allows for retrieving the list of portlets that are referenced in the navigational state using the given StateHolder interface.
getPortletListAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides an accessor that allows for retrieving the list of portlets that are referenced in the navigational state using the given DocumentModel interface.
getPortletLog() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Gets the portlet log.
getPortletLog() - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. Returns the portlet log.
getPortletMode() - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessor
Returns the current portlet mode.
getPortletMode(PortletMode) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessor
Returns the current portlet mode.
getPortletMode() - Method in class com.ibm.portal.struts.common.PortletURIAttributes
Returns the portlet mode.
getPortletMode() - Method in class com.ibm.struts.taglib.html.FormTag
Returns the portlet mode.
getPortletModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.ibmportlet.service.model.PortletModelProvider
Deprecated. Returns the portlet model applicable in the current portlet request.
getPortletModel(ContentPage, ServletRequest, ServletResponse) - Method in interface com.ibm.portal.model.PortletModelProvider
Returns the portlet model applicable to the given page in the current request.
getPortletModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.model.PortletModelProvider
Returns the portlet model applicable in the current portlet request.
getPortletModelController() - Method in interface com.ibm.portal.content.LayoutModelController
Returns a portlet model controller valid in the scope of this layout model controller.
getPortletModelControllerProvider() - Method in interface com.ibm.portal.model.controller.PortletModelControllerHome
Returns a portlet model provider.
getPortletModelProvider() - Method in interface com.ibm.portal.model.PortletModelHome
Returns a portlet model provider.
getPortletModes() - Method in interface com.ibm.portal.portletmodel.Portlet
Returns a ListModel object of PortletMode objects that are contained in the portlet's list of supported portlet modes.
getPortletModes(String) - Method in interface com.ibm.portal.portletmodel.Portlet
Returns a ListModel object of PortletMode objects that are contained in the portlet's list of supported portlet modes for a specific markup
getPortletModes() - Method in interface com.ibm.portal.portletmodel.PortletDefinition
Returns a ListModel object of PortletMode objects that are contained in the portlet's list of supported portlet modes.
getPortletModes(String) - Method in interface com.ibm.portal.portletmodel.PortletDefinition
Returns a ListModel object of PortletMode objects that are contained in the portlet's list of supported portlet modes for a specific markup
getPortletName() - Method in interface com.ibm.portal.portletmodel.Portlet
Returns the portlet name as specified in the deployment descriptor
getPortletPocService(ActionRequest, ActionResponse) - Method in interface com.ibm.portal.resolver.service.PortletPocServiceHome
Get a portlet POC service for the current request and response.
getPortletPocService(EventRequest, EventResponse) - Method in interface com.ibm.portal.resolver.service.PortletPocServiceHome
Get a portlet POC service for the current request and response.
getPortletPocService(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.resolver.service.PortletPocServiceHome
Get a portlet POC service for the current request and response.
getPortletPocService(RenderRequest, RenderResponse) - Method in interface com.ibm.portal.resolver.service.PortletPocServiceHome
Get a portlet POC service for the current request and response.
getPortletPocService(ResourceRequest, ResourceResponse) - Method in interface com.ibm.portal.resolver.service.PortletPocServiceHome
Get a portlet POC service for the current request and response.
getPortletPreferencesLayer() - Method in interface com.ibm.portal.portletmodel.Portlet
Returns the preferences that are defined in the deployment descriptor for this portlet
getPortletPreferencesLayer() - Method in interface com.ibm.portal.portletmodel.PortletPreferencesProvider
Returns the preferences layer that corresponds to the resource implementing the PortletPreferencesProvider
getPortletRequest(HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Gets the PortletRequest as an object from the given request object.
getPortletRequest() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
Returns the wrapped ServletRequest object.
getPortletRequest() - Method in interface com.ibm.wps.portlet.menu.MenuContext
Deprecated. Returns instance of the current PortletRequest
getPortletRequestDispatcher(PortletContext, String) - Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
Returns a wrapper that converts a Jetspeed portlet context to a javax portlet request dispatcher.
getPortletResponse(HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Gets the PortletResponse as an object from the given request.
getPortletResponse(HttpServletResponse, HttpServletRequest) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Gets the PortletResponse as an object from the given request.
getPortletResponse() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
Return the wrapped ServletResponse object.
getPortletResponse() - Method in interface com.ibm.wps.portlet.menu.MenuContext
Deprecated. Returns instance of the current PortletResponse
getPortlets(StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Deprecated. since 6.0, use method getPortletListAccessor(StateHolder) instead
getPortlets(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Deprecated. since 6.0, use method getPortletListAccessor(Node, DocumentModel) instead
getPortlets() - Method in interface com.ibm.portal.state.accessors.portlet.PortletListAccessor
Get a (potentially unordered) list of ObjectIDs of portlets that are accessible by this accessor.
getPortlets(WindowState) - Method in interface com.ibm.portal.state.accessors.portlet.PortletListAccessor
Get a list of ObjectIDs of portlets that are currently in the given window state.
getPortlets(PortletMode) - Method in interface com.ibm.portal.state.accessors.portlet.PortletListAccessor
Get a list of ObjectIDs of portlets that are currently in the given window state.
getPortletService(Class<T>) - Method in interface com.ibm.portal.portlet.service.PortletServiceHome
Return a service for the given service interface.
getPortletSession(PortletSession, PortletContext) - Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
Returns a wrapper that converts a Jetspeed portlet session to a javax portlet session.
getPortletSession() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
getPortletSession(boolean) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
getPortletSession() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the current session for the portlet or, if there is no current portlet session, creates one and returns it.
getPortletSession(boolean) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the current session for the portlet or, if there is no current portlet session and the given flag is true, creates one and returns it.
getPortletSettings() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
getPortletSettings() - Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributeEvent
Deprecated. Return the PortletSettings that changed.
getPortletSettings() - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated. since 5.1, use PortletRequest.getPortletSettings instead. A single instance of a portlet may reference multiple concrete portlets; without a reference to a portlet request, it is not always possible to determine the correct concrete portlet
getPortletSettings() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the PortletSettings object of the concrete portlet.
getPortletStateManager(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.state.service.PortletStateManagerService
Get a portlet state manager for the current request and response.
getPortletStateManagerController(ActionRequest, ActionResponse) - Method in interface com.ibm.portal.state.service.PortletStateManagerService
Get a portlet state manager for the current request.
getPortletStateManagerController(EventRequest, EventResponse) - Method in interface com.ibm.portal.state.service.PortletStateManagerService
Get a portlet state manager for the current request.
getPortletStaticPageService(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.spa.service.PortletStaticPageServiceHome
Get a static page service
getPortletTargetAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a portlet as the target of an action or render link in the given state document.
getPortletTargetAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a portlet as the target of an action or render link.
getPortletTargetAccessorController(HttpServletRequest) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a portlet as the target of an action or render link in the request-specific state.
getPortletTargetAccessorController(HttpServletRequest, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a portlet as the target of an action or render link in the given state document.
getPortletTargetAccessorController(HttpServletRequest, Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Returns a controller which allows for declaring a portlet as the target of an action or render link.
getPortletTargetAccessorController() - Method in interface com.ibm.portal.state.PortletStateManager
Returns a controller which allows for declaring a portlet as the target of an action or render link that encodes the given state document.
getPortletTargetAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.PortletStateManager
Returns a accessor controller which allows for declaring a portlet as the target of an action or render link that encodes the given state document.
getPortletTargetController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. since 6.0, use method getPortletTargetAccessorController(StateHolderController) instead
getPortletTargetController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. since 6.0, use method getPortletTargetAccessorController(Node, DocumentController) instead
getPortletTargetController(HttpServletRequest) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. since 6.0, use method getPortletTargetAccessorController(HttpServletRequest) instead.
getPortletTargetController(HttpServletRequest, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. since 6.0, use method getPortletTargetAccessorController(HttpServletRequest, StateHolderController) instead
getPortletTargetController(HttpServletRequest, Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Deprecated. since 6.0, use method getPortletTargetAccessorController(HttpServletRequest) instead
getPortletWindow(LayoutControl) - Method in interface com.ibm.portal.portletmodel.PortletModel
Return the portlet window that is associated with the given layout control.
getPortletWindowID() - Method in interface com.ibm.portal.resolver.cai.DomainObjectRef
 
getPortletWindowID() - Method in class com.ibm.portal.resolver.uri.PortletURI
Returns the objectID of the portlet window.
getPortletWindowList() - Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
Return a model that gives access to the portlet windows that are accessible in the context of this portlet model.
getPortletWindowStateParameterService(ObjectID, ObjectID) - Method in interface com.ibm.portal.state.service.parameters.StateParameterService
Returns a service that allows manipulation of parameters for the given portlet window.
getPortletWindowStateParameterService(PortletWindow, ContentPage) - Method in interface com.ibm.portal.state.service.parameters.StateParameterService
Returns a service that allows manipulation of parameters for the given portlet window.
getPos() - Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
 
getPreferenceKeys() - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get the set of preference keys (QNames).
getPreferences() - Method in interface com.ibm.portal.app.service.ApplicationService
Get this application instance's preferences.
getPreferences() - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get this component instance's preferences.
getPreferencesHierarchy(PortletEntity) - Method in interface com.ibm.portal.portletmodel.PortletModel
Return an aggregated view of the preference layers associated with the given portlet entity.
getPreferencesHierarchy(PortletDefinition) - Method in interface com.ibm.portal.portletmodel.PortletModel
Return an aggregated view of the preference layers associated with the given portlet definition.
getPreferenceValue(String) - Method in interface com.ibm.portal.app.service.ApplicationService
Get one specific preference value for a given QName
getPreferenceValue(String) - Method in interface com.ibm.portal.app.service.BusinessComponentService
Get one specific preference value for a given QName
getPreferredLocale(Iterable<Locale>) - Method in interface com.ibm.portal.model.LocalizedContext
Returns a preferred locale based on the information the context was created with.
getPreferredLocale(Iterator<Locale>) - Method in interface com.ibm.portal.model.LocalizedContext
Returns a preferred locale based on the information the context was created with.
getPreferredLocale(ListModel<Locale>) - Method in interface com.ibm.portal.model.LocalizedContext
Returns a preferred locale based on the information the context was created with.
getPreferredLocales(Iterable<Locale>) - Method in interface com.ibm.portal.model.LocalizedContext
Returns a read-only list of preferred locales (in descending order) based on the information the context was created with.
getPreferredLocales(Iterator<Locale>) - Method in interface com.ibm.portal.model.LocalizedContext
Returns a read-only list of preferred locales (in descending order) based on the information the context was created with.
getPreferredLocales(ListModel<Locale>) - Method in interface com.ibm.portal.model.LocalizedContext
Returns a read-only list of preferred locales (in descending order) based on the information the context was created with.
getPreferredSupportedLocale() - Method in interface com.ibm.portal.model.LocalizedContext
Returns a preferred locale based on the information the context was created with.
getPreferredSupportedLocales() - Method in interface com.ibm.portal.model.LocalizedContext
Returns a read-only list of preferred locales (in descending order) based on the information the context was created with.
getPrefix(PortletRequest) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Returns the prefix associated with this command.
getPrefix() - Method in class com.ibm.portal.struts.common.ModuleContext
Returns the saved prefix.
getPrefix(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Returns the prefix associated with this command.
getPreProcessor() - Method in exception com.ibm.portal.state.exceptions.PortletPreProcessorException
Returns the preprocessor that threw the exception.
getPreviousMode() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
getPreviousMode() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the last mode that is kept for this portlet on the mode stack, or null if no previous mode exists.
getPreviousPage(List<T>) - Method in interface com.ibm.portal.um.PagingIterator
This method returns the previous page of search results if available.
getPreviousPortletMode() - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletAccessor
Deprecated. Provides the previous portlet mode.
getPreviousWindowState() - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletAccessor
Deprecated. Provides the previous window state.
getPrincipal() - Method in interface com.ibm.portal.ac.data.RoleAssignment
Returns the Principal associated with this RoleAssignment
getProbeID() - Method in exception com.ibm.portal.theme.plugin.exception.ThemeExtensionInitException
 
getProfile() - Method in interface com.ibm.portal.resolver.accessors.ContextAccessor
Returns the CCPP profile of the current scope
getProfile(PortletRequest) - Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
Deprecated. The returned instance of PumaProfile can be used to read attributes for a Principal
getProfile(javax.portlet.PortletRequest) - Method in interface com.ibm.portal.um.portletservice.PumaHome
The returned instance of PumaProfile can be used to read attributes for a Principal
getProfile() - Method in interface com.ibm.portal.um.PumaAdminHome
Deprecated. The returned instance of PumaProfil can be used to read attributes for a Principal The PumaProfil object returned by this method uses WebSphere Application Server security features to determine the current available user.
getProfile(javax.servlet.ServletRequest) - Method in interface com.ibm.portal.um.PumaHome
Deprecated. since 6.1 use PumaHome.getProfile() instead
getProfile() - Method in interface com.ibm.portal.um.PumaHome
The returned instance of PumaProfile can be used to read attributes for a Principal The PumaProfile object returned by this method uses WebSphere Application Server RunAs Subject security feature to determine the current available user.
getProfile(String, javax.servlet.ServletRequest) - Method in interface com.ibm.portal.um.PumaHome
Deprecated. since 6.1.0.2 use #getProfile(String) instead
getPropagationBlockedRoleTypes() - Method in interface com.ibm.portal.ac.ManagedProtectedResource
Returns those role types the resource blocks for propagation (i.e.
getProperties() - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
getProperties(PortletRequest, PortletSettings) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated.  
getProperty() - Method in interface com.ibm.portal.propertybroker.property.Parameter
Returns the associated Property object.
getProperty() - Method in interface com.ibm.portal.propertybroker.property.PropertyValue
Return the Property part of this object.
getProperty(String) - Method in interface com.ibm.portal.resolver.xml.XMLPropertyProvider
Look up the value of a property.
getProperty() - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Returns the associated Property object.
getProperty() - Method in interface com.ibm.wps.pb.property.PropertyValue
Deprecated. Returns the Property part of this object.
getPropertyName() - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
getProps() - Method in exception com.ibm.portal.state.exceptions.PropertyException
 
getProtectedLWPTypes() - Static method in class com.ibm.portal.ResourceType
Deprecated. - use QueryProtectedResourceTypesCommand instead
getProtectedNamesToCopy() - Method in interface com.ibm.portal.model.controller.context.MetaDataCopyCreationContext
Returns a list of meta data names (aka keys) which are not exposed through MetaData.getNames() but only through explicit calls on MetaData.getValue(String).
getProtectedResourceTypes() - Static method in class com.ibm.portal.ResourceType
Deprecated. - use QueryProtectedResourceTypesCommand instead
getProtectedWCMTypes() - Static method in class com.ibm.portal.ResourceType
Deprecated. - use QueryProtectedResourceTypesCommand instead
getProtectedWPCPTypes() - Static method in class com.ibm.portal.ResourceType
Deprecated. - use QueryProtectedResourceTypesCommand instead
getPVSPath() - Method in interface com.ibm.policy.manager.PolicyValueSet
Retrieve unique Policy path to this node
getPVSProfiler() - Method in interface com.ibm.policy.manager.PolicyValueSet
Retrieve the Personalization rule associated with this PVS
getQName() - Method in interface com.ibm.portal.portletmodel.CommunicationDatatype
Returns a QName containing the semantic type of the transferred value, for example PhoneNo, OrderID and so forth.
getQueryString(PortletRequest) - Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Returns the query string.
getQueryString(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Returns the query string.
getRating() - Method in interface com.ibm.portal.cp.rating.controller.RatingCreationContext
Returns the rating value of this rating.
getRating() - Method in interface com.ibm.portal.cp.rating.Rating
Returns the value of this rating.
getRatingAverageCalculator() - Method in interface com.ibm.portal.cp.rating.RatingAverageCalculatorProvider
 
getRatingModel(Context) - Method in interface com.ibm.portal.cp.rating.CorRatingModelProvider
Returns a RatingModel.
getRatingModel(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.cp.rating.PortalRatingModelProvider
Returns a RatingModel which exposes a RatingModelLocator for the getLocator() method.
getRatingModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.cp.rating.PortletRatingModelProvider
Returns a RatingModel which exposes a RatingModelLocator for the getLocator() method.
getRatingModelController(RatingModel<T>) - Method in interface com.ibm.portal.cp.rating.RatingModelControllerProvider
Returns a RatingModelController for the given model.
getRealm() - Method in interface com.ibm.portal.admin.VirtualPortal
Returns the realm of this virtual portal.
getRedirectURL() - Method in interface com.ibm.portal.auth.FilterChainContext
Used to retrieve the redirect URL that is currently set for the context of this chain.
getRedirectURL() - Method in interface com.ibm.portal.resolver.data.RedirectDataSource
Returns the URL to redirect to
getRemoveOnModeChange() - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Returns the state of removeOnModeChange.
getRemoveOnModeChange() - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Returns the state of removeOnModeChange.
getRenderRequest(PortletRequest) - Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
Returns a wrapper that converts a Jetspeed portlet request to a javax render request.
getRenderResponse(PortletResponse) - Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
Returns a wrapper that converts a Jetspeed portlet response to a javax render response.
getRequest() - Method in interface com.ibm.portal.resolver.PortletContext
Returns the JSR168 portlet request object associated with the context
getRequest() - Method in interface com.ibm.portal.resolver.ServletContext
Returns the HTTP request object associated with the context
getRequest() - Method in exception com.ibm.portal.state.accessors.exceptions.CannotRetrieveResourceUrlAccessorException
 
getRequest() - Method in exception com.ibm.portal.state.accessors.exceptions.StateAccessorException
Returns the servlet request the accessor operated on.
getRequest() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
getRequest() - Method in interface com.ibm.portal.theme.plugin.ThemeContext
 
getRequest() - Method in interface org.apache.jetspeed.portlet.event.Event
Returns the portlet request that has caused this event.
getResolutionService() - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Returns a ResolutionService that does a COR lookup to find the actual ResolutionService.
getResource() - Method in interface com.ibm.portal.cp.rating.controller.RatingCreationContext
Returns the resource this rating is associated to.
getResource() - Method in interface com.ibm.portal.cp.tagging.controller.TagCreationContext
Returns the resource this tag is associated to.
getResource() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.CredentialDataEntry
This method returns the name of the resource where the credential secret is stored.
getResourceAsStream(String) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the resource located at the given path as an InputStream object.
getResourceAsStream(String, Client, Locale) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the resource located at the given path as an InputStream object.
getResourceBuilder(Context, Map<String, String[]>) - Method in interface com.ibm.portal.cp.resources.builder.CustomResourceBuilderProvider
Obtains the ResourceBuilder for the given COR context.
getResourceBundle(String) - Method in interface com.ibm.portal.model.LocalizedContext
Gets a resource bundle using the specified base name based on the information the context was created with.
getResourceBundle(String, ClassLoader) - Method in interface com.ibm.portal.model.LocalizedContext
Gets a resource bundle using the specified base name based on the information the context was created with.
getResourceBundle() - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContext
Gets the resource bundle defined by the portlet based on the information the context was created with.
getResourceBundleProvider(String, ClassLoader) - Method in interface com.ibm.portal.model.LocalizedContextHome
Constructs a ResourceBundleProvider that can be used to load resource bundles in particular locales without providing a locale based fallback.
getResourceBundleProvider(PortletConfig) - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContextHome
Loads the ResourceBundleProvider for the given PortletConfig.
getResourceID() - Method in interface com.ibm.portal.ac.data.Role
Returns the ObjectID of the resource associated with this Role instance
getResourceID() - Method in interface com.ibm.portal.cp.CollaborativeResource
Returns the ObjectID of the resource this node is associated with.
getResourceID() - Method in interface com.ibm.portal.services.contentmapping.ContentMapping
Returns the portal resource ID for this mapping.
getResourceLocator() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfoHome
Returns the ResourceLocator interface that can be used to search for specific portal resources based on content mapping information.
getResourceModel(Context) - Method in interface com.ibm.portal.cp.resources.CorResourceModelProvider
Returns a ResourceModel which exposes a ResourceModelLocator
getResourceModel(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.cp.resources.PortalResourceModelProvider
Returns a ResourceModel which exposes a ResourceModelLocator
getResourceModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.cp.resources.PortletResourceModelProvider
Returns a ResourceModel which exposes a ResourceModelLocator
getResourceModelController(ResourceModel<R>) - Method in interface com.ibm.portal.cp.resources.ResourceModelControllerProvider
Returns a ResourceModelController for the given ResourceModel.
getResourceName() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns the resource name for this Vault Slot.
getResourceOID() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfo
Returns the portal resource ObjectID for this ContentMappingInfo object.
getResourceRoot() - Method in interface com.ibm.portal.admin.Decoration
Returns the resource root directory of the decoration.
getResourceRoot() - Method in interface com.ibm.portal.admin.DecorationCreationContext
Returns the resource root of the skin.
getResourceType() - Method in interface com.ibm.portal.ObjectID
Deprecated. use getObjectType() instead
getResourceURL(String, Theme, PortalResources.Type) - Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
Deprecated. Use ResourceURLAccessor.getResourceURL(String, Decoration, com.ibm.portal.state.accessors.url.PortalResources.Type)
getResourceURL(String, Decoration, PortalResources.Type) - Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
Creates a URL object that points to a generic resource.
getResourceURL(String, Decoration, PortalResources.Type, URLContext) - Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
Creates a URL object that points to a generic resource.
getResourceURL(String, PortalResources.Type) - Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
Creates a URL object that points to a generic resource.
getResourceURL(String, PortalResources.Type, PortalResources.State) - Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
Creates a URL object that points to a generic resource.
getResourceURL(String, Theme, PortalResources.Type, PortalResources.State) - Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
Deprecated. Use ResourceURLAccessor.getResourceURL(String, Decoration, com.ibm.portal.state.accessors.url.PortalResources.Type, com.ibm.portal.state.accessors.url.PortalResources.State)
getResourceURL(String, Decoration, PortalResources.Type, PortalResources.State) - Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
Creates a URL object that points to a generic resource.
getResourceURL(String, Decoration, PortalResources.Type, PortalResources.State, URLContext) - Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
Creates a URL object that points to a generic resource.
getResponse() - Method in interface com.ibm.portal.resolver.PortletContext
Returns the JSR168 portlet response object associated with the context
getResponse() - Method in interface com.ibm.portal.resolver.ServletContext
Returns the HTTP response object associated with the context
getResponse() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
getResponse() - Method in interface com.ibm.portal.theme.plugin.ThemeContext
 
getRestorePoints(List<ObjectID>) - Method in interface com.ibm.portal.app.service.ApplicationService
Get the RestorePoints specified by the passed ObjectIDs.
getReturnSelection() - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessor
Returns the ObjectID representing the selection that has been associated with the portlet being in solo state.
getRole() - Method in interface com.ibm.portal.ac.data.RoleAssignment
Returns the Role associated with this RoleAssignment
getRole(RoleType) - Method in interface com.ibm.portal.ac.RoleData
Returns the Role object associated with the given RoleType or null if there is no such role.
getRoleAssignments(Principal) - Method in interface com.ibm.portal.ac.RoleData
Returns the (potentially empty) read-only set of all role assignments for the given principal, including assignments on parent resources and enclosing groups
getRoleData(Identifiable) - Method in interface com.ibm.portal.ac.AccessControlHome
The returned instance of RoleData provides read access to the role date of a of the protected resource associated with the given resource, for example the set of principals mapped to a specific role.
getRoleData() - Method in interface com.ibm.portal.ac.RoleDataProvider
Returns the RoleData associated with this object
getRoleDataController(Identifiable) - Method in interface com.ibm.portal.ac.AccessControlHome
The returned instance of RoleDataController provides write access to the role date of a of the protected resource associated with the given resource, for example the set of principals mapped to a specific role.
getRoleDataController() - Method in interface com.ibm.portal.ac.RoleDataProvider
Returns the RoleDataController associated with this object
getRoleId() - Method in interface com.ibm.portal.app.model.ComponentRole
Returns the unique identifier for this role.
getRoleName() - Method in interface com.ibm.portal.community.AbstractRole
Returns the role name as String object.
getRoles() - Method in interface com.ibm.portal.ac.RoleData
Returns the (potentially empty) read-only set of all roles that are externalized or currently in use, i.e.
getRoleType() - Method in interface com.ibm.portal.ac.data.Role
Returns the RoleType of this Role instance
getRoleTypeForName(String) - Method in interface com.ibm.portal.ac.AccessControlEnvironment
Returns the RoleType identified by the given name.
getRoleTypes() - Method in interface com.ibm.portal.ac.RoleData
Returns a (potentially empty) read-only SortedSet containing the RoleTypes of those roles that are externalized or currently in use for the resource.
getRoot() - Method in interface com.ibm.portal.state.dom.DocumentModel
Returns the root node of the document.
getRoot() - Method in interface com.ibm.portal.TreeModel
Returns the root node of the tree model.
getRoot() - Method in interface com.ibm.wps.portlet.menu.MenuTree
Deprecated. Returns the root node of this tree.
getRootContentNodeID() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the ObjectID of the root content node of this Application instance.
getRootFolder() - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Get the root folder of the folder hierarchy
getRootFolder() - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Get the root template folder.
getRootFolderID() - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Get the ObjectID of the root template folder.
getRuleContext() - Method in interface com.ibm.policy.manager.Target
Retrieve the RuleContext for this Target
getSavedAttributes() - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Returns the saved attributes map.
getSavedAttributes() - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Returns the saved attribute map.
getSavedCommand(PortletRequest, PortletResponse, ViewCommandExecutionContext) - Static method in class com.ibm.portal.struts.command.StrutsViewCommand
Gets the saved command from the Command Manager Factory.
getSavedCommand(PortletRequest, ViewCommandExecutionContext) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Gets the saved command from the Command Manager Factory.
getSchemaLocation() - Method in interface com.ibm.portal.propertybroker.property.Property
Return a string containing the absolute URL or relative path to a document containing the type schema.
getScheme() - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
getScheme() - Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
 
getSchemes() - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
getSchemes() - Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
 
getSchemeSpecificPart() - Method in class com.ibm.portal.cp.resources.builder.AbstractCustomResource
 
getSchemeSpecificPart() - Method in interface com.ibm.portal.cp.resources.Resource
Returns the scheme specific part of this resource.
getScope() - Method in interface com.ibm.portal.cp.CollaborativeResource
Returns the Scope of this resource.
getScope() - Method in interface com.ibm.portal.services.contentmapping.ContentMapping
Returns the scope value for this content mapping.
getScope() - Method in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. Returns scope of the menu tree node.
getScopes() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfo
Returns an unmodifiable set of scopes used by this ContentMappingInfo object.
getScreenTemplate() - Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessor
Returns the screen template of the navigation node (aka portal page) which is currently selected.
getScreenTemplateAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
Get a read-only interface to the screen template.
getScreenTemplateAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
Get a read-only interface to the screen template.
getScreenTemplateAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
Returns a controller that allows to modify the screen template.
getScreenTemplateAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
Returns a controller that allows to modify the screen template.
getSearchableTreeModel() - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
Returns the SearchableTreeModel used to encode and decode friendly selections.
getSecret() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryPassiveCredential
Returns the user's secret as an byte array.
getSecret() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectPassiveCredential
Returns the user's secret as an Jaas Subject.
getSecret() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SimplePassiveCredential
Returns the user's secret as an object.
getSecret() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.BinaryCredentialSecret
Static utility method.
getSecret() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JaasSubjectCredentialSecret
Returns the secret.
getSecret() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JavaObjectCredentialSecret
Returns the secret.
getSecret() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
Deprecated. Returns the user's secret as an byte array.
getSecret() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
Deprecated. Returns the user's secret as an Jaas Subject.
getSecret() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
Deprecated. Returns the user's secret as an object.
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryCredential
 
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryPassiveCredential
 
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential
Returns the credential's Secret Type in terms of the constants declared in the Credential Vault Portlet Service.
Should be overwritten by any child class that "overwrites" the secret attribute.
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectCredential
 
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectPassiveCredential
Returns credential's Secret Type in terms of the constants declared in (@link CredentialSecret)
Should be overwritten by any child class that "overwrites" the secret attribute.
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JavaMailCredential
 
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SimplePassiveCredential
 
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordCredential
 
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordPassiveCredential
 
getSecretType() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns the Credential Slot's Secret Type (ID).
getSecretType() - Method in exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
Field getter for secretType.
getSecretType() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
Deprecated.  
getSecretType() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
Deprecated. Returns the Secret Type as an integer.
getSecretType() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
Deprecated. Returns the credential's Secret Type in terms of the constants declared in CredentialVaultService
Should be overwritten by any child class that "overwrites" the secret attribute.
getSecretType() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
Deprecated.  
getSecretType() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
Deprecated. Returns credential's Secret Type in terms of the constants declared in (@link CredentialSecret)
Should be overwritten by any child class that "overwrites" the secret attribute.
getSecretType() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
Deprecated.  
getSecretType() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
Deprecated.  
getSecretType() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
Deprecated.  
getSecretType() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
Deprecated.  
getSegmentObjectID() - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialSlotConfig
Deprecated. Use com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig#getSegmentPortalObjectID() that returns a com.ibm.portal.ObjectID instead.
getSegmentPortalObjectID() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns the Object ID of the Segment this Vault Slot belongs to.
getSelectedNode() - Method in interface com.ibm.portal.navigation.SelectionModel
Returns the currently selected node in the list model.
getSelection() - Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
Returns the ObjectID of the navigation node which is currently selected.
getSelection() - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
Returns the ObjectID of the navigation node which is currently selected.
getSelection(StateHolder) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
Deprecated. since 6.0, use method getSelectionAccessor(StateHolder) instead
getSelection(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
Deprecated. since 6.0, use method getSelectionAccessor(Node, DocumentModel) instead
getSelectionAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
Provides an accessor that allows for reading the selection information from the navigational state using the given StateHolder interface.
getSelectionAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
Provides an accessor that allows for reading the selection information from the navigational state using the given DocumentModel interface.
getSelectionAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
Provides a controller that allows for reading and writing selection information from /to the navigational state using the given StateHolderController interface.
getSelectionAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
Provides a controller that allows for reading and writing selection information from /to the navigational state using the given DocumentController interface.
getSelectionController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
Deprecated. since 6.0, use method getSelectionAccessorController(StateHolderController) instead
getSelectionController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
Deprecated. since 6.0, use method getSelectionAccessorController(Node, DocumentController) instead
getSelectionMapping(ObjectID) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
Returns the ObjectID of the navigation node which may be used as a selection fallback for aNavNode.
getSelectionMapping(String) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
Returns the ObjectID of the resource which may be used as selection fallback for aNavNode.
getSelectionURI() - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
Returns the URI of the current selection (if any) or null
getSensorData(String, ListModel) - Method in interface com.ibm.portal.app.component.Sensor
Deprecated. The interface a component has to implement if it wants to support the retrieval of sensor data information.
getSensorData(ObjectID, ListModel<SensorData>) - Method in interface com.ibm.portal.app.component2.Sensor
The interface a component has to implement if it wants to support the retrieval of sensor data information.
getServerContext() - Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Returns information about the URL configuration in the scope of the current request.
getServerContext(Boolean) - Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Returns information about the URL configuration in the scope of the current request.
getServerContext() - Method in interface com.ibm.portal.resolver.friendly.accessors.url.FriendlyURLFactory
Returns information about the URL configuration in the scope of the current request.
getServerContext() - Method in interface com.ibm.portal.state.accessors.url.ServerContextProvider
Returns the applicable server context
getServerContext() - Method in interface com.ibm.portal.state.URLFactory
Returns information about the URL configuration in the scope of the current request.
getService() - Method in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
 
getService(URI, Class<T>, ServiceHandler, Context, T) - Static method in class com.ibm.portal.resolver.helper.CORLookup
Returns a service from a service handler
getService(Class) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. This function looks up a portlet service with the given classname.
getServiceInterface() - Method in class com.ibm.portal.portlet.service.PortletServiceInvalidInterfaceException
Returns the service interface that was requested but could not be provided.
getServices(Collection<? super T>, Class<T>, Context) - Static method in class com.ibm.portal.resolver.helper.CORLookup
Convenience method to assemble all services for a particular interface
getServices(Collection<? super T>, URI, Class<T>, Context, T) - Static method in class com.ibm.portal.resolver.helper.CORLookup
Assembles all services that implement a particular interface
getServletConfig() - Method in class com.ibm.portal.struts.portlet.WpActionServlet
Get the servlet config object
getServletConfig() - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Gets the servlet configuration object.
getServletConfig() - Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceConfig
Deprecated. Gets the ServletConfig object of the portal.
getServletConfigWrapper(PortletConfig) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Gets the serlvet config wrapper.
getServletContext() - Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
Return the ServletContext object
getServletContext() - Method in class com.ibm.portal.struts.common.ModuleContext
Returns the servlet context.
getServletContext() - Method in class com.ibm.portal.struts.portlet.StrutsInfo
Get the servlet context (not PortletContext) associated with this Servlet
getServletContext() - Method in class com.ibm.portal.struts.portlet.WpActionServlet
Get the servlet context object
getServletContext() - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Returns the servlet context object
getServletContext() - Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
Returns the ServletContext.
getServletContext() - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Gets the servlet context object.
getServletContext() - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Returns the servlet context object.
getServletContext() - Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
Gets the servlet context (not portlet context) associated with this servlet.
getServletContext() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Returns the servlet context.
getServletContext() - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
getServletContextWrapper() - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Returns the Servlet Context Wrapper
getServletContextWrapper(PortletConfig, ServletContext) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Returns a servlet context that namescopes the attributes to the portlet.
getServletContextWrapper() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Returns the servlet context wrapper.
getServletContextWrapper(PortletConfig, ServletContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Returns a servlet context that places the portlet attributes in their proper namescopes.
getServletInfo() - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
getServletName() - Method in class com.ibm.portal.struts.portlet.WpActionServlet
Get the servlet name
getServletName() - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Gets the servlet name.
getSharedStateAccessor(String, StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides an accessor that allows for reading the shared navigational state of a particular bucket (identified through a shared state id).
getSharedStateAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides an accessor that allows for reading the shared navigational state of a particular bucket (typically this includes shared render parameters).
getSharedStateAccessorController(String, StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a controller that allows for reading and writing the shared navigational state of a particular bucket (identified through a shared state id).
getSharedStateAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides a controller that allows for reading and writing the shared navigational state of a particular bucket (typically this includes shared render parameters).
getSharedStateID() - Method in exception com.ibm.portal.state.accessors.exceptions.SharedStateIdException
 
getSharedStateIDs() - Method in interface com.ibm.portal.state.accessors.portlet.SharedStateListAccessor
Get a (potentially unordered and unmodifiable) set of sharedStateIDs, i.
getSharedStateListAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides an accessor that allows for retrieving the list of shared state buckets that are referenced in the navigational state using the given StateHolder interface.
getSharedStateListAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
Provides an accessor that allows for retrieving the list of shared state buckets that are referenced in the navigational state using the given DocumentModel interface.
getSharingPolicy(javax.servlet.http.HttpServletRequest) - Method in class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
Deprecated. This returns the sharing policy used for this cache entry.
getShowActionsMarkup() - Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
Deprecated. Returns the markup/code for displaying the actions matching the source, and for triggering action dispatch when one is chosen.
getShowTools(StateHolder) - Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
Deprecated. since 6.0, use method getShowToolsAccessor(StateHolder) instead
getShowTools(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
Deprecated. since 6.0, use method getShowToolsAccessor(Node, DocumentModel) instead
getShowToolsAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
Provides an accessor that allows for reading the value of the Show Tools flag from the navigational state using the given StateHolder interface.
getShowToolsAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
Provides an accessor that allows for reading the value of the Show Tools flag from the navigational state using the given DocumentModel interface.
getShowToolsAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
Provides a controller that allows for reading and writing the value of the Show Tools flag from /to the navigational state using the given StateHolderController interface.
getShowToolsAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
Provides a controller that allows for reading and writing the value of the Show Tools flag from /to the navigational state using the given DocumentController interface.
getShowToolsController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
Deprecated. since 6.0, use method getShowToolsAccessorController(StateHolderController) instead
getShowToolsController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
Deprecated. since 6.0, use method getShowToolsAccessorController(Node, DocumentController) instead
getSizeFieldThreshold(ModuleConfig) - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Returns the size field threshold which determines whether an uploaded file will be written to disk or cached in memory.
getSizeFieldThreshold(ModuleConfig) - Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
Returns the size field threshold which determines whether an uploaded file will be written to disk or cached in memory.
getSkin(ObjectID) - Method in interface com.ibm.portal.admin.SkinList
Deprecated. Use LocatorProvider#getLocator()#findByID()
getSkin() - Method in interface com.ibm.portal.content.RenderAspect
Returns the skin of this resource.If no skin was set null is returned.
getSkinList(PortletRequest) - Method in interface com.ibm.portal.ibmportlet.service.model.SkinListProvider
Deprecated. Returns the portal skin list.
getSkinList(ServletRequest) - Method in interface com.ibm.portal.model.SkinListProvider
Returns the portal skin list.
getSkinList() - Method in interface com.ibm.portal.model.SkinListProvider
Returns the portal markup list.
getSkinList(PortletRequest) - Method in interface com.ibm.portal.portlet.service.model.SkinListProvider
Returns the portal skin list.
getSkinListControllerProvider() - Method in interface com.ibm.portal.model.SkinListControllerHome
Returns a skin list model controller provider.
getSkinListProvider() - Method in interface com.ibm.portal.model.SkinListHome
Returns a skin list provider.
getSkinType() - Method in interface com.ibm.portal.admin.Skin
Deprecated. this method is deprecated and has no replacement Returns the skin type.
getSkinURIParserFactory(Boolean) - Method in interface com.ibm.portal.spa.service.PortalStaticPageServiceHome
Returns a parser factory to parse skin templates
getSlotDescription(String, Locale) - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Returns a credential slot's description for the specified locale.
getSlotId() - Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialSecretNotSetException
returns the ID of the credential slot for which the secret was not set.
getSlotId() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Gets the credential slot's id.
getSolo(StateHolder) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
Deprecated. since 6.0, use method getSoloAccessor(StateHolder) instead
getSolo(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
Deprecated. since 6.0, use method getSoloAccessor(Node, DocumentModel) instead
getSoloAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
Provides an accessor that allows for reading Solo information from the navigational state using the given StateHolder interface.
getSoloAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
Provides an accessor that allows for reading Solo information from the navigational state using the given DocumentModel interface.
getSoloAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
Provides a controller that allows for reading and writing Solo information from /to the navigational state using the given StateHolderController interface.
getSoloAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
Provides a controller that allows for reading and writing Solo information from /to the navigational state using the given DocumentController interface.
getSoloController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
Deprecated. since 6.0, use method getSoloAccessorController(StateHolderController) instead
getSoloController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
Deprecated. since 6.0, use method getSoloAccessorController(Node, DocumentController) instead
getSoloPortlet() - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessor
Returns the ObjectID of the portlet window which is in Solo state.
getSource() - Method in interface com.ibm.portal.resolver.data.XmlDataSource
Returns a new JAXP source object that can be used to generate a stream of XML events.
getSource() - Method in interface com.ibm.portal.resolver.Lookup
Returns a new JAXP source object that can be used to generate a stream of XML events that represent an ATOM entry.
getSource() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavProperty
Returns a JAXP source object that contains the content of the property.
getSourceClass() - Method in interface com.ibm.portal.content.ContentNodeCopyCreationContext
Returns the class object for the source node's ContentNode class.
getSourceContentModel() - Method in interface com.ibm.portal.content.ContentNodeCopyCreationContext
Returns the source ContentModel in which the template (source) node can be found.
getSourceEndpoint() - Method in interface com.ibm.portal.wire.WireCreationContext
Returns the communication source associated with this wire.
getSourceEndpointID() - Method in interface com.ibm.portal.wire.Wire
Returns the ObjectID of the communication source associated with this wire.
getSourceID() - Method in exception com.ibm.portal.theme.plugin.exception.ThemeExtensionInitException
 
getSourceLayoutControl() - Method in interface com.ibm.portal.wire.WireCreationContext
Returns the source layout control associated with this wire.
getSourcePageID() - Method in interface com.ibm.portal.wire.Wire
Returns the source page ObjectID associated with this wire.
getSourcePortletModel() - Method in interface com.ibm.portal.content.ContentNodeCopyCreationContext
Returns the source PortletModel for the template (source) content node.
getSourcePortletWindowID() - Method in interface com.ibm.portal.wire.Wire
Returns the runtime portlet window ID of the root PortletWindow associated with this wire´s source
getSources() - Method in interface com.ibm.portal.portletmodel.CommunicationEndpointProvider
Returns all communication sources.
getStartIndex() - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessor
Returns the index of the first navigation tab being visible.
getState() - Method in interface com.ibm.portal.app.model.RestorePoint
Get the current state of this RestorePoint.
getState() - Method in exception com.ibm.portal.state.accessors.exceptions.IconNotFoundException
 
getState() - Method in exception com.ibm.portal.state.accessors.exceptions.MissingSelectionException
 
getState() - Method in exception com.ibm.portal.state.accessors.exceptions.StateNotWriteableException
 
getState() - Method in interface com.ibm.portal.state.accessors.StateAccessorFactory
Deprecated. since 6.0, use method getStateAccessor() instead
getState() - Method in interface com.ibm.portal.state.EngineURL
Returns the state represented by this URL object in a modifiable way.
getStateAccessor() - Method in interface com.ibm.portal.state.accessors.StateAccessorFactory
Returns an accessor to a read-only version of the state holder.
getStateAccessorController() - Method in interface com.ibm.portal.state.accessors.StateAccessorFactory
Returns an accessor controller to a read-write version of the state holder.
getStateController() - Method in interface com.ibm.portal.state.accessors.StateAccessorFactory
Deprecated. since 6.0, use method getStateAccessorController() instead
getStateHolder(HttpServletRequest) - Method in interface com.ibm.portal.state.accessors.StateAccessor
Retrieves the read-only state holder from the request
getStateHolder() - Method in interface com.ibm.portal.state.PortletStateManager
Gets the current request-specific state holder.
getStateHolder() - Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
Method that can be used to obtain the state holder this service operates on.
getStateHolderController() - Method in interface com.ibm.portal.resolver.Resolved
Returns the state represented by the resolution result in a modifiable way.
getStateHolderController(HttpServletRequest) - Method in interface com.ibm.portal.state.accessors.StateAccessorController
Retrieves the read-write state holder from the request
getStateHolderController() - Method in interface com.ibm.portal.state.PortletStateManagerController
Gets a controller interface to the current request-specific state holder.
getStateManagerService() - Method in interface com.ibm.portal.resolver.accessors.ContextAccessor
Provides access to the StateManagerService in the context of the POC service.
getStateParameterService(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.state.service.parameters.PortalStateParameterServiceHome
Returns the state parameter service.
getStateParameterService(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.state.service.parameters.PortletStateParameterServiceHome
Returns a service that can be used to manipulate parameters of any portlet window.
getStatePartitionAccessor(StateHolder) - Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorFactory
Returns an interface providing read access to state partition information
getStatePartitionAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorFactory
Returns an interface providing read access to state partition information.
getStatePartitionAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorFactory
Returns an interface providing read-write access to state partition information.
getStatePartitionAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorFactory
Returns an interface providing read-write access to state partition information.
getStatePartitionId() - Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessor
Returns the state partition identifier (if any).
getStateValue(String) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
This method retrieves the state that should be sent into newIconURL
getStaticContent(Markup) - Method in interface com.ibm.portal.content.StaticContentPage
Gets the content of this Page for an existing markup.
getStaticContent(String) - Method in interface com.ibm.portal.content.StaticContentPage
Gets the content of this Page for an existing markup.
getStaticPageContentHandler() - Method in interface com.ibm.portal.spa.parser.StaticPageFilter
Requests the instance of the StaticPageContentHandler that is currently associated with the filter
getStaticPageParserFactory() - Method in interface com.ibm.portal.spa.service.StaticPageServiceHome
Returns the factory that produces StaticPageParser instances.
getStatus() - Method in interface com.ibm.portal.LocalizedStatus
Returns a status code that can be evaluated by the handler of the exception implementing LocalizedStatus.
getStatus() - Method in interface com.ibm.portal.resolver.data.StatusCodeDataSource
Returns a suggested HTTP status code.
getStatus() - Method in exception com.ibm.portal.resolver.exceptions.AccessControlFailedException
 
getStatus() - Method in exception com.ibm.portal.resolver.exceptions.EntityDeletedException
 
getStatus() - Method in exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
 
getStatus() - Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
getStatus() - Method in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
getStatus() - Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
Returns as a hint to the client the recommended HTTP status code.
getStatus() - Method in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
 
getStatus() - Method in exception com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
 
getStoreProperties() - Method in interface com.ibm.portal.um.PumaEnvironment
Returns the Properties for the default store (PumaHome.DEFAULT_PROVIDER)
getStoreProperties(String) - Method in interface com.ibm.portal.um.PumaEnvironment
Returns the Properties for the specified store
getStr() - Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
 
getStringValue(String) - Method in interface com.ibm.portal.portletmodel.PortletPreferences
Returns the first preference value for the given preference key.
getStringValues(String) - Method in interface com.ibm.portal.portletmodel.PortletPreferences
Returns all preference values for the given preference key.
getStrutsAction() - Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
Returns the Struts action.
getStrutsAction() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
Returns the Struts action.
getStrutsActionParameterName() - Method in class com.ibm.portal.struts.common.PortletApiUtils
Returns the name of the parameter used to pass the Struts action.
getStrutsForward() - Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
Returns the Struts forward.
getStrutsForward() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
Returns the Struts forward.
getStrutsInfo() - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Returns the StrutsInfo object.
getStrutsInfo() - Method in class com.ibm.portal.struts.portlet.WpActionServlet
Get the Struts/Servlet information object
getStrutsInfo() - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Get the StrutsInfo object associated with this command processor.
getStrutsInfo() - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Gets the Struts/Servlet information object.
getStrutsInfo() - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Gets the WpsStrutsInfo object associated with this command processor.
getStrutsInfo() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Returns the StrutsInfo object.
getStrutsRoot() - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Returns the Struts context root.
getStrutsRoot() - Method in class com.ibm.portal.struts.portlet.WpActionServlet
Get the Struts/Servlet Context Root
getStrutsRoot() - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Gets the Struts/servlet context root.
getStrutsRoot() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Returns the Struts Context root.
getStrutsServletMapping() - Method in class com.ibm.portal.struts.portlet.StrutsInfo
Get the Struts servlet mapping string
getStrutsServletMapping() - Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
Gets the Struts servlet mapping string.
getSubString() - Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
 
getSupportedLocales() - Method in interface com.ibm.portal.admin.LocaleCapable
Returns a list of locales that are supported by the implementing resource.
getSupportedLocales() - Method in interface com.ibm.portal.model.LocalizedContext
Deprecated. user LocalizedContextHome.getSupportedLocales() instead
getSupportedLocales() - Method in interface com.ibm.portal.model.LocalizedContextHome
Provides easy access ot the list of supported locales in WebSphere Portal
getSupportedLocales() - Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContext
Returns the list of locales supported by the portlet.
getSupportedLocales() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns the locales that are supported for the displayable text, such as the title and description, associated with the current action.
getSupportedLocales() - Method in interface com.ibm.portal.propertybroker.property.Parameter
Returns the locales supported for the displayable text associated with the parameter, such as its title and description.
getSupportedLocales() - Method in interface com.ibm.portal.propertybroker.property.Property
Returns the supported locales for the displayable text associated with the property, such as its title and description.
getSupportedLock(T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockableTreeModel
Returns information about the supported lock type.
getSupportedSecretTypes() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Returns an array of integers of the supported Secret Types.
getSupportedSecretTypes() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Returns an array of integers of the supported Secret Types.
getSupportedSecretTypes() - Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
Returns an array of integers of the supported Secret Types for this segment.
getSupportedSecretTypes() - Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
Deprecated. Returns an array of integers of the supported Secret Types for this segment.
getTagModel(Context) - Method in interface com.ibm.portal.cp.tagging.CorTagModelProvider
Returns a TagModel.
getTagModel(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.cp.tagging.PortalTagModelProvider
Returns a TagModel which exposes a TagModelLocator for the getLocator() method.
getTagModel(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.cp.tagging.PortletTagModelProvider
Returns a TagModel which exposes a TagModelLocator for the getLocator() method.
getTagModelController(TagModel<T>) - Method in interface com.ibm.portal.cp.tagging.TagModelControllerProvider
Returns a TagModelController for the given model.
getTagName() - Method in interface com.ibm.portal.cp.tagging.controller.TagCreationContext
Returns the name of this tag.
getTarget() - Method in interface com.ibm.portal.content.InternalContentURL
Returns the target of the internal content URL.
getTarget(Markup) - Method in interface com.ibm.portal.content.InternalContentURL
Returns the target of the internal content URL for the given markup.
getTarget(String) - Method in interface com.ibm.portal.content.InternalContentURL
Returns the target of the internal content URL for the given markup.
getTargetEndpoint() - Method in interface com.ibm.portal.wire.WireCreationContext
Returns the communication target associated with this wire.
getTargetEndpointID() - Method in interface com.ibm.portal.wire.Wire
Returns the ObjectID of the communication target associated with this wire.
getTargetLayoutControl() - Method in interface com.ibm.portal.wire.WireCreationContext
Returns the target layout control associated with this wire.
getTargetPage() - Method in interface com.ibm.portal.wire.WireCreationContext
Returns the target page associated with this wire.
getTargetPageID() - Method in interface com.ibm.portal.wire.Wire
Returns the target page ObjectID associated with this wire.
getTargetPortletWindowID() - Method in interface com.ibm.portal.wire.Wire
Returns the runtime portlet window ID of the root PortletWindow associated with this wire´s target
getTargets() - Method in interface com.ibm.portal.portletmodel.CommunicationEndpointProvider
Returns all communication targets.
getTargetUniqueName(String) - Method in interface com.ibm.portal.model.controller.context.UniqueNameStrategy
Retrieve the target unique name depending
getTemplateAccessPrivileges() - Method in interface com.ibm.portal.app.service.TemplateCatalogServiceHome
Get the TemplateAccessPrivileges which allows to check specific access control permissions for the current user.
getTemplateAccessPrivileges() - Method in interface com.ibm.portal.app.service.TemplateServiceHome
Get the TemplateAccessPrivileges which allows to check specific access control permissions for the current user.
getTemplateCatalogService() - Method in interface com.ibm.portal.app.service.TemplateCatalogServiceHome
Get the TemplateCatalogService which allows searching for Templates and managing TemplateFolders.
getTemplateID() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the id of the template this application instance was created from.
getTemplateName() - Method in interface com.ibm.portal.content.RenderAspect
Returns the name of the template used to render this element.
getTemplateService(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateServiceHome
Get the TemplateService for the specified Template ObjectID.
getText(Locale) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeTextItem
 
getText(Locale) - Method in interface com.ibm.portal.theme.plugin.ThemeTextItem
Return the text for the specified locale.
getText(String, String, Locale) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Returns the localized text resource with the given key and using the given locale.
getTextElements() - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Returns a hash table containing the text (that is, non-file) request parameters.
getTextElements() - Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
Returns a hash table containing the text (that is, non-file) request parameters.
getTextTransferEncoding() - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
getTheme(ObjectID) - Method in interface com.ibm.portal.admin.ThemeList
Deprecated. Use com.ibm.portal.LocatorProvider#getLocator()#findByID()
getTheme() - Method in interface com.ibm.portal.content.LayoutModel
Deprecated. use this method on the corresponding ContentPage
getTheme() - Method in interface com.ibm.portal.content.ThemeProvider
Returns the theme associated with this element.
getThemeContentHandler() - Method in interface com.ibm.portal.spa.parser.ThemeFilter
Requests the instance of the ThemeContentHandler that is currently associated with the filter
getThemeList(PortletRequest) - Method in interface com.ibm.portal.ibmportlet.service.model.ThemeListProvider
Deprecated. Returns the portal theme list.
getThemeList(ServletRequest) - Method in interface com.ibm.portal.model.ThemeListProvider
Returns the portal theme list.
getThemeList() - Method in interface com.ibm.portal.model.ThemeListProvider
Returns the portal theme list.
getThemeList(PortletRequest) - Method in interface com.ibm.portal.portlet.service.model.ThemeListProvider
Returns the portal theme list.
getThemeListControllerProvider() - Method in interface com.ibm.portal.model.ThemeListControllerHome
Returns a theme list model controller provider.
getThemeListProvider() - Method in interface com.ibm.portal.model.ThemeListHome
Returns a theme list provider.
getThemeTemplate() - Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessor
Returns the theme template which is currently used.
getThemeTemplateAccessor(HttpServletRequest) - Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorFactory
Get a read-only interface to the theme template from the request.
getThemeTemplateAccessor(Node, DocumentModel) - Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorFactory
Get a read-only interface to theme template information under the assumption that the given root forms the root of theme template information.
getThemeTemplateAccessorController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorFactory
Gets a controller to modify theme template information.
getThemeTemplateAccessorController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorFactory
Gets a controller to modify theme template information theme template.
getThemeURIParserFactory(Boolean) - Method in interface com.ibm.portal.spa.service.PortalStaticPageServiceHome
Returns a parser factory to parse theme templates
getTimeout() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Lock
The timeout associated with a lock in seconds or -1 for an infinite lock.
getTimeout() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
 
getTimeouts() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockInfo
Sequence of requested lock timeouts in seconds.
getTitle(Locale) - Method in exception com.ibm.portal.app.exceptions.ComponentException
 
getTitle(Locale) - Method in exception com.ibm.portal.app.service.backup.BackupServiceException
 
getTitle() - Method in exception com.ibm.portal.app.service.exceptions.DuplicateTemplateTitleValidationException
 
getTitle(Locale) - Method in class com.ibm.portal.community.LocalizedDataObject
Returns the title of the domain role in the given locale.
getTitle(Locale) - Method in exception com.ibm.portal.eventing.service.EventDistributionServiceException
 
getTitle(Locale) - Method in interface com.ibm.portal.Localized
Returns the title of this object in the given locale.
getTitle(Localized) - Method in interface com.ibm.portal.model.LocalizedContext
Deprecated. use LocalizedContext.getLocalizedTitle(Localized) instead
getTitle(Localized, Enumeration<Locale>) - Method in interface com.ibm.portal.model.LocalizedStringResolver
Deprecated. Returns the title of the given node in a locale given by the enumeration.
getTitle(Locale) - Method in exception com.ibm.portal.ModelException
 
getTitle(Locale) - Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
Returns a language-specific exception message for this exception.
getTitle(Locale) - Method in class com.ibm.portal.portlet.service.PortletServiceUnavailableException
Return a language-specific exception message for this exception.
getTitle(Locale) - Method in interface com.ibm.portal.propertybroker.property.Action
Returns a short string about the action suitable for displaying in a menu, in tools, or as help text.
getTitle(Locale) - Method in interface com.ibm.portal.propertybroker.property.Parameter
Returns a string containing a short description of the parameter, suitable for display by tools or as help text.
getTitle(Locale) - Method in interface com.ibm.portal.propertybroker.property.Property
Returns a short description for this property for the provided locale.
getTitle(Locale) - Method in exception com.ibm.portal.resolver.exceptions.AccessControlFailedException
 
getTitle(Locale) - Method in exception com.ibm.portal.resolver.exceptions.EntityDeletedException
 
getTitle(Locale) - Method in exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
 
getTitle(Locale) - Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
getTitle(Locale) - Method in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
getTitle(MessageCode, Object[], Locale) - Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
 
getTitle(Locale) - Method in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
 
getTitle() - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
Return the title of the location
getTitle(Locale) - Method in exception com.ibm.portal.security.exceptions.SecurityException
Return a language-specific exception message for this exception.
getTitle(Locale) - Method in exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
 
getTitle(Locale) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
getTitle(Locale) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
getTitle(Locale) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
getTitle(Locale) - Method in exception com.ibm.portal.um.exceptions.PumaException
Return a language-specific exception message for this exception.
getTitle() - Method in interface com.ibm.wps.pb.property.Action
Deprecated.  
getTitle(Locale) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns a short string about the action suitable for displaying in a menu.
getTitle() - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated.  
getTitle(Locale) - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Returns a string containing a short description of the parameter.
getTitle() - Method in interface com.ibm.wps.pb.property.Property
Deprecated.  
getTitle(Locale) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns a short description for this property for the provided locale.
getTitle() - Method in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. Returns title of the menu tree node for the locale of the current request.
getTitle(Locale) - Method in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. Returns title of the menu tree node for a specific locale.
getTitle(Locale, Client) - Method in interface org.apache.jetspeed.portlet.PortletSettings
Deprecated. Returns the title of this window.
getToggled() - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
Returns an unmodifiable Set containing the ObjectIDs of all navigation nodes that are marked as "toggled" in the state holder this accessor operates on.
getToggled() - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
Returns a modifiable Set containing the ObjectIDs of all navigation nodes that are marked as "toggled" in the state holder this accessor operates on.
getTooltip(Locale) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
getTooltip(Locale) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
getTooltip(Locale) - Method in interface com.ibm.portal.theme.plugin.ThemeItem
Returns the tooltip text for the current locale.
getTranscodingFilterConfigurator() - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Gets the transcoding filter configurator.
getTreeModel() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModel
 
getTreeModel() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModel
Returns the TreeModel that describes the namespace hierarchy of items.
getTreeModelController() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModelController
 
getTreeModelController() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModelController
Creates a new CommittableTreeModelController used to execute modification operations on the tree.
getType() - Method in interface com.ibm.portal.admin.SkinType
Deprecated. Returns the type of a skin
getType() - Method in interface com.ibm.portal.app.model.Variable
Returns the type of this variable.
getType() - Method in interface com.ibm.portal.dnd.DNDProperty
Returns the type for this DNDProperty.
getType() - Method in enum com.ibm.portal.ObjectTypeConstants
Returns the object type that corresponds to the particular enum value.
getType() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.BinaryCredentialSecret
Returns the type of a certain the secret.
getType() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
Utility method.
getType() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.ExternalCredentialSecret
Returns the type of the secret.
getType() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JaasSubjectCredentialSecret
Returns the type of the secret.
getType() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JavaObjectCredentialSecret
Returns the type of the secret.
getType() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.UserPasswordCredentialSecret
Returns the type of the secret.
getType() - Method in interface com.ibm.portal.portletconversion.Data
Returns the type of the portlet setting or portlet data item.
getType() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns the type of the action.
getType() - Method in interface com.ibm.portal.propertybroker.property.Property
Returns a string containing the property type.
getType() - Method in class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
 
getType() - Method in class com.ibm.portal.resolver.helper.cor.DefaultContentLocation
 
getType() - Method in interface com.ibm.portal.um.AttributeDefinition
Returns the return type of the corresponding attribute as String
getType() - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns the type of the action.
getType() - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns a string containing the property type.
getTypes() - Method in interface com.ibm.portal.admin.SkinList
Deprecated. this method is deprecated without replacement Returns a list model of SkinType objects that are defined for the skin list.
getTypes() - Static method in enum com.ibm.portal.ObjectTypeConstants
Returns a complete collection of all predefined object types.
getTypeSchema() - Method in class com.ibm.portal.cp.resources.builder.AbstractCustomResource
 
getTypeSchema() - Method in interface com.ibm.portal.cp.resources.Resource
Returns the (type) schema of this resource.
getUnavailableApplications() - Method in exception com.ibm.portal.app.service.exceptions.UnavailableApplicationsException
 
getUnavailableSeconds() - Method in class org.apache.jetspeed.portlet.UnavailableException
Deprecated. Returns the number of seconds the portlet expects to be temporarily unavailable.
getUniqueName() - Method in interface com.ibm.portal.ObjectID
Returns the unique name that corresponds to this ObjectID
getUniqueNameStrategy() - Method in interface com.ibm.portal.content.ContentNodeCopyCreationContext
Returns the UniqueNameStrategy
getURI() - Method in class com.ibm.portal.cp.resources.builder.AbstractCustomResource
 
getURI() - Method in interface com.ibm.portal.cp.resources.builder.CustomResourceBuilder.ResourceParameters
Returns the unique identifier of the object
getURI() - Method in interface com.ibm.portal.cp.resources.CustomResourceCreationContext
Returns the URI identifying the resource.
getURI() - Method in interface com.ibm.portal.cp.resources.Resource
Returns the unique identifier of the object
getURI() - Method in interface com.ibm.portal.resolver.data.Addressable
Returns the unique identifier of the object
getURI() - Method in exception com.ibm.portal.resolver.exceptions.URINotFoundException
 
getURI() - Method in class com.ibm.portal.resolver.uri.PortletURI
 
getURI() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Resource
The URI of the resource, either a relative URI (preferred) or the full URI.
getUri(PortletRequest) - Method in class com.ibm.portal.struts.command.StrutsViewActionCommand
Returns the URI.
getUri(PortletRequest) - Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Returns the URI.
getURI(RenderRequest) - Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
Return the URI string
getUri(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Returns the URI.
getUri(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Returns the URI.
getURI() - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
Returns the URI string.
getUriType() - Method in class com.ibm.portal.struts.common.PortletURIAttributes
Returns the URI type.
getURL(Markup) - Method in interface com.ibm.portal.content.ContentURL
Deprecated. use ContentURL.newURL() instead Returns the URL that this content node represents for the given markup.
getURL(String) - Method in interface com.ibm.portal.content.ContentURL
Deprecated. use ContentURL.newURL() instead Returns the URL that this content node represents for the given markup. Whenever possible, use the method getURL(Markup aMarkup) instead of this one - this method will be deprecated at some point in the future.
getURL(Markup) - Method in interface com.ibm.portal.content.ExternalContentURL
Returns the URL that this content node represents for the given markup.
getURL(String) - Method in interface com.ibm.portal.content.ExternalContentURL
Returns the URL that this content node represents for the given markup
getURL(String, PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.contentaccess.ContentAccessService
Returns an URL object after following redirects using a proxy if necessary
getURL() - Method in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. Returns URL of the menu tree node.
getURL(String, PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.service.ContentAccessService
Deprecated. Returns an URL object after following redirects using a proxy if necessary
getURLCharset() - Method in interface com.ibm.portal.state.accessors.url.ServerContext
Returns the characterset of the URL.
getURLFactory() - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
Returns access to the URL generation functionality for friendly URLs.
getURLFactory() - Method in interface com.ibm.portal.resolver.service.PocService
Returns access to the URL generation functionality for POC URLs
getURLFactory() - Method in interface com.ibm.portal.state.service.StateManagerService
Provides access to the URLFactory.
getURLFactoryClass() - Method in exception com.ibm.portal.state.exceptions.CannotInstantiateURLFactoryException
Returns the class object of the URLFactory implementation class that could not be instantiated.
getUrlFilterReader(Reader) - Method in interface com.ibm.wps.wsrp.consumer.security.WSRPResourceURLFilterFactory
Deprecated. Get the Reader used to modify the characters passed to the Reader.
getUrlFilterWriter(Writer) - Method in interface com.ibm.wps.wsrp.consumer.security.WSRPResourceURLFilterFactory
Deprecated. Get the java.io.Writer used to filter the passed Writer.
getURLGenerator(ActionRequest, ActionResponse) - Method in interface com.ibm.portal.portlet.service.state.RedirectURLGeneratorFactoryService
Returns a RedirectURLGenerator instance.
getUrlList(String, UrlResourceServiceConstants.ScopeConstants) - Method in interface com.ibm.portal.services.url.UrlResourceService
Returns a List of AttributeList objects.
getUrlType() - Method in class com.ibm.struts.taglib.html.FormTag
 
getURLWriter(Writer) - Method in interface com.ibm.portal.state.accessors.url.URLWriterProvider
Method which allows to provide a custom Writer which is called by the portal framework when a EngineURL is written.
getUser() - Method in interface com.ibm.portal.wire.WireCreationContext
Deprecated. since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal,
getUser() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
getUser() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the user object.
getUser() - Method in interface org.apache.jetspeed.portlet.PortletSession
Deprecated. use portletRequest.getUser() since version 1.1
getUserAgent() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
 
getUserAgent() - Method in interface org.apache.jetspeed.portlet.Client
Deprecated. Returns the exact user agent that this client uses to identify itself to the portal.
getUserAgentPattern() - Method in interface com.ibm.portal.admin.Client
Return the client's user agent pattern.
getUserAttributeDefinition(String) - Method in interface com.ibm.portal.um.PumaProfile
Returns an instance of AttributeDefintion for the given name
getUserDefaultSearchAttributeName() - Method in interface com.ibm.portal.um.PumaProfile
Returns the attribute that is configured as default search attribute for users
getUserDN() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.CredentialDataEntry
This method returns the distinguished name (DN) of the user who owns the secret.
getUserId() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordPassiveCredential
Returns the user ID of this credential's secret
getUserId() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.UserPasswordCredentialSecret
Returns the userId.
getUserID(PortletRequest) - Method in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
Returns the user ID that is extracted from the remember me cookie.
getUserId() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
Deprecated. Returns the user ID of this credential's secret
getUserID() - Method in interface org.apache.jetspeed.portlet.User
Returns the user id, or null if the user id is not available.
getUserLockReason() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the reason that was specified when a user lock was set.
getUserLockUserID() - Method in interface com.ibm.portal.app.service.ApplicationService
Get the ObjectID of the user that locked the application.
getUserObjectID() - Method in interface com.ibm.portal.wire.Wire
Deprecated. since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal,
getUserSubject(PortletRequest) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Returns the user's JAAS Subject.
getUserSubject(PortletRequest) - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Returns the user's JAAS Subject.
getUtilsInstance() - Static method in class com.ibm.portal.struts.common.PortletApiUtils
Gets the singleton instance of the PortletApiUtils implementation.
getValidate() - Method in class com.ibm.struts.taglib.html.FormTag
 
getValidationRegEx() - Method in interface com.ibm.portal.cp.tagging.TagModel
Returns a String representing the regular expression a tag needs to match in order to be persisted in the backend.
getValidator() - Method in interface com.ibm.portal.dnd.DNDAction
Returns an instance of the DNDValidator for this DNDAction.
getValidator() - Method in interface com.ibm.portal.dnd.DNDSource
Returns an instance of the DNDValidator for this DNDSource.
getValue() - Method in interface com.ibm.portal.app.model.Parameter
Get the default value that should be used for this parameter if there is no other value specified at instantiation time.
getValue() - Method in interface com.ibm.portal.app.model.SensorData
Get the value of this sensor data object.
getValue() - Method in interface com.ibm.portal.app.model.Variable
Returns the value of this variable.
getValue() - Method in interface com.ibm.portal.dnd.DNDProperty
Returns the value associated with this DNDProperty.
getValue(String) - Method in interface com.ibm.portal.MetaData
Returns the value of a meta data entry for the given parameter name.
getValue() - Method in interface com.ibm.portal.portletconversion.Data
Returns the value of the portlet setting or portlet data item.
getValue(String) - Method in interface com.ibm.portal.portletmodel.PortletPreferences
Returns the same value as PortletPreferences.getStringValue(java.lang.String)
getValue() - Method in interface com.ibm.portal.propertybroker.property.PropertyValue
Return the value of the Property.
getValue() - Method in interface com.ibm.portal.resolver.cache.CachedDataSourceFactory.Value
Returns the cached values that is associated with the data
getValue(String) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
 
getValue() - Method in interface com.ibm.wps.pb.property.PropertyValue
Deprecated. Returns the value of the Property.
getValue() - Method in class org.apache.jetspeed.portlet.Capability
Deprecated. Returns the integer value of this capability.
getValue() - Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributeEvent
Deprecated. Returns the value of the attribute being added, removed, or replaced.
getValue() - Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributeEvent
Deprecated. Returns the value of the attribute being added, removed, or replaced.
getValues(String) - Method in interface com.ibm.portal.AggregatedMetaDataLocator
Returns a list model for the given name of the aggregated meta data.
getValueType() - Method in interface com.ibm.portal.app.model.SensorData
The Class of the object returned by getValue().
getVar() - Method in class com.ibm.wps.engine.tags.StateSerializeTag
Getter for the var attribute.
getVariable(String) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. Returns a transient variable of the concrete portlet.
getVariableName() - Method in interface com.ibm.portal.app.model.Variable
Returns the name that identifies this Variable.
getVaryHeaders() - Method in interface com.ibm.portal.resolver.data.VaryDataSource
Returns a list of HTTP request headers that the content of the data source depends on.
getVaultAdapterType() - Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
Returns the Adapter Type String for this Vault Segment.
getVaultAdapterType() - Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
Deprecated. Returns the Adapter Type for this Vault Segment.
getVaultSlotDescription(Locale) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns the description for this vault slot in the specified locale.
getVaultSlotDescription() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns the description for this Vault Slot in the portal default locale as specified in the portal configuration.
getVaultSlotDescriptionsMap() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns a map of all the descriptions for this Vault Slot.
getVaultSlotKeywords(Locale) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns the keywords for this Vault Slot in the provided locale.
getVaultSlotKeywords() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns the keywords for this Vault Slot in the portal default locale, as specified in the portal configuration.
getVaultSlotKeywordsMap() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns a map of all the keywords for this Vault Slot.
getVersion() - Method in interface com.ibm.portal.admin.Client
Return the client version string or null if there is no client version information for this client.
getVersion() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Returns the descriptive Version String of this Vault Adapter.
getVersion() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Returns the descriptive Version String of this Vault Adapter.
getVersion() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
 
getVersion() - Method in interface org.apache.jetspeed.portlet.Client
Deprecated. Returns the version of the model of this client, or null if the version is not available.
getViolationActions() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the defined violation actions that are triggered if the value defined by getMaxValue is reached.
getVirtualPortalList(ServletRequest, ServletResponse) - Method in interface com.ibm.portal.model.VirtualPortalListProvider
Returns the portal virtual portal.
getVirtualPortalList() - Method in interface com.ibm.portal.model.VirtualPortalListProvider
Returns the portal virtual portal.
getVirtualPortalList(PortletRequest) - Method in interface com.ibm.portal.portlet.service.model.VirtualPortalListProvider
Returns the portal virtualPortal list.
getVirtualPortalListProvider() - Method in interface com.ibm.portal.model.VirtualPortalListHome
Returns a virtual portal list provider.
getVirtualPrincipal(PumaEnvironment.VirtualPrincipalNames) - Method in interface com.ibm.portal.um.PumaEnvironment
Returns the Principal (User or Group) object referenced by the given name
getWarningActions() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the defined warning actions.
getWarningThreshold() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the threshold at which warning action will be triggered.
getWebApplication(Portlet) - Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
Returns the web application that represents the deployment unit for the given portlet
getWebApplication(ObjectID) - Method in interface com.ibm.portal.portletmodel.admin.WebApplicationList
Returns the web application with the specified object ID.
getWebApplication(Portlet) - Method in interface com.ibm.portal.portletmodel.PortletModel
Returns the web application that represents the deployment unit for the given portlet
getWebApplicationList() - Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
Return a model that gives access to the web applications that are accessible in the context of this portlet model.
getWebdavContentHandler() - Method in interface com.ibm.portal.resolver.webdav.ResettableWebdavContentHandler
Returns the atom threading content handler that is currently attached to the chain
getWebdavTreeModel(URI, Map, Context) - Method in class com.ibm.portal.resolver.webdav.tree.helper.CORWebdavTreeModelFactory
 
getWebdavTreeModel(URI, Map<String, String[]>, Context) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModelFactory
Returns the model description of the WebDAV hierarchy identified by the URI.
getWebdavTreeModelController(URI, Map, Context) - Method in class com.ibm.portal.resolver.webdav.tree.helper.CORWebdavTreeModelFactory
 
getWebdavTreeModelController(URI, Map<String, String[]>, Context) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModelFactory
Returns the model description of the WebDAV hierarchy identified by the URI.
getWeight() - Method in interface com.ibm.portal.auth.stepup.AuthLevelConfig
Returns the weight of an AuthLevel.
getWelcomeFileList(ServletContext, PortletContext, PortletRequest) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Gets the welcome file list.
getWelcomeFileList(ServletContext) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Gets the welcome file list from the web.xml file.
getWelcomeFileList(ServletContext, PortletContext, PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Gets the welcome file list.
getWelcomeFileList(ServletContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Gets the welcome file list.
getWindow() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
getWindow() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns the window that the portlet is running in.
getWindowState() - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessor
Returns the current window state.
getWindowState(WindowState) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessor
Returns the current window state.
getWindowState() - Method in class com.ibm.portal.struts.common.PortletURIAttributes
Returns the window state.
getWindowState() - Method in class com.ibm.struts.taglib.html.FormTag
Returns the window state.
getWindowState() - Method in interface org.apache.jetspeed.portlet.PortletWindow
Deprecated. Returns the current window state of this portlet
getWireModel() - Method in interface com.ibm.portal.wire.WireModelProvider
Returns the wire model from this provider
getWireModelController() - Method in interface com.ibm.portal.content.LayoutModelController
Returns a wire model controller valid in the scope of this layout model controller.
getWireModelController() - Method in interface com.ibm.portal.model.controller.WireModelControllerProvider
Returns a wire model controller.
getWriter() - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Returns a Writer that will dispach all calls to the write methods to the ContentHandler.characters(char[], int, int) method.
getWriter() - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
Writer used to stream a string value, similar to the DefaultJsonContentHandler.value(String) method.
getWriter() - Method in interface org.apache.jetspeed.portlet.PortletResponse
Returns the writer object that can be used to contribute markup to the portlet response.
getXmlTransferEncoding() - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
getZipInputStream(Markup) - Method in interface com.ibm.portal.content.StaticContentPage
Gets the ZipInputStream of this Page for an existing markup.
getZipInputStream(String) - Method in interface com.ibm.portal.content.StaticContentPage
Gets the ZipInputStream of this Page for an existing markup.
GlobalContentMappingDelegationService - Interface in com.ibm.portal.services.contentmapping
Individual content mappings can be flagged to activate access control delegation.
GlobalizationPreferencesHelper - Class in com.ibm.wps.services.globalization
Deprecated. since 6.1.
GlobalizationPreferencesHelper() - Constructor for class com.ibm.wps.services.globalization.GlobalizationPreferencesHelper
Deprecated.  
GlobalizationPreferencesService - Interface in com.ibm.portal.services.globalization.preferences
Portal service to retrieve the globalization preferences.
GO - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "go" action.
GO_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go" action.
Group - Interface in com.ibm.portal.um
Represents a Group within the used repository.

H

handleRequest(HttpServletRequest) - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Parses the input stream and partitions the parsed items into a set of form fields and a set of file items.
handleRequest(HttpServletRequest) - Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
Parses the input stream and partitions the parsed items into a set of form fields and a set of file items.
handleUnrecognizedExtension(String, PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Handle unrecognized extension.
handleUnrecognizedExtension(String, HttpServletRequest, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Handles an unrecognized extension.
hasAttributes(Node) - Method in interface com.ibm.portal.state.dom.DocumentModel
Performs a quick check if a given node contains attributes.
hasChildren(Node) - Method in interface com.ibm.portal.state.dom.DocumentModel
Performs a quick check if a given node contains children.
hasChildren(E) - Method in interface com.ibm.portal.TreeModel
Returns whether or not the given node has children.
hasChildren(MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTree
Deprecated. Returns true if the specified menu node has children.
hasContainerChild(E) - Method in interface com.ibm.portal.content.LayoutModel
Checks whether the given node has a container as a child.
hasControlChild(E) - Method in interface com.ibm.portal.content.LayoutModel
Checks whether the given node has a control as a child.
hashCode() - Method in interface com.ibm.portal.ac.data.Permission
Returns the hash code of this permission.
hashCode() - Method in class com.ibm.portal.community.LocalizedDataObject
 
hashCode() - Method in class com.ibm.portal.content.Orientation
 
hashCode() - Method in class com.ibm.portal.cp.resources.builder.AbstractCustomResource
 
hashCode() - Method in class com.ibm.portal.propertybroker.property.Direction
 
hashCode() - Method in class com.ibm.portal.propertybroker.property.ParameterBindingType
Marked final to ensure that subclasses do not change this method
hashCode() - Method in class com.ibm.portal.propertybroker.property.PropertyFilterType
Marked final to ensure that subclasses do not change this method
hashCode() - Method in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
Marked final to ensure that subclasses do not change this method
hashCode() - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
 
hashCode() - Method in class com.ibm.portal.resolver.uri.PortletURI
 
hashCode() - Method in class com.ibm.portal.ResourceType
Deprecated.  
hashCode() - Method in class com.ibm.portal.spa.data.SpaURI
 
hashCode() - Method in interface com.ibm.portal.state.dom.Node
Hashcode, must be the identity hash code.
hashCode() - Method in class org.apache.jetspeed.portlet.Capability
Deprecated. Returns a hash code for this capability.
hasNextPage() - Method in interface com.ibm.portal.um.PagingIterator
Returns true if there is a next page available.
hasPermission(Permission) - Method in interface com.ibm.portal.ac.AccessControlGlobalRuntimeModel
This method calculates if the current user has been granted at least the given permission.
hasPermission(Set<Permission>) - Method in interface com.ibm.portal.ac.AccessControlGlobalRuntimeModel
This method calculates if the current user has been granted at least the given set of permission.
hasPermission(Principal, Permission) - Method in interface com.ibm.portal.ac.AccessControlGlobalRuntimeModel
This method calculates if the given principal has been granted at least the given permission.
hasPermission(Principal, Set<Permission>) - Method in interface com.ibm.portal.ac.AccessControlGlobalRuntimeModel
This method calculates if the given principal has been granted at least the given set of permissions.
hasPermission(RoleType) - Method in interface com.ibm.portal.ac.AccessControlRuntimeModel
This method calculates if the current user has been granted at least the privileges represented by the given RoleType.
hasPermission(Principal, RoleType) - Method in interface com.ibm.portal.ac.AccessControlRuntimeModel
This method calculates if the given principal has been granted at least the privileges represented by the given RoleType.
hasPreviousPage() - Method in interface com.ibm.portal.um.PagingIterator
Returns true if there is a previous page available.
HEIGHT - Static variable in interface com.ibm.portal.content.CompositionMetrics
Deprecated. The height of a composition node.
HEIGHT - Static variable in interface com.ibm.portal.content.LayoutMetrics
The height of a layout node.
HELP - Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
Deprecated. A portlet should provide useful online help in this mode.
HELP_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for help.
HELP_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The context used for help mode
HELP_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The context used for help mode
HOME_FORWARD_NAME - Static variable in class com.ibm.portal.struts.command.StrutsViewStaticCommand
The forward name we look for to indicate the path for a home button on static content
HOME_FORWARD_NAME - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
The forward name to look for to indicate the path for a home button on static content.
HORIZONTAL - Static variable in class com.ibm.portal.content.Orientation
The horizontal orientation
HTML_2_0 - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html version 2.0 support
HTML_3_0 - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html version 3.0 support
HTML_3_2 - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html version 3.2 support
HTML_4_0 - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html version 4.0 support
HTML_CSS - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html css support
HTML_FRAME - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html frames support
HTML_IFRAME - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html i-frames support
HTML_JAVA - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html java support
HTML_JAVASCRIPT - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html java script support
HTML_NESTED_TABLE - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html nested table support
HTML_SEARCH - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predefined capability instance of search engine support
HTML_TABLE - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of html table support
HTTP_ATTR_NAME - Static variable in interface com.ibm.portal.resolver.http.xml.Constants
 
HTTP_ATTR_URI - Static variable in interface com.ibm.portal.resolver.http.xml.Constants
 
HTTP_BASIC_AUTH - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the HTTP basic authentication credential.
HTTP_BINDING - Static variable in interface com.ibm.portal.resolver.Constants
Constants for the raw http binding
HTTP_CONTENT_TYPE_HEADER - Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
content type header name
HTTP_DELETE_BINDING - Static variable in interface com.ibm.portal.resolver.Constants
Constant for HTTP Post binding
HTTP_FORM_BASED_AUTH - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the HTTP form based authentication credential.
HTTP_GET_BINDING - Static variable in interface com.ibm.portal.resolver.Constants
Constant for HTTP GET binding
HTTP_NS - Static variable in interface com.ibm.portal.resolver.http.xml.Constants
 
HTTP_POST_BINDING - Static variable in interface com.ibm.portal.resolver.Constants
Constant for HTTP Post binding
HTTP_SERVLET_REQUEST - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
The incomming HTTP request.
HTTP_TRANSFER_ENCODING_BASE64 - Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
bas64 transfer encoding *
HTTP_TRANSFER_ENCODING_BINARY - Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
binary transfer encoding *
HTTP_TRANSFER_ENCODING_HEADER - Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
transfer encoding header name
HTTP_TRANSFER_ENCODING_QUOTED_PRINTABLE - Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
quoted printable transfer encoding *
HTTP_TRANSFER_ENCODING_UUENCODE - Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
uuencode transfer encoding *
HTTP_URI - Static variable in interface com.ibm.portal.resolver.http.xml.Constants
 
HttpBasicAuthCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Credential for authenticating at the back-end via http basic authentication.
HttpBasicAuthCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
HttpBasicAuthCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
Deprecated.  
HttpBinding - Interface in com.ibm.portal.resolver.bindings
Binding via the HTTP protocol
HttpContentHandler - Interface in com.ibm.portal.resolver.http.xml
 
HttpFormBasedAuthCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Credential for authenticating at the back-end via Http form based authentication.
HttpFormBasedAuthCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
HttpFormBasedAuthCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated.  
HttpGetBinding - Interface in com.ibm.portal.resolver.bindings
Binding for the HTTP GET operation
httpHeader(String, String) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
httpHeaders(Map<String, String[]>) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
httpParameter(String, String) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
httpParameters(Map<String, String[]>) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
HttpPostBinding - Interface in com.ibm.portal.resolver.bindings
Binding for the HTTP POST operation
HttpRequestRuleContext - Class in com.ibm.policy.manager
Public implementation of RuleContext representing a request.
HttpRequestRuleContext(HttpServletRequest) - Constructor for class com.ibm.policy.manager.HttpRequestRuleContext
Add a Rule context based on an HttpServletRequest.
HttpSafeBinding - Interface in com.ibm.portal.resolver.bindings
 
HttpUnsafeBinding - Interface in com.ibm.portal.resolver.bindings
 
HumanTaskManagerDelegateFactoryService - Interface in com.ibm.portal.portlet.service.taskmanager
The HumanTaskManagerDelegateFactoryService is a Java Portlet API portlet service that provides access to a HumanTaskManagerDelegate instance.
HumanTaskManagerDelegateFactoryService - Interface in com.ibm.wps.portletservice.taskmanager
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.

I

iAccessor - Variable in exception com.ibm.portal.state.accessors.portlet.exceptions.CannotSetTargetException
The target accessor which tried to select the portlet.
iClass - Variable in exception com.ibm.portal.state.exceptions.CannotInstantiateURLFactoryException
URLFactory implementation class that could not be instantiated.
ICM_CONTENT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
ICON_NAME_ATTRIBUTE - Static variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
The ICON_NAME_ATTRIBUTE indicates the icon files name that we want to generate a URL to.
iconName - Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
 
IconNotFoundException - Exception in com.ibm.portal.state.accessors.exceptions
Exception thrown when the icon was not found.
IconNotFoundException(String, PortalResources.State, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.IconNotFoundException
Thrown if the icon could not be found.
IconNotFoundException(String, PortalResources.State) - Constructor for exception com.ibm.portal.state.accessors.exceptions.IconNotFoundException
Thrown if the icon could not be found.
ID - Static variable in interface com.ibm.portal.app.model.Variable
Predefined variable name for variables that contain the ID of a business component.
id - Variable in class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
application ID
id - Variable in exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
object ID that could not be found
id - Variable in exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
object ID that could not be found
id - Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidNavigationNodeIdException
Invalid identifier of a navigation node
id - Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionException
String representing an invalid selection identifier.
id - Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionNodeIdException
Invalid identifier of a selected node
ID_ATTRIBUTE - Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
The ID_ATTRIBUTE is an arbitrary id that can be used for identification purposes.
Identifiable - Interface in com.ibm.portal
Interface for any resource in the portal that can be identified by an ObjectID.
IdentifiableCreationContext - Interface in com.ibm.portal
A node creation context which specifies the object ID of the resource to be created.
IdentifiableNavigationNode - Interface in com.ibm.portal.navigation
Deprecated. use NavigationNode instead An interface for navigation nodes that can be identified by ID.
Identification - Interface in com.ibm.portal.identification
The Identification interface provides serialization and deserialization functionality for ObjectID instances.
Basically, deserialization can only be applied to String instances, which have been created by Identification.serialize(com.ibm.portal.ObjectID).
IDENTITY - Static variable in interface com.ibm.portal.model.controller.context.UniqueNameStrategy
Unique name strategy that returns the source node's unique name as the target's node unique node.
iDescription - Variable in class com.ibm.portal.propertybroker.property.ActionType
Deprecated.  
iDescription - Variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
 
IErrorResponseFormatter - Interface in com.ibm.portal.struts.plugins
IErrorResponseFormatter is the interface for formatting an ErrorResponse.
IErrorResponseFormatter - Interface in com.ibm.wps.portlets.struts.plugins
IErrorResponseFormatter is the interface for formatting an ErrorResponseInfo object.
ignorableWhitespace(char[], int, int) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
IllegalStateException - Class in com.ibm.wps.pb.service
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
IllegalStateException(MessageCode) - Constructor for class com.ibm.wps.pb.service.IllegalStateException
Deprecated.  
IllegalStateException(MessageCode, Object[]) - Constructor for class com.ibm.wps.pb.service.IllegalStateException
Deprecated.  
IllegalStateException(MessageCode, Object[], Throwable) - Constructor for class com.ibm.wps.pb.service.IllegalStateException
Deprecated.  
iLoc - Variable in exception com.ibm.portal.eventing.service.EventDistributionServiceException
localized object describing the exception.
impersonate(HttpServletRequest, HttpServletResponse, String, FilterChainContext, Subject, ImpersonationFilterChain) - Method in interface com.ibm.portal.impersonation.ImpersonationFilter
Can be used to implement custom login code for the explicit Portal login by user id and password.
impersonate(HttpServletRequest, HttpServletResponse, String, FilterChainContext) - Method in interface com.ibm.portal.impersonation.ImpersonationFilterChain
Calls the login method of the next login filter in the filter chain for the explicit Portal login.
ImpersonationException - Exception in com.ibm.portal.impersonation.exceptions
Exception that indicates an error in the impersonation process.
ImpersonationException(Throwable) - Constructor for exception com.ibm.portal.impersonation.exceptions.ImpersonationException
Initializes the exception with the reason of the exception.
ImpersonationException() - Constructor for exception com.ibm.portal.impersonation.exceptions.ImpersonationException
Empty constructor.
ImpersonationException - Exception in com.ibm.portal.portlet.service.impersonation
Exception that indicates an error in the impersonation process.
ImpersonationException(Throwable) - Constructor for exception com.ibm.portal.portlet.service.impersonation.ImpersonationException
Initializes the exception with the reason of the exception.
ImpersonationException() - Constructor for exception com.ibm.portal.portlet.service.impersonation.ImpersonationException
Empty constructor.
ImpersonationFilter - Interface in com.ibm.portal.impersonation
This interface can be implemented to realize a custom element in the filter chain for the impersonation of a User.
ImpersonationFilterChain - Interface in com.ibm.portal.impersonation
This interface is used to call the next element in the filter chain for impersonating a user.
ImpersonationService - Interface in com.ibm.portal.impersonation
This Interface can be used to access the impersonation functionality of WebSphere Portal.
ImpersonationService - Interface in com.ibm.portal.portlet.service.impersonation
Portlet service for JSR compliant portlets to leverage the impersonation functionality of WebSphere Portal.
IMPLEMENTATION_CLASS - Static variable in interface com.ibm.portal.state.PortletPreProcessor
Name of the attribute specifying the qualified implementation class.
IMPLEMENTATION_ID - Static variable in interface com.ibm.portal.state.PortletPreProcessor
Name of the attribute specifying the implementation identifier.
ImplicitLoginFilter - Interface in com.ibm.portal.auth
This interface can be implemented to realize a custom element in the login filter chain for the implicit Portal login, i.e.
ImplicitLoginFilterChain - Interface in com.ibm.portal.auth
This interface is used to call the next element in the filter chain for the implicit Portal login.
ImplicitLogoutFilter - Interface in com.ibm.portal.auth
This interface can be implemented to realize a custom element in the filter chain for the implicit Portal logout, i.e.
implies(RoleType) - Method in interface com.ibm.portal.ac.data.RoleType
Returns true if this RoleType implies the given roleType, i.e.
IMPORT - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "import" action.
IMPORT_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "import" action.
importTemplate(String, InputStream, ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Import a template into a given folder.
importTemplate(String, InputStream, ObjectID, Localized) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Import a template into a given folder and assign it the given name and description.
IN - Static variable in class com.ibm.portal.propertybroker.property.Direction
IN indicates that a component produces the property.
IN - Static variable in interface com.ibm.wps.pb.property.Property
Deprecated. IN indicates that the portlet produces the property.
iName - Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidResourceTypeException
Name of the the resource type that is invalid
include(String, RenderRequest, RenderResponse, PortletContext) - Method in interface com.ibm.portal.portlet.service.contentaccess.ContentAccessService
Writes the content of the given url to the output stream of the portlet following redirects and using a proxy if necessary.
include(String, PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Allows the portlet to delegate the rendering to another resource as specified by the given path.
include(String, PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.service.ContentAccessService
Deprecated. Writes the content of the given url to the output stream of the portlet following redirects and using a proxy if necessary trying to use the RequestDispatcher to include local servlets or JSPs
INCLUDE_SERVLET_PATH - Static variable in class com.ibm.portal.struts.portlet.WpActionServlet
The request attribute under which the servlet path information is stored for processing during a RequestDispatcher.include() call.
INCLUDE_SERVLET_PATH - Static variable in class com.ibm.wps.portlets.struts.WpsActionServlet
The request attribute under which the servlet path information is stored for processing during a RequestDispatcher.include() call.
INCLUDE_TILE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Attribute name to indicate this is an include of a tile.
INCLUDE_TILE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Attribute name to indicate this is an include of tile.
INCLUDE_TILE_COMMAND - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Attribute name to obtain the include tile command.
INCLUDE_TILE_COMMAND - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Attribute name to obtain the include tile command.
includeStatePartitionId() - Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorController
Includes a unique state partition identifier into the state holder.
includeTile(String, PageContext) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Includes the path as a tile.
includeURL(String, RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Includes the URL.
IncludeURL - Static variable in class com.ibm.portal.struts.command.StrutsViewTilesCommand
name of request attribute for whether or not to include the uri
includeURL(String, RenderRequest, RenderResponse, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
Include the URL
includeURL(String, PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Includes the URL.
IncludeURL - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
Name of the request attribute for whether or not to include the URI.
includeURL(String, PortletRequest, PortletResponse, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
Includes the URL.
INDENT - Static variable in interface com.ibm.portal.resolver.xml.Constants
specifies if the handler indents the output
INDENT - Static variable in interface com.ibm.portal.resolver.xml.StreamContentHandler
specifies if the handler indents the output
INDENT_NO - Static variable in interface com.ibm.portal.resolver.xml.Constants
does not indent
INDENT_NO - Static variable in interface com.ibm.portal.resolver.xml.StreamContentHandler
disables indention
INDENT_YES - Static variable in interface com.ibm.portal.resolver.xml.Constants
indents
INDENT_YES - Static variable in interface com.ibm.portal.resolver.xml.StreamContentHandler
enables indention
INFO - Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
"Info" level logging.
info(String) - Method in interface org.apache.jetspeed.portlet.PortletLog
Deprecated. Logs the given informational text in the portlet log.
INFORMATION - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for an informational message.
init(AuthLevelConfig) - Method in interface com.ibm.portal.auth.stepup.AuthLevelVerifier
This method initializes the singleton instance of this authentication level verifier.
init(AuthLevelConfig) - Method in interface com.ibm.portal.auth.stepup.StepUpAuthHandler
This method initializes the singleton instance of this step-up authentication level handler.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryCredential
Initializes a new binary credential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryPassiveCredential
Initializes a new binary passive credential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential
Initializes the credential with the specified configuration.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpBasicAuthCredential
Initializes a new HttpBasicAuthCredential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
Initializes a new Http Form Based Authentication Credential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectCredential
Initializes a new JaasSubjectCredential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectPassiveCredential
Initializes a new JaasSubjectPassiveCredential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JavaMailCredential
Initializes a new JavaMailCredential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
Initializes a new LtpaToken credential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SimplePassiveCredential
Initializes a new SimplePassiveCredential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SiteMinderTokenCredential
Initializes a new SiteMinderToken credential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SSMTokenCredential
Initializes a new SSMToken credential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordCredential
Initializes a new UserPassword credential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordPassiveCredential
Initializes a new UserPasswordPassive credential.
init(Map<String, Object>) - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.WebSealTokenCredential
Initializes a new WebSealTokenCredential.
init() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit
This method is called during portal start up
init(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Initialization Routine.
init(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Initialization Routine.
init(Preferences) - Method in interface com.ibm.portal.portlet.service.spi.PortletServiceProvider
Initialize the portlet service.
init(SecurityFilterConfig) - Method in interface com.ibm.portal.security.SecurityFilter
Can be used to implement common initialization logic for the filter during Portal startup.
init(ActionServlet, ModuleConfig) - Method in class com.ibm.portal.struts.plugins.SessionCommandManagerFactoryPlugin
Initialize and load the SessionCommandManagerFactory
init(PortletConfig) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
init() - Method in class com.ibm.portal.struts.portlet.WpActionServlet
This init method just calls the super ActionServlet init method.
init(ActionServlet, ModuleConfig) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Initialize this request processor instance.
init(ActionServlet, ModuleConfig) - Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
Initialize the request processor instance.
init(ThemeContext) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
init(ThemeContext) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
init(ThemeContext) - Method in interface com.ibm.portal.theme.plugin.ThemeContent
Initializes the ThemeContent object with the current context.
init(PortletFilterConfig) - Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter
Deprecated. Called by the portlet container to indicate to a filter that it is being placed into service.
init(PortletFilterConfig) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Called by the portlet container to indicate to a filter that it is being placed into service.
init(ActionServlet, ModuleConfig) - Method in class com.ibm.wps.portlets.struts.plugins.SessionCommandManagerFactoryPlugin
Initializes and loads the SessionCommandManagerFactory.
init() - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Calls the super, ActionServlet init method.
init(ActionServlet, ModuleConfig) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Initializes this request processor instance.
init(PortletConfig) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
Deprecated. Initializes a new binary credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
Deprecated. Initializes a new BinaryPassive credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
Deprecated. Initializes the credential with the specified configuration.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
Deprecated. Creates a new HttpBasicAuth credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated. Creates a new HttpFormBasedAuth credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
Deprecated. Creates a new JaasSubjectCredential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
Deprecated. Creates a new JaasSubjectPassive credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
Deprecated. Creates a new JavaMail credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
Initializes a new LtpaToken credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
Deprecated. Creates a new SimplePassive credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
Deprecated. Creates a new SiteMinderToken credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
Deprecated. Creates a new SSMToken credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
Deprecated. Creates a new UserPassword credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
Deprecated. Creates a new UserPasswordPassive credential.
init(Map<String, Object>) - Method in class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
Deprecated. Initializes a new WebSealTokenCredential.
init(PortletConfig) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated. Called by the portlet container to indicate to this portlet that it is put into service.
init(ServletConfig) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
init(PortletConfig) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. The default implementation of this method is to remember the portlet configuration for later use.
init(PortletServiceConfig) - Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceProvider
Deprecated. Initialized the portlet service.
INIT_PARAM_CHECK_FILE_EXISTENCE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Throw a portlet exception if the included file cannot be found.
INIT_PARAM_CHECK_FILE_EXISTENCE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Throw a portlet exception if the included file cannot be found.
INIT_PARAM_COMMAND_MANAGER_PLUGIN - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Allow specifying the command manager plugin.
INIT_PARAM_COMMAND_MANAGER_PLUGIN - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The init parameter for the command manager plugin.
INIT_PARAM_COMMANDS_PREFIX - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The name of the configuration parameter for setting how commands are prefixed.
INIT_PARAM_COMMANDS_PREFIX - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The name of the configuration parameter for setting how commands are prefixed.
INIT_PARAM_CONFIGURE_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The name of the configuration parameter for specifying configure mode label.
INIT_PARAM_CONFIGURE_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The name of the configuration parameter for specifying the configure mode label.
INIT_PARAM_DETERMINE_STRUTS_CALLER_INFO - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Deprecated.  
INIT_PARAM_DETERMINE_STRUTS_CALLER_INFO - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Deprecated.  
INIT_PARAM_EDIT_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The name of the configuration parameter for specifying edit mode label.
INIT_PARAM_EDIT_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The name of the configuration parameter for specifying the edit mode label.
INIT_PARAM_HELP_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The name of the configuration parameter for specifying help mode label.
INIT_PARAM_HELP_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The name of the configuration parameter for specifying the help mode label.
INIT_PARAM_HIDE_PARAMS_IN_RENDER - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Hide request parameters in render phase.
INIT_PARAM_HIDE_PARAMS_IN_RENDER - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
This init parameter allows hiding request parameters in the render phase.
INIT_PARAM_INCLUDES_SEARCH_PATH - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The name of the configuration parameter for specifying the path to use when searching for includes.
INIT_PARAM_INCLUDES_SEARCH_PATH - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The name of the configuration parameter for specifying the path to use when searching for includes.
INIT_PARAM_LAST_MODIFIED_SUPPORTED - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Last modified is supported by this application.
INIT_PARAM_LAST_MODIFIED_SUPPORTED - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Set to true to indicated last modified is supported by this application.
INIT_PARAM_MODULE_SEARCH_PATH - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Use this init parameter in the web deployment descriptor to specify the module search path.
INIT_PARAM_MODULE_SEARCH_PATH - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Use this init parameter in the web deployment descriptor to specify the module search path The Client class is used as a bean for determining the properties that can be used.
INIT_PARAM_NAMESCOPE_FORM_NAME - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The Struts Portlet Framework namescopes the form names.
INIT_PARAM_NAMESCOPE_FORM_NAME - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The Struts Portlet Framework namescopes the form names.
INIT_PARAM_NAMESCOPE_SERVLET_CONTEXT - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Namescope Servlet Context.
INIT_PARAM_NAMESCOPE_SERVLET_CONTEXT - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
This init parameter allows the WpsStrutsPortlet to be defined in the web deployment descriptor more than once.
INIT_PARAM_PORTLET_SESSION_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Allow JSPs to use portlet session.
INIT_PARAM_PROCESSING_PHASE_SUPPORTED - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Struts Action processing phase support, default is true.
INIT_PARAM_PROCESSING_PHASE_SUPPORTED - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
This init parameter is for Struts action processing phase support, default is true.
INIT_PARAM_STRUTS_SERVLET_MAPPING - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Use this init parameter in the web deployment descriptor to specify the name of the Struts servlet mapping
INIT_PARAM_STRUTS_SERVLET_MAPPING - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Specifies the name of the Struts servlet mapping in the web deployment descriptor.
INIT_PARAM_SUB_APPLICATION_SEARCH_PATH - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Deprecated.  
INIT_PARAM_SUB_APPLICATION_SEARCH_PATH - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Deprecated.  
INIT_PARAM_USE_GROUPS_FOR_ACCESS - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The name of the configuration parameter for determining whether to use groups in place of roles in processRoles.
INIT_PARAM_USE_GROUPS_FOR_ACCESS - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The name of the configuration parameter for determining whether to use groups in place of roles in processRoles.
INIT_PARAM_USE_PORTALS_LOCALE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
This parameter will allow a Struts application to use the request processor's processLocale method for controlling locale.
INIT_PARAM_USE_PORTALS_LOCALE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
This parameter will allow a Struts application to use the request processor's processLocale method for controlling locale.
INIT_PARAM_VIEW_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The name of the configuration parameter for specifying view mode label.
INIT_PARAM_VIEW_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The name of the configuration parameter for specifying the view mode label.
INIT_PARAM_WELCOME_FILE_SEARCH_PATH - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Allows specifying the search path for welcome files.
INIT_PARAM_WELCOME_FILE_SEARCH_PATH - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The init parameter for the search path for welcome files.
INIT_PARAMETER_KEY - Static variable in interface com.ibm.portal.state.PortletPreProcessor
Key of the init parameter that references the implementation identifier specified in plugin.xml.
initCommandManagerPlugin(PortletConfig) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Initializes a plugin.
initCommandManagerPlugin(PortletConfig) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Initializes the command manager factory plugin.
initConcrete(PortletSettings) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Called by the portlet container to indicate that the concrete portlet is put into service.
initConcrete(PortletSettings) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated. Called by the portlet container to indicate that the concrete portlet is put into service.
initConcrete(PortletSettings) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. The default implementation of this method is to do nothing.
initContext(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.theme.plugin.ThemeContext
Initialize the context with the necessary information.
initDefinitionsMapping() - Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
initialize the definitions mappings
initDeserializeInstance(String, Map) - Method in interface com.ibm.portal.app.component.Serializable
Deprecated. This method is called to deserialize the business component instance.
initDeserializeInstance(ObjectID, SerializationType, Map<String, Object>) - Method in interface com.ibm.portal.app.component2.Serializable
This method is called to deserialize the business component instance.
initRequestProcessorClass(ModuleConfig) - Method in class com.ibm.portal.struts.plugins.WpTilesPlugin
Set RequestProcessor to appropriate WPS Struts Tiles RequestProcessor.
initRequestProcessorClass(ModuleConfig) - Method in class com.ibm.wps.portlets.struts.plugins.WpsStrutsTilesPlugin
Sets the request processor to the appropriate WPS Struts Tiles RequestProcessor.
INLINE_ERROR - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for an inline error message.
INLINE_HELP - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for inline help message.
INLINE_INFORMATION - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for an inline information message.
INLINE_SUCCESS - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for an inline success message.
INLINE_WARNING - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for an inline warning message.
InputMediatorException - Exception in com.ibm.portal.state.exceptions
Base exception for all input mediator exceptions.
InputMediatorException(InputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.InputMediatorException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
InputMediatorException(InputMediator) - Constructor for exception com.ibm.portal.state.exceptions.InputMediatorException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
InputMediatorSAXException - Exception in com.ibm.portal.state.exceptions
Specific input mediator exception wrapping a SAXException.
InputMediatorSAXException(InputMediator, SAXException) - Constructor for exception com.ibm.portal.state.exceptions.InputMediatorSAXException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
insert(T) - Method in interface com.ibm.portal.ListModelController
Inserts the node into the list model.
insert(T) - Method in interface com.ibm.portal.OrderedListModelController
Inserts the node as the last element of the list model.
insert(T, T) - Method in interface com.ibm.portal.OrderedListModelController
Inserts the node into the list model at the specified location.
insert(Node, Node, Node) - Method in interface com.ibm.portal.state.dom.DocumentController
Inserts a node into the list of children of another node.
insert(T, T, T) - Method in interface com.ibm.portal.TreeModelController
Inserts the node at the specified location in the tree model controller.
instantiateApplication(ObjectID, Localized, ObjectID, List<? extends Parameter>, boolean) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Instantiate a application from a given template.
instantiateApplicationPortlet(String) - Method in class com.ibm.wps.pb.wrapper.PortletWrapper
Deprecated. This method is marked final as it must not be overridden.
InstantiationException - Exception in com.ibm.portal.app.service.exceptions
Indicates that there were problems during the instantiation of an application instance.
InstantiationException() - Constructor for exception com.ibm.portal.app.service.exceptions.InstantiationException
 
InstantiationException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.InstantiationException
 
Instantiator<E> - Interface in com.ibm.portal.pool
Interface which allows for creating new objects as well as disposing them when they are not used any longer.
inStrutsPortletFilterContext(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
Find out whether a Struts Portlet Filter (for legacy environments) is configured for this scenario.
INTEGER - Static variable in interface com.ibm.portal.um.AttributeDefinition
Represents the Integer type for an Attribute
InternalContentURL - Interface in com.ibm.portal.content
An interface for a content node representing an internal URL.
internalModuleRelativeForward(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
Description from the Struts Tiles Request Processor.
internalModuleRelativeInclude(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
Do a module relative include to specified uri using request dispatcher.
INTERNALURL - Static variable in class com.ibm.portal.content.ContentNodeType
Node type for a ContentURL linking to a page of the portal.
intValue() - Method in class com.ibm.portal.ResourceType
Deprecated. Use ObjectType.getOrdinalValue() instead.
Invalidatable - Interface in com.ibm.portal
The Invalidatable interface is used on models to provide a way to invalidate all or parts of the model.
InvalidatableListModel<T> - Interface in com.ibm.portal
A list model providing a way to get invalidated.
InvalidatableTreeModel<E> - Interface in com.ibm.portal
A tree model providing a way to get invalidated.
invalidate(Object) - Method in interface com.ibm.portal.cache.Cache
Invalidate a cache key.
invalidate() - Method in interface com.ibm.portal.Invalidatable
Invalidates the model.
invalidate(ObjectID, InvalidationType) - Method in interface com.ibm.portal.Invalidatable
Invalidates all parts of the model that are influenced by the object with the given object id.
invalidate() - Method in interface org.apache.jetspeed.portlet.PortletSession
Deprecated. This method is inherited from the HttpSession interface, but exhibits a different behavior for a portlet session.
invalidateCache() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
invalidateCache() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Invalidates the cache for all window states, markups and locals
InvalidationType - Class in com.ibm.portal
This class enumerates different types of invalidations.
InvalidConstantException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a constant object cannot be recognized.
InvalidConstantException(Constants) - Constructor for exception com.ibm.portal.state.exceptions.InvalidConstantException
Initializes the exception given the constant that could not be recognized
InvalidNavigationNodeIdException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which is supposed to be thrown when detecting an invalid identifier of a navigation node.
InvalidNavigationNodeIdException(String, NavigationShiftAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidNavigationNodeIdException
Initializes the exception with the accessor that caused the exception
InvalidNavigationNodeIdException(String, NavigationShiftAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidNavigationNodeIdException
Initializes the exception with the accessor that caused the exception
InvalidPortletIdException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which is supposed to be thrown within any SoloAccessor implementation that is not able to convert the String representing a portlet identifier into a corresponding ObjectID.
InvalidPortletIdException(SoloAccessor, String) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidPortletIdException
Initializes this exception.
InvalidPortletIdException(SoloAccessor, String, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidPortletIdException
Initializes this exception.
InvalidPortletModeException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case that a String representing a portlet mode cannot be converted to a PortletMode object.
InvalidPortletModeException(String, PortletAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidPortletModeException
Initializes the exception with the accessor that caused the exception
InvalidPortletModeException(String, PortletAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidPortletModeException
Initializes the exception with the accessor that caused the exception
InvalidPropertyException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a property (in particular the property value) specified in a properties file is considered as incorrect.
InvalidPropertyException(String, Properties) - Constructor for exception com.ibm.portal.state.exceptions.InvalidPropertyException
Initializes the exception by specifying the property that is invalid
InvalidPropertyException(String, Properties, Throwable) - Constructor for exception com.ibm.portal.state.exceptions.InvalidPropertyException
Initializes the exception by specifying the property that is invalid
InvalidPropertyException - Class in com.ibm.wps.pb.service
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
InvalidPropertyException(MessageCode) - Constructor for class com.ibm.wps.pb.service.InvalidPropertyException
Deprecated.  
InvalidPropertyException(MessageCode, Object[]) - Constructor for class com.ibm.wps.pb.service.InvalidPropertyException
Deprecated.  
InvalidPropertyException(MessageCode, Object[], Throwable) - Constructor for class com.ibm.wps.pb.service.InvalidPropertyException
Deprecated.  
InvalidResourceTypeException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case that a resource type is considered to be invalid.
InvalidResourceTypeException(PortalResources.Type) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidResourceTypeException
Initializes the exception with the invalid resource type name
InvalidSelectionException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case that a SoloAccessor considers the selection information in the state holder as invalid.
InvalidSelectionException(SoloAccessor, String) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionException
Initializes this exception.
InvalidSelectionException(SoloAccessor, String, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionException
Initializes this exception.
InvalidSelectionNodeIdException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown when detecting an invalid identifier of a selected node.
InvalidSelectionNodeIdException(String, SelectionAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionNodeIdException
Initializes the exception with the accessor that caused the exception
InvalidSelectionNodeIdException(String, SelectionAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionNodeIdException
Initializes the exception with the accessor that caused the exception
InvalidShowToolsFlagException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown when detecting an invalid Show Tools flag.
InvalidShowToolsFlagException(String, ShowToolsAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidShowToolsFlagException
Initializes the exception with the accessor that caused the exception
InvalidShowToolsFlagException(String, ShowToolsAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidShowToolsFlagException
Initializes the exception with the accessor that caused the exception
InvalidSoloFlagException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown when detecting an invalid Solo flag.
InvalidSoloFlagException(String, SoloAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSoloFlagException
Initializes the exception with the accessor that caused the exception
InvalidSoloFlagException(String, SoloAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSoloFlagException
Initializes the exception with the accessor that caused the exception
InvalidWindowStateException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case that a String representing a portlet window state cannot be converted to a WindowState object.
InvalidWindowStateException(String, PortletAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidWindowStateException
Initializes the exception with the accessor that caused the exception
InvalidWindowStateException(String, PortletAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidWindowStateException
Initializes the exception with the accessor that caused the exception
IOSAXException - Exception in com.ibm.portal.resolver.xml.exception
 
IOSAXException(IOException) - Constructor for exception com.ibm.portal.resolver.xml.exception.IOSAXException
Initializes the IOException with the root cause
IOTransformerException - Exception in com.ibm.portal.resolver.xml.exception
 
IOTransformerException(IOException) - Constructor for exception com.ibm.portal.resolver.xml.exception.IOTransformerException
Initializes the IOException with the root cause
iPortletId - Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidPortletIdException
String representing the portlet identifier that could not be converted to ObjectID.
iPortletWindowID - Variable in exception com.ibm.portal.state.accessors.portlet.exceptions.CannotSetTargetException
The ObjectID of the portlet which cannot be selected as an action or render target.
isAbsolute() - Method in interface com.ibm.portal.state.accessors.url.URLContext
Specifies if the URL should be an absolute URL.
isActive() - Method in interface com.ibm.portal.ActiveFlag
Returns whether this resource is active or not.
isActive() - Method in interface com.ibm.portal.admin.Decoration
Returns whether or not the decoration is active.
isActive() - Method in interface com.ibm.portal.admin.Markup
Returns the activation state of the markup.
isActive() - Method in interface com.ibm.portal.content.LayoutModel
Deprecated. use this method on the corresponding ContentPage
isActive() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.ActiveCredential
Returns whether a credential is active or passive.
isActive() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential
Returns whether a credential is active or passive.
Should be overwritten by any implementing classes.
isActive() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.PassiveCredential
Returns whether a credential is active or passive.
isActive() - Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessor
Evaluates whether the boolean flag is set or not.
isActive() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
isActive() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
isActive() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
isActive() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.ActiveCredential
Deprecated. Returns whether a credential is active or passive.
isActive() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
Deprecated. Returns whether a credential is active or passive.
Should be overwritten by any child classes.
isActive() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.PassiveCredential
Deprecated. Returns whether a credential is active or passive.
isActiveOnStartup() - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns true if this action is active on portlet startup.
isAllowedToChangeDelegationFlag(ObjectID) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingDelegationService
Returns true if and only if the current user has been granted the global privilege to modify access control delegation flags in general and administrator privileges on the the given content proxy resource.
isAllowedToChangeDelegationFlagForContentWithID(String) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingDelegationService
Returns true if and only if the current user has been granted enough privileges to modify the delegation flag for the given portal resource and a provided content resource identified by it's content ID.
isAllowedToChangeDelegationFlagForContentWithPath(String) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingDelegationService
Returns true if and only if the current user has been granted enough privileges to modify the delegation flag for the given portal resource and a provided content resource identified by it's content path.
isAllowedToCreateDelegatingPortalResource(ObjectID) - Method in interface com.ibm.portal.services.contentmapping.GlobalContentMappingDelegationService
Returns true if and only if the current user is allowed to create a portal resource with an associated delegating content mapping for a resources guarded by a given content proxy resource.
isAllowedToCreateDelegatingPortalResourceForContentWithID(String) - Method in interface com.ibm.portal.services.contentmapping.GlobalContentMappingDelegationService
Returns true if and only if the current user is allowed to create a portal resource with an associated delegating content mapping for the given content resource.
isAllowedToCreateDelegatingPortalResourceForContentWithPath(String) - Method in interface com.ibm.portal.services.contentmapping.GlobalContentMappingDelegationService
Returns true if and only if the current user is allowed to create a portal resource with an associated delegating content mapping for the given content resource.
isAllowedToDelegate() - Method in interface com.ibm.portal.services.contentmapping.GlobalContentMappingDelegationService
Returns true if and only if the current user has been granted the prerequisite privileges to change content mapping delegation settings in general.
isAllPortletsAllowed() - Method in interface com.ibm.portal.content.LayoutModel
Indicates whether all portlets are allowed for this layout model.
isAttributeInherited(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Determine if the specified attribute is inherited or explicitly defined
isAttributeLocked(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Determine if the specified attribute is locked.
isBackupEnabled() - Method in interface com.ibm.portal.app.service.ApplicationService
Check whether backup is enabled for this application or not.
isBase64() - Method in class com.ibm.portal.resolver.data.DataURI
Checks if the content of the URI is base64 encoded
isBookmarkable() - Method in interface com.ibm.portal.content.BookmarkableFlag
Checks whether this resource can be bookmarked or not.
isBookmarkable() - Method in interface com.ibm.portal.content.LayoutModel
Deprecated. use this method on the corresponding ContentPage, if implemented (optional)
isCapableOf(Capability[]) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
 
isCapableOf(Capability) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
 
isCapableOf(Capability) - Method in interface org.apache.jetspeed.portlet.Client
Deprecated. Returns whether this client has the given capability.
isCapableOf(Capability[]) - Method in interface org.apache.jetspeed.portlet.Client
Deprecated. Returns whether this client has the given capabilities.
isCollection(T) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModel
 
isCollection(T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModel
Checks if any item is a collection or a 'file'.
isContentAreaEmbedType(StaticContentPage) - Method in interface com.ibm.portal.spa.renderer.helper.StaticContentPageDistincter
Returns true if the EmbedType of this page is ContentArea
isCookieSet(PortletRequest) - Method in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
Returns false if the remember me cookie does not exist in the current request, true if the remember me cookie exists in the current request. This method does not validate cookie content, instead it checks the sheer existence in the passed request.
isDebugEnabled() - Method in interface org.apache.jetspeed.portlet.PortletLog
Deprecated. Returns whether the debug level of the portlet log is enabled.
isDebugOn() - Method in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
Returns true if debug is enabled
isDebugOn() - Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
Returns true if debug is enabled
isDebugOn() - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
Deprecated.  
isDefault() - Method in interface com.ibm.portal.admin.Decoration
Returns whether or not the decoration is the default decoration.
isDefault() - Method in interface com.ibm.portal.services.contentmapping.ContentMapping
Returns true if and only if, this content mapping is flagged as being the default mapping within the scope assigned to this content mapping
isDelegating() - Method in interface com.ibm.portal.services.contentmapping.ContentMapping
Returns true if and only if, this content mapping is flagged as activating access control delegation
isDelegating() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingDelegationService
Convenience method, returning true if and only if there is at least one content mapping for the given portal resource that is flagged for using access control delegation.
isDelegationEnabled(String, List<String>) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingDelegationService
Returns true if and only if there is a content mapping assigned to the given portal resource that matches a given content resource and this content mapping is enabled for delegation (i.e.
isDelegationEnabled(List<String>) - Method in interface com.ibm.portal.services.contentmapping.ContentMappingDelegationService
 
isDeletable(E) - Method in interface com.ibm.portal.content.LayoutModel
Indicates whether this node can be deleted or not.
isDetached() - Method in interface org.apache.jetspeed.portlet.PortletWindow
Deprecated. use getWindowState() since version 1.1
isDirectory() - Method in class com.ibm.portal.spa.data.SpaURI
Checks if the addressed file is a folder.
isDisabled() - Method in interface com.ibm.portal.app.model.PolicyStatus
The Policy is composed of several single policy items, like application size or the lastModifiation date.
isDisabled() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the information wheter the policy item is disabled.
isDynamicallyIncludedContent(String) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Answer whether the given path can be included dynamically (like a JSP).
isDynamicallyIncludedContent(String, String) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Answer whether the given path can be included dynamically (like a JSP).
isDynamicallyIncludedContent(String) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Determines whether the given path can be included dynamically (like a JSP).
isDynamicallyIncludedContent(String, String) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Determines whether the given path can be included dynamically (like a JSP).
isEmpty() - Method in interface com.ibm.portal.services.contentmapping.ContentMappingInfo
Returns true if and only if there are no content mappings assigned to the given portal resource.
isErrorEnabled() - Method in interface org.apache.jetspeed.portlet.PortletLog
Deprecated. Returns whether the error level of the portlet log is enabled.
isEventWired(PortletRequest, PortletResponse, QName) - Method in interface com.ibm.portal.eventing.service.EventDistributionService
This method returns true if the calling portlet´s given publishing event is currently wired.
isExpanded(ObjectID) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
Deprecated. since 6.0, use method isToggled(ObjectID) instead
isExpanded(String) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
Deprecated. since 6.0, use method isToggled(String) instead
isExternal(Principal) - Method in interface com.ibm.portal.um.PumaEnvironment
Checks whether the DN of the given principal is configured as 'external'.
isExternal(Principal) - Method in interface com.ibm.portal.um.PumaProfile
Deprecated. As of release 6.1, replaced by PumaEnvironment.isExternal(Principal)
isExternalized() - Method in interface com.ibm.portal.ac.data.Role
Indicates whether the role has been externalized to an external security manager in order to manage access control by this external component.
isExternalized() - Method in interface com.ibm.portal.ac.ManagedProtectedResource
Indicates whether the resource has been externalized to an external security manager in order to manage access control by this external component.
isFavorite() - Method in interface com.ibm.portal.app.service.ApplicationService
Check whether the application is marked as favorite for the current user.
isFile() - Method in class com.ibm.portal.spa.data.SpaURI
Checks if the addressed file is a file.
isFormAuthenticated(PortletRequest, PortletResponse) - Method in interface com.ibm.portal.portlet.service.login.LoginService
This method indicates whether the current portal user has been authenticated using the default login mechanism of portal .
isFormNamescoped() - Static method in class com.ibm.portal.struts.common.PortletApiUtils
Returns whether or not namescoping of forms is enabled.
isImmediateSwitch() - Method in interface com.ibm.portal.wire.Wire
Returns true for crosspage wires that should immediately switch to the target page after the wire has been invoked.
isImplementedBy(PortletSettings) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns true if the action was registered by the calling portlet.
isImplementedBy(PortletSettings) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Returns true if the property was registered by the calling portlet.
isInfiniteDepth() - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Lock
Indicates if the lock locks the complete hierarchy or simply the resource itself.
isInfiniteDepth() - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
 
isInfiniteDepth() - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockInfo
Indicates if the lock locks the complete hierarchy or simply the resource itself.
isInfoEnabled() - Method in interface org.apache.jetspeed.portlet.PortletLog
Deprecated. Returns whether the info level of the portlet log is enabled.
isInherited(String) - Method in interface com.ibm.portal.AggregatedMetaDataLocator
Indicates whether the value corresponding to the given name is inherited or not.
isInitialized() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
Utility method.
isInitiallyActive() - Method in interface com.ibm.portal.propertybroker.property.Action
Returns a boolean value indicating if the action is active when the owning component is initialized and active, or whether the owning component will programmatically activate and deactivate the action.
isInPortalState(Constants.PortalState) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Returns true, if the given portal state is the same as the portal state of the current request.
isInvocableOnMultipleMatch() - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Returns a boolean indicating whether the action should be processed if it is simultaneously triggered with other actions on the same portlet (due to multiple wires being activated, or multiple actions being triggered through a Click-to-Action menu, for example).
isItemStateOK() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the result if the policy check for this policy item.
isJavaScript() - Method in interface com.ibm.portal.state.accessors.url.URLContextEx
Specifies if the URL may be a URL that uses the "javascript" scheme
isLocked() - Method in interface com.ibm.portal.app.service.ApplicationService
Check whether the application is locked.
isLockedByArchive() - Method in interface com.ibm.portal.app.service.ApplicationService
Check whether the application is locked because a archive is running.
isLockedByBackup() - Method in interface com.ibm.portal.app.service.ApplicationService
Check whether the application is locked because a backup is running.
isLockedByPolicy() - Method in interface com.ibm.portal.app.service.ApplicationService
Check whether the application is locked because of a policy violation.
isLockedByRestore() - Method in interface com.ibm.portal.app.service.ApplicationService
Check whether the application is locked because a restore is running.
isLockedByUser() - Method in interface com.ibm.portal.app.service.ApplicationService
Check whether the application is locked by a user.
isLogging() - Method in interface com.ibm.portal.services.siteanalyzer.SiteAnalyzerLogger
Checks to see if site analytics logging is enabled for this logger.
This method should always be called prior to making an attempt to write to the site analytics log.
isLogging(int) - Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
Return true if logging is enabled for a particular log level.
isManagerRole() - Method in interface com.ibm.portal.community.DomainRole
Returns true if the role contains manager like privileges on the domain specific component, false otherwise.
isMaximized() - Method in interface org.apache.jetspeed.portlet.PortletWindow
Deprecated. use getWindowState() since version 1.1
isMinimized() - Method in interface org.apache.jetspeed.portlet.PortletWindow
Deprecated. use getWindowState() since version 1.1
isModifiable(E) - Method in interface com.ibm.portal.content.LayoutModel
Indicates whether this node can be modified or not.
isModifiable() - Method in interface org.apache.jetspeed.portlet.User
Returns the status if it is possible to change the user's data.
isMultiValued() - Method in interface com.ibm.portal.um.AttributeDefinition
Returns true if the Attribute represented by this object is multivalued
isNewWindow() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
isNewWindow() - Method in interface com.ibm.portal.theme.plugin.ThemeLinkItem
Indicates if the URL should be opened in a new browser window or not.
isNodeInSelectionPath(T) - Method in interface com.ibm.portal.navigation.SelectionModel
Returns whether the given node is part of the selection path.
isNodeSelected(T) - Method in interface com.ibm.portal.navigation.SelectionModel
Returns whether the given node is selected.
isOverallStatusOK() - Method in interface com.ibm.portal.app.model.PolicyStatus
The Policy is composed of several single policy items, like application size or the lastModifiation date.
isOverallStatusViolated() - Method in interface com.ibm.portal.app.model.PolicyStatus
The Policy is composed of several single policy items, like application size or the lastModifiation date.
isOverallStatusWarning() - Method in interface com.ibm.portal.app.model.PolicyStatus
The Policy is composed of several single policy items, like application size or the lastModifiation date.
isOwner() - Method in interface com.ibm.portal.ac.AccessControlRuntimeModel
This method returns true if the current user is the owner of the resource.
isPageClosable(ObjectID) - Method in interface com.ibm.portal.dynamicui.DynamicUIInfo
Returns whether a page can be closed or not.
isPageEmbedType(StaticContentPage) - Method in interface com.ibm.portal.spa.renderer.helper.StaticContentPageDistincter
Returns true if the EmbedType of this page is Page
isPath() - Method in class com.ibm.portal.spa.data.SpaURI
Checks if the resource either specifies a file or directory
isPermanent() - Method in class org.apache.jetspeed.portlet.UnavailableException
Deprecated. Returns a boolean indicating whether the portlet is permanently unavailable.
isPolicyAttribute(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
PolicyValueSet maintains many characteristics not related to actual policy attributes and values, such as keys containing inheritance information.
isPortletClosable(ObjectID) - Method in interface com.ibm.portal.dynamicui.DynamicUIInfo
Returns whether a portlet on the current page can be closed or not.
isPreferenceDefined(String) - Method in interface com.ibm.portal.portletmodel.PortletPreferences
Returns true if the preference with the given name is defined at this levelin this set of preferences.
isPresentIfNullValue() - Method in interface com.ibm.portal.propertybroker.property.Parameter
Returns a boolean value indicating if a null value for the current parameter should still trigger associated actions (for example, due to wires having been created) i.e, the broker uses this to determine if a parameter which is present but null, should be treated as if it is absent.
isPresentIfNullValue() - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Returns a value that governs the wire-triggering behavior if a parameter is found, but its value is null.
isPrivate() - Method in interface com.ibm.portal.ac.AccessControlRuntimeModel
This method returns true if the resource is a private resource.
isPrivate() - Method in interface com.ibm.portal.ac.ManagedProtectedResource
Returns the information whether the resource is private (i.e.
isPrivate() - Method in interface com.ibm.portal.content.ContentNodeCreationContext
Indicates whether the resource is to be created as a private node or a node that may be accessible to multiple users.
isPrivate() - Method in interface com.ibm.portal.content.ContentPageCreationContext
Indicates whether the resource is to be created as a private page or a page that may be accessible to multiple users.
isPrivate() - Method in interface com.ibm.portal.cp.CollaborativeResource
Returns true if this collaborative resource is private for the owner only
isPrivate() - Method in interface com.ibm.portal.cp.rating.controller.RatingCreationContext
Returns true if the rating should be considered private, i.
isPrivate() - Method in interface com.ibm.portal.cp.tagging.controller.UserTagCreationContext
Returns true if the tag should be considered private, i.
isPrivate() - Method in interface com.ibm.portal.resolver.data.UserContextDataSource
Indicates if the data source depends on the user context (if any).
isProtected() - Method in interface com.ibm.portal.resolver.accessors.ContextAccessor
Checks if there is either a WAS security context or a portal security context.
isPublic() - Method in interface com.ibm.portal.app.service.ApplicationService
Indicates whether this application is accessible for all authenticated Portal users.
isReadOnly(String) - Method in interface com.ibm.portal.portletmodel.PortletPreferences
Return true if the preference is set and marked as read-only in the portlet deployment descriptor.
isReadOnly() - Method in interface com.ibm.portal.um.AttributeDefinition
Returns true if the Attribute represented by this object is read-only
isRelative() - Method in interface com.ibm.portal.state.accessors.url.URLContext
Specifies if the URL should be a relative URL.
isRememberMeCookieEnabled() - Method in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
Returns true if the remember me cookie functionality is enabled and all components started successfully, false if the remember me cookie functionality is not available.
isRequired() - Method in interface com.ibm.portal.um.AttributeDefinition
Returns true if this AttributeDefinition represents a mandatory attribute
isResetFFDCAfterLogging() - Method in exception com.ibm.portal.theme.plugin.exception.ThemeExtensionInitException
 
isSecretTypeSupported(int) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Tells if the specified Secret Type is supported
isSecretTypeSupported(int) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Tells if the specified Secret Type is supported
isSecure() - Method in interface com.ibm.portal.resolver.accessors.ContextAccessor
Checks wether the call was made via a secure channel
isSecure() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Returns whether this request was made using a secure channel, such as HTTPS.
isSensorSupported() - Method in interface com.ibm.portal.app.model.PolicyStatus
Retrieve whether the associated application supports Sensor, meaning that at least one buisness component that is part of the application implements the Sensor interface.
isServerRelative() - Method in interface com.ibm.portal.state.accessors.url.URLContext
Specifies if the URL should be a server relative URL.
isShareable() - Method in interface com.ibm.portal.content.LayoutModel
Deprecated. use this method on the corresponding ContentPage, if implemented (optional)
isShareable() - Method in interface com.ibm.portal.content.ShareableFlag
Returns whether this page can be shared or not.
isStaticallyIncludedContent(String) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Answer whether the given path can be included statically (like HTML).
isStaticallyIncludedContent(String, String) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Answer whether the given path can be included statically (like HTML).
isStaticallyIncludedContent(String) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Determines whether the given path can be included statically (like HTML).
isStaticallyIncludedContent(String, String) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Determines whether the given path can be included statically (like HTML).
isSystem() - Method in interface com.ibm.portal.admin.Decoration
Deprecated. there is no replacement for this method Returns whether or not the decoration is a system decoration.
isTemplate() - Method in interface com.ibm.portal.app.service.ApplicationService
Indicates whether this application is a temporary instantiated template.
isTilesIncludedContent(String, String, PortletRequest) - Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Answer whether the given path can be included as Struts Tiles JSP.
isTilesIncludedContent(String, String, HttpServletRequest) - Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Determines whether the given path can be included as a Struts Tiles JSP.
isToggled(ObjectID) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
Checks whether the navigation node with the given ObjectID is marked as "toggled" in the state holder.
isToggled(String) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
Checks whether the navigation node with the given unique name is marked as "toggled" in the state holder.
ISTRUTS_PREPARE_RENDER_ACTION - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
Indicates uri is an IStrutsPrepareRender
ISTRUTS_PREPARE_RENDER_ACTION - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
Indicates uri is an IStrutsPrepareRender
ISTRUTS_SINGLE_ACTION - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
Key used to flag a IStrutSingleAction
ISTRUTS_SINGLE_ACTION - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
Key used to flag a IStrutSingleAction
IStrutsPortletMessage - Interface in com.ibm.wps.portlets.struts
The IStrutsPortletMessage class defines the interface for the PortletMessage that can be sent to the WpsStrutsPortlet.
IStrutsPrepareRender - Interface in com.ibm.portal.struts.action
IStrutsPrepareRender is an interface that a Struts action can implement.
IStrutsSingleAction - Interface in com.ibm.portal.struts.action
IStrutsSingleAction is an interface that a Struts action can implement.
IStrutsSingleAction - Interface in com.ibm.wps.struts.action
IStrutsSingleAction is an interface that a Struts action can implement.
isUriType(int) - Method in class com.ibm.portal.struts.common.PortletURIAttributes
Determines if the URI type is the type specified.
isUserImpersonated() - Method in interface com.ibm.portal.impersonation.ImpersonationService
This method indicates whether the current user has been impersonated or he is acting on its own behalf.
isUserImpersonated() - Method in interface com.ibm.portal.portlet.service.impersonation.ImpersonationService
This method indicates whether the current user has been impersonated or he is acting on its own behalf.
isUserInCommunityRole(CommunityRole) - Method in interface com.ibm.portal.community.CommunityLocator
checks, if the current user is assigned to the passed in community role - either directly via user membership in the community role, or indirectly via group membership.
The current logged in user has to have appropriate privileges to perform this action, or a MissingAccessRightsException will be thrown.
isUserInCommunityRole(CommunityRole, Principal, boolean) - Method in interface com.ibm.portal.community.CommunityLocator
checks, if the current user is assigned to the passed in community role - either directly via user membership in the community role, or indirectly via group membership.
The current logged in user has to have appropriate privileges to perform this action, or a MissingAccessRightsException will be thrown.
isUserInDomainRole(ObjectID, String, String, String) - Method in interface com.ibm.portal.community.CommunityLocator
checks, if the current user is assigned to the passed in domain role - either directly via user membership in the community role, or indirectly via group membership.
isUserManaged() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns if this Vault Slot is user managed or not.
isUserMapped() - Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
Returns whether this Vault Segment is user mapped or not.
isUserMapped() - Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
Deprecated. Returns whether this Vault Segment is user mapped or not.
isUserMemberOfCommunity(ObjectID) - Method in interface com.ibm.portal.community.CommunityLocator
checks, if the current user is member of the given community - either directly via user membership in one of the community roles, or indirectly via group membership.
The current logged in user has to have appropriate privileges to perform this action, or a MissingAccessRightsException will be thrown.
isValid(URI) - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
Checks, if the URI can be handled by this content location factory
isValid(URI) - Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
 
isViolationLevelReached() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the information wether the violation actions should be executed.
isVirtual(Principal) - Method in interface com.ibm.portal.um.PumaEnvironment
Determines if the specified principal is a virtual prinipal
isVirtualPrincipal(Principal) - Method in interface com.ibm.portal.um.PumaEnvironment
Deprecated. since 6.1.0.2 use PumaEnvironment.isVirtual(Principal) instead.
isWarnEnabled() - Method in interface org.apache.jetspeed.portlet.PortletLog
Deprecated. Returns whether the warn level of the portlet log is enabled.
isWarningLevelReached() - Method in interface com.ibm.portal.app.model.PolicyStatusItem
Get the information wether the warning actions should be executed.
isWarnOn() - Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
Returns true if warning is enabled
isWired(PortletRequest, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
Deprecated. use PropertyBrokerService.isWired(PortletRequest, PortletResponse, String) instead
isWired(PortletRequest, PortletResponse, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
Test to see if a property is currently wired on this page.
isWired() - Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
Deprecated. Returns true if the source property is "wired" to a set of actions.
isWired(PortletRequest, Property) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns true if wires exist with the specified property and the calling portlet entity as the source.
isWiredAcrossPages(PortletRequest, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
Deprecated. use PropertyBrokerService.isWiredAcrossPages(PortletRequest, PortletResponse, String) instead
isWiredAcrossPages(PortletRequest, PortletResponse, String) - Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
Test to see if a property is currently wired across pages.
isWiredAcrossPages() - Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
Deprecated. Returns true if the source property is "wired" to a set of actions on a different page.
isWiredAcrossPages(PortletRequest, Property) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Returns true if cross page wires exist with the specified property and the calling portlet entity as the source.
IterableListModel<E> - Interface in com.ibm.portal
A model representing a list.
iterator() - Method in interface com.ibm.portal.IterableListModel
Returns an interator over elements of the list.
iterator() - Method in interface com.ibm.portal.ListModel
Returns an Iterator over elements of the list.
iterator() - Method in interface com.ibm.portal.MetaData
Returns an iterator holding the meta data key/value pairs as Map.Entry elements.
iterator() - Method in interface com.ibm.portal.model.LocalizedContext
Returns an iterator over all locales that this context is based on.
iterator() - Method in interface com.ibm.portal.portletmodel.PortletPreferences
Returns an iterator holding the key/value pairs as Map.Entry elements.
iterator() - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
 
iterator() - Method in interface com.ibm.portal.resolver.streams.MultipartStream.Entry
Returns the iterator over all entries
IUserConfigurationDataStore - Interface in com.ibm.portal.struts.data
IUserConfigurationDataStore is the interface for storing user configuration data persistently.
IUserConfigurationDataStore - Interface in com.ibm.struts.data
Deprecated.  
iValue - Variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
 
IViewCommand - Interface in com.ibm.portal.struts.command
The IViewCommand class is a command pattern interface used to provide a mechanism to encapsulate the information needed to display a view.
IViewCommand - Interface in com.ibm.wps.portlets.struts
The IViewCommand class is a command pattern interface used to provide a mechanism to encapsulate the information needed to redisplay a view.
IWIDGET_DEFINITION - Static variable in interface com.ibm.portal.spa.parser.StaticPageContentHandler
indicator that a control is an iWidget
IWidgetContentHandler - Interface in com.ibm.portal.resolver.iwidget.xml
Content handler which produces SAX events to write iwidget definitions.
IWidgetMicroformatContentHandler - Interface in com.ibm.portal.resolver.iwidget.xml
Content handler which can be used to generate SAX events representing an iwidget microformat as defined in the iwidget spec (see chapter about embedding iwidgets).
IWidgetWrapperCreationContext - Interface in com.ibm.portal.portlet
A the base interface for creation context for creating portlet definitions based on iwidget definitions.
IWidgetWrapperLocator<T extends PortletDefinition> - Interface in com.ibm.portal.portletmodel.admin
This Locator can be used to retrieve IWidget wrapper portlet clones.
IWidgetWrapperURICreationContext - Interface in com.ibm.portal.portlet
A context for creating portlet definitions based on iwidget definition URIs.
IWidgetWrapperURLCreationContext - Interface in com.ibm.portal.portlet
A context for creating portlet definitions based on iwidget definitions.
IWpsCommonsMultipartRequestHandler - Interface in com.ibm.portal.struts.upload
This interface is used by the WpsMultipartRequestHandlers shipped with the Struts Portlet Framework.

J

JAAS_SUBJECT_PASSIVE - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the JAAS Subject credential.
JaasSubjectCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Abstract inherited interface of ActiveCredential where the user's secret is a JAAS Subject pair.
JaasSubjectCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
JaasSubjectCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
Deprecated.  
JaasSubjectCredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
Implementation of the CredentialSecret class for secrets in form of a Jaas Subject.
JaasSubjectPassiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
This Credential is only a container of the user's secret.
JaasSubjectPassiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
JaasSubjectPassiveCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
Deprecated.  
JAVA_MAIL - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the JavaMail credential.
JavaMailCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Credential for authenticating at the back-end the javax.mail API.
JavaMailCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
JavaMailCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
Deprecated.  
JavaObjectCredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
Implementation of the CredentialSecret class for a secret in form of a Java Object.
JCR - Static variable in interface com.ibm.portal.DatabaseDomainConstants
Constant for jcr domain
JNDI_NAME - Static variable in interface com.ibm.portal.ac.AccessControlHome
The name can be used to lookup the AccessControlHome from JNDI
JNDI_NAME - Static variable in interface com.ibm.portal.app.model.ApplicationModelFactoryHome
The JNDI name that can be used to lookup instances of this home.
JNDI_NAME - Static variable in interface com.ibm.portal.app.resource.MemberAddedMessageProvider
 
JNDI_NAME - Static variable in interface com.ibm.portal.app.resource.MemberRemovedMessageProvider
 
JNDI_NAME - Static variable in interface com.ibm.portal.app.resource.PolicyMessageProvider
 
JNDI_NAME - Static variable in interface com.ibm.portal.app.service.ApplicationCatalogServiceHome
The JNDI name that can be used to lookup instances of this home
JNDI_NAME - Static variable in interface com.ibm.portal.app.service.ApplicationServiceHome
The JNDI name that can be used to lookup instances of this home
JNDI_NAME - Static variable in interface com.ibm.portal.app.service.backup.StreamBackupService
 
JNDI_NAME - Static variable in interface com.ibm.portal.app.service.BusinessComponentServiceHome
The JNDI name that can be used to lookup instances of this home
JNDI_NAME - Static variable in interface com.ibm.portal.app.service.PortalLookupServiceHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.app.service.PortletLookupServiceHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.app.service.TemplateCatalogServiceHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.app.service.TemplateServiceHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.community.CommunityHome
The name can be used to lookup the CommunityHome from JNDI
JNDI_NAME - Static variable in interface com.ibm.portal.cor.service.ContentModelHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.cor.service.NavigationModelHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.cor.service.NavigationSelectionModelHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.cp.rating.CorRatingModelHome
The JNDI lookup name for this home object
JNDI_NAME - Static variable in interface com.ibm.portal.cp.rating.PortalRatingModelHome
The JNDI lookup name for this home object
JNDI_NAME - Static variable in interface com.ibm.portal.cp.rating.PortletRatingModelProvider
The JNDI lookup name
JNDI_NAME - Static variable in interface com.ibm.portal.cp.resources.CorResourceModelHome
The JNDI lookup name for this home object
JNDI_NAME - Static variable in interface com.ibm.portal.cp.resources.PortalResourceModelHome
The JNDI lookup name for this home object
JNDI_NAME - Static variable in interface com.ibm.portal.cp.resources.PortletResourceModelProvider
The JNDI lookup name
JNDI_NAME - Static variable in interface com.ibm.portal.cp.tagging.CorTagModelHome
The JNDI lookup name for this home object
JNDI_NAME - Static variable in interface com.ibm.portal.cp.tagging.PortalTagModelHome
The JNDI lookup name for this home object
JNDI_NAME - Static variable in interface com.ibm.portal.cp.tagging.PortletTagModelProvider
The JNDI lookup name
JNDI_NAME - Static variable in interface com.ibm.portal.identification.Identification
JNDI name used to lookup this service
JNDI_NAME - Static variable in interface com.ibm.portal.impersonation.ImpersonationService
The name can be used to lookup the ImpersonationService from JNDI
JNDI_NAME - Static variable in interface com.ibm.portal.model.ContentMetaDataModelHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.ContentModelHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.ContentModelProvider
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.CorLocalizedContextHome
JNDI name under which the home instance is bound
JNDI_NAME - Static variable in interface com.ibm.portal.model.LanguageListHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.MarkupListHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.NavigationModelHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.NavigationModelProvider
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.NavigationSelectionModelHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.PortalLocalizedContextHome
JNDI name under which the home instance is bound
JNDI_NAME - Static variable in interface com.ibm.portal.model.PortletModelHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.SkinListHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.model.ThemeListHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.CredentialFactory
The name can be used to lookup the CredentialFactory from JNDI
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.impersonation.ImpersonationService
The name can be used to lookup the ImpersonationService from JNDI
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.login.LoginHome
The JNDI name constant should be used to look up the LoginHome from JNDI.
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.model.ContentMetaDataModelProvider
The JNDI name of this provider
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.model.ContentModelProvider
 
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.model.NavigationModelProvider
 
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.model.NavigationSelectionModelProvider
 
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.model.PortletLocalizedContextHome
JNDI name under which the home instance is bound
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.model.PortletModelProvider
JNDI name for the service lookup
JNDI_NAME - Static variable in interface com.ibm.portal.portlet.service.siteanalyzer.PortletSiteAnalyzerLoggingServiceHome
Name that can be used for the JNDI lookup of this service
JNDI_NAME - Static variable in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
 
JNDI_NAME - Static variable in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
JNDI name of this service
JNDI_NAME - Static variable in interface com.ibm.portal.resolver.friendly.service.PortletFriendlySelectionServiceHome
Name that can be used for the JNDI lookup of this service
JNDI_NAME - Static variable in interface com.ibm.portal.resolver.proxy.service.CorAjaxProxyServiceHome
name for the JNDI lookup
JNDI_NAME - Static variable in interface com.ibm.portal.resolver.proxy.service.PortalAjaxProxyServiceHome
name for the JNDI lookup
JNDI_NAME - Static variable in interface com.ibm.portal.resolver.proxy.service.PortletAjaxProxyServiceHome
name for the JNDI lookup
JNDI_NAME - Static variable in interface com.ibm.portal.resolver.service.PortalPocServiceHome
JNDI name of this service
JNDI_NAME - Static variable in interface com.ibm.portal.resolver.service.PortletPocServiceHome
Name that can be used for the JNDI lookup of this service
JNDI_NAME - Static variable in interface com.ibm.portal.services.contentmapping.ContentMappingInfoHome
The JNDI name used to bind the ContentMappingInfoHome singleton.
JNDI_NAME - Static variable in interface com.ibm.portal.services.globalization.ExtendedLanguageListProvider
The JNDI name that can be used to lookup instances of this service
JNDI_NAME - Static variable in interface com.ibm.portal.services.globalization.preferences.GlobalizationPreferencesService
The JNDI name that can be used to lookup instances of this service
JNDI_NAME - Static variable in interface com.ibm.portal.spa.service.PortalStaticPageServiceHome
JNDI name of this service
JNDI_NAME - Static variable in interface com.ibm.portal.spa.service.PortletStaticPageServiceHome
Name that can be used for the JNDI lookup of this service
JNDI_NAME - Static variable in interface com.ibm.portal.state.service.parameters.PortalStateParameterServiceHome
JNDI name under which the home instance is bound
JNDI_NAME - Static variable in interface com.ibm.portal.state.service.parameters.PortletStateParameterServiceHome
JNDI name under which the home instance is bound
JNDI_NAME - Static variable in interface com.ibm.portal.state.service.PortalStateManagerServiceHome
 
JNDI_NAME - Static variable in interface com.ibm.portal.state.service.PortletStateManagerService
the JNDI name for this service
JNDI_NAME - Static variable in interface com.ibm.portal.um.portletservice.PumaHome
JNDI name used to lookup this service
JNDI_NAME - Static variable in interface com.ibm.portal.um.PumaAdminHome
Deprecated. The name can be used to lookup the PumaAdminHome from JNDI
JNDI_NAME - Static variable in interface com.ibm.portal.um.PumaHome
The name can be used to lookup the PumaHome from JNDI
JNDI_ROOT_CONTEXT - Static variable in interface com.ibm.portal.state.accessors.url.ResolvedUrlAccessFactory
define the context root for the JNDI lookup
jsonArray(boolean[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(Boolean[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(byte[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(Byte[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(double[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(Double[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(float[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(Float[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(int[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(Integer[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(long[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(Long[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(Object[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(short[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(Short[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonArray(String[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonBoolean(boolean) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonBoolean(Boolean) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonCollection(Collection<?>) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
JsonContentHandler - Interface in com.ibm.portal.streaming.json
Content handler that defines events for JSON data structures.
JSONHandler - Interface in com.ibm.portal.streaming.json
JAXP like handler that defines semantic callbacks for JSON specific events.
JSONHandlerFactory - Interface in com.ibm.portal.streaming.json
Factory that generates handlers for producing and parsing JSON events in a stream based manner.
JSONInputSource - Class in com.ibm.portal.streaming.json
A single input source for a JSON entity.
JSONInputSource(Reader) - Constructor for class com.ibm.portal.streaming.json.JSONInputSource
Initialize this source with a reader.
jsonMap(Map<String, ?>) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, boolean) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Boolean) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, boolean[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Boolean[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Collection<?>) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, double) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Double) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, double[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Double[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, float) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Float) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, float[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Float[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, int) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, int[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Integer) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Integer[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, long) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Long) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, long[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Long[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Map<String, ?>) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Object) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, Object[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, String) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, String, int, int) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonMember(String, String[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNull() - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(byte) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(Byte) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(double) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(Double) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(float) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(Float) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(int) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(Integer) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(long) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(Long) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(short) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonNumber(Short) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonObject(Object) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
JsonParserOutputStream - Class in com.ibm.portal.streaming.json
Parser that decomposes a JSON stream into callbacks to JsonContentHandler.
JsonParserOutputStream() - Constructor for class com.ibm.portal.streaming.json.JsonParserOutputStream
 
JsonParserWriter - Class in com.ibm.portal.streaming.json
Parser that decomposes a JSON stream into callbacks to JsonContentHandler.
JsonParserWriter() - Constructor for class com.ibm.portal.streaming.json.JsonParserWriter
 
JSONReader - Interface in com.ibm.portal.streaming.json
Interface for reading a JSON document using callbacks.
jsonString(String) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
jsonString(String, int, int) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
JSP_ATTRIBUTE - Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeJspIncludeDescriptorConstants
The JSP_ATTRIBUTE should be the path to the jsp to include.

K

key - Variable in exception com.ibm.portal.state.exceptions.PropertyException
Key of the property in the collection above that caused the exception
KEY - Static variable in interface com.ibm.portal.struts.data.IUserConfigurationDataStore
The key used for storing the IUserConfigurationDataStore object in the servlet context.
KEY - Static variable in interface com.ibm.struts.data.IUserConfigurationDataStore
Deprecated. The key used for storing the IUserConfigurationDataStore object in the servlet context.
KEY_CACHE_CONTROL - Static variable in interface com.ibm.portal.resolver.Constants
key of the "cache-control" parameter
KEY_CACHE_POLICY - Static variable in interface com.ibm.portal.resolver.Constants
key of the parameter that optionally allows to override the cache policy
KEY_CACHE_SCOPE - Static variable in interface com.ibm.portal.resolver.Constants
key of the parameter that optionally allows to override the cache policy
KEY_CHARSET - Static variable in interface com.ibm.portal.resolver.data.CharDataSource
Name of the mime key that specifies the characterset
KEY_CHARSET - Static variable in class com.ibm.portal.resolver.streams.FormDataInputStream
The special key of a form-upload parameter that the browsers set to the correct characterset
KEY_CONTENT_DISPOSITION - Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
key in the headers of each mime entry for the content disposition
KEY_CREDENTIAL_SECRET - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential
Key for the map provided in the init() method: The credential's secret - e.g.
KEY_CSS_CLASSES - Static variable in interface com.ibm.portal.spa.Constants
MetaData key for the CSS classes of the portlet window or the portlet container
KEY_CSS_STYLES - Static variable in interface com.ibm.portal.spa.Constants
MetaData key for the CSS styles of the portlet window or the portlet container
KEY_DIGEST - Static variable in interface com.ibm.portal.resolver.Constants
name of the key of the parameter that identifies the request digest
KEY_FILENAME - Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
The name of the content-disposition key that identifies the filename for a file upload part *
KEY_FORM_DATA - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
Specifies whether the authentication data are cookies [true] or URL rewriting [false] (mandatory).
KEY_FORM_DATA - Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated.  
KEY_GLOBAL_PUBLIC_RENDER_PARAMETERS - Static variable in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessor
This key can be used to obtain global public render parameters, i.
KEY_LAYOUTNODE_LOCALNAME - Static variable in interface com.ibm.portal.spa.Constants
MetaData key for local name of the portlet window or the portlet container
KEY_LOCALE - Static variable in interface com.ibm.portal.resolver.Constants
name of the key of the parameter that identifies the request locale
KEY_LOCALE - Static variable in interface com.ibm.portal.spa.data.Constants
POC parameter that specifies a particular locale *
KEY_LOGIN_URL - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
The url to which the login data is posted (mandatory).
KEY_LOGIN_URL - Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated.  
KEY_LOGOUT_URL - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
The url to which an HTTP GET request is send in order to log out the user (mandatory).
KEY_LOGOUT_URL - Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated.  
KEY_MAX_AGE - Static variable in interface com.ibm.portal.resolver.Constants
key of the parameter that optionally allows to override the expiry
KEY_MIME_BOUNDARY - Static variable in interface com.ibm.portal.resolver.data.MultipartDataSource
Name of the mime key that specifies the multipart boundary
KEY_MIME_BOUNDARY - Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
key in the content type that denotes the MIME boundary
KEY_MIME_TYPE - Static variable in interface com.ibm.portal.resolver.Constants
key for the parameter that defines the mime-types
KEY_MODE - Static variable in interface com.ibm.portal.resolver.Constants
name of the key of the parameter that identifies the verb
KEY_NAME - Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
key inside the content-disposition header for the name of an input field
KEY_OPENSEARCH_DESC_BUNDLEKEY_DESCRIPTION - Static variable in interface com.ibm.portal.cp.tagging.Constants
Query parameter key to pass the key of the description entry of the resource bundle.
KEY_OPENSEARCH_DESC_BUNDLEKEY_SHORTNAME - Static variable in interface com.ibm.portal.cp.tagging.Constants
Query parameter key to pass the key of the short name entry of the resource bundle.
KEY_OPENSEARCH_DESC_BUNDLENAME - Static variable in interface com.ibm.portal.cp.tagging.Constants
Query parameter key to pass the name of a resource bundle that will be used for localized data within the generation of the open search description document.
This parameter is mandatory.
KEY_OPENSEARCH_DESC_ICON_16X16 - Static variable in interface com.ibm.portal.cp.tagging.Constants
Query parameter key to pass an absolute URL for a 16x16 size image to the data source that generates the open search description document.
This is an optional parameter.
KEY_PASSWORD_ATTRIBUTE_NAME - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
The name under which the user password is posted (mandatory).
KEY_PASSWORD_ATTRIBUTE_NAME - Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated.  
KEY_POCURI_PARAM - Static variable in interface com.ibm.portal.resolver.Constants
name of the JSR168 render parameter that is passed to the target portlet during POC resolution in case no portlet resolver is specified for a particular poc URI.
KEY_PRAGMA - Static variable in interface com.ibm.portal.resolver.Constants
key of the "pragma" parameter
KEY_REPRESENTATION_COMPACT - Static variable in interface com.ibm.portal.resolver.Constants
Deprecated. use Constants.VALUE_REPRESENTATION_COMPACT instead
KEY_REPRESENTATION_EMPTY - Static variable in interface com.ibm.portal.resolver.Constants
Deprecated. use Constants.VALUE_REPRESENTATION_EMPTY instead
KEY_REPRESENTATION_FULL - Static variable in interface com.ibm.portal.resolver.Constants
Deprecated. use Constants.VALUE_REPRESENTATION_FULL instead
KEY_REPRESENTATION_MEDIUM - Static variable in interface com.ibm.portal.resolver.Constants
Deprecated. use Constants.VALUE_REPRESENTATION_MEDIUM instead
KEY_REPRESENTATION_MODE - Static variable in interface com.ibm.portal.resolver.Constants
the representation mode
KEY_REQUEST - Static variable in interface com.ibm.portal.resolver.proxy.service.PortalAjaxProxyServiceHome
key for the servlet request in the parameters object that is passed to the AjaxProxyServiceHome#getAjaxProxyService(java.util.Map) method
KEY_REQUEST - Static variable in interface com.ibm.portal.resolver.proxy.service.PortletAjaxProxyServiceHome
key for the portlet request in the parameters object that is passed to the AjaxProxyServiceHome#getAjaxProxyService(java.util.Map) method
KEY_RESPONSE - Static variable in interface com.ibm.portal.resolver.proxy.service.PortalAjaxProxyServiceHome
key for the servlet response in the parameters object that is passed to the AjaxProxyServiceHome#getAjaxProxyService(java.util.Map) method
KEY_RESPONSE - Static variable in interface com.ibm.portal.resolver.proxy.service.PortletAjaxProxyServiceHome
key for the portlet response in the parameters object that is passed to the AjaxProxyServiceHome#getAjaxProxyService(java.util.Map) method
KEY_SERVLET_CONTEXT - Static variable in interface com.ibm.portal.resolver.proxy.service.PortalAjaxProxyServiceHome
key for the servlet context in the parameters object that is passed to the AjaxProxyServiceHome#getAjaxProxyService(java.util.Map) method
KEY_SERVLET_CONTEXT - Static variable in interface com.ibm.portal.resolver.proxy.service.PortletAjaxProxyServiceHome
key for the ServletContext in the parameters object that is passed to the AjaxProxyServiceHome#getAjaxProxyService(java.util.Map) method
KEY_ST_ALL_ADD - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally add a selected all tag
KEY_ST_ALL_REMOVE - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally remove a selected all tag
KEY_ST_COMMUNITY_ADD - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally add a selected community tag
KEY_ST_COMMUNITY_REMOVE - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally remove a selected community tag
KEY_ST_LATEST_ADD - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally add a selected latest tag
KEY_ST_LATEST_REMOVE - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally remove a selected latest tag
KEY_ST_PERSONALPRIVATE_ADD - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally add a selected personal private tag
KEY_ST_PERSONALPRIVATE_REMOVE - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally remove a selected personal private tag
KEY_ST_PERSONALPUBLIC_ADD - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally add a selected personal public tag
KEY_ST_PERSONALPUBLIC_REMOVE - Static variable in interface com.ibm.portal.cp.tagging.Constants
Parameter for the selected tag resolution service to incrementally remove a selected personal public tag
KEY_STATE_URL - Static variable in interface com.ibm.portal.resolver.Constants
Parameter for the poc view resolution that identifies the navigational state
KEY_UNENCODED_URI - Static variable in interface com.ibm.portal.resolver.Constants
key for URIs that are not correctly encoded, used for WCM
KEY_URI - Static variable in interface com.ibm.portal.resolver.Constants
name of the key of the parameter that identifies the POC URIs
KEY_USE_AUTH_COOKIES - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
Any additional name=value.
KEY_USE_AUTH_COOKIES - Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated.  
KEY_USER_CONTEXT - Static variable in interface com.ibm.portal.resolver.Constants
key of the parameter that optionally allows to override the user-dependency value
KEY_USERID_ATTRIBUTE_NAME - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
The name under which the user id is posted (mandatory).
KEY_USERID_ATTRIBUTE_NAME - Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated.  
KEY_VARY - Static variable in interface com.ibm.portal.resolver.Constants
key of the parameter that optionally allows to override the vary header.
KEY_VERB - Static variable in interface com.ibm.portal.resolver.Constants
Deprecated.  
keyMethodMap - Variable in class com.ibm.portal.struts.action.LookupDispatchAction
Resource key to method name lookup.
keyMethodMap - Variable in class com.ibm.wps.struts.action.WpsLookupDispatchAction
Resource key to method name lookup.
keys() - Method in interface com.ibm.policy.manager.Target
Retrieve a list of attributes which rules could access about this Target
keySet() - Method in interface com.ibm.policy.manager.PolicyValueSet
PolicyValueSet interface maintains many artifacts not related to actual Policy attributes and values,such as keys containing inheritence information.

L

LABEL - Static variable in class com.ibm.portal.content.ContentNodeType
Node type for a ContentLabel.
label - Variable in exception com.ibm.portal.state.accessors.exceptions.SelectionMappingInvalidException
Label for that the mapping could not be retrieved
Language - Interface in com.ibm.portal.admin
Model interface for portal languages.
LANGUAGE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LANGUAGE_LIST_JNDI_NAME - Static variable in interface com.ibm.portal.model.LanguageListHome
Deprecated. use LanguageListHome.JNDI_NAME instead
LanguageList<E extends Language> - Interface in com.ibm.portal.admin
Model interface for the list of portal languages.
LanguageListHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for LanguageListProvider.
LanguageListProvider - Interface in com.ibm.portal.ibmportlet.service.model
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
LanguageListProvider - Interface in com.ibm.portal.model
An interface for a provider of the language list.
LanguageListProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of the language list.
LAST_ACCESSED_SENSOR_DATA_NAME - Static variable in class com.ibm.portal.app.model.SensorDataConstants
 
LAST_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go to last" action.
LAST_MODIFICATION_UNKNOWN - Static variable in interface com.ibm.portal.resolver.data.DataSource
Indicates an unknown last modified date
LAST_MODIFIED - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Request attribute name for the last modified timestamp.
LAST_MODIFIED_SENSOR_DATA_NAME - Static variable in class com.ibm.portal.app.model.SensorDataConstants
 
LAST_PAGE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go to last page" action.
LATE_BINDING - Static variable in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Identifies late binding
LAUNCH_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "launch" action.
LayoutContainer - Interface in com.ibm.portal.content
An interface representing a container in a LayoutModel.
LayoutControl - Interface in com.ibm.portal.content
An interface for layout nodes representing portlet windows.
LayoutControlCreationContext - Interface in com.ibm.portal.content
A node creation context for LayoutControls.
LayoutMetrics<V,E extends java.util.Map.Entry<java.lang.String,V>> - Interface in com.ibm.portal.content
An interface describing metrics information for a node in a layout model.
LayoutModel<E extends java.lang.Object & LayoutNode> - Interface in com.ibm.portal.content
This interface provides a tree model for the layout of a page.
LayoutModelController<T extends LayoutNode,M extends ModifiableLayoutNode> - Interface in com.ibm.portal.content
A controller interface for the LayoutModel interface.
LayoutNode - Interface in com.ibm.portal.content
An interface for the nodes of a LayoutModel.
LeafAtomContentHandler - Class in com.ibm.portal.resolver.atom.helper
The end element in a content handler chain that connects itself directly to a destination handler.
LeafAtomContentHandler() - Constructor for class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
LeafAtomThreadingContentHandler - Class in com.ibm.portal.resolver.atom.helper
The end element in a acontent handler chain that connects itself directly to a destination handler.
LeafAtomThreadingContentHandler() - Constructor for class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
 
LeafContentHandler - Class in com.ibm.portal.resolver.xml.helper
The end element in a content handler chain that connects itself directly to a destination handler.
LeafContentHandler() - Constructor for class com.ibm.portal.resolver.xml.helper.LeafContentHandler
Default initialization without a target
LeafContentHandler(ContentHandler) - Constructor for class com.ibm.portal.resolver.xml.helper.LeafContentHandler
Initializes the handler and already assigns a target
LEFT - Static variable in class com.ibm.portal.content.Direction
 
LegacyPortletAccessor - Interface in com.ibm.portal.state.accessors.portlet
Deprecated. because the legacy API is deprecated
LegacyPortletAccessorController - Interface in com.ibm.portal.state.accessors.portlet
Deprecated. because the legacy API is deprecated
LegacyPortletTargetAccessorController - Interface in com.ibm.portal.state.accessors.portlet
Deprecated. because the legacy API is deprecated
Lifecycle - Interface in com.ibm.portal.app.component
Deprecated. Please use Lifecycle instead.
Lifecycle - Interface in com.ibm.portal.app.component2
This interface is used to notify the business component handler whenever a business component instance of the managed type is created, activated or destroyed.
listCredentials(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.Exportable
This method is called during the credential export.
ListModel<E> - Interface in com.ibm.portal
A model representing a list.
ListModelController<T,M extends Modifiable> - Interface in com.ibm.portal
This interface provides a controller for list models which allows updating a model.
listResources() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Returns a list of resources as strings.
listResources() - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Returns a list of resources as strings.
locale - Variable in exception com.ibm.portal.app.service.exceptions.DuplicateTemplateTitleValidationException
 
LocaleAccessor - Interface in com.ibm.portal.state.accessors.locale
Provides read access to the locale information of the state.
LocaleAccessorController - Interface in com.ibm.portal.state.accessors.locale
Provides read and write access to the locale information of the state.
LocaleAccessorFactory - Interface in com.ibm.portal.state.accessors.locale
Factory that generates locale accessors.
localeAlternativeTitleMap - Variable in exception com.ibm.portal.app.service.exceptions.DuplicateTemplateTitleValidationException
 
LocaleCapable - Interface in com.ibm.portal.admin
Describes resources that support a list of locales.
localeMap - Variable in class com.ibm.portal.struts.action.LookupDispatchAction
Reverse lookup map from resource value to resource key.
localeMap - Variable in class com.ibm.wps.struts.action.WpsLookupDispatchAction
Reverse lookup map from resource value to resource key.
LocalizationParserFactory - Interface in com.ibm.portal.spa.parser
Factory that instantiates parsers per mime types.
Localized - Interface in com.ibm.portal
Interface providing methods to obtain title and description of a portal resource.
LocalizedCategoryService - Interface in com.ibm.portal.cp.services
Service that allows to obtain Localized information, e.
LocalizedCommunityRole - Interface in com.ibm.portal.community
This interface represents extended community roles that provide localized titles and descriptions for the role.
LocalizedContext - Interface in com.ibm.portal.model
A helper object which allows to retrieve titles and descriptions for resources implementing the Localized interface.
LocalizedContextHome - Interface in com.ibm.portal.model
A home interface for lookups to LocalizedContext instances.
LocalizedContextHome.BASE_TEXT_DIRECTION - Enum in com.ibm.portal.model
Enumerations of the base text direction for a given locale
LocalizedControl - Interface in com.ibm.portal.app.model
Interface providing methods to modify title and description of a portal resource.
LocalizedCopyCreationContext<T extends Localized> - Interface in com.ibm.portal.model.controller.context
Creation context for copying the localized information of a node.
LocalizedDataObject - Class in com.ibm.portal.community
Default implementation for the Localized interface.
LocalizedDataObject(Map<Locale, String>, Map<Locale, String>, Set<Locale>) - Constructor for class com.ibm.portal.community.LocalizedDataObject
Creates the LocalizedDataObject object, filling it with the given information.
LocalizedDataObject(Localized) - Constructor for class com.ibm.portal.community.LocalizedDataObject
Creates the LocalizedDataObject object, filling it with the data from another Localized object.
LocalizedDataObject(Map<Locale, String>, Map<Locale, String>) - Constructor for class com.ibm.portal.community.LocalizedDataObject
Creates the LocalizedDataObject object, filling it with the given information.
LocalizedDomainRole - Interface in com.ibm.portal.community
This interface represents extended domain roles that provide localized titles and descriptions for the domain specific role.
LocalizedIOException - Exception in com.ibm.portal.resolver.exceptions
Helper exception to wrap localization information into a SAXException
LocalizedIOException() - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
LocalizedIOException(Localized, int) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
LocalizedIOException(int, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
Constructor used if no metainformation about the actual exception cause is known.
LocalizedIOException(Localized, int, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
LocalizedIOException(Localized, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
 
LocalizedIOException(LocalizedStatus, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
Initializes the exception based on a localize status and a root cause
LocalizedIOException(Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
Constructor used if no metainformation about the actual exception cause is known.
LocalizedSAXException - Exception in com.ibm.portal.resolver.exceptions
Helper exception to wrap localization information into a SAXException
LocalizedSAXException() - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
LocalizedSAXException(int, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
LocalizedSAXException(Localized, int) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
LocalizedSAXException(Localized, int, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
LocalizedSAXException(Localized, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
LocalizedSAXException(LocalizedStatus, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
LocalizedSAXException(Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
LocalizedStatus - Interface in com.ibm.portal
Interface that can be used to communicate status code information via exceptions.
LocalizedStringResolver - Interface in com.ibm.portal.model
Deprecated. instead, use LocalizedContext instances which can be obtained from PortalLocalizedContextHome and PortletLocalizedContextHome. Obtains title or description of a localized object by employing a fallback mechanism in case the title or description is not available in the requested locale(s). This utilizes the expected behavior of the Localized methods: They only return non-null results in case they keep a title or description in the requested locale.
The helper class uses the following fallback order of locales: Try all the given locales, failing that try the portal default locale, failing that try the system default locale. If no title could be determined in any tested locale, the unique name or in absence of a unique name the object id of the resource is returned, if the resource is identifiable. If it is not, an empty string will be returned. An unavailable description is treated similarly, but no unique name or object ID will be used as a description.

The resolver can be obtained through a JNDI lookup:

 Context ctx = new InitialContext();
 final LocalizedStringResolver resolver = (LocalizedStringResolver)
                      ctx.lookup("portal:service/model/LocalizedStringResolver");
 if (resolver != null) {
     final String title = resolver.getTitle(aLocalizedObject, aRequest.getLocales());
     ...
 }
 

LocalizedTypeService - Interface in com.ibm.portal.cp.services
Service that allows to obtain Localized information, e.
location - Variable in exception com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException
location of the fault
Locator<E> - Interface in com.ibm.portal
This interface defines search methods that allow locating resources in a model.
LocatorProvider<E> - Interface in com.ibm.portal
An interface providing a way to obtain a set of search methods.
lock(T, WebdavLockInfo) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockableTreeModelController
Request to lock a particular resource.
LOCK - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "lock" action.
LOCK_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "lock" action.
lockTemplate() - Method in interface com.ibm.portal.app.service.TemplateService
Lock the template for modifications by other users.
log(String) - Method in interface com.ibm.portal.services.siteanalyzer.SiteAnalyzerLogger
If this logger is enabled for site analytics logging, this method creates a log entry in NCSA Combined format and writes it to the site analytics log file.
log - Static variable in class com.ibm.portal.struts.action.DispatchAction
Commons Logging instance.
log - Static variable in class com.ibm.portal.struts.plugins.ViewCommandFactory
commons logger instance for this class
log - Static variable in class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
Commons Logging instance for this class.
log - Static variable in class com.ibm.portal.struts.portlet.WpRequestProcessor
Commons Logging instance for this class
log - Static variable in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
The commons Logging instance for this class
log - Static variable in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Commons Logging instance.
log - Static variable in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
The commons-logging instance for this class.
log - Static variable in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
The commons-logging instance for this class.
log - Static variable in class com.ibm.wps.portlets.struts.WpsRequestProcessor
The commons-logging instance for this class.
log - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
The commons-logging instance for this class.
log - Static variable in class com.ibm.wps.struts.action.WpsDispatchAction
The commons-logging instance for this class.
LOG_LEVEL - Static variable in class com.ibm.portal.resolver.uri.BaseURI
Default logging level
LOGGER_NAME - Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
Deprecated. Name of the logger that all WP credentials should use for logging.
login(HttpServletRequest, HttpServletResponse, String, char[], FilterChainContext, Subject, String, ExplicitLoginFilterChain) - Method in interface com.ibm.portal.auth.ExplicitLoginFilter
Can be used to implement custom login code for the explicit Portal login by user id and password.
login(HttpServletRequest, HttpServletResponse, String, char[], FilterChainContext, Subject, String) - Method in interface com.ibm.portal.auth.ExplicitLoginFilterChain
Calls the login method of the next login filter in the filter chain for the explicit Portal login.
login(HttpServletRequest, HttpServletResponse, FilterChainContext, String, ImplicitLoginFilterChain) - Method in interface com.ibm.portal.auth.ImplicitLoginFilter
Can be used to implement custom login code for the implicit login.
login(HttpServletRequest, HttpServletResponse, FilterChainContext, String) - Method in interface com.ibm.portal.auth.ImplicitLoginFilterChain
Calls the login method of the next login filter in the filter chain for the implicit Portal login.
login() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
Performs the HTTP form based login.
login(String, char[], Map, Subject) - Method in interface com.ibm.portal.portlet.service.login.LoginService
This method triggers a Portal login.
LOGIN - Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated. Represents the login method of the PortletSessionListener.
login(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Called by the portlet container to ask the portlet to initialize a personalized user experience.
login() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated. Performs the HTTP form based login.
login(PortletRequest) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
login(PortletRequest) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. The default implementation of this method is to do nothing.
login(PortletRequest) - Method in interface org.apache.jetspeed.portlet.PortletSessionListener
Deprecated. Called by the portlet container before the service() method of this portlet is invoked for the first time in the context of a new user session.
LoginActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine.login
Tagging Interface.
LoginActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine.login
Factory interface which provides methods to obtain controllers that allow to set a "Login" action upon the given state holder or document model.
For instance the controllers may be used to create EngineURLs that trigger the portal login.
LoginException - Exception in com.ibm.portal.auth.exceptions
Base exception for all login exceptions.
LoginException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.LoginException
Initializes the exception with the reason of the exception.
LoginException() - Constructor for exception com.ibm.portal.auth.exceptions.LoginException
Empty constructor.
LoginHome - Interface in com.ibm.portal.portlet.service.login
Home interface for lookups to the LoginService.
loginOriginalUser(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.impersonation.ImpersonationService
This method ends the impersonation.
loginOriginalUser(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.portlet.service.impersonation.ImpersonationService
Deprecated. since 7.0 use com.ibm.portal.impersonation.ImpersonationService#loginOriginalUser(HttpServletRequest, HttpServletResponse) instead
loginOriginalUser(ActionRequest, ActionResponse) - Method in interface com.ibm.portal.portlet.service.impersonation.ImpersonationService
This method ends the impersonation.
LoginService - Interface in com.ibm.portal.portlet.service.login
This portlet service can be used to perform a login with user and password.
LogMenuService - Interface in com.ibm.wps.portletservice.portletmenu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
logout(HttpServletRequest, HttpServletResponse, FilterChainContext, LogoutFilterChain) - Method in interface com.ibm.portal.auth.ExplicitLogoutFilter
Can be used to implement custom logout code for the explicit logout.
logout(HttpServletRequest, HttpServletResponse, FilterChainContext, LogoutFilterChain) - Method in interface com.ibm.portal.auth.ImplicitLogoutFilter
Can be used to implement custom logout code for the implicit logout.
logout(HttpServletRequest, HttpServletResponse, FilterChainContext) - Method in interface com.ibm.portal.auth.LogoutFilterChain
Calls the logout method of the next logout filter in the logout filter chain
logout() - Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
Performs the logout through an HTTP GET request to the logout Url.
logout(PortletSession) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Called by the portlet container when the user has logged out.
logout() - Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
Deprecated. Performs the logout through an HTTP GET request to the logoutUrl.
logout(PortletSession) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
logout(PortletSession) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. The default implementation of this method is to do nothing.
logout(PortletSession) - Method in interface org.apache.jetspeed.portlet.PortletSessionListener
Deprecated. Called by the portlet container when a user session terminates (by user logout or timeout) for which the login() method has been called before.
LogoutActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine.logout
Tagging Interface.
LogoutActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine.logout
Factory interface which provides methods to obtain controllers that allow to set a "Logout" action upon the given state holder or document model.
For instance the controllers may be used to create EngineURLs that trigger the portal logout.
LogoutException - Exception in com.ibm.portal.auth.exceptions
Base exception for all logout exceptions.
LogoutException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.LogoutException
Initializes the exception with the reason of the exception.
LogoutFilterChain - Interface in com.ibm.portal.auth
This interface is used to call the next element in the explicit or implicit logout filter chain.
LONG - Static variable in interface com.ibm.portal.um.AttributeDefinition
Represents the Long type for an Attribute
LongestPathMatch - Interface in com.ibm.portal.services.contentmapping
This interface represents the result of a longest path match.
Lookup - Interface in com.ibm.portal.resolver
Constructs an XML source document that represents an individual ATOM entry.
lookup() - Method in class com.ibm.struts.taglib.html.FormTag
Look up values for the name, scope, and type properties if necessary.
LookupDispatchAction - Class in com.ibm.portal.struts.action
A portal friendly implementation of the LookupDispatchAction class.
LookupDispatchAction() - Constructor for class com.ibm.portal.struts.action.LookupDispatchAction
Constructor for this class
lookupService(URI, Class<BusinessComponentService>, Context) - Method in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
Uses the COR to find a service that exposes a particular interface.
lookupService(URI, Class<T>, Context) - Static method in class com.ibm.portal.resolver.helper.CORLookup
 
lookupService(URI, Class<T>, Context, T) - Static method in class com.ibm.portal.resolver.helper.CORLookup
Uses the COR to find a service that exposes a particular interface.
lookupService(URI, Class<LookupService>, Context) - Method in class com.ibm.portal.resolver.helper.CORLookupService
Uses the COR to find a service that exposes a particular interface.
lookupService(URI, Class<ResolutionService>, Context) - Method in class com.ibm.portal.resolver.helper.CORResolutionService
Uses the COR to find a service that exposes a particular interface.
LookupService - Interface in com.ibm.portal.resolver
Service that allows to map between the URI to a resource and an ATOM feed that describes this resource, including its entry URL.
lookupService(URI, Context) - Method in class com.ibm.portal.resolver.webdav.tree.helper.CORWebdavTreeModelFactory
Uses the COR to find a service that exposes a particular interface.
LOOP_COUNT - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
indicates loop count
LOOP_COUNT - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
indicates loop count
LTPA_TOKEN - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the LTPA authentication token credential.
LTPA_TOKEN2 - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the LTPA token2 authentication credential.
LTPA_TOKEN_PASSIVE - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the LTPA authentication token credential.
LTPA_TOKEN_TYPE - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
The name of the parameter in the VaultService.properties file to get the Ltpa Token configuration.
LTPA_TOKEN_TYPE_VALUE_BOTH - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
Constant indicating that both the old style Ltpa token and the Ltpa2 token are available.
LTPA_TOKEN_TYPE_VALUE_DEFAULT - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
Constant indicating that default configuration is used, which means that exaclty those Ltpa tokens available on the incomming request are forwarded.
LTPA_TOKEN_TYPE_VALUE_LTPA2_ONLY - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
Constant indicating that only the Ltpa2 token is configured.
LTPA_TOKEN_TYPE_VALUE_LTPA_ONLY - Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
Constant indicating that only the old style Ltpa token is configured.
ltpaToken - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
 
ltpaToken2 - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
 
LtpaTokenCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Credential for authenticating at a back-end system that is within the same WebSphere SSO-Domain as the portal.
LtpaTokenCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Credential for authenticating at a back-end system that is within the same WebSphere SSO-Domain as the portal.
LtpaTokenCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
 
LWP_BC_ADDRESSBOOK - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_BC_CALENDAR - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_BC_DISCUSSION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_BC_DOCLIBRARY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_BC_MAILBOX - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_BC_NCS - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_BC_WORKLIST - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_CLB_CTX - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_CLB_DMN_OBJ - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_CLB_DMN_OBJ_CAT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_IC_ACCOUNT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_IC_COMMUNITY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_IC_CREDSTORE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_IC_POLICY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_IC_PREFERENCE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_IC_SEARCHINDEX - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_IC_TEMPLATE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_IC_TMPLCATALOG - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
LWP_PROP_BROK_WB - Static variable in class com.ibm.portal.ResourceType
Deprecated.  

M

MalformedContentPathException - Exception in com.ibm.portal.services.contentmapping.exceptions
Legal content path values start with the path separator ('/') and end with a character different from the path separator.
MalformedContentPathException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.MalformedContentPathException
 
MalformedContentPathException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.MalformedContentPathException
 
MalformedContentPathException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.MalformedContentPathException
 
MalformedContentPathException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.MalformedContentPathException
 
ManagedProtectedResource - Interface in com.ibm.portal.ac
A ManagedProtectedResource represents any resource that is individually managed by Portal Access Control, e.g.
ManagedProtectedResourceController - Interface in com.ibm.portal.ac
The ManagedProtectedResourceController provides write access to the properties of a protected resource.
ManagedProtectedResourceModel - Interface in com.ibm.portal.ac
The ManagedProtectedResourceModel represents the hierarchical tree model of protected resources per Database Domain.
ManagedProtectedResourceProvider - Interface in com.ibm.portal.ac
An object implementing this interface indicates that it provides Access Control related information using the ManagedProtectedResource interface.
MANAGER - Static variable in interface com.ibm.portal.ac.data.RoleType
This role type represents all privileges necessary to create, configure, delete and view shared resources.
MandatoryAttributeMissingException - Exception in com.ibm.portal.um.exceptions
An Exception of type MandatoryAttributeMissingException is thrown, if one or more mandatory attributes are not provided.
MandatoryAttributeMissingException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.MandatoryAttributeMissingException
 
MapRequestContext - Class in com.ibm.policy.manager
Public implementation of RuleContext representing a generic Map Request.
MapRequestContext(Map<String, ? extends Object>) - Constructor for class com.ibm.policy.manager.MapRequestContext
Add a Rule context based on an Mapping of KEYWORD of rule with OBJECT .
Markup - Interface in com.ibm.portal.admin
Model interface for portal markups.
MARKUP - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
MARKUP_EDITOR - Static variable in interface com.ibm.portal.ac.data.RoleType
This role type represents all privileges of the Editor role type restricted to static pages and mashups.
MARKUP_LIST_CONTROLLER_JNDI_NAME - Static variable in interface com.ibm.portal.model.MarkupListControllerHome
JNDI lookup name for markup list model controller
MARKUP_LIST_MODEL_JNDI_NAME - Static variable in interface com.ibm.portal.model.MarkupListHome
Deprecated. use MarkupListHome.JNDI_NAME instead
MarkupCabableCopyCreationContext<T extends MarkupCapable> - Interface in com.ibm.portal.model.controller.context
Creation context for copying the markups associated with a node.
MarkupCapable - Interface in com.ibm.portal.admin
This interface describes markup-capable nodes.
MarkupList<T extends java.lang.Object & Markup> - Interface in com.ibm.portal.admin
Model interface for the portal supported markups.
MarkupListControllerHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for MarkupListControllerProvider.
MarkupListControllerProvider - Interface in com.ibm.portal.model
Provider interface for markup list model controllers.
MarkupListHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for MarkupListProvider.
MarkupListProvider - Interface in com.ibm.portal.ibmportlet.service.model
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MarkupListProvider - Interface in com.ibm.portal.model
An interface for a provider of markup lists.
MarkupListProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of markup lists.

PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;

try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.MarkupListProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...
MashupSitemapContentHandler - Interface in com.ibm.portal.resolver.mashup
JAXP content handler extension that defines semantic callbacks for sitemap specific events.
matches(ContentType) - Static method in class com.ibm.portal.resolver.streams.MultipartInputStream
Checks if the mime type is valid for a multipart input
matchesIfHeader(WebdavCommand.IfHandler) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Request
Performs a check against the If header, the caller provides a callback interface that allows the If header implementation to perform the checks.
matchesParentDN(Principal, String) - Method in interface com.ibm.portal.um.PumaEnvironment
checks whether the DN of the given principal matches to the parent DN of the given alias
matchesParentDN(Principal, String) - Method in interface com.ibm.portal.um.PumaProfile
Deprecated. As of release 6.1, replaced by PumaEnvironment.matchesParentDN(Principal, String)
matchPathPrefix(String, Identifiable) - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
Checks if the friendly path that is passed in as a parameter matches the friendly path that corresponds to the node as a prefix.
matchPathPrefix(String, String) - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
Checks if the friendly path that is passed in as a parameter has the given path info as a prefix.
MAX_LOOP_COUNT - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
indicates max loop count
MAX_LOOP_COUNT - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
indicates max action loop count
MAX_VALUE - Static variable in interface com.ibm.portal.cp.rating.Constants
String maxvalue
MaxChainingExceededException - Exception in com.ibm.portal.struts.portlet
MaxChainingExceededException can be detected by global exception handlers.
MaxChainingExceededException() - Constructor for exception com.ibm.portal.struts.portlet.MaxChainingExceededException
Construct this ChainingMaxExceededException object
MaxChainingExceededException(String) - Constructor for exception com.ibm.portal.struts.portlet.MaxChainingExceededException
Construct this ChainingMaxExceededException object
MaxChainingExceededException - Exception in com.ibm.wps.portlets.struts
This exception can be detected by global exception handlers.
MaxChainingExceededException() - Constructor for exception com.ibm.wps.portlets.struts.MaxChainingExceededException
Construct this ChainingMaxExceededException object
MaxChainingExceededException(String) - Constructor for exception com.ibm.wps.portlets.struts.MaxChainingExceededException
Construct this ChainingMaxExceededException object
MAXIMIZED - Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated. In this window state the portlet is displayed maximized which means that it is the only portlet shown on the page.
MAXIMUM_RESULTS - Static variable in interface com.ibm.portal.um.PumaLocator
Use this property to set the maximim number of total results that a search request will return when performing a paged search.
mediator - Variable in exception com.ibm.portal.state.exceptions.InputMediatorException
Input mediator that caused the exception
mediator - Variable in exception com.ibm.portal.state.exceptions.OutputMediatorException
Output mediator that caused the exception
memberAdded(String, ObjectID, String) - Method in interface com.ibm.portal.app.component.Membership
Deprecated. Called when a member (user or group) is added to a community role in the application that contains this component instance.
memberAdded(DomainRole, Set<ObjectID>) - Method in interface com.ibm.portal.app.component2.MembershipListener
Called when principals (single users or user groups) are added to a community role of the application that is refering to the specified domain role.
memberAdded(String, ListModel, String) - Method in interface com.ibm.portal.app.extensions.Membership
Called when a member (user or group) is added to a community role in the application.
MemberAddedMessageProvider - Interface in com.ibm.portal.app.resource
The MemberAddedMessageProvider interface can be used to customize the notification that the composite application infrastructure send to newly added members.
MemberAlreadyExistsException - Exception in com.ibm.portal.um.exceptions
An Exception of type MemberAlreadyExistsException is thrown, if an entry for the given com.ibm.portal.um.User or com.ibm.portal.um.Group already exists within the user storage system.
MemberAlreadyExistsException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.MemberAlreadyExistsException
 
MEMBERDN - Static variable in interface com.ibm.portal.um.AttributeDefinition
Represents the DN of a Member type for an Attribute
MemberNotFoundException - Exception in com.ibm.portal.um.exceptions
An Exception of type MemberNotFoundException is thrown whenever the provided com.ibm.portal.um.User or com.ibm.portal.um.Group could not be found within the user storage system.
MemberNotFoundException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.MemberNotFoundException
 
memberRemoved(String, ObjectID, String) - Method in interface com.ibm.portal.app.component.Membership
Deprecated. Called when members are removed from a role in the application that contains this component instance.
memberRemoved(DomainRole, Set<ObjectID>) - Method in interface com.ibm.portal.app.component2.MembershipListener
Called when principals (single users or user groups) are removed from a community role of the application that is refering to the specified domain role.
MemberRemovedMessageProvider - Interface in com.ibm.portal.app.resource
The MemberRemovedMessageProvider interface can be used to customize the notification that the composite application infrastructure send to members that got removed.
Membership - Interface in com.ibm.portal.app.component
Deprecated. Please use Lifecycle for creating your component specific DomainRoles and MembershipListener for member related notifications instead.
Membership - Interface in com.ibm.portal.app.extensions
Membership is one of the Composite Application Infrastructure Extensions Interfaces, implemented by an pluggable extension.
MembershipListener - Interface in com.ibm.portal.app.component2
Membership allows the business component handler to get informed by the application infrastructure whenever new principals (single users or user groups) are added to or removed from any community role of the application.
MemoryMenuService - Interface in com.ibm.wps.portletservice.portletmenu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MemoryMenuTreeException - Exception in com.ibm.wps.portletservice.portletmenu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MemoryMenuTreeException() - Constructor for exception com.ibm.wps.portletservice.portletmenu.MemoryMenuTreeException
Deprecated. MemoryMenuTreeException constructor.
MemoryMenuTreeException(String) - Constructor for exception com.ibm.wps.portletservice.portletmenu.MemoryMenuTreeException
Deprecated. MemoryMenuTreeException constructor.
MemoryMenuTreePortlet - Class in com.ibm.wps.portlets.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MemoryMenuTreePortlet() - Constructor for class com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
Deprecated. Constructor.
MemoryMenuTreeTopologyCtrl - Interface in com.ibm.wps.portletservice.portletmenu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MenuContext - Interface in com.ibm.wps.portlet.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MenuNode - Interface in com.ibm.wps.portlet.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MenuProvider - Interface in com.ibm.wps.portlet.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MenuTree - Interface in com.ibm.wps.portlet.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MenuTreeException - Exception in com.ibm.wps.portlet.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MenuTreeException() - Constructor for exception com.ibm.wps.portlet.menu.MenuTreeException
Deprecated. MenuTreeException constructor
MenuTreeException(String) - Constructor for exception com.ibm.wps.portlet.menu.MenuTreeException
Deprecated. MenuTreeException constructor
MenuTreeInfoCopyCtrl - Interface in com.ibm.wps.portlet.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MenuTreeInfoCtrl - Interface in com.ibm.wps.portlet.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MenuTreeTopologyCtrl - Interface in com.ibm.wps.portlet.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MESSAGE_DEPLOY_FAILED - Static variable in interface com.ibm.portal.mmi.Constants
 
MESSAGE_DEPLOY_SUCCESSFUL - Static variable in interface com.ibm.portal.mmi.Constants
 
MESSAGE_PARAMETER_STATUS - Static variable in interface com.ibm.portal.mmi.Constants
 
MESSAGE_PARAMETER_TEXT - Static variable in interface com.ibm.portal.mmi.Constants
 
MESSAGE_RECEIVED - Static variable in interface org.apache.jetspeed.portlet.event.MessageEvent
Deprecated. Event identifier indicating that a message has been received.
MESSAGEEVENT - Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated. Represents the messagePerformed method of the MessageListener.
MessageEvent - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
MessageListener - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
messageReceived(MessageEvent) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Process the sent message.
messageReceived(MessageEvent) - Method in interface org.apache.jetspeed.portlet.event.MessageListener
Deprecated. Notifies this listener that the message which the listener is watching for has been performed.
messages - Static variable in class com.ibm.portal.struts.action.DispatchAction
The message resources for this package.
messages - Static variable in class com.ibm.portal.struts.command.StrutsViewActionCommand
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.portal.struts.command.StrutsViewCommand
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.portal.struts.command.StrutsViewStaticCommand
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.portal.struts.command.StrutsViewTilesCommand
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.portal.struts.command.StrutsViewXmlCommand
Deprecated. The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.portal.struts.plugins.WpTilesPlugin
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.portal.struts.portlet.StrutsPortlet
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.portal.struts.portlet.WpRequestProcessor
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.wps.portlets.struts.plugins.WpsStrutsTilesPlugin
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.wps.portlets.struts.WpsRequestProcessor
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
Deprecated. The message resources for the Struts Portlet Framework.
messages - Static variable in class com.ibm.wps.struts.action.WpsDispatchAction
The message resources for this package.
MetaData<V,E extends java.util.Map.Entry<java.lang.String,V>> - Interface in com.ibm.portal
An interface describing meta data associated with a portal resource.
MetaDataConstants - Class in com.ibm.portal.app.service
The class holds all public meta data QNames that can be used with the application services.
MetaDataConstants() - Constructor for class com.ibm.portal.app.service.MetaDataConstants
 
MetaDataCopyCreationContext<T extends MetaDataProvider> - Interface in com.ibm.portal.model.controller.context
Creation context for copying the meta data of a node.
MetaDataModel - Interface in com.ibm.portal
A model for accessing MetaData of model nodes.
MetaDataNameLocator - Interface in com.ibm.portal
A locator for the meta data names list model that can be used to determine if a specific key is present.
MetaDataProvider<V,E extends java.util.Map.Entry<java.lang.String,V>> - Interface in com.ibm.portal
An interface describing a method to obtain meta data for a resource.
METHOD - Static variable in interface com.ibm.portal.resolver.xml.Constants
output method
METHOD_HTML - Static variable in interface com.ibm.portal.resolver.xml.Constants
outputs as html
METHOD_TEXT - Static variable in interface com.ibm.portal.resolver.xml.Constants
outputs as text
METHOD_XHTML - Static variable in interface com.ibm.portal.resolver.xml.Constants
outputs as xhtml
METHOD_XML - Static variable in interface com.ibm.portal.resolver.xml.Constants
outputs as xml
methods - Variable in class com.ibm.portal.struts.action.DispatchAction
The set of Method objects introspected for this class, keyed by method name.
methods - Variable in class com.ibm.wps.struts.action.WpsDispatchAction
The set of Method objects introspected for this class, keyed by method name.
migratePseudoResponse(PortletResponse, PortletResponse) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Migrate the information from the PseudoResponse used during actionPerformed processing to real response.
MIN_VALUE - Static variable in interface com.ibm.portal.cp.rating.Constants
String minvalue
MINIMIZED - Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated. In this window state the portlet is displayed minimzed which means that only the portlet title is shown
MissingAccessRightsException - Exception in com.ibm.portal.ac.exception
This exception is thrown if the current user does not have enough access rights to perform the requested action.
MissingAccessRightsException() - Constructor for exception com.ibm.portal.ac.exception.MissingAccessRightsException
empty constructor.
MissingAccessRightsException(Throwable) - Constructor for exception com.ibm.portal.ac.exception.MissingAccessRightsException
constructor that takes another throwable as cause.
MissingAccessRightsException - Exception in com.ibm.portal.community.exception
This exception is thrown if the current user does not have enough access rights to perform the requested action.
MissingAccessRightsException() - Constructor for exception com.ibm.portal.community.exception.MissingAccessRightsException
empty constructor.
MissingAccessRightsException(Throwable) - Constructor for exception com.ibm.portal.community.exception.MissingAccessRightsException
constructor that takes another throwable as cause.
MissingAccessRightsException - Exception in com.ibm.portal.dynamicui
The MissingAccessRightsException is thrown when the user has not suffient rights for a base page definition or a portlet definition that should be used to add a page or portlet.
MissingAccessRightsException() - Constructor for exception com.ibm.portal.dynamicui.MissingAccessRightsException
Constructor.
MissingAccessRightsException(Throwable) - Constructor for exception com.ibm.portal.dynamicui.MissingAccessRightsException
Constructor.
MissingAccessRightsException - Exception in com.ibm.portal.services.contentmapping.exceptions
This exception indicates that the executing user is lacking the provilieges to execte an operation.
MissingAccessRightsException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.MissingAccessRightsException
 
MissingAccessRightsException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.MissingAccessRightsException
 
MissingAccessRightsException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.MissingAccessRightsException
 
MissingAccessRightsException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.MissingAccessRightsException
 
MissingPropertyException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a mandatory property has not been specified in a particular properties file.
MissingPropertyException(String, Properties) - Constructor for exception com.ibm.portal.state.exceptions.MissingPropertyException
Initializes the exception by specifying the is missed
MissingSelectionException - Exception in com.ibm.portal.state.accessors.exceptions
Exception representing the error case that the selection accessor cannot find any selection information in the state holder.
MissingSelectionException(StateHolder, SelectionAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.MissingSelectionException
The selection could not be determined
MissingSharedStateIdException - Exception in com.ibm.portal.state.accessors.exceptions
Exception representing the error case that a shared state id was null.
MissingSharedStateIdException() - Constructor for exception com.ibm.portal.state.accessors.exceptions.MissingSharedStateIdException
The shared state id was null
MissingUniqueNameException - Exception in com.ibm.portal.state.accessors.exceptions
Exception representing the error case that a unique name was null.
MissingUniqueNameException() - Constructor for exception com.ibm.portal.state.accessors.exceptions.MissingUniqueNameException
The unique name was null
model - Variable in exception com.ibm.portal.state.exceptions.DocumentModelException
Reference to the model that caused the exception
ModelController<T,M extends Modifiable> - Interface in com.ibm.portal
This interface provides a controller for models.
ModelException - Exception in com.ibm.portal
Occurs when anything unexpected happened while using model API related functions.
ModelException() - Constructor for exception com.ibm.portal.ModelException
Empty constructor
ModelException(Throwable) - Constructor for exception com.ibm.portal.ModelException
Initializes the exception with the reason of the exception.
Modifiable - Interface in com.ibm.portal
Tagging interface representing a modifiable node of a model controller.
ModifiableActiveFlag - Interface in com.ibm.portal
An interface representing a modifiable active flag instance.
ModifiableBookmarkableFlag - Interface in com.ibm.portal.content
An interface representing a modifiable bookmarkable flag instance.
ModifiableClient - Interface in com.ibm.portal.admin
An interface representing a modifiable client instance.
ModifiableContentLabel - Interface in com.ibm.portal.content
An interface representing a modifiable content label instance.
ModifiableContentMappingInfo - Interface in com.ibm.portal.services.contentmapping
This interface allows to modify the content mapping information associated to a given portal resource.
ModifiableContentNode - Interface in com.ibm.portal.content
An interface representing a modifiable content node instance.
ModifiableContentPage - Interface in com.ibm.portal.content
An interface representing a modifiable content page instance.
ModifiableContentURL - Interface in com.ibm.portal.content
An interface representing a modifiable content URL instance.
ModifiableCustomResource - Interface in com.ibm.portal.cp.resources
ModifiableCustomResource: the interface for a modifiable CustomResource, which can be updated.
ModifiableDecoration - Interface in com.ibm.portal.admin
An interface representing a modifiable decoration instance.
ModifiableExternalContentURL - Interface in com.ibm.portal.content
An interface representing a modifiable external content URL instance.
ModifiableIdentifiable - Interface in com.ibm.portal
An interface which provides the modifiable object ID of a resource.
ModifiableInternalContentURL - Interface in com.ibm.portal.content
An interface representing a modifiable internal content URL instance.
ModifiableLayoutContainer - Interface in com.ibm.portal.content
An interface representing a modifiable layout container instance.
ModifiableLayoutControl - Interface in com.ibm.portal.content
An interface representing a modifiable layout control instance.
ModifiableLayoutMetrics<V,E extends java.util.Map.Entry<java.lang.String,V>> - Interface in com.ibm.portal.content
An interface representing modifiable layout metrics.
ModifiableLayoutNode - Interface in com.ibm.portal.content
An interface representing a modifiable layout node instance.
ModifiableLocalized - Interface in com.ibm.portal
An interface representing a modifiable localized instance.
ModifiableMarkupCapable - Interface in com.ibm.portal.admin
An interface representing a modifiable markup capable instance.
ModifiableMetaData<V,E extends java.util.Map.Entry<java.lang.String,V>> - Interface in com.ibm.portal
An interface representing modifiable meta data.
ModifiableMetaDataProvider<V,E extends java.util.Map.Entry<java.lang.String,V>> - Interface in com.ibm.portal
An interface for providing an ModifiableMetaData.
ModifiableObjectID - Interface in com.ibm.portal
An interface representing a modifiable object id instance.
ModifiablePortlet - Interface in com.ibm.portal.portlet
An interface representing a modifiable portlet.
ModifiablePortletDefinition - Interface in com.ibm.portal.portlet
An interface representing a modifiable portlet definition.
ModifiablePortletEntity - Interface in com.ibm.portal.portlet
An interface representing a modifiable portlet entity.
ModifiablePortletPreferences<E extends java.lang.Object & java.util.Map.Entry<java.lang.String,java.lang.String>> - Interface in com.ibm.portal.portlet
An interface representing modifiable portlet preferences.
ModifiablePortletPreferencesProvider<E extends java.lang.Object & java.util.Map.Entry<java.lang.String,java.lang.String>> - Interface in com.ibm.portal.portlet
Interface representing a modifiable portlet preferences provider.
ModifiablePortletWindow - Interface in com.ibm.portal.portlet
An interface representing a modifiable portlet window.
ModifiableRating - Interface in com.ibm.portal.cp.rating
ModifiableRating: the interface for a modifiable Rating which can be updated.
ModifiableRenderAspect - Interface in com.ibm.portal.content
An interface representing modifiable render aspects.
ModifiableResource - Interface in com.ibm.portal.cp.resources
Modifiable version of a Resource
ModifiableShareableFlag - Interface in com.ibm.portal.content
An interface representing a modifiable shareable flag instance.
ModifiableSkin - Interface in com.ibm.portal.admin
An interface representing a modifiable skin instance.
ModifiableTag - Interface in com.ibm.portal.cp.tagging
ModifiableTag: the interface for a modifiable Tag which can be updated.
ModifiableTheme - Interface in com.ibm.portal.admin
A controller interface for the Theme interface.
ModifiableVirtualPortal - Interface in com.ibm.portal.admin
An interface representing a modifiable virtual portal instance.
ModifiableWebApplication - Interface in com.ibm.portal.portlet
An interface representing a modifiable web application.
ModifiableWire - Interface in com.ibm.portal.wire
An interface representing a modifiable wire instance.
MODIFIED_ATTRIBUTES - Static variable in class com.ibm.portal.InvalidationType
Invalidation type "Modification of attributes".
MODIFIED_TOPOLOGY - Static variable in class com.ibm.portal.InvalidationType
Invalidation type "Modification of topoloy".
modifyCredential(CredentialSecret, Identifiable, String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
Modifies a mapped credential of the provided secret type under the specified resource.
modifyCredential(CredentialSecret, String, String) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. Modifies a mapped credential of the provided secret type under the specified resource.
modifyFolder(Folder) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Modify the NLS data of a folder with a given ObjectID
modifyFolder(Folder) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Modifies the data of the folder.
modifyParameter(Parameter) - Method in interface com.ibm.portal.app.service.ApplicationService
Modifies the specified Parameter.
ModifyReadOnlyAttributeException - Exception in com.ibm.portal.um.exceptions
This Exception will be thrown whenever a read-only attribute is tried to be changed.
ModifyReadOnlyAttributeException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.ModifyReadOnlyAttributeException
 
ModuleContext - Class in com.ibm.portal.struts.common
The ModuleContext class is used for storing and retrieving objects in a context taking into account application prefixes.
ModuleContext(ActionServlet, ModuleConfig) - Constructor for class com.ibm.portal.struts.common.ModuleContext
Constructs the ModuleContext object.
ModuleContext(ServletContext, String) - Constructor for class com.ibm.portal.struts.common.ModuleContext
Constructs the ModuleContext object.
ModuleContext - Class in com.ibm.wps.struts.common
Deprecated.  
ModuleContext(ActionServlet, ModuleConfig) - Constructor for class com.ibm.wps.struts.common.ModuleContext
Deprecated.  
ModuleContext(ServletContext, String) - Constructor for class com.ibm.wps.struts.common.ModuleContext
Deprecated.  
MovePortletActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine.moveportlet
/** Interface providing typed write access to the parameters of the "Move Portlet" portal action.
MovePortletActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine.moveportlet
Factory interface which provides methods to obtain controllers that allow to set a "Move Portlet" action upon the given state holder or document model.
For instance the controllers may be used to create EngineURLs that trigger the movement of a portlet.
MOVING - Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated.  
MultipartDataSink - Interface in com.ibm.portal.resolver.data
Data sink that accepts a multipart data request.
MultipartDataSource - Interface in com.ibm.portal.resolver.data
Support for producing multipart responses.
MultipartInputStream - Class in com.ibm.portal.resolver.streams
Input stream that represents the content of a multipart stream following RFC 1521.
MultipartInputStream() - Constructor for class com.ibm.portal.resolver.streams.MultipartInputStream
 
MultipartInputStream.Entry - Class in com.ibm.portal.resolver.streams
Represents an entry in this archive input stream.
MultipartInputStream.Entry() - Constructor for class com.ibm.portal.resolver.streams.MultipartInputStream.Entry
 
MultipartOutputStream - Class in com.ibm.portal.resolver.streams
Implementation of a stream that can be used to produce multipart streams.
MultipartOutputStream() - Constructor for class com.ibm.portal.resolver.streams.MultipartOutputStream
 
MultipartStream - Interface in com.ibm.portal.resolver.streams
Common functionality across the MultipartInputStream and the MultipartOutputStream
MultipartStream.Entry - Interface in com.ibm.portal.resolver.streams
This class is used to represent a multipart stream entry.

N

name - Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidPortletModeException
Name of the window state that is invalid
name - Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidWindowStateException
Name of the window state that is invalid
name - Variable in exception com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
Identification of the resource that could not be located
name - Variable in exception com.ibm.portal.state.accessors.exceptions.UniqueNameException
unqiue name that was invalid
NAMESPACE - Static variable in interface com.ibm.portal.resolver.friendly.Constants
namespace of the extensions in this package
NAMESPACE_60 - Static variable in interface com.ibm.portal.app.component.Serializable
Deprecated.  
NAMESPACE_601 - Static variable in interface com.ibm.portal.app.component.Serializable
Deprecated.  
NAMESPACE_61 - Static variable in interface com.ibm.portal.app.component.Serializable
Deprecated.  
NAMESPACE_APPLICATION_METADATA_COMMUNITY - Static variable in class com.ibm.portal.app.service.MetaDataConstants
Defines the namespace for all commuity specific application metadata QNames.
NAMESPACE_APPLICATION_METADATA_SENSOR - Static variable in class com.ibm.portal.app.service.MetaDataConstants
Defines the namespace for all policy specific application metadata QNames.
NAMESPACE_BUSINESS_COMPONENT_METADATA_SENSOR - Static variable in class com.ibm.portal.app.service.MetaDataConstants
Defines the namespace for all sensor specific business component metadata QNames.
NAVIGATION_NODE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
NavigationModel<E extends java.lang.Object & NavigationNode> - Interface in com.ibm.portal.navigation
An interface describing a navigation model.
NavigationModelHome - Interface in com.ibm.portal.cor.service
Home interface for JNDI based lookups for ContentModelProvider
NavigationModelHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for NavigationModelProvider.
NavigationModelProvider - Interface in com.ibm.portal.cor.service
An interface for a provider of content models.
NavigationModelProvider - Interface in com.ibm.portal.ibmportlet.service.model
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
NavigationModelProvider - Interface in com.ibm.portal.model
An interface for a provider of navigation models.
NavigationModelProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of navigation models.

PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;

try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.NavigationModelProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...
NavigationNode - Interface in com.ibm.portal.navigation
An interface for navigation nodes.
NavigationSelectionModel<E extends java.lang.Object & NavigationNode> - Interface in com.ibm.portal.navigation
An interface describing a selection model for a navigation model.
NavigationSelectionModelHome - Interface in com.ibm.portal.cor.service
Home interface for JNDI based lookups for NavigationSelectionModelProvider.
NavigationSelectionModelHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for NavigationSelectionModelProvider.
NavigationSelectionModelProvider - Interface in com.ibm.portal.cor.service
An interface for a provider of navigation models.
NavigationSelectionModelProvider - Interface in com.ibm.portal.ibmportlet.service.model
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
NavigationSelectionModelProvider - Interface in com.ibm.portal.model
An interface for a provider of navigation models.
NavigationSelectionModelProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of navigation models.

PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;

try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.NavigationSelectionModelProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...
NavigationShiftAccessor - Interface in com.ibm.portal.state.accessors.navigationshift
Read-only interface to navigation shift information.
NavigationShiftAccessorController - Interface in com.ibm.portal.state.accessors.navigationshift
Interface providing read-write access to navigation shift information.
NavigationShiftAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case of errors when accessing navigation shift information via a NavigationShiftAccessor.
NavigationShiftAccessorException(NavigationShiftAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.NavigationShiftAccessorException
Initializes the exception with the accessor that caused the exception
NavigationShiftAccessorException(NavigationShiftAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.NavigationShiftAccessorException
Initializes the exception with the accessor that caused the exception.
NavigationShiftAccessorFactory - Interface in com.ibm.portal.state.accessors.navigationshift
Factory interface which provides methods to obtain accessors to read /write navigation shift information from /to a given state holder or document model.
NEW - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "new" action.
NEW_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "new" action.
NEW_WINDOW_ATTRIBUTE - Static variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
The NEW_WINDOW_ATTRIBUTE indicates whether the url should be opened in a new window or not.
newContentNodeCopyCreationContext(ContentNode, ContentModel<ContentNode>, PortletModel, UniqueNameStrategy) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Returns a creation context allowing to copy a content node.
newContentNodeCopyCreationContext(ContentNode, ContentModel<ContentNode>, PortletModel, UniqueNameStrategy, Identifiable) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Returns a creation context allowing to copy a content node.
newContentNodeCreationContext(boolean) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a ContentNodeCreationContext.
newContentPageCreationContext(boolean) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a ContentPageCreationContext.
newCopyCreationContext(T, Class...) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Returns a creation context allowing to copy certain aspects of a node.
newCustomResourceCreationContext(URI) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a CustomResourceCreationContext that allows to create custom resources.
newCustomResourceCreationContext(URI, Set<String>) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a CustomResourceCreationContext that allows to create custom resources.
newDecorationCreationContext(String, String) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a DecorationCreationContext.
newDerivedContentPageCreationContext(boolean, ContentPage) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a DerivedContentPageCreationContext.
newDisposableTransformer() - Method in interface com.ibm.portal.resolver.xml.PooledTemplates
Deprecated. use PooledTemplates.newTransformer() instead
newFilter(PocServiceHome.FilterType) - Method in interface com.ibm.portal.resolver.service.PocServiceHome
Creates a Filter.
newIconURL(PortalResources.State) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
newIconURL(PortalResources.State) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
 
newIconURL(PortalResources.State) - Method in interface com.ibm.portal.theme.plugin.ThemeItem
Returns the URL for the associated icon.
newIdentifiableCreationContext(ObjectID) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a IdentifiableCreationContext.
newInstance(String, String, String, URI) - Static method in class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
 
newInstance(String, String, URI) - Static method in class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
 
newInstance(ContentType, boolean, String) - Static method in class com.ibm.portal.resolver.data.DataURI
Create a new instance of a data URI
newInstance(ObjectID, ObjectID, URI, Identification) - Static method in class com.ibm.portal.resolver.uri.PortletURI
Constructs a new URI that matches the pattern of a portlet URI.
newInstance(ObjectID, ObjectID, URI, Identification, PocURIFactory) - Static method in class com.ibm.portal.resolver.uri.PortletURI
Constructs a new URI that matches the pattern of a portlet URI.
newInstance(ObjectID, URI, Identification) - Static method in class com.ibm.portal.resolver.uri.PortletURI
Constructs a new URI that matches the pattern of a portlet URI.
newInstance(URI) - Method in class com.ibm.portal.resolver.uri.PortletURI
Construct a portlet URI with the same portlet ID but a new POC URI
newInstance(ObjectID, Identification, PocURIFactory) - Static method in class com.ibm.portal.spa.data.SpaURI
Creates a URI that only addresses the static page, but not a resource inside this page
newInstance(ObjectID, String, Identification) - Static method in class com.ibm.portal.spa.data.SpaURI
Deprecated. use SpaURI.newInstance(ObjectID, String, Identification, PocService) instead
newInstance(ObjectID, String, Identification, PocService) - Static method in class com.ibm.portal.spa.data.SpaURI
Deprecated. 
newInstance(ObjectID, String, Identification, PocURIFactory) - Static method in class com.ibm.portal.spa.data.SpaURI
Creates a URI that only addresses the static page, but not a resource inside this page
newInstance(ObjectID, String, String, Identification) - Static method in class com.ibm.portal.spa.data.SpaURI
Deprecated. use SpaURI.newInstance(ObjectID, String, String, Identification, PocService) instead
newInstance(ObjectID, String, String, Identification, PocService) - Static method in class com.ibm.portal.spa.data.SpaURI
Deprecated. 
newInstance(ObjectID, String, String, Identification, PocURIFactory) - Static method in class com.ibm.portal.spa.data.SpaURI
Constructs a new URI based on the pageID and the filename inside the ZIP file.
newInstance(String, String) - Static method in class com.ibm.portal.spa.data.SpaURI
Deprecated. use SpaURI.newInstance(String, String, PocService) instead
newInstance(String, String, PocService) - Static method in class com.ibm.portal.spa.data.SpaURI
Deprecated. 
newInstance(String, String, PocURIFactory) - Static method in class com.ibm.portal.spa.data.SpaURI
Creates a URI that only addresses the static page, but not a resource inside this page
newInstance(String, String, String) - Static method in class com.ibm.portal.spa.data.SpaURI
Deprecated. use #newInstance(String, String, String, PocService) instead
newInstance(String, String, String, PocURIFactory) - Static method in class com.ibm.portal.spa.data.SpaURI
Constructs a new URI based on the serialized form of the page and the filename inside the ZIP file.
newInstance(String, PocURIFactory) - Static method in class com.ibm.portal.spa.data.ZipDataURI
Creates a new URI that points to a zip file associated with a specific page.
newInstance(String) - Static method in class com.ibm.portal.spa.data.ZipDataURI
Deprecated. use ZipDataURI.newInstance(String, PocURIFactory) instead
newIWidgetWrapperURICreationContext(Context, URI) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a IWidgetWrapperCreationContext.
newIWidgetWrapperURLCreationContext(Context, String) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a URL based IWidgetWrapperURLCreationContext.
newIWidgetWrapperURLCreationContext(Context, String, ObjectID) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a IWidgetWrapperURLCreationContext for an IWidget that wants to serve resources relative to a static content page.
newLayoutControlCreationContext(Identifiable, Identifiable) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a LayoutControlCreationContext.
newLoginActionController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.login.LoginActionAccessorFactory
Returns a LoginActionActionAccessorController in order to include a "Login" action into the state holder.
This controller should be used in case that no servlet request is available, e.g.
newLoginActionController(HttpServletRequest, StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.login.LoginActionAccessorFactory
Returns a LoginActionActionAccessorController in order to include a "Login" action into the state holder.
newLoginActionController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.action.engine.login.LoginActionAccessorFactory
Returns a LoginActionAccessorController in order to include a "Login" action into the state holder.
This controller should be used in case that no servlet request is available, e.g.
newLogoutActionController(StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.logout.LogoutActionAccessorFactory
Returns a LogoutActionActionAccessorController in order to include a "Logout" action into the given state holder.
This controller should be used in case that no servlet request is available, e.g.
newLogoutActionController(HttpServletRequest, StateHolderController) - Method in interface com.ibm.portal.state.accessors.action.engine.logout.LogoutActionAccessorFactory
Returns a LogoutActionActionAccessorController in order to include a "Logout" action into the given state holder.
newLogoutActionController(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.action.engine.logout.LogoutActionAccessorFactory
Returns a LogoutActionAccessorController in order to include a "Logout" action into the state holder.
This controller should be used in case that no servlet request is available, e.g.
newLookup(URI, String, Map<String, String[]>, boolean, boolean, Context) - Method in class com.ibm.portal.resolver.helper.CORLookupService
 
newLookup(URI, String, Map<String, String[]>, boolean, boolean, Context) - Method in interface com.ibm.portal.resolver.LookupService
Constructs an XML source that produces an ATOM entry that describes the access points for the URI.
newMetaDataCopyCreationContext(MetaDataProvider, List<String>) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Returns a creation context for copying the meta data.
newObject() - Method in interface com.ibm.portal.pool.Instantiator
Creates a new instance of an object based on some predefined settings.
newPool(Instantiator<E>) - Method in interface com.ibm.portal.pool.ObjectPoolFactory
Creates a new object pool with predefined settings.
newPooledTemplates(Templates, ObjectPoolFactory) - Method in interface com.ibm.portal.resolver.xml.PooledTransformerFactory
Creates a new, pooled version of an existing templates object
newPooledTemplates(Templates) - Method in interface com.ibm.portal.resolver.xml.PooledTransformerFactory
Creates a new, pooled version of an existing templates object
newPooledTemplates(Source) - Method in interface com.ibm.portal.resolver.xml.PooledTransformerFactory
Creates a new, pooled version based on a Source object
newPortletDefinitionCloningContext(ObjectID, Identifiable) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a PortletDefinitionCloningContext.
newPortletEntityCreationContext(ObjectID, Identifiable) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a PortletDefinitionCloningContext.
newRatingCreationContext(URI, ObjectID, int, boolean, boolean) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a RatingCreationContext.
newRatingCreationContext(URI, Set<String>, ObjectID, int, boolean) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a RatingCreationContext.
newRatingCreationContext(ObjectID, ObjectID, int, boolean, boolean) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a RatingCreationContext.
Note: This method requires that the given resource ObjectID must already exist in the database
newRatingCreationContext(ObjectID, Set<String>, ObjectID, int, boolean) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a RatingCreationContext.
Note: This method requires that the given resource ObjectID must already exist in the database
newResourceURL(HttpServletRequest) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Deprecated. Creates an accessor object that can generate links to resources in the portal application.
newResourceURL(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Creates an accessor object that can generate links to resources in the portal application.
newResourceURL(HttpServletRequest, HttpServletResponse, StateHolder) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Deprecated. Creates an accessor object that can generate links to resources in the portal application.
newResourceURL(HttpServletRequest, StateHolder) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Deprecated. Creates an accessor object that can generate links to resources in the portal application.
newResourceURL(ServerContext, Locale, Profile, boolean) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Creates a resource URL accessor that can generate links to generic resources such as files, icons, voice grammars etc.
newResourceURL() - Method in interface com.ibm.portal.state.PortletStateManager
Deprecated. Use the corresponding method in URLFactory instead.
newResourceURL(String, PortalResources.Type) - Method in interface com.ibm.portal.state.URLFactory
Creates a DisposableURL object that points to a generic resource.
newResourceURL(String, PortalResources.Type, PortalResources.State) - Method in interface com.ibm.portal.state.URLFactory
Creates a DisposableURL object that points to a generic resource.
newResourceURL(String, Theme, PortalResources.Type) - Method in interface com.ibm.portal.state.URLFactory
Creates a DisposableURL object that points to a generic resource.
newResourceURL(String, Theme, PortalResources.Type, PortalResources.State) - Method in interface com.ibm.portal.state.URLFactory
Creates a DisposableURL object that points to a generic resource.
newSink(URI, String, Map<String, String[]>, String, Context) - Method in interface com.ibm.portal.resolver.data.DataSinkFactoryEx
Generates a data sink that is able to handle an input stream of data and produces an output stream as a response.
newSource(URI, String, Map<String, String[]>, Context) - Method in interface com.ibm.portal.resolver.cache.CachedDataSourceFactory
Retrieves the value from a cache or constructs it by invoking the attached CachedDataSourceFactory.Callback interface.
newSource(URI, String, Map<String, String[]>, Context) - Method in interface com.ibm.portal.resolver.data.DataSourceFactoryEx
 
newState() - Method in interface com.ibm.portal.state.service.PortalStateManagerService
Creates a new modifiable state holder.
newState(Constants.Clone) - Method in interface com.ibm.portal.state.StateHolder
Creates a new state object.
newTagCreationContext(URI, ObjectID, String, boolean, Locale, boolean) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a UserTagCreationContext.
newTagCreationContext(URI, Set<String>, ObjectID, String, boolean, Locale) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a UserTagCreationContext.
newTagCreationContext(ObjectID, ObjectID, String, boolean, Locale, boolean) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a UserTagCreationContext.
Note: This method requires that the given resource ObjectID must already exist in the database
newTagCreationContext(ObjectID, Set<String>, ObjectID, String, boolean, Locale) - Method in class com.ibm.portal.cp.CPCreationContextBuilderFactory
Creates a UserTagCreationContext.
Note: This method requires that the given resource ObjectID must already exist in the database
newTransformer() - Method in interface com.ibm.portal.resolver.xml.PooledTemplates
Create a new transformation context for this Templates object.
newURL() - Method in interface com.ibm.portal.content.ContentURL
Returns a URL object that this content node represents.
newURL(Boolean) - Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Generates a URL that points to the POC servlet and that does not contain navigational state.
newURL(Constants.Clone, Boolean) - Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Generates a URL that points to the portal servlet and it based on the navigational state of the current request.
newURL(DataSource) - Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Constructs a URL that points to the POC servlet and that does not contain navigational state.
newURL(StateHolder, Constants.Clone, Boolean) - Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Generates a URL that points to the portal servlet and it based on navigational state explicitly.
newURL(StateHolder, URLContext, Constants.Clone, Boolean) - Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Generates a URL that points to the portal servlet and it based on navigational state explicitly.
newURL(URLContext, Boolean) - Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Generates a URL that points to the POC servlet and that does not contain navigational state.
newURL(URLContext, Constants.Clone, Boolean) - Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Generates a URL that points to the portal servlet and it based on the navigational state of the current request.
newURL() - Method in interface com.ibm.portal.resolver.friendly.accessors.url.FriendlyURLFactory
Generates a URL that points to the portal servlet and it based on the navigational state of the current request.
newURL(Constants.Clone) - Method in interface com.ibm.portal.resolver.friendly.accessors.url.FriendlyURLFactory
Generates a URL that points to the portal servlet and it based on the navigational state of the current request.
newURL(URLContext, Constants.Clone) - Method in interface com.ibm.portal.resolver.friendly.accessors.url.FriendlyURLFactory
Generates a URL that points to the portal servlet and it based on the navigational state of the current request.
newURL(ServerContext, URLContext, Constants.Clone) - Method in interface com.ibm.portal.resolver.friendly.accessors.url.FriendlyURLFactory
Generates a URL based on the given server context.
newURL(HttpServletRequest, HttpServletResponse, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.CheckedURLAccessorFactory
Returns a checked URL object based on the information in the servlet request.
newURL(HttpServletRequest, HttpServletResponse, StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.CheckedURLAccessorFactory
Returns a checked URL object based on the information in the servlet request.
newURL(HttpServletRequest, StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.CheckedURLAccessorFactory
Deprecated. Returns a checked URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the checked engine URL will not modify the original state.
newURL(ServerContext, boolean, boolean, StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.CheckedURLAccessorFactory
Returns a checked URL object based on explicit host, port and context information.
newURL(HttpServletRequest, HttpServletResponse, String, Constants.Merge) - Method in interface com.ibm.portal.state.accessors.url.ResolvedUrlAccessFactory
This method takes the provided request and fills the state holder based on the state associated with this request.
newURL(HttpServletRequest, String, Constants.Merge) - Method in interface com.ibm.portal.state.accessors.url.ResolvedUrlAccessFactory
Deprecated. This method takes the provided request and fills the state holder based on the state associated with this request. Then the state that is provided via the alias name is retrieved and merged into the state of the current request.
newURL(HttpServletRequest, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Deprecated. Returns a URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the engine URL will not modify the original state.
newURL(HttpServletRequest, HttpServletResponse, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Returns a EngineURL object based on the information in the given servlet request.
newURL(HttpServletRequest, HttpServletResponse, ServerContext, URLContext, boolean, boolean, StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Returns a EngineURL object based on explicit host, port and context information.
newURL(HttpServletRequest, HttpServletResponse, StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Returns an EngineURL object based on the information in the given servlet request.
newURL(HttpServletRequest, HttpServletResponse, StateHolder, URLContext, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Returns an EngineURL object based on the information in the given servlet request.
newURL(HttpServletRequest, HttpServletResponse, URLContext, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Returns a EngineURL object based on the information in the given servlet request.
newURL(HttpServletRequest, StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Deprecated. Returns a URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the engine URL will not modify the original state.
newURL(HttpServletRequest, StateHolder, URLContext, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Deprecated. Returns a URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the engine URL will not modify the original state.
newURL(HttpServletRequest, URLContext, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Deprecated. Returns a URL object based on the information in the servlet request. The object operates on a copy of the state holder, so setting parameters to the engine URL will not modify the original state.
newURL(ServerContext, boolean, boolean, StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Returns a EngineURL object based on explicit host, port and context information.
newURL(ServerContext, URLContext, boolean, boolean, StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
Returns a EngineURL object based on explicit host, port and context information.
newURL(Constants.Clone) - Method in interface com.ibm.portal.state.PortletStateManager
Deprecated. Use the corresponding method in URLFactory instead.
newURL(StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.PortletStateManager
Deprecated. Use the corresponding method in URLFactory instead.
newURL(StateHolder, URLContext, Constants.Clone) - Method in interface com.ibm.portal.state.PortletStateManager
Deprecated. Use the corresponding method in URLFactory instead.
newURL(URLContext, Constants.Clone) - Method in interface com.ibm.portal.state.PortletStateManager
Deprecated. Use the corresponding method in URLFactory instead.
newURL(Constants.Clone) - Method in interface com.ibm.portal.state.URLFactory
Creates a new EngineURL object.
newURL(StateHolder, Constants.Clone) - Method in interface com.ibm.portal.state.URLFactory
Creates a new EngineURL object.
newURL(StateHolder, URLContext, Constants.Clone) - Method in interface com.ibm.portal.state.URLFactory
Creates a new EngineURL object.
newURL(URLContext, Constants.Clone) - Method in interface com.ibm.portal.state.URLFactory
Creates a new EngineURL object.
newURL() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
 
newURL() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
newURL() - Method in interface com.ibm.portal.theme.plugin.ThemeLinkItem
Returns the generated URL.
newWireCreationContext(Identifiable, Identifiable, Identifiable, Identifiable, Identifiable, Identifiable) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Deprecated. since 6.1.0.1 Support for private wires will be removed in a future release of WebSphere Portal, use CreationContextBuilderFactory.newWireCreationContext(Identifiable, Identifiable, Identifiable, Identifiable, Identifiable) instead
newWireCreationContext(Identifiable, Identifiable, Identifiable, Identifiable, Identifiable) - Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Creates a WireCreationContext.
next(E[]) - Method in interface com.ibm.portal.PagedIterator
Retrieves the next objects from the paged iterator.
NEXT_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "next" action.
NEXT_LEVEL - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the next entry in a breadcrumb trail.
NEXT_PAGE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "next page" action.
nextNode - Variable in exception com.ibm.portal.state.accessors.exceptions.CannotInsertSelectionNodeException
Node that should have become the next node
NO - Static variable in interface com.ibm.portal.resolver.xml.Constants
Value to disable a feature
NO_CHECK - Static variable in interface com.ibm.portal.state.accesscheck.Constants
Predefined constant for no access control check.
NO_STATE - Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
Indicates that this resouces does not contain any additional state.
NO_VARY_HEADERS - Static variable in interface com.ibm.portal.resolver.data.VaryDataSource
the data source does not depend on the request
NoCodecInUrlException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that an input mediator cannot retrieve any codec information from the received URL.
NoCodecInUrlException(String, HttpServletRequest, InputMediator) - Constructor for exception com.ibm.portal.state.exceptions.NoCodecInUrlException
 
node - Variable in exception com.ibm.portal.state.accessors.exceptions.CannotInsertSelectionNodeException
Node that could not be inserted
Node - Interface in com.ibm.portal.state.dom
Representation of a single node in the document model hierarcy.
NodeNotFoundException - Exception in com.ibm.portal.sitemanagement.exception
This exception is thrown when a page does not exist or user does not have the proper permission to access this page.
NodeNotFoundException() - Constructor for exception com.ibm.portal.sitemanagement.exception.NodeNotFoundException
 
NodeNotFoundException(Throwable) - Constructor for exception com.ibm.portal.sitemanagement.exception.NodeNotFoundException
 
NORMAL - Static variable in interface com.ibm.portal.portlet.service.url.Constants
Constant representing the portal NORMAL state.
NORMAL - Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated. The standard "one-of many" window state on a page.
normalizeRawSchemeSpecificPart(String) - Static method in class com.ibm.portal.resolver.uri.BaseURI
Normalizes the raw scheme specific part of an URI such that it represents another URI.
normalizeRawSchemeSpecificPart(URI) - Static method in class com.ibm.portal.resolver.uri.BaseURI
 
NoSuchPageException - Exception in com.ibm.portal.um.exceptions
The NoSuchPageException is thrown a paged search is requesting a page that does not exist
NoSuchPageException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.NoSuchPageException
 
NULL - Static variable in interface com.ibm.portal.model.controller.context.UniqueNameStrategy
Unique name strategy that does not return a target unique name.
NULL_VALUE - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
A null string to use for comparison
number(int) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Converts the number to a decimal string and passes it on to the ContentHandler.characters(char[], int, int) method.
number(long) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Converts the number to a decimal string and passes it on to the ContentHandler.characters(char[], int, int) method.

O

OBJECT - Static variable in interface com.ibm.portal.um.AttributeDefinition
Represents the Object type for an Attribute
ObjectAlreadyCommittedException - Exception in com.ibm.portal.services.contentmapping.exceptions
This exception indicates that the commit() method is invoked on a controller instance that was already committed.
ObjectAlreadyCommittedException() - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ObjectAlreadyCommittedException
 
ObjectAlreadyCommittedException(String, Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ObjectAlreadyCommittedException
 
ObjectAlreadyCommittedException(String) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ObjectAlreadyCommittedException
 
ObjectAlreadyCommittedException(Throwable) - Constructor for exception com.ibm.portal.services.contentmapping.exceptions.ObjectAlreadyCommittedException
 
ObjectID - Interface in com.ibm.portal
Represents a unique identifier for a resource in Portal.
ObjectID.Deserializer - Interface in com.ibm.portal
Reads ObjectIDs.
ObjectID.Serializer - Interface in com.ibm.portal
Writes ObjectIDs.
ObjectIDDeletedException - Exception in com.ibm.portal.resolver.exceptions
A resource that can be identified by an objectID has been deleted.
ObjectIDDeletedException(ObjectID) - Constructor for exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
Initializes the exception and specifies the objectID of the deleted object
ObjectIDDeletedException(ObjectID, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
Initializes the exception and specifies the objectID of the deleted object and a reason for the exception
ObjectIDNotFoundException - Exception in com.ibm.portal.resolver.exceptions
An objectID could not be located
ObjectIDNotFoundException(ObjectID) - Constructor for exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
Initializes the exception and specifies the objectID of the missing object
ObjectIDNotFoundException(ObjectID, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
Initializes the exception and specifies the objectID of the missing object and a reason for the exception
ObjectInstantiationException - Exception in com.ibm.portal.pool.exceptions
Exception which should be thrown in case that an object pool is not able to instantiate objects.
ObjectInstantiationException(ObjectPool, Exception) - Constructor for exception com.ibm.portal.pool.exceptions.ObjectInstantiationException
Initializes this exception with the object pool in which the error occured.
ObjectNotFoundException - Exception in com.ibm.portal.ac.exception
This exception is thrown if the requested object cannot be found in the system.
ObjectNotFoundException() - Constructor for exception com.ibm.portal.ac.exception.ObjectNotFoundException
empty constructor.
ObjectNotFoundException(Throwable) - Constructor for exception com.ibm.portal.ac.exception.ObjectNotFoundException
constructor that takes another throwable as cause.
ObjectNotFoundException - Exception in com.ibm.portal.community.exception
This exception is thrown if the requested object cannot be found in the system.
ObjectNotFoundException() - Constructor for exception com.ibm.portal.community.exception.ObjectNotFoundException
empty constructor.
ObjectNotFoundException(Throwable) - Constructor for exception com.ibm.portal.community.exception.ObjectNotFoundException
constructor that takes another throwable as cause.
ObjectNotFoundException - Exception in com.ibm.portal
This exception is thrown if an object has been requested and is not found, or the user does not have permissions to access the object.
ObjectNotFoundException() - Constructor for exception com.ibm.portal.ObjectNotFoundException
Empty constructor
ObjectNotFoundException(Throwable) - Constructor for exception com.ibm.portal.ObjectNotFoundException
Initializes the exception with the reason of the exception.
ObjectPool<E> - Interface in com.ibm.portal.pool
Interface modeling an object pool.
ObjectPoolException - Exception in com.ibm.portal.pool.exceptions
Basic exception modeling errors occuring in object pools.
ObjectPoolException(ObjectPool) - Constructor for exception com.ibm.portal.pool.exceptions.ObjectPoolException
Initializes this exception with the object pool in which the error occurred.
ObjectPoolException(ObjectPool, Exception) - Constructor for exception com.ibm.portal.pool.exceptions.ObjectPoolException
Initializes this exception with the object pool in which the error occurred.
ObjectPoolFactory - Interface in com.ibm.portal.pool
Factory providing object pool instances.
ObjectType - Interface in com.ibm.portal
This interface models the individual object types used in Portal.
ObjectTypeConstants - Enum in com.ibm.portal
This class provides static references to well known object type instances.
Their type is ObjectType.
OK_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "OK" action.
onUserSessionTimeout(HttpSession, Map, SessionTimeoutFilterChain) - Method in interface com.ibm.portal.auth.SessionTimeoutFilter
Can be used to implement custom code for a session timeout.
onUserSessionTimeout(HttpSession, Map) - Method in interface com.ibm.portal.auth.SessionTimeoutFilterChain
Calls the onUserSessionTimeout method of the next filter in the Portal session timeout filter chain.
OPEN - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "open" action.
OPEN_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "open" action.
OPENSEARCH_CONTENT_TYPE - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
 
OPENSEARCH_NS - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
 
OPENSEARCH_REL_SEARCH - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
The "rel" attribute of the link element should contain the value "search" when referring to OpenSearch description documents.
OPENSEARCH_ROLE_CORRECTION - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
Represents a search query that can be performed to improve the result set, such as with a spelling correction.
OPENSEARCH_ROLE_EXAMPLE - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
Represents a search query that can be performed to demonstrate the search engine.
OPENSEARCH_ROLE_RELATED - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
Represents a search query that can be performed to retrieve similar but different search results.
OPENSEARCH_ROLE_REQUEST - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
Represents the search query that can be performed to retrieve the same set of search results.
OPENSEARCH_ROLE_SUBSET - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
Represents a search query that will narrow the current set of search results.
OPENSEARCH_ROLE_SUPERSET - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
Represents a search query that will broaden the current set of search results.
OPENSEARCH_SYNDICATIONRIGHT_CLOSED - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
The search client may not request search results.
OPENSEARCH_SYNDICATIONRIGHT_LIMITED - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
The search client may request search results.
OPENSEARCH_SYNDICATIONRIGHT_OPEN - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
The search client may request search results.
OPENSEARCH_SYNDICATIONRIGHT_PRIVATE - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
The search client may request search results.
OPENSEARCH_URI - Static variable in interface com.ibm.portal.resolver.opensearch.Constants
 
OpenSearchContentHandler - Interface in com.ibm.portal.resolver.opensearch
JAXP content handler extension that defines semantic callbacks for sitemap specific events.
opposite() - Method in class com.ibm.portal.content.Direction
Returns the opposite of this direction.
opposite() - Method in class com.ibm.portal.content.Orientation
Returns the opposite of this orientation.
OrderedListModelController<T,M extends Modifiable> - Interface in com.ibm.portal
A controller for list models that expose their elements in an ordered way.
ordinal - Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
ordinal used to determine rendering order
ordinal - Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
the ordinal value for this element
ORDINAL_ATTRIBUTE - Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
The ORDINAL_ATTRIBUTE should be an integer indicating the precedence of the item in rendering.
org.apache.jetspeed.portlet - package org.apache.jetspeed.portlet
This package and its subpackages define the Portlet API and provide interfaces for portlets.
org.apache.jetspeed.portlet.event - package org.apache.jetspeed.portlet.event
This package defines interfaces for events and listeners.
org.apache.jetspeed.portlet.service - package org.apache.jetspeed.portlet.service
This package defines interfaces which allow to access portlet services provided by other programmers.
org.apache.jetspeed.portlet.service.spi - package org.apache.jetspeed.portlet.service.spi
This package defines the Service Provider Interface (SPI) and provides interfaces which programmers may use to implement new portlet services.
ORIENTATION - Static variable in interface com.ibm.portal.content.CompositionMetrics
Deprecated. The orientation of a composition node.
ORIENTATION - Static variable in interface com.ibm.portal.content.LayoutMetrics
The orientation of a layout node.
Orientation - Class in com.ibm.portal.content
The Orientation class is a finite enumeration of the possible orientations that a container can operate at.
osAdultContent(boolean) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a boolean value that should be set to true if the search results may contain material intended only for adults.
osAdultContent(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a boolean value that should be set to true if the search results may contain material intended only for adults.
osAttribution(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
ontains a list of all sources or entities that should be credited for the content contained in the search feed.
osContact(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains an email address at which the maintainer of the description document can be reached.
osContact(URI) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains an email address at which the maintainer of the description document can be reached.
osDescription(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a human-readable text description of the search engine.
osDeveloper(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains the human-readable name or identifier of the creator or maintainer of the description document.
osImage(int, int, String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
osImage(int, int, String, URL) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
osImage(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
osImage(String, String, String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
osImage(String, String, String, URL) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
osImage(URL) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
osInputEncoding(Charset) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a string that indicates that the search engine supports search requests encoded with the specified character encoding.
osInputEncoding(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a string that indicates that the search engine supports search requests encoded with the specified character encoding.
osItemsPerPage(int) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The number of search results returned per page.
osItemsPerPage(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The number of search results returned per page.
osLanguage(Locale) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a string that indicates that the search engine supports search results in the specified language.
osLanguage(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a string that indicates that the search engine supports search results in the specified language.
osLongName(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains an extended human-readable title that identifies this search engine.
osOutputEncoding(Charset) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a string that indicates that the search engine supports search responses encoded with the specified character encoding.
osOutputEncoding(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a string that indicates that the search engine supports search responses encoded with the specified character encoding.
osQuery(String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Describes a specific search request that can be made by the search client.
osQuery(String, String, String, String, String, String, String, String, String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Describes a specific search request that can be made by the search client.
osShortName(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a brief human-readable title that identifies this search engine.
osStartIndex(int) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The index of the first search result in the current set of search results.
osStartIndex(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The index of the first search result in the current set of search results.
osSyndicationRight(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a value that indicates the degree to which the search results provided by this search engine can be queried, displayed, and redistributed.
osSyndicationRight(DefaultOpenSearchContentHandler.SYNDICATION_RIGHT) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a value that indicates the degree to which the search results provided by this search engine can be queried, displayed, and redistributed.
osTags(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a set of words that are used as keywords to identify and categorize this search content.
osTotalResults(int) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The number of search results available for the current search.
osTotalResults(String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The number of search results available for the current search.
osUrl(String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Describes an interface by which a search client can make search requests of the search engine.
OUT - Static variable in class com.ibm.portal.propertybroker.property.Direction
OUT indicates that a component consumes the property.
OUT - Static variable in interface com.ibm.wps.pb.property.Property
Deprecated. OUT indicates that the portlet consumes the property.
OutputMediatorException - Exception in com.ibm.portal.state.exceptions
Base exception for all output mediator exceptions.
OutputMediatorException(OutputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.OutputMediatorException
Initializes the execption with the output mediator that caused the exception and the reason for the exception.
OutputMediatorSAXException - Exception in com.ibm.portal.state.exceptions
Custom exception which wraps a SAXException.
OutputMediatorSAXException(OutputMediator, SAXException) - Constructor for exception com.ibm.portal.state.exceptions.OutputMediatorSAXException
Initializes the execption with the output mediator that caused the exception and the reason for the exception.
OVERWRITE - Static variable in interface com.ibm.portal.state.Constants
The merge operation will overwrite existing nodes in the target document.

P

PAGE - Static variable in class com.ibm.portal.content.ContentNodeType
Node type for a ContentPage.
PAGE_LAYOUT_TEMPLATE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PAGE_SEARCH_RESULTS - Static variable in interface com.ibm.portal.cp.tagging.Constants
Unique name of the page that is able to display search results for tags
PagedIterator<E> - Interface in com.ibm.portal
An iterator that provides paging support for data provided by it.
pagedIterator() - Method in interface com.ibm.portal.PagedListModel
Returns a PagedIterator for this list model.
PagedListModel<E> - Interface in com.ibm.portal
A list model that is capable of providing a paged iterator.
PagingIterator<T> - Interface in com.ibm.portal.um
The PagingIterator interface is returned by a paged search using com.ibm.portal.um.PumaLocator.
A paged search does not return all results at once but an iterator that partitions the results set into subsets (pages) of a specified size.
pair(String, String) - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
pair(String, int) - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
pair(String, double) - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
pair(String, boolean) - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
pair(String, String) - Method in interface com.ibm.portal.streaming.json.JSONHandler
Writes a complete JSON pair, including it's begin and end events.
pair(String, int) - Method in interface com.ibm.portal.streaming.json.JSONHandler
Writes a complete JSON pair, including it's begin and end events.
pair(String, double) - Method in interface com.ibm.portal.streaming.json.JSONHandler
Writes a complete JSON pair, including it's begin and end events.
pair(String, boolean) - Method in interface com.ibm.portal.streaming.json.JSONHandler
Writes a complete JSON pair, including it's begin and end events.
PARAM_COLLABORATIVE_SCOPE - Static variable in interface com.ibm.portal.cp.xml.Constants
Parameter to specify certain collaborative scopes out of CollaborativeResource.Scope
PARAM_LOCALE - Static variable in interface com.ibm.portal.cp.xml.Constants
Parameter to specify certain locales
PARAM_RATING_MODEL_SCOPE - Static variable in interface com.ibm.portal.cp.xml.Constants
the parameter specifying the rating model scope in which to search
PARAM_REP_MODE - Static variable in interface com.ibm.portal.cp.xml.Constants
Parameter for the representation mode
PARAM_RESOURCE_MODEL_SCOPE - Static variable in interface com.ibm.portal.cp.xml.Constants
the parameter specifying the resource model scope in which to search for tags
PARAM_SCOPE - Static variable in interface com.ibm.portal.cp.xml.Constants
Parameter for the scope of requested tag spaces or rating spaces.
PARAM_SEARCH_PATTERN - Static variable in interface com.ibm.portal.cp.xml.Constants
Parameter for the search pattern
PARAM_TAG_MODEL_SCOPE - Static variable in interface com.ibm.portal.cp.xml.Constants
the parameter specifying the tag model scope in which to search
PARAM_USER_MODEL_SCOPE - Static variable in interface com.ibm.portal.cp.xml.Constants
the parameter specifying the user model scope in which to search
Parameter - Interface in com.ibm.portal.app.model
Describes a parameter which can be used at application instantiation time.
Parameter - Interface in com.ibm.portal.propertybroker.property
An action (encapsulated in the Action interface) is associated with several parameters (encapsulated in the Parameter interface), and each parameter is associated with a property (encapsulated in the Property interface).
Parameter - Interface in com.ibm.wps.pb.property
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ParameterAccessor - Interface in com.ibm.portal.resolver.accessors.url
Represents an object that provides access to String parameters
ParameterAccessorController - Interface in com.ibm.portal.resolver.accessors.url
Represents a modifiable set of String parameters
ParameterBindingType - Class in com.ibm.portal.propertybroker.property
Typesafe enum pattern that encapsulates the binding types of a Parameter.
ParameterBindingType(int, String) - Constructor for class com.ibm.portal.propertybroker.property.ParameterBindingType
Constructs a new ParameterBindingType
ParameterControl - Interface in com.ibm.portal.app.model
This type defines methods for modifing the Parameter type.
ParameterController - Interface in com.ibm.portal.propertybroker.property
ParameterController encapsulates setter methods used when initializing instances of Parameter.
ParameterNamesProcessor - Interface in com.ibm.portal.portlet.service.siteanalyzer
The interface of callback implementations for request parameter name processing.
ParentNotFoundException - Exception in com.ibm.portal.sitemanagement.exception
This exception is thrown when parent page on target server does not exists or user does not have the permission to access this parent page
ParentNotFoundException() - Constructor for exception com.ibm.portal.sitemanagement.exception.ParentNotFoundException
 
ParentNotFoundException(Throwable) - Constructor for exception com.ibm.portal.sitemanagement.exception.ParentNotFoundException
 
parse(DataSource) - Method in interface com.ibm.portal.resolver.data.DataSourceParser
Parses the data source
parse(URI, String, Map<String, String[]>) - Method in interface com.ibm.portal.resolver.data.URIParser
Parses the content of the data source and throws events to the attacted handler.
parse(Source, String) - Method in interface com.ibm.portal.resolver.data.XmlDataSink
Called by the framework with the body content of the request that has already been parsed as a Source.
parse(DataSource) - Method in interface com.ibm.portal.spa.parser.StaticPageDataSourceParser
Parses the content of the data source and throws events to the attacted StaticPageContentHandler.
parse(InputStream) - Method in interface com.ibm.portal.spa.parser.StaticPageParser
Actually parse an input stream, the content of the input stream must match the mime-type of the parser.
parse(URI, String, Map<String, String[]>) - Method in interface com.ibm.portal.spa.parser.StaticPageURIParser
Parses the content of the data source and throws events to the attacted StaticPageContentHandler.
parse(String, ZipInputStream) - Method in interface com.ibm.portal.spa.parser.StaticPageZipParser
Parse a file inside of a ZipInputStream.
parse(DataSource) - Method in interface com.ibm.portal.spa.parser.ThemeDataSourceParser
Parses the content of the data source and throws events to the attacted ThemeContentHandler.
parse(InputStream) - Method in interface com.ibm.portal.spa.parser.ThemeParser
Actually parse an input stream, the content of the input stream must match the mime-type of the parser.
parse(JSONInputSource) - Method in interface com.ibm.portal.streaming.json.JSONReader
Parse a JSON document.
PassiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
A passive credential is simply a container for an user's secret.
PassiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PassiveCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.PassiveCredential
Deprecated.  
PasswordInvalidException - Exception in com.ibm.portal.auth.exceptions
This exception is thrown when the password is not valid.
PasswordInvalidException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.PasswordInvalidException
Initializes the exception with the reason of the exception.
PasswordTag - Class in com.ibm.struts.taglib.html
This class is a simple extension of the Struts password tag which adds the dir attribute, representing the direction of the text.
PasswordTag() - Constructor for class com.ibm.struts.taglib.html.PasswordTag
Constructs a new instance of this tag.
PASTE - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "paste" action.
PASTE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "paste" action.
PATH_DATA - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The key used for storing the path info object value
PATH_DATA - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The key used for storing the path info object value
pathEquals(String, Identifiable) - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
Checks if the friendly path that is passed in as a parameter matches the friendly path that corresponds to the node.
pathPrefixMatches() - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService.PathMatchingResult
Flag indicating if the path prefix matches a given requirement.
pathPrefixMatches(String, Identifiable) - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
Checks if the friendly path that is passed in as a parameter matches the friendly path that corresponds to the node as a prefix.
Permission - Interface in com.ibm.portal.ac.data
A Permission is a privilege that allows to perform a specific operation on a specific resource, e.g.
Platform - Class in com.ibm.portal.resolver.helper.eclipse
Convenience class to get easy access to the IExtensionRegistry.
PluginConstants - Class in com.ibm.portal.struts.plugins
The PluginConstants class contains constants used in providing keys for Plugins stored in the ServletContext.
PluginConstants() - Constructor for class com.ibm.portal.struts.plugins.PluginConstants
 
PluginConstants - Class in com.ibm.wps.portlets.struts.plugins
The PluginConstants class contains constants used in providing keys for plugins stored in the servlet context.
PluginConstants() - Constructor for class com.ibm.wps.portlets.struts.plugins.PluginConstants
 
PocService - Interface in com.ibm.portal.resolver.service
Service that provides access to POC specific functionality.
PocServiceHome - Interface in com.ibm.portal.resolver.service
Basic, request independent lookup functionality for POC.
PocServiceHome.FilterType - Enum in com.ibm.portal.resolver.service
 
pocURI - Variable in class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
URI to the POC
PocURIFactory - Interface in com.ibm.portal.resolver.service
 
PocURL - Interface in com.ibm.portal.resolver
The PocURL is a URL that addresses a piece of content (POC).
PocURLFactory - Interface in com.ibm.portal.resolver.accessors.url
Factory to create POC URLs.
POLICY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
POLICY_ROOT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PolicyManagerService - Interface in com.ibm.policy.manager
Portal service to query the Policy server side system for applicable Policy Value Sets.
PolicyMessageProvider - Interface in com.ibm.portal.app.resource
The PolicyMessageProvider interface can be used to customize the policy notifications send by the composite application infrastructure.
PolicyStatus - Interface in com.ibm.portal.app.model
The result of the last Policy validation for the application specified by getApplicationID.
PolicyStatusItem - Interface in com.ibm.portal.app.model
This type defines a single Policy item that is monitored like application size, last modified date or last accessed date.
PolicyValueSet - Interface in com.ibm.policy.manager
PolicyValueSet (PVS) represents arbitrary name value pairs to be used by applications as points of variability.
pool - Variable in exception com.ibm.portal.pool.exceptions.ObjectPoolException
Object pool that generated the exception.
PooledTemplates - Interface in com.ibm.portal.resolver.xml
Templates that produce transformers that come from a pool of transformers and that can be returned to this pool.
PooledTransformerFactory - Interface in com.ibm.portal.resolver.xml
 
popPreviousPortletMode() - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletAccessorController
Deprecated. Removes the previous portlet mode from the portlet mode stack and returns it.
popPreviousWindowState() - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletAccessorController
Deprecated. Removes the previous window state from the window state stack and returns it.
PORTAL_PATH_INFO_LOCALPART - Static variable in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessor
Localpart of the QName of the path-info public portal render parameter
PORTAL_PATH_INFO_QNAME - Static variable in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessor
QName for the path-info
PORTAL_PUBLIC_RENDER_PARAMETERS_URI - Static variable in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessor
URI for public portal render parameters
PORTAL_URL - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PortalAjaxProxyService - Interface in com.ibm.portal.resolver.proxy.service
Portal version of the AjaxProxyService.
PortalAjaxProxyServiceHome - Interface in com.ibm.portal.resolver.proxy.service
Returns the AjaxProxyService service in the context of a portal request.
PortalFriendlySelectionService - Interface in com.ibm.portal.resolver.friendly.service
Portal service that allows to work with friendly selections.
PortalFriendlySelectionServiceHome - Interface in com.ibm.portal.resolver.friendly.service
Home interface that can be looked up in JNDI and that provides access to the friendly selection services from the context of a portal request.
Example:
PortalIcons - Interface in com.ibm.portal.state.accessors.url
List of common icon constants provided by the default installation of WebSphere Portal.
PortalIcons.StateDisabled - Class in com.ibm.portal.state.accessors.url
class identifier for DISABLED state
PortalIcons.StateDisabled() - Constructor for class com.ibm.portal.state.accessors.url.PortalIcons.StateDisabled
 
PortalIcons.StateEnabled - Class in com.ibm.portal.state.accessors.url
class identifier for ENABLED state
PortalIcons.StateEnabled() - Constructor for class com.ibm.portal.state.accessors.url.PortalIcons.StateEnabled
 
PortalIcons.StateEnabledHover - Class in com.ibm.portal.state.accessors.url
class identifier for HOVER state
PortalIcons.StateEnabledHover() - Constructor for class com.ibm.portal.state.accessors.url.PortalIcons.StateEnabledHover
 
PortalLocalizedContextHome - Interface in com.ibm.portal.model
A home interface for lookups to LocalizedContext instances.
PortalLookupServiceHome - Interface in com.ibm.portal.app.service
Home interface that can be looked up in JNDI and that provides access to the ApplicationLookupService from the context of a portal request.
Example:
PortalPocService - Interface in com.ibm.portal.resolver.service
Portal version of the PocService that is accessible via the PortalPocServiceHome interfaces.
PortalPocServiceHome - Interface in com.ibm.portal.resolver.service
Home interface that can be looked up in JNDI and that provides access to the POC services from the context of a portal request.
Example:
PortalRatingModelHome - Interface in com.ibm.portal.cp.rating
Home interface for JNDI based lookups for PortalRatingModelProvider
PortalRatingModelProvider - Interface in com.ibm.portal.cp.rating
RatingModelProvider for portal scope, i.
PortalResourceModelHome - Interface in com.ibm.portal.cp.resources
Home interface for JNDI based lookups for PortalResourceModelProvider
PortalResourceModelProvider - Interface in com.ibm.portal.cp.resources
ResourceModelProvider for portal scope, i.
PortalResources - Interface in com.ibm.portal.state.accessors.url
Base interface of all portal resouce types.
PortalResources.NoState - Class in com.ibm.portal.state.accessors.url
 
PortalResources.NoState() - Constructor for class com.ibm.portal.state.accessors.url.PortalResources.NoState
Nobody should instantiate this class directly
PortalResources.State - Interface in com.ibm.portal.state.accessors.url
Additional state of the resouce; resouce specific.
PortalResources.Type - Interface in com.ibm.portal.state.accessors.url
Type of the resouce.
PortalResources.TypeFiles - Class in com.ibm.portal.state.accessors.url
Resource is of type file.
PortalResources.TypeFiles() - Constructor for class com.ibm.portal.state.accessors.url.PortalResources.TypeFiles
Nobody should instantiate this class directly
PortalResources.TypeIcons - Class in com.ibm.portal.state.accessors.url
Resource is of type icon.
PortalResources.TypeIcons() - Constructor for class com.ibm.portal.state.accessors.url.PortalResources.TypeIcons
Nobody should instantiate this class directly
PortalResources.TypeSounds - Class in com.ibm.portal.state.accessors.url
Resource is of type sound.
PortalResources.TypeSounds() - Constructor for class com.ibm.portal.state.accessors.url.PortalResources.TypeSounds
Nobody should instantiate this class directly
PortalResources.TypeVoiceGrammars - Class in com.ibm.portal.state.accessors.url
Resource is a VoiceXML grammar.
PortalResources.TypeVoiceGrammars() - Constructor for class com.ibm.portal.state.accessors.url.PortalResources.TypeVoiceGrammars
Nobody should instantiate this class directly
PortalStateManagerService - Interface in com.ibm.portal.state.service
Portal service providing methods to create new state holders and to inspect existing state holders via so-called state accessors.
PortalStateManagerServiceHome - Interface in com.ibm.portal.state.service
Home interface that can be looked up in JNDI and that provides access to the portal state manager service.
Example:
PortalStateParameterServiceHome - Interface in com.ibm.portal.state.service.parameters
Home interface that can be looked up via JNDI and that provides access to the state parameter service.
PortalStaticPageService - Interface in com.ibm.portal.spa.service
Represents aspects of the static page aggregation API that can only be used from theme and skins, but not from portlets.
PortalStaticPageServiceHome - Interface in com.ibm.portal.spa.service
Home interface that can be looked up in JNDI and that provides access to the static page services from the context of a portal request.
Example:
PortalTagModelHome - Interface in com.ibm.portal.cp.tagging
Home interface for JNDI based lookups for PortalTagModelProvider
PortalTagModelProvider - Interface in com.ibm.portal.cp.tagging
TagModelProvider for portal scope, i.
PortalURLGenerationService - Interface in com.ibm.portal.portlet.service.url
An interface to retrieve a PortalURLWriter based on the current state information encoded in the request.
PortalURLWriter - Interface in com.ibm.portal.portlet.service.url
This portlet service provides the portlet with the capability to generate render URLs to other portlets or other content nodes (e.g.
Portlet - Interface in com.ibm.portal.portletmodel
Interface that represents the deployed code unit for a portlet, as specified in the deployment descriptor.
Portlet - Class in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
Portlet() - Constructor for class org.apache.jetspeed.portlet.Portlet
Deprecated.  
Portlet.Mode - Class in org.apache.jetspeed.portlet
Deprecated. The Mode class is a finite enumeration of the possible modes that a portlet can assume.
Portlet.ModeModifier - Class in org.apache.jetspeed.portlet
Deprecated. The ModeModifier class is a finite enumeration of the possible modifications a portlet can apply on modes.
PORTLET_APPLICATION_DEFINITION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PORTLET_APPLICATION_ENTITY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PORTLET_CONFIG - Static variable in class com.ibm.portal.portlet.Constants
Request attribute that allows to retrieve the portlet configuration of type javax.portlet.PortletConfig.
PORTLET_CONFIG - Static variable in class com.ibm.wps.pe.pc.legacy.TagConstants
Deprecated. Request attribute name for accessing the portlet config The attribute value is of the type PortletConfig
PORTLET_CONTENT_LOCATION_TYPE - Static variable in interface com.ibm.portal.resolver.Constants
Content location type for the standard portlet resolver
PORTLET_DEFINITION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PORTLET_ENTITY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PORTLET_GROUP - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PORTLET_MODEL_CONTROLLER_JNDI_NAME - Static variable in interface com.ibm.portal.model.controller.PortletModelControllerHome
JNDI lookup name for portlet model controller
PORTLET_REQUEST - Static variable in class com.ibm.portal.portlet.Constants
Request attribute that allows to retrieve the current portlet request.
PORTLET_REQUEST - Static variable in class com.ibm.wps.pe.pc.legacy.TagConstants
Deprecated. Request attribute name for accessing the portlet request.
PORTLET_RESPONSE - Static variable in class com.ibm.portal.portlet.Constants
Request attribute that allows to retrieve the current portlet response.
PORTLET_RESPONSE - Static variable in class com.ibm.wps.pe.pc.legacy.TagConstants
Deprecated. Request attribute name for accessing the portlet response The attribute value is of the type PortletResponse
PORTLET_WIRE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PortletAccessor - Interface in com.ibm.portal.state.accessors.portlet
Interface providing read-only accessor methods which allow for inspecting state information related to the portlet this accessor operates on, in particular portlet mode, window state, and render parameters.
Note that this accessor is suitable for legacy portlets as well as standard portlets.
Any implementation of this interface should ensure that also the return types (e.g.
PortletAccessorController - Interface in com.ibm.portal.state.accessors.portlet
Interface providing write accessor methods which allow for modifying the state of the portlet (legacy or standard portlet) this accessor operates on.
PortletAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
Base exception representing errors occuring in a PortletAccessor implementation.
PortletAccessorException(PortletAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.PortletAccessorException
Initializes the exception with the accessor that caused the exception
PortletAccessorException(PortletAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.PortletAccessorException
Initializes the exception with the accessor that caused the exception
PortletAccessorFactory - Interface in com.ibm.portal.state.accessors.portlet
Factory which provides a variety of accessors that allow to read /write portlet-related state information from /to a given state holder or document model.
PortletAction - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletActionPocService - Interface in com.ibm.portal.resolver.service
Version of the PortletPocService that allows to modify the current navigational state during the action phase of the portlet.
PortletAdapter - Class in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletAdapter() - Constructor for class org.apache.jetspeed.portlet.PortletAdapter
Deprecated.  
PortletAjaxProxyService - Interface in com.ibm.portal.resolver.proxy.service
Portlet version of the AjaxProxyService.
PortletAjaxProxyServiceHome - Interface in com.ibm.portal.resolver.proxy.service
Home interface for the AJAX proxy for use in the scope of a JSR168 or JSR286.
PortletApiUtils - Class in com.ibm.portal.struts.common
This class provides the APIs for allowing an application to interact with a portal container.
PortletApiUtils() - Constructor for class com.ibm.portal.struts.common.PortletApiUtils
Constructor for PortletApiUtils.
PortletApiUtils - Class in com.ibm.wps.struts.common
Deprecated.  
PortletApiUtils() - Constructor for class com.ibm.wps.struts.common.PortletApiUtils
Deprecated.  
PortletApplicationSettings - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletApplicationSettingsAttributeEvent - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletApplicationSettingsAttributesListener - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletConfig - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletContext - Interface in com.ibm.portal.resolver
Extension of the COR Context for use in a JSR168 portlet.
PortletContext - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletConverter - Interface in com.ibm.portal.portletconversion
This interface defines a SPI for explicit conversion of IBM API portlet settings and portlet data.
PortletData - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletDataUserConfigurationDataStore - Class in com.ibm.wps.portlets.struts
PortletDataUserConfigurationDataStore is an IUserConfigurationDataStore implementation for use within WebSphere Portal.
PortletDataUserConfigurationDataStore() - Constructor for class com.ibm.wps.portlets.struts.PortletDataUserConfigurationDataStore
PortletDataUserConfigurationDataStore constructor.
PortletDefinition - Interface in com.ibm.portal.portletmodel
Interface that represents administrator settings for a portlet.
PortletDefinitionCloningContext - Interface in com.ibm.portal.portlet
A node cloning context for PortletDefinitions.
PortletDefinitionList<T extends PortletDefinition> - Interface in com.ibm.portal.portletmodel.admin
Model interface for a list of portlet definitions.
PortletDefinitionLocator<T extends PortletDefinition> - Interface in com.ibm.portal.portletmodel.admin
A locator the can be provided by PortletDefinitionList implementations.
PortletEntity - Interface in com.ibm.portal.portletmodel
Interface that represents user settings for a portlet.
PortletEntityCreationContext - Interface in com.ibm.portal.portlet
A node creation context for PortletEntity s.
PortletEventPocService - Interface in com.ibm.portal.resolver.service
Version of the PortletPocService that allows to modify the current navigational state during the event phase of the portlet.
PortletException - Class in org.apache.jetspeed.portlet
The PortletException class defines a general exception that a portlet can throw when it encounters difficulty.
PortletException() - Constructor for class org.apache.jetspeed.portlet.PortletException
Constructs a new portlet exception.
PortletException(String) - Constructor for class org.apache.jetspeed.portlet.PortletException
Constructs a new portlet exception with the given text.
PortletException(String, Throwable) - Constructor for class org.apache.jetspeed.portlet.PortletException
Constructs a new portlet exception when the portlet needs to throw an exception and include a message about the "root case" that interfered with its normal operation, including a description message.
PortletException(Throwable) - Constructor for class org.apache.jetspeed.portlet.PortletException
Constructs a new portlet exception when the portlet needs to throw an exception.
PortletFilter - Interface in com.ibm.wps.pe.pc.legacy.cmpf
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletFilter.Method - Class in com.ibm.wps.pe.pc.legacy.cmpf
Deprecated. The Method class is a finite enumeration of the possible methods that a filter can invoke.
PortletFilterAdapter - Class in com.ibm.wps.pe.pc.legacy.cmpf
The PortletFilterAdapter is a default implementation for the PortletFilter interface.
PortletFilterAdapter() - Constructor for class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
Creates a new PortletFilterAdapter.
PortletFilterChain - Interface in com.ibm.wps.pe.pc.legacy.cmpf
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletFilterConfig - Interface in com.ibm.wps.pe.pc.legacy.cmpf
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletFriendlySelectionService - Interface in com.ibm.portal.resolver.friendly.service
PortletService that allows to work with friendly selections.
PortletFriendlySelectionServiceHome - Interface in com.ibm.portal.resolver.friendly.service
Portlet service which allows for working with friendly URLs.
PortletInfoSupplier - Interface in com.ibm.portal.struts.portlet
PortletInfoSupplier is used in WPS Struts extension classes to supply portlet config and context information.
PortletInfoSupplier - Interface in com.ibm.wps.portlets.struts
PortletInfoSupplier is used in WPS Struts extension classes to supply portlet config and context information.
PortletList<E extends java.lang.Object & Portlet> - Interface in com.ibm.portal.portletmodel.admin
Model interface for a list of portlets.
PortletListAccessor - Interface in com.ibm.portal.state.accessors.portlet
Read-only accessor interface providing methods to query the set of portlets for which there is any state information available in the state holder.
PortletLocalizedContext - Interface in com.ibm.portal.portlet.service.model
Provides access to the LocalizedContext implementation inside a portlet and provides convenience methods for that portlet.
PortletLocalizedContextHome - Interface in com.ibm.portal.portlet.service.model
A home interface for lookups to LocalizedContext instances.
PortletLocator<E extends java.lang.Object & Portlet> - Interface in com.ibm.portal.portletmodel.admin
A locator the can be provided by PortletList implementations.
PortletLog - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletLoginDisabledException - Exception in com.ibm.portal.auth.exceptions
This exception is thrown when the login portlet service is called although screen login is enabled.
PortletLoginDisabledException() - Constructor for exception com.ibm.portal.auth.exceptions.PortletLoginDisabledException
Empty constructor.
PortletLookupServiceHome - Interface in com.ibm.portal.app.service
Portlet service which allows to retrieve the Business Component and Application the current portlet is part of.
PortletMessage - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
portletMode - Variable in class com.ibm.struts.taglib.html.FormTag
The Portlet mode
PortletModel - Interface in com.ibm.portal.portletmodel
This interface provides access to the model for the different levels of portlet configuration.
PortletModelController - Interface in com.ibm.portal.portlet
A controller interface for the PortletModel interface.
PortletModelControllerHome - Interface in com.ibm.portal.model.controller
An interface for a provider of portlet model controllers.
PortletModelControllerProvider - Interface in com.ibm.portal.model.controller
Provider interface for portlet model controllers.
PortletModelHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for PortletModelProvider.
PortletModelProvider - Interface in com.ibm.portal.ibmportlet.service.model
Deprecated. since 6.0.1. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletModelProvider - Interface in com.ibm.portal.model
An interface for a provider of portlet models.
PortletModelProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of portlet models.
PortletPageListener - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletPocService - Interface in com.ibm.portal.resolver.service
Portlet version of the PocService that is associated with one portlet window.
PortletPocService.URI_SCOPE - Enum in com.ibm.portal.resolver.service
Constants that define the scope of the portlet URI
PortletPocServiceHome - Interface in com.ibm.portal.resolver.service
Portlet service which allows for creating POC URLs that cannot be created via the JSR 168 API.
PortletPreferences<E extends java.util.Map.Entry<java.lang.String,java.lang.String>> - Interface in com.ibm.portal.portletmodel
An interface describing portlet preferences.
PortletPreferencesProvider<E extends java.lang.Object & java.util.Map.Entry<java.lang.String,java.lang.String>> - Interface in com.ibm.portal.portletmodel
An interface describing a method to obtain portlet preferences for a resource.
PortletPreferencesUserConfigurationDataStore - Class in com.ibm.portal.struts.portlet
PortletPreferencesUserConfigurationDataStore is a IUserConfigurationDataStore implementation for use within WebSphere Portal.
PortletPreferencesUserConfigurationDataStore() - Constructor for class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
PortletPreferencesUserConfigurationDataStore constructor
PortletPreProcessor - Interface in com.ibm.portal.state
A PortletPreProcessor can be used to validate the state holder on a LayoutControl basis.
PortletPreProcessorException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a PortletPreProcessor cannot perform its task properly.
PortletPreProcessorException(PortletPreProcessor) - Constructor for exception com.ibm.portal.state.exceptions.PortletPreProcessorException
Initializes the exception with the preprocessor the error occurred in.
PortletPreProcessorException(PortletPreProcessor, Throwable) - Constructor for exception com.ibm.portal.state.exceptions.PortletPreProcessorException
Initializes the exception with the preprocessor the error occurred in.
PortletRatingModelProvider - Interface in com.ibm.portal.cp.rating
RatingModelProvider for portlet scope, i.
PortletRenderPocService - Interface in com.ibm.portal.resolver.service
Version of the PortletPocService that can be used in a render request of a JSR286 compatible portlet.
PortletRequest - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletRequestRuleContext - Class in com.ibm.policy.manager.portal
Public implementation of RuleContext representing a request.
PortletRequestRuleContext(PortletRequest) - Constructor for class com.ibm.policy.manager.portal.PortletRequestRuleContext
Add a rule context based on a PortletRequest.
PortletRequestWrapper - Class in com.ibm.wps.pe.pc.legacy.cmpf
Provides a convenient implementation of the PortletRequest interface that can be subclassed by developers who wish to wrap the request to a Portlet.
PortletRequestWrapper(PortletRequest) - Constructor for class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
Creates a PortletRequest adaptor wrapping the specified request object.
PortletResourceModelProvider - Interface in com.ibm.portal.cp.resources
ResourceModelProvider for portlet scope, i.
PortletResourcePocService - Interface in com.ibm.portal.resolver.service
Version of the PortletPocService that can be used in a resource request of a JSR286 compatible portlet.
PortletResponse - Interface in org.apache.jetspeed.portlet
The PortletResponse interface represents the response sent to the client device.
PortletResponseWrapper - Class in com.ibm.wps.pe.pc.legacy.cmpf
Provides a convenient implementation of the PortletResponse interface that can be subclassed by developers who wish to wrap the response from a Portlet.
PortletResponseWrapper(PortletResponse) - Constructor for class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
Creates a PortletResponse adaptor wrapping the specified response object.
PortletService - Interface in com.ibm.portal.portlet.service
Common base interface for all portlet services.
PortletService - Interface in org.apache.jetspeed.portlet.service
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletServiceConfig - Interface in org.apache.jetspeed.portlet.service.spi
Deprecated. Use the PortletServiceProvider interface instead
PortletServiceException - Class in org.apache.jetspeed.portlet.service
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletServiceException() - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceException
Deprecated. Creates a new portlet service exception.
PortletServiceException(Throwable) - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceException
Deprecated. Creates a new exception withthe specified cause.
PortletServiceException(String) - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceException
Deprecated. Creates a new exception with the sepcified detail message.
PortletServiceException(String, Throwable) - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceException
Deprecated. Creates a new exception with the sepcified detail message and cause.
PortletServiceFactory - Interface in org.apache.jetspeed.portlet.service.spi
Deprecated. Use the PortletServiceProvider interface instead
PortletServiceHome - Interface in com.ibm.portal.portlet.service
Interface for retrieving portlet services.
PortletServiceInstantiationException - Class in com.ibm.portal.portlet.service
Exception that indicates that the portal was unable to instantiate an implementation for the requested portlet service.
PortletServiceInstantiationException() - Constructor for class com.ibm.portal.portlet.service.PortletServiceInstantiationException
 
PortletServiceInvalidInterfaceException - Class in com.ibm.portal.portlet.service
Exception that indicates that a PortletServiceHome object cannot provide an implementation for the requested interface.
PortletServiceInvalidInterfaceException() - Constructor for class com.ibm.portal.portlet.service.PortletServiceInvalidInterfaceException
 
PortletServiceNotFoundException - Class in org.apache.jetspeed.portlet.service
The PortletServiceNotFoundException is thrown if a portlet attempts to access an service that is not found.
PortletServiceNotFoundException() - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceNotFoundException
 
PortletServiceNotFoundException(String) - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceNotFoundException
 
PortletServiceNotFoundException(Throwable) - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceNotFoundException
 
PortletServiceProvider - Interface in com.ibm.portal.portlet.service.spi
Interface that must be implemented by portlet service providers.
PortletServiceProvider - Interface in org.apache.jetspeed.portlet.service.spi
Deprecated. Use the PortletServiceProvider interface instead
PortletServiceUnavailableException - Class in com.ibm.portal.portlet.service
Exception that indicates that a requested portlet service is not available.
PortletServiceUnavailableException() - Constructor for class com.ibm.portal.portlet.service.PortletServiceUnavailableException
 
PortletServiceUnavailableException(Throwable) - Constructor for class com.ibm.portal.portlet.service.PortletServiceUnavailableException
 
PortletServiceUnavailableException - Class in org.apache.jetspeed.portlet.service
The PortletServiceUnavailableException is thrown if a portlet attempts to access an service that cannot be loaded, because an error occured during initialization.
PortletServiceUnavailableException() - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceUnavailableException
 
PortletServiceUnavailableException(String) - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceUnavailableException
 
PortletServiceUnavailableException(Throwable) - Constructor for class org.apache.jetspeed.portlet.service.PortletServiceUnavailableException
 
PortletSession - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletSessionListener - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletSettings - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletSettingsAttributeEvent - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletSettingsAttributesListener - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletSiteAnalyzerLogger - Interface in com.ibm.portal.portlet.service.siteanalyzer
This logger allows portlets to perform site analytics logging.
PortletSiteAnalyzerLoggingServiceHome - Interface in com.ibm.portal.portlet.service.siteanalyzer
Portlet service for JSR compliant portlets to leverage the portlet-level site analytics capabilities of IBM WebSphere Portal.
PortletStateManager - Interface in com.ibm.portal.state
This interface provides access to the state manager for portlets.
PortletStateManagerController - Interface in com.ibm.portal.state
This interface provides access to the StateManager for portlets.
PortletStateManagerService - Interface in com.ibm.portal.state.service
Portlet service which allows for creating URLs that cannot be created via the JSR 168 API.
PortletStateParameterServiceHome - Interface in com.ibm.portal.state.service.parameters
Portlet Service that can be looked up and that provides access to the state parameter service.
PortletStaticPageService - Interface in com.ibm.portal.spa.service
Represents aspects of the static page aggregation API that can only be used from portlets but not from theme and skins.
PortletStaticPageServiceHome - Interface in com.ibm.portal.spa.service
Portlet service which allows for accessing POC services from a portlet environment
The portlet service is accessed by a JNDI lookup; the lookup returns an implementation of this interface, which allows to get the actual portlet service under the JNDI name PortletStaticPageServiceHome.JNDI_NAME.
Coding example for accessing the POC service from within a JSR168 portlet:
PortletTagModelProvider - Interface in com.ibm.portal.cp.tagging
TagModelProvider for portlet scope, i.
PortletTargetAccessorController - Interface in com.ibm.portal.state.accessors.portlet
Controller interface which allows for declaring an object as a target of a request.
PortletTargetAccessorFactory - Interface in com.ibm.portal.state.accessors.portlet
Factory providing methods to obtain write accessors that allow for including portlet target information into the state holder.
PortletTitleListener - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletURI - Class in com.ibm.portal.resolver.uri
Handles URIs of the format
PortletURI(URI, Identification) - Constructor for class com.ibm.portal.resolver.uri.PortletURI
Tokenizes the uri into the components that make up a portlet URI
PortletURI(URI, Identification, PocURIFactory) - Constructor for class com.ibm.portal.resolver.uri.PortletURI
Tokenizes the uri into the components that make up a portlet URI
PortletURI - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletURIAttributes - Class in com.ibm.portal.struts.common
The PortletURIAttributes class is used to specify attributes about the portlet URI that need to be created.
PortletURIAttributes() - Constructor for class com.ibm.portal.struts.common.PortletURIAttributes
Constructs the portlet URI attribute object.
PortletURIAttributes - Class in com.ibm.wps.struts.common
Deprecated.  
PortletURIAttributes() - Constructor for class com.ibm.wps.struts.common.PortletURIAttributes
Deprecated.  
PortletWindow - Interface in com.ibm.portal.portletmodel
Interface that represents a particular view on a portlet.
PortletWindow - Interface in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletWindow.State - Class in org.apache.jetspeed.portlet
Deprecated. The State class is a finite enumeration of the possible states that a window can assume.
PortletWindowList<T extends PortletWindow> - Interface in com.ibm.portal.portletmodel.admin
Model interface for a list of portlet windows.
PortletWindowStateParameterService - Interface in com.ibm.portal.state.service.parameters
Service for easily obtaining, setting and removing parameters for a portlet window in respect of a navigational state.
PortletWrapper - Class in com.ibm.wps.pb.wrapper
Deprecated. since 6.0.2 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PortletWrapper() - Constructor for class com.ibm.wps.pb.wrapper.PortletWrapper
Deprecated.  
postDelete(ObjectID) - Method in interface com.ibm.portal.app.component2.Lifecycle
This method is called after the application the component instance belongs to is deleted or after the component is removed from the application.
PostProcessorException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a post processor cannot perform its task properly.
PostProcessorException(PostProcessor) - Constructor for exception com.ibm.portal.state.exceptions.PostProcessorException
Initializes the exception with the postprocessor that caused it
PREDEFINED_ROLE_TYPES - Static variable in interface com.ibm.portal.ac.data.RoleType
Predefined role types that are available out of the box in portal.
PREDEFINED_SLOT_USER_JAAS_SUBJECT - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
This is the name of a predefined slot to store the transient JAAS credential.
PREDEFINED_SLOT_USER_JAAS_SUBJECT - Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. This is the name of a predefined slot to store the transient JAAS credential.
preDelete(ObjectID) - Method in interface com.ibm.portal.app.component2.Lifecycle
This method is called when the application the component instance belongs to is marked as deleted or when the component is removed from the application.
PREFIX - Static variable in class com.ibm.portal.struts.command.StrutsViewCommand
Request attribute name for the prefix.
PREFIX - Static variable in class com.ibm.portal.struts.plugins.PluginConstants
The prefix used on all other constants defined here
PREFIX - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The prefix used on all other constants defined here
PREFIX - Static variable in class com.ibm.wps.portlets.struts.plugins.PluginConstants
The prefix used on all other constants defined here.
PREFIX - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The prefix used on all other constants defined here
PREFIX - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Request attribute name for the module prefix.
prepareStyles() - Method in class com.ibm.struts.taglib.html.FileTag
This verion of prepareStyles supports the dir attribute
prepareStyles() - Method in class com.ibm.struts.taglib.html.PasswordTag
Prepares the style attributes, including the dir attribute, for inclusion in the component's HTML tag.
prepareStyles() - Method in class com.ibm.struts.taglib.html.SelectTag
This verion of prepareStyles supports the dir attribute
prepareStyles() - Method in class com.ibm.struts.taglib.html.TextareaTag
This verion of prepareStyles supports the dir attribute
prepareStyles() - Method in class com.ibm.struts.taglib.html.TextTag
This verion of prepareStyles supports the dir attribute
PreProcessor - Interface in com.ibm.portal.state
Performs validation on the state holder.
PreProcessorException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a preprocessor cannot perform its task properly.
PreProcessorException(PreProcessor) - Constructor for exception com.ibm.portal.state.exceptions.PreProcessorException
Initializes a preprocessor exception with the preprocessor that caused it
PreProcessorException(PreProcessor, Throwable) - Constructor for exception com.ibm.portal.state.exceptions.PreProcessorException
Initializes a preprocessor exception with the preprocessor that caused it
preserveCategories() - Method in interface com.ibm.portal.cp.rating.controller.RatingCreationContext
If a RatingCreationContext was created without specifying categories it is possible to preserve all categories that have been assigned to the rated resource.
preserveCategories() - Method in interface com.ibm.portal.cp.tagging.controller.TagCreationContext
If a TagCreationContext was created without specifying categories it is possible to preserve all categories that have been assigned to the tagged resource.
PREVIOUS - Static variable in class org.apache.jetspeed.portlet.Portlet.ModeModifier
Deprecated. The mode is changed to the previous one.
PREVIOUS_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go to previous" action.
PREVIOUS_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The key used for storing the previous mode state
PREVIOUS_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The key used for storing the previous mode.
PREVIOUS_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The key used for storing the previous mode state
PREVIOUS_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used for storing the previous mode.
PREVIOUS_PAGE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go to previous page" action.
preWiredActions() - Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
Deprecated.  
Principal - Interface in com.ibm.portal.um
Represents a general repository object.
PRINT_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "print" action.
printStackTrace() - Method in class org.apache.jetspeed.portlet.PortletException
Prints the stack trace of this exception to the standard error stream.
printStackTrace(PrintStream) - Method in class org.apache.jetspeed.portlet.PortletException
Prints the stack trace of this exception to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.apache.jetspeed.portlet.PortletException
Prints the stack trace of this exception to the specified print writer.
printStackTrace() - Method in class org.apache.jetspeed.portlet.UnavailableException
Deprecated. Prints the stack trace of this exception to the standard error stream.
printStackTrace(PrintStream) - Method in class org.apache.jetspeed.portlet.UnavailableException
Deprecated. Prints the stack trace of this exception to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.apache.jetspeed.portlet.UnavailableException
Deprecated. Prints the stack trace of this exception to the specified print writer.
PRIVILEGED_USER - Static variable in interface com.ibm.portal.ac.data.RoleType
The Privileged User role type represents all privileges necessary to view portal content, create private resources and to personalize existing shared resource, turning them into private ones
process(HttpServletRequest, HttpServletResponse, StateHolderController, LayoutControl, ContentPage) - Method in interface com.ibm.portal.state.PortletPreProcessor
Performs validation operations on the given state holder for the addressed layout control.
process(HttpServletRequest, HttpServletResponse, StateHolderController) - Method in interface com.ibm.portal.state.PreProcessor
Performs validation operations on the state holder.
processAction(ActionRequest, ActionResponse) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Called by the portlet container to allow the portlet to process an action request.
processAction(PortletRequest, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Deprecated.  
processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Ask the specified Action instance to handle this request.
processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Asks the specified Action instance to handle this request.
processActionPerformed(PortletRequest, PortletResponse) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
The processing for actionPerformed.
processActionPerformed(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
The processing for actionPerformed.
processContent(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Override the default function to do nothing since we set the content type elsewhere.
processException(HttpServletRequest, HttpServletResponse, Exception, ActionForm, ActionMapping) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
This implementation calls the super implementation.
processException(HttpServletRequest, HttpServletResponse, Exception, ActionForm, ActionMapping) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Calls the super implementation.
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
This implementation will process the ForwardConfig and then call doFoward.
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
Description from the Struts Tiles Request Processor.
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Processes the ForwardConfig and then calls doFoward.
PROCESSING_PHASE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Attribute name for processing phase.
PROCESSING_PHASE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Attribute name for processing phase.
ProcessingEventDefinition - Interface in com.ibm.portal.portletmodel
Interface for a communication target that is a JSR 286 event definition.
processingInstruction(String, String) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
processLocale(PortletRequest) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Sets the locale for Jakarta Struts in session to the locale obtained from the portlet request object.
processLocale(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Sets the locale to the locale obtained from the portlet request object.
processMapping(HttpServletRequest, HttpServletResponse, String) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Calls the super processMapping implementation.
processMapping(HttpServletRequest, HttpServletResponse, String) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Calls the super processMapping implementation.
processMultipart(HttpServletRequest) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
If this is a multipart request, wrap it with a special wrapper.
processMultipart(HttpServletRequest) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
If this is a multipart request, wrap it with a special wrapper.
processNewActionUri(String, PortletRequest, PortletResponse, ServletContext) - Static method in class com.ibm.portal.struts.portlet.WpRequestProcessor
This method will implement the necessary steps to simulate a forward to a Struts Action.
processNewActionUri(String, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Simulates a forward to a Struts action.
processNoCache(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
This method does not call the Struts Request Processor processNoCache implementation.
processNoCache(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
This method is overridden so that the Struts request processor processNoCache method is not called.
processor - Variable in exception com.ibm.portal.state.exceptions.PortletPreProcessorException
Preprocessor that caused the exception
processor - Variable in exception com.ibm.portal.state.exceptions.PostProcessorException
Reference to the postprocessor that caused the exception
processor - Variable in exception com.ibm.portal.state.exceptions.PreProcessorException
Preprocessor that caused the exception
processParameterName(String) - Method in interface com.ibm.portal.portlet.service.siteanalyzer.ParameterNamesProcessor
Returns the replacement name for the given parameter name.
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Calls the inherited processPopulate.
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Calls the inherited processPopulate.
processRoles(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
This method will call the super implementation for processing J2EE roles.
processRoles(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Calls the super implementation for processing J2EE roles.
processStrutsAction(PortletRequest, PortletResponse, String) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Calls the appropriate Struts request processor's process method for the specified Struts action.
processStrutsAction(PortletRequest, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Invokes the Struts request processor for the specified Struts action.
processTilesDefinition(String, boolean, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
Process a Tile definition name.
processUri(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Identify and return the path component from the request URI.
processUri(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Identifies and returns the path component from the request URI.
PromoteCommand - Interface in com.ibm.portal.sitemanagement.command
The PromoteCommand is responsible for transfering resources from published state into the live state.
PromoteCommand.Method - Enum in com.ibm.portal.sitemanagement.command
Method interface which describes promote method to use.
PROPERTIES - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "show object properties" action.
PROPERTIES_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "show object properties" action.
Property - Interface in com.ibm.portal.propertybroker.property
Encapsulates property information.
property(WebdavProperty) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavPropertyHandler
Called to indicate a property
Property - Interface in com.ibm.wps.pb.property
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PropertyBrokerContextPassingService - Interface in com.ibm.portal.propertybroker.service
An interface used to pass context information to portlets.
PropertyBrokerContextPassingService - Interface in com.ibm.wps.pb.service
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PropertyBrokerService - Interface in com.ibm.portal.propertybroker.service
The public interface provided by the Property Broker service.
PropertyBrokerService - Interface in com.ibm.wps.pb.service
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PropertyBrokerServiceException - Exception in com.ibm.portal.propertybroker.service
This is the root class for all exceptions thrown by the Property Broker service.
PropertyBrokerServiceException() - Constructor for exception com.ibm.portal.propertybroker.service.PropertyBrokerServiceException
Default constructor
PropertyBrokerServiceException(Throwable) - Constructor for exception com.ibm.portal.propertybroker.service.PropertyBrokerServiceException
Constructor that gives a detailed message
PropertyBrokerServiceException - Class in com.ibm.wps.pb.service
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PropertyBrokerServiceException(MessageCode) - Constructor for class com.ibm.wps.pb.service.PropertyBrokerServiceException
Deprecated.  
PropertyBrokerServiceException(MessageCode, Object[]) - Constructor for class com.ibm.wps.pb.service.PropertyBrokerServiceException
Deprecated.  
PropertyBrokerServiceException(MessageCode, Object[], Throwable) - Constructor for class com.ibm.wps.pb.service.PropertyBrokerServiceException
Deprecated.  
PropertyController - Interface in com.ibm.portal.propertybroker.property
Encapsulates setter methods used when initializing instances of Property.
PropertyException - Exception in com.ibm.portal.state.exceptions
Base exception for all error cases occuring when trying to initialize a class via a properties file.
PropertyException(String, Properties) - Constructor for exception com.ibm.portal.state.exceptions.PropertyException
Initializes the exception by specifying the property that is invalid
PropertyException(String, Properties, Throwable) - Constructor for exception com.ibm.portal.state.exceptions.PropertyException
Initializes the exception by specifying the property that is invalid
PropertyFactory - Interface in com.ibm.portal.propertybroker.service
An factory interface provided by the Property Broker.
PropertyFactory - Class in com.ibm.wps.pb.property
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PropertyFilterType - Class in com.ibm.portal.propertybroker.property
Typesafe enum pattern that encapsulates the property filter type.
PropertyFilterType(String) - Constructor for class com.ibm.portal.propertybroker.property.PropertyFilterType
Constructor that can only be used by this class or subclasses
PropertyListener - Interface in com.ibm.wps.pb.portlet
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PropertyValue - Interface in com.ibm.portal.propertybroker.property
Encapsulates a property with its value and an optional reason for change.
PropertyValue - Interface in com.ibm.wps.pb.property
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
PropertyValueChangeType - Class in com.ibm.portal.propertybroker.property
Typesafe enum pattern storing the possible reasons why a property value change was generated - e.g.
PropertyValueChangeType(String) - Constructor for class com.ibm.portal.propertybroker.property.PropertyValueChangeType
Constructor that can only be used by this class or subclasses
props - Variable in exception com.ibm.portal.state.exceptions.PropertyException
Property collection that contains the invalid property
PROTECTED_RESOURCE_INFO - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
ProtectedResource - Interface in com.ibm.portal.ac
A ProtectedResource represents any resource that is protected by Portal Access Control, e.g.
PSE_CATEGORY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PSE_COLLECTION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PSE_SOURCE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PSEUDO_RESPONSE - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The key used for storing the temporary HttpServletResponse used during actionPerformed processing
PSEUDO_RESPONSE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The key used for storing the temporary HttpServletResponse used during actionPerformed processing
PUBLIC_RENDER_PARAMETER - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_ALL_TAG - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the current selected community tag(s), may be set as a public render parameter.
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_CATEGORIES - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the current selected categories, may be set as a public render parameter.
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_COMMUNITY_TAG - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the current selected community tag(s), may be set as a public render parameter.
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_LATEST_TAG - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the current selected latest tag(s), may be set as a public render parameter.
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPRIVATE_TAG - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the current selected personal private tag(s), may be set as a public render parameter.
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_PERSONALPUBLIC_TAG - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the current selected personal public tag(s), may be set as a public render parameter.
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_SCHEMAS - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the current selected (type) schemas, may be set as a public render parameter.
PUBLIC_RENDER_PARAMETER_QNAME_SELECTED_TAG_MODE - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the mode of the selected tag names, i.
PUBLIC_RENDER_PARAMETER_QNAME_TAG_CLOUD_REDIRECT_VIEW - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the view of the tag cloud.
PUBLIC_RENDER_PARAMETER_QNAME_TAG_CLOUD_SETTINGS - Static variable in interface com.ibm.portal.cp.tagging.Constants
QName for the client side state of the tag cloud set as a public render parameter.
PublishCommand - Interface in com.ibm.portal.sitemanagement.command
The PublishCommand transfers the specified resource between two servers.
PublishingEventDefinition - Interface in com.ibm.portal.portletmodel
Interface for a communication source that is a JSR 286 event definition.
PumaAdminHome - Interface in com.ibm.portal.um
Deprecated. As of release 6.1, use PumaEnvironment.runUnrestricted(java.security.PrivilegedExceptionAction) instead: For executing a Puma Query without Puma enforcing access control (thus "as admin"), wrap your code into a PrivilegedExceptionAction and then use PumaEnvironment.runUnrestricted(PrivilegedExceptionAction) to execute the the query.
PumaAttributeException - Exception in com.ibm.portal.um.exceptions
The PumaAttributeException covers exceptions related to Attribute read/write operations.
PumaAttributeException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.PumaAttributeException
 
PumaController - Interface in com.ibm.portal.um
The PumaController provides functions to read and/or write attributes of com.ibm.portal.um.User,com.ibm.portal.um.Group objects.
An instance of this Interface can be retrieved by calling com.ibm.portal.um.PumaHome, com.ibm.portal.um.portletservice.PumaHome or com.ibm.portal.um.portletservice.legacy.PumaHome
PumaEnvironment - Interface in com.ibm.portal.um
The PumaEnvironment provides functions to access virtual principals and common properties of the User Management component.
PumaEnvironment.VirtualPrincipalNames - Enum in com.ibm.portal.um
This enumeration contains the identifiers of all available virtual principals.
PumaException - Exception in com.ibm.portal.um.exceptions
General top level exception for the com.ibm.wps.portal.um package.
PumaException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.PumaException
 
PumaException() - Constructor for exception com.ibm.portal.um.exceptions.PumaException
 
PumaHome - Interface in com.ibm.portal.um.portletservice.legacy
Deprecated.  
PumaHome - Interface in com.ibm.portal.um.portletservice
This Interface can be used to access the UserManagement component of WebSphere Portal
from a JSR 168 portlet.
PumaHome - Interface in com.ibm.portal.um
This Interface can be used to access the UserManagement component of WebSphere Portal
An instance can be retrieved using a JNDI lookup for the following JNDI name portal:service/usermanagement/Puma.
PumaLocator - Interface in com.ibm.portal.um
The PumaLocator provides functions to lookup com.ibm.portal.um.User and com.ibm.portal.um.Group objects.
An instance of this Interface can be retrieved by calling com.ibm.portal.um.PumaHome, com.ibm.portal.um.portletservice.PumaHome or com.ibm.portal.um.portletservice.legacy.PumaHome

Some of the search methods take a Map with pagingProperties.
PumaMissingAccessRightsException - Exception in com.ibm.portal.um.exceptions
The PumaMissingAccessRightsException is thrown whenever an action is executed without the necessary accessrights
PumaMissingAccessRightsException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.PumaMissingAccessRightsException
 
PumaModelException - Exception in com.ibm.portal.um.exceptions
The PumaModelException covers exceptions related to the User Model.
PumaModelException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.PumaModelException
 
PumaProfile - Interface in com.ibm.portal.um
The PumaProfile provides functions to read attribute of com.ibm.portal.um.User and com.ibm.portal.um.Group objects.
An instance of this Interface can be retrieved by calling the getPumaProfile() method exposed by the interfaces com.ibm.portal.um.PumaHome, com.ibm.portal.um.portletservice.PumaHome or com.ibm.portal.um.portletservice.legacy.PumaHome
PumaSystemException - Exception in com.ibm.portal.um.exceptions
The PumaSystemException covers exceptions related to the User Backend System.
PumaSystemException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.PumaSystemException
 
put(Object, Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Throws UnsupportedOperationException.
put(String, Object) - Method in interface com.ibm.policy.manager.Target
Set the value of an attribute in a Target.
put(K, V) - Method in interface com.ibm.portal.cache.Cache
Place an entry in the cache.
put(K, V, Object[]) - Method in interface com.ibm.portal.cache.DependencyCache
Place an entry in the cache.
put(E) - Method in interface com.ibm.portal.pool.ObjectPool
Returns an object previously fetched from this pool to the pool.
put(HttpServletRequest, Map) - Method in interface com.ibm.portal.struts.data.IUserConfigurationDataStore
Stores the given user configuration data in the data store.
put(HttpServletRequest, Map) - Method in class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
Store the given user configuration data in the data store.
put(HttpServletRequest, Map) - Method in interface com.ibm.struts.data.IUserConfigurationDataStore
Deprecated. Stores the given user configuration data in the data store.
put(HttpServletRequest, Map) - Method in class com.ibm.wps.portlets.struts.PortletDataUserConfigurationDataStore
Stores the given user configuration data in the data store.
putAll(Map) - Method in interface com.ibm.policy.manager.PolicyValueSet
Throws UnsupportedOperationException.
putAll(Collection<? extends E>) - Method in interface com.ibm.portal.pool.ObjectPool
Returns a batch of objects previously fetched from the pool
putNextEntry(MultipartStream.Entry) - Method in class com.ibm.portal.resolver.streams.MultipartOutputStream
Begins writing a new multipart file entry and positions the stream to the start of the entry data.

Q

QUERIED - Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
The property value change is being propagated as the value was obtained in a query
QUERY - Static variable in class com.ibm.portal.struts.command.StrutsViewJspCommand
Name of the request attribute for the query string.
QUERY - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Name of the request attribute for the query string.

R

Rating - Interface in com.ibm.portal.cp.rating
A rating, i.e.
RATING_MODEL_RATING_SPACE_ALL - Static variable in interface com.ibm.portal.cp.rating.Constants
URI for the complete rating space
RATING_MODEL_RATING_SPACE_EMPTY - Static variable in interface com.ibm.portal.cp.rating.Constants
URI for the empty rating space
RATING_MODEL_RATINGS_ALL - Static variable in interface com.ibm.portal.cp.rating.Constants
URI for the all ratings set
RATING_MODEL_RATINGS_EMPTY - Static variable in interface com.ibm.portal.cp.rating.Constants
URI for the empty rating set
RatingAverageCalculator - Interface in com.ibm.portal.cp.rating
A RatingAverageCalculator can be used in order to calculate the average value for given RatingSpaces or Ratings.
RatingAverageCalculatorProvider - Interface in com.ibm.portal.cp.rating
provides access to a RatingAverageCalculator implementation
RatingCreationContext<R> - Interface in com.ibm.portal.cp.rating.controller
CreationContext that exposes information common to all types of rating creation context interfaces.
RatingLocator<R extends Rating> - Interface in com.ibm.portal.cp.rating
The interface to find Ratings using different criteria
RatingModel<R extends Rating> - Interface in com.ibm.portal.cp.rating
RatingModel: Interface for a rating model.
RatingModelController<R extends Rating,M extends ModifiableRating> - Interface in com.ibm.portal.cp.rating
RatingModelController: the interface to control Ratings, e.g.
RatingModelControllerProvider - Interface in com.ibm.portal.cp.rating
Provider interface for rating model controllers.
RatingModelLocator<R extends Rating,S extends RatingSpace> - Interface in com.ibm.portal.cp.rating
Combines some locators for the TagModel
RatingSpaceLocator<R extends RatingSpace> - Interface in com.ibm.portal.cp.rating
The interface to find RatingSpaces using different criteria
read(InputStream, String) - Method in interface com.ibm.portal.resolver.data.ByteDataSink
Handles the data input and optionally returns a DataSource that represents the response
read(FormDataInputStream, String) - Method in interface com.ibm.portal.resolver.data.FormDataDataSink
Reads the given multipart form data input stream and based on this information generates a DataSource object that represents the response.
read(MultipartInputStream, String) - Method in interface com.ibm.portal.resolver.data.MultipartDataSink
Reads the given multipart input stream and based on this information generates a DataSource object that represents the response.
read(Writer) - Method in class com.ibm.portal.resolver.streams.FormDataInputStream.Entry
Reads the value of the field in the current characterset and copies it into the target writer.
read(Writer) - Method in class com.ibm.portal.resolver.streams.FormDataInputStream
Deprecated. use FormDataInputStream.Entry.read(Writer) instead
readInitParameters(ServletContext, PortletConfig, StrutsInfo) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Reads the init parameters for this portlet from the web deployment descriptor and performs the appropriate configuration.
readInitParameters(ServletContext, PortletConfig, WpsStrutsInfo) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Reads the init parameters for this portlet from the web deployment descriptor and performs the appropriate configuration.
readObjectID() - Method in interface com.ibm.portal.ObjectID.Deserializer
 
readResolve() - Method in class org.apache.jetspeed.portlet.Portlet.Mode
Deprecated. Returns a mode object representing the mode of this object
readResolve() - Method in class org.apache.jetspeed.portlet.Portlet.ModeModifier
Deprecated. Returns a mode modifier object representing the mode modifier of this object
readResolve() - Method in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated.  
readString() - Method in class com.ibm.portal.resolver.streams.FormDataInputStream.Entry
Reads the value of the field as a string
readString() - Method in class com.ibm.portal.resolver.streams.FormDataInputStream
Deprecated. use FormDataInputStream.Entry.readString() instead
RedirectDataSource - Interface in com.ibm.portal.resolver.data
Data source that allows to redirect to a different URL.
RedirectURLGenerator - Interface in com.ibm.portal.state
The Redirect URL Generator provides methods to create URLs pointing to pages or portlets.
RedirectURLGeneratorFactoryService - Interface in com.ibm.portal.portlet.service.state
The RedirectURLGeneratorFactoryService is a Java Portlet API portlet service that provides access to a RedirectURLGenerator instance.
referencesSystemCredential() - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Returns if this Vault Slot references a System Credential (i.e., every access maps to the same secret).
REFRESH - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "refresh" action.
REFRESH_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "refresh" action.
registerActions(PortletRequest, PortletSettings, Action[]) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Registers an array of Actions for a given portlet with the PropertyBrokerService.
registerBackupData(Object, String) - Method in interface com.ibm.portal.app.service.backup.StreamBackupService
This registers a data set during backup.
registerProperties(PortletRequest, PortletSettings, Property[]) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Registers the properties which are produced or consumed by the portlet.
registerRestoreData(Object, String) - Method in interface com.ibm.portal.app.service.backup.StreamBackupService
This requests a data set to be restored.
RELEASE - Static variable in interface com.ibm.portal.DatabaseDomainConstants
Constant for release domain
release() - Method in class com.ibm.portal.struts.logging.StrutsLogFactory
Release any internal references to previously created Log instances returned by this factory.
release() - Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
Release any internal references to previously created Log instances returned by this factory.
RELEASE_NUMBER - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Current release number.
RELEASE_NUMBER - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Current release number.
reload(Principal) - Method in interface com.ibm.portal.um.PumaProfile
Loads the content of the given Principal from the repository
RememberMeCookieService - Interface in com.ibm.portal.portletservice.rememberme
Portlet service for JSR compliant portlets to leverage the remember me cookie functionality of WebSphere Portal.
remove(Object) - Method in interface com.ibm.policy.manager.PolicyValueSet
Throws UnsupportedOperationException.
remove(String) - Method in interface com.ibm.policy.manager.Target
Remove an attribute from a Target
REMOVE - Static variable in interface com.ibm.portal.cp.tagging.Constants
The character -
REMOVE - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "remove" action.
remove(Node) - Method in interface com.ibm.portal.state.dom.DocumentController
Removes this node as the child of its current parent.
REMOVE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "remove" action.
REMOVE_ON_MODE_CHANGE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Attribute name to indicate that a command should be removed on a mode change.
REMOVE_ON_MODE_CHANGE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Attribute name to indicate that a command should be removed on a mode change.
removeAccessPrivilegeFromCommunityRole(CommunityRole, CommunityAccessPrivilege) - Method in interface com.ibm.portal.community.CommunityController
Method to remove permissions on a community role.
removeAllAttributes() - Method in interface org.apache.jetspeed.portlet.PortletData
Deprecated. deprecated since version 1.1
removeAllowedPortlet(ObjectID) - Method in interface com.ibm.portal.content.LayoutModelController
Removes the specified portlet from the list of allowed portlets for the last layer of the node
removeAllowedPortlets(Collection<ObjectID>) - Method in interface com.ibm.portal.content.LayoutModelController
Removes the specified portlets from the list of allowed portlets for the last layer of the node
removeAllowedPortlets() - Method in interface com.ibm.portal.content.LayoutModelController
Removes all allowed portlets for the last layer of the node.
removeAttribute(Node, String) - Method in interface com.ibm.portal.state.dom.DocumentController
Removes an attribute from a node.
removeAttribute(Object, List) - Static method in class com.ibm.portal.struts.command.StrutsViewCommand
Removes the attribute from the list.
removeAttribute(String) - Method in class com.ibm.portal.struts.logging.StrutsLogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(Object, List) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Removes the attribute from the list.
removeAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
Deprecated. Removes the attribute with the given name.
removeAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Removes the attribute with the given name.
removeAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletData
Deprecated. Removes the attribute with the given name.
removeAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Removes the attribute with the given name.
removeAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletSession
Deprecated. Removes the attribute with the given name.
removeAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletSettings
Deprecated. Removes the attribute with the given name.
removeAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewActionCommand
Removes the name of an attribute from the list of attribute names to save.
removeAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewCommand
Removes the name of an attribute from the list of attribute names to save.
removeAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
Remove the name of an attribute from the list of attribute names to save
removeAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Removes the name of an attribute from the list of attribute names to save.
removeAttributeNameToSave(String) - Static method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
Remove the name of an attribute from the list of attribute names to save
removeAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Removes the name of an attribute from the list of attribute names to save.
removeAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Removes the name of an attribute from the list of attribute names to save.
removeAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
Removes the name of an attribute from the list of attribute names to save.
removeAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Removes the name of an attribute from the list of attribute names to save.
removeAttributeNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
Removes the name of an attribute from the list of attribute names to save.
removeAttributes(Principal, List<String>) - Method in interface com.ibm.portal.um.PumaController
Removes the given attributes from the given Principal
The character encoding used as input for attribute key must match the encoding acceptable by the user store.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewActionCommand
Removes the class type of the request attribute from the list of attributes to save.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewCommand
Removes the class type of the request attribute from the list of attributes to save.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
Remove the class type of the request attribute from the list of attributes to save.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Removes the class type of the request attribute from the list of attributes to save.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
Remove the class type of the request attribute from the list of attributes to save.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Removes the class type of the request attribute from the list of attributes to save.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Removes the class type of the request attribute from the list of attributes to save.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
Removes the class type of the request attribute from the list of attributes to save.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Removes the class type of the request attribute from the list of attributes to save.
removeAttributeTypeToSave(Class) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
Removes the class type of the request attribute from the list of attributes to save.
removeCapabilities() - Method in interface com.ibm.portal.admin.ModifiableClient
Clears all capabilities.
removeCapability(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Removes a capability.
removeCategories() - Method in interface com.ibm.portal.cp.resources.ModifiableCustomResource
Clears all Categories.
removeCategory(String) - Method in interface com.ibm.portal.cp.resources.ModifiableCustomResource
Removes a category.
removeCommand(PortletRequest, PortletResponse, String) - Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
Remove the IViewCommand.
removeCommand(PortletRequest, PortletResponse, String) - Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
Removes the IViewCommand.
removeContentID(String, Identifiable) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Removes a content mapping identified by its contrent ID.
removeContentID(String) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Removes a content mapping identified by its content ID.
removeContentPath(String, Identifiable) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Removes a content mapping identified by its contrent path.
removeContentPath(String) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Removes a content mapping identified by its contrent path.
removeDescription(Locale) - Method in interface com.ibm.portal.ModifiableLocalized
Removes the description for the given locale.
removeDescriptions(Collection<Locale>) - Method in interface com.ibm.portal.ModifiableLocalized
Removes all descriptions for the Locales specified in the collection.
removeDescriptions() - Method in interface com.ibm.portal.ModifiableLocalized
Removes all descriptions.
removeDomainObjectFromCommunity(ObjectID, ObjectID) - Method in interface com.ibm.portal.community.CommunityController
removes a domain object (business component) from the community.
removeDomainRoleFromCommunityRole(CommunityRole, ObjectID) - Method in interface com.ibm.portal.community.CommunityController
removes a domain role from a community role.
The domain object (business component) will be notified that the members of this community role have been removed.
removeDomainRolesFromDomainObject(ObjectID, ObjectID, Set<ObjectID>) - Method in interface com.ibm.portal.community.CommunityController
removes domain roles from a domain object (business component).
removeFromFavorites(Set<ObjectID>) - Method in interface com.ibm.portal.app.service.ApplicationCatalogService
Removes the applications with the given ObjectIDs from the list of the caller's favorites.
removeFromGroup(Group, List<? extends Principal>) - Method in interface com.ibm.portal.um.PumaController
Removes the given Principals from the given Group
removeInheritanceBlockedRoleTypes(Collection<RoleType>) - Method in interface com.ibm.portal.ac.ManagedProtectedResourceController
Removes the given collection of role types from the set of role types that the resource blocks for inheritance (the resource will then inherit these role types from a parent resource).
removeInstance(String) - Method in interface com.ibm.portal.app.component.Lifecycle
Deprecated. Called when an instance of this component is destroyed.
removeLocale(Locale) - Method in interface com.ibm.portal.app.model.LocalizedControl
Remove title and description for a given locale.
removeLocale(Locale) - Method in interface com.ibm.portal.app.service.ApplicationService
Remove title and description for a given locale.
removeLocale(Locale) - Method in interface com.ibm.portal.app.service.TemplateService
Remove title and description for a given locale.
removeMarkup(Markup) - Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
Removes a markup.
removeMarkups() - Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
Clears all markups.
removeMemberFromCommunityRole(CommunityRole, Set<Principal>) - Method in interface com.ibm.portal.community.CommunityController
removes one or more members (user or group) from the given community role.
Domain objects (business components) from the community role are notified that the members have been removed.
removeMemberFromCommunityRoleOID(CommunityRole, Set<ObjectID>) - Method in interface com.ibm.portal.community.CommunityController
removes one or more members (user or group), identified through their ObjectID, from the given community role.
Domain objects (business components) from the community role are notified that the members have been removed.
removeMetaData(QName) - Method in interface com.ibm.portal.app.service.ApplicationService
Remove a meta-data entry from this application.
removeMetaData(QName) - Method in interface com.ibm.portal.app.service.BusinessComponentService
Remove a meta-data entry from this component.
removeName(String) - Method in interface com.ibm.portal.ModifiableMetaData
Removes the meta data identified with the specified name.
removeName(String) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Removes the preference identified with the specified name.
removeNames(Collection<String>) - Method in interface com.ibm.portal.ModifiableMetaData
Removes the meta data identified by the names specified in the collection.
removeNames() - Method in interface com.ibm.portal.ModifiableMetaData
Removes all meta data.
removeNames(Collection<String>) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Removes the preferences identified by the names specified in the collection.
removeNames() - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Removes all preferences.
removeNode(MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTreeTopologyCtrl
Deprecated. Removes a node from an in-memory tree.
removeObject(String) - Method in class com.ibm.portal.struts.common.ModuleContext
Removes the object stored by key and taking into account the previously saved module prefix.
removePage(ObjectID) - Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
Removes a page.
removeParameter(String) - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessorController
Removes all parameters for the given key
removeParameterNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Removes the name of a parameter from the list of parameter names to save.
removeParameterNameToSave(String) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Removes the name of an parameter from the list of parameter names to save.
removeParameters(StateHolderController, Collection<String>) - Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
Removes the given parameters from the given state.
removePortalRoleFromDomainRole(DomainRole, ObjectID, String) - Method in interface com.ibm.portal.community.CommunityController
removes a portal specific role from an existing domain role.
removePortlet(ObjectID) - Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
Removes a portlet.
removePortletTarget(StateHolderController) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Removes the target information from the given state.
removePortletTarget(HttpServletRequest) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
Removes the target information from the request-specific state.
removePreference(String) - Method in interface com.ibm.portal.app.service.ApplicationService
Remove a preference from this application.
removePreference(String) - Method in interface com.ibm.portal.app.service.BusinessComponentService
Remove a preference from this component.
removePrincipalsFromRole(RoleType, Collection<? extends Identifiable>) - Method in interface com.ibm.portal.ac.RoleDataController
Remove each member in the list of principals from the role.
removePropagationBlockedRoleTypes(Collection<RoleType>) - Method in interface com.ibm.portal.ac.ManagedProtectedResourceController
Removes the given collection of role types from the set of role types that the resource blocks for propagation (child resources will then inherit these role types).
removeRestorePoints(Set<ObjectID>) - Method in interface com.ibm.portal.app.service.ApplicationService
Remove the RestorePoints identified by the passed ObjectIDs
removeScreenTemplate(StateHolderController) - Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
Removes the screen template information from the given state.
removeScreenTemplate(Node, DocumentController) - Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
Removes the screen template information from the given document model.
removeSkinFromTheme(Skin, Theme) - Method in interface com.ibm.portal.admin.SkinListController
Remove a existing Skin from a existing theme.
removeSoloPortlet() - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
Removes the current portlet from solo state as well as the associated return selection information.
removeTitle(Locale) - Method in interface com.ibm.portal.ModifiableLocalized
Removes the title for the given locale.
removeTitles(Collection<Locale>) - Method in interface com.ibm.portal.ModifiableLocalized
Removes all titles for the Locales specified in the collection.
removeTitles() - Method in interface com.ibm.portal.ModifiableLocalized
Removes all titles.
RemoveUIElementException - Exception in com.ibm.portal.dynamicui
The RemoveUIElementException is thrown when an error occurs during the attempt to remove a transient UI element.
RemoveUIElementException() - Constructor for exception com.ibm.portal.dynamicui.RemoveUIElementException
Constructor.
RemoveUIElementException(Throwable) - Constructor for exception com.ibm.portal.dynamicui.RemoveUIElementException
Constructor.
removeVariable(String) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. Removes a transient variable of the concrete portlet.
rename(String, M) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavRenameableTreeModelController
Modifies the name of the modifiable item, i.e.
render(E) - Method in interface com.ibm.portal.content.LayoutModel
Deprecated. this method will be removed, the models do not actively write markup Renders the given node. The node is expected to be a part of this layout model.
render(StaticContentPage) - Method in interface com.ibm.portal.spa.renderer.StaticPageRenderer
Renders the given page.
render() - Method in interface com.ibm.portal.spa.renderer.StaticPageRenderer
Renders the current static page as returned by the navigation selection model
render() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
render() - Method in interface com.ibm.portal.theme.plugin.ThemeInclude
Renders the output for this contribution.
RENDER_PARAMETER - Static variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
This Parameter is bound as a portlet's render parameter.
RENDER_PHASE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Response phase.
RENDER_PHASE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
This value indicated response phase.
RenderAspect - Interface in com.ibm.portal.content
This interface represents aspects important for rendering elements of the containment model.
renderFormStartElement() - Method in class com.ibm.struts.taglib.html.FormTag
Generates the opening <form> element with appropriate attributes.
renderToken() - Method in class com.ibm.struts.taglib.html.FormTag
Generates a hidden input field with token information, if any.
repopulateRequest(RenderRequest) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Repopulates the given request from saved values.
repopulateRequest(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Repopulates the given request from saved values.
request - Variable in exception com.ibm.portal.state.accessors.exceptions.CannotRetrieveResourceUrlAccessorException
the request we tried to create the resource URL on
request - Variable in exception com.ibm.portal.state.accessors.exceptions.StateAccessorException
Servlet request that caused the exception
request - Variable in exception com.ibm.portal.state.exceptions.UrlInputMediatorException
Servlet request that could not be decoded
request - Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
the current request
REQUEST_ATTRIBUTE - Static variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
This Parameter is bound as a portlet's request attribute.
REQUEST_CLIENT_PROFILE - Static variable in class com.ibm.portal.portlet.Constants
Attribute that allows to retrieve the CCPP client profile from a portlet request.
REQUEST_HAS_INVISIBLE_PREFERENCES - Static variable in class com.ibm.portal.portlet.Constants
Request property indicating that the most specifc data layer for the current portlet preferences associated with this request are hidden, because the validation failed during construction of the preferences.
REQUEST_PARAMETER - Static variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
This Parameter is bound as a portlet's request parameter.
REQUEST_PHASE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Request phase.
REQUEST_PHASE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
This value indicates request phase.
REQUESTED - Static variable in class org.apache.jetspeed.portlet.Portlet.ModeModifier
Deprecated. The mode is changed as requested.
requiresAuthentication() - Method in interface com.ibm.portal.services.contentmapping.LongestPathMatch
Checks if the current user should be challenged to log-in to portal.
requiresPOST() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
 
requiresPOST() - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
requiresPOST() - Method in interface com.ibm.portal.theme.plugin.ThemeLinkItem
If the URL is an action, it should be rendered as a FORM POST instead of the usual GET.
reset() - Method in interface com.ibm.portal.pool.ObjectPool
Clears the internal state of the pool.
reset() - Method in interface com.ibm.portal.resolver.atom.AtomDateParser
initializes the parser to parse a new date
RESET - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "reset" action.
reset() - Method in class com.ibm.portal.streaming.json.JsonParserOutputStream
Reinitialize the parsing process
reset() - Method in class com.ibm.portal.streaming.json.JsonParserWriter
Reinitialize the parsing process
RESET_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "reset" action.
ResettableAtomContentHandler - Interface in com.ibm.portal.resolver.atom
Extension of AtomContentHandler that allows to builds processing chains of these handlers.
ResettableAtomContentHandlerAdapter - Class in com.ibm.portal.resolver.atom.helper
Base class that can be used for chains of atom content handlers.
ResettableAtomContentHandlerAdapter(ResettableAtomContentHandler) - Constructor for class com.ibm.portal.resolver.atom.helper.ResettableAtomContentHandlerAdapter
 
ResettableAtomPublishingContentHandler - Interface in com.ibm.portal.resolver.atom
Extension of AtomPublishingContentHandler that allows to builds processing chains of these handlers.
ResettableAtomThreadingContentHandler - Interface in com.ibm.portal.resolver.atom
Extension of AtomThreadingContentHandler that allows to builds processing chains of these handlers.
ResettableContentHandler - Interface in com.ibm.portal.resolver.xml
Extension of ContentHandler that allows to build content handler chains.
ResettableContentHandlerAdapter - Class in com.ibm.portal.resolver.xml.helper
Base class for elements of a ResettableContentHandler chain that simply delegates all method calls to the next element in the chain .
ResettableContentHandlerAdapter(ResettableContentHandler) - Constructor for class com.ibm.portal.resolver.xml.helper.ResettableContentHandlerAdapter
Initialize the chain
ResettableHttpContentHandler - Interface in com.ibm.portal.resolver.http.xml
 
ResettableIWidgetContentHandler - Interface in com.ibm.portal.resolver.iwidget.xml
Extension of IWidgetContentHandler that allows to builds processing chains of these handlers.
ResettableMashupSitemapContentHandler - Interface in com.ibm.portal.resolver.mashup
 
ResettableOpenSearchContentHandler - Interface in com.ibm.portal.resolver.opensearch
 
ResettableWebdavContentHandler - Interface in com.ibm.portal.resolver.webdav
 
RESIZING - Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated.  
ResolutionException - Exception in com.ibm.portal.resolver.exceptions
Baseclass for the exceptions that can occur during the resolution process
ResolutionException() - Constructor for exception com.ibm.portal.resolver.exceptions.ResolutionException
Default exception without a cause
ResolutionException(Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.ResolutionException
Exception that contains a root cause
ResolutionService - Interface in com.ibm.portal.resolver
Service that allows to resolve a URI to navigational state in the context of WebSphere Portal.
resolve(Object) - Method in interface com.ibm.portal.ModelController
Resolves the specified node of the model to its most recent representation.
resolve(URI, Map<String, String[]>, Context) - Method in interface com.ibm.portal.resolver.cai.BusinessComponentService
Locates the page and the portlet window that match the set of input parameters.
resolve(URI, Map<String, String[]>, Context) - Method in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
 
resolve(SelectionResult, String) - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
Convenience method that converts the complete path string into a SelectionResult.
resolve(SelectionResult, String, int, int) - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
Converts from a path to a list of ObjectID of selections
resolve(Resolved, URI, String, Map<String, String[]>, Set<Binding>, Context) - Method in class com.ibm.portal.resolver.helper.CORResolutionService
 
resolve(Resolved, URI, String, Map<String, String[]>, Set<Binding>, Context) - Method in interface com.ibm.portal.resolver.ResolutionService
Performs the resolution of the URI into navigational state by modifying the content of the resolved bean.
resolve(URI, String, Map<String, String[]>) - Method in interface com.ibm.portal.resolver.service.ActionPocService
Performs state resolution in the scope of the current request.
resolve(StateHolderController, URI, String, Map<String, String[]>) - Method in interface com.ibm.portal.resolver.service.PocService
Performs state resolution in the scope of the current request.
resolve(String) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Response
Resolves a URI relative to the base URI
resolve(URI) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Response
Resolves a URI relative to the base URI
resolve(String) - Method in interface com.ibm.portal.resolver.xml.URIResolver
Resolves a (relative) URI reference into a full URI.
resolve(String) - Method in interface com.ibm.portal.resolver.xml.URLResolver
Resolves a (relative) URL reference into a full URL.
resolve(Node) - Method in interface com.ibm.portal.state.dom.DocumentController
Resolves a node of the document model to the reference of this very node that is the least recent.
Resolved - Interface in com.ibm.portal.resolver
Identification of the result of the resolution process.
ResolvedUrlAccessFactory - Interface in com.ibm.portal.state.accessors.url
The ResolvedUrlAccessFactory provides means to create EngineURL objects based on alias names to predefined URLs.
RESOLVER_EXTENSION_POINT - Static variable in interface com.ibm.portal.resolver.Constants
Name of the init parameter in the portlet.xml that identifies the portlet specific resolver.
ResolverContentHandler - Interface in com.ibm.portal.resolver.xml
Content handler filter that dispatches to a target content handler and that can use the context of the events floating over it to perform context sensitive URL resolution.
ResolverXMLFilter - Interface in com.ibm.portal.resolver.xml
XML filter that produces XML elements and that can use the context of the events floating over it to perform context sensitive URL resolution.
Resource - Interface in com.ibm.portal.cp.resources
A resource, i.e.
RESOURCE_MODEL_ALL - Static variable in interface com.ibm.portal.cp.resources.Constants
URI for the all resources
RESOURCE_MODEL_EMPTY - Static variable in interface com.ibm.portal.cp.resources.Constants
URI for the empty set of resources
RESOURCE_TYPE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
ResourceBuilderException - Exception in com.ibm.portal.cp.resources.builder
Exception that can be thrown if errors occur within the com.ibm.portal.cp.resources.filter.ResourceFilter or com.ibm.portal.cp.resources.filter.ResourceFilterProvider.
ResourceBuilderException() - Constructor for exception com.ibm.portal.cp.resources.builder.ResourceBuilderException
Empty constructor
ResourceBuilderException(Throwable) - Constructor for exception com.ibm.portal.cp.resources.builder.ResourceBuilderException
Initializes the exception with the reason of the exception.
ResourceBundleProvider - Interface in com.ibm.portal.model
Allows to load a resource bundle when the set of supported localed for the bundle is known.
ResourceDeletedException - Exception in com.ibm.portal.resolver.exceptions
A resource has been deleted
ResourceDeletedException() - Constructor for exception com.ibm.portal.resolver.exceptions.ResourceDeletedException
 
ResourceDeletedException(Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.ResourceDeletedException
 
ResourceLocator<T> - Interface in com.ibm.portal.cp
Generic locator that allows to search for nodes by a referenced ObjectID, e.
ResourceLocator - Interface in com.ibm.portal.services.contentmapping
This interface can be used for searching portal resources based on existing content mappings.
ResourceLookupException - Exception in com.ibm.portal.dynamicui
The ResourceLookupException is thrown in cases where a resource reference cannot be resolved.
ResourceLookupException() - Constructor for exception com.ibm.portal.dynamicui.ResourceLookupException
Constructor.
ResourceLookupException(Throwable) - Constructor for exception com.ibm.portal.dynamicui.ResourceLookupException
Constructor.
ResourceModel<R extends Resource> - Interface in com.ibm.portal.cp.resources
ResourceModel: Interface for a resource model.
ResourceModelController<R extends Resource,M extends ModifiableResource> - Interface in com.ibm.portal.cp.resources
Controller for creating and updating resources.
ResourceModelControllerProvider - Interface in com.ibm.portal.cp.resources
Provides resource model controllers
ResourceModelLocator<R extends Resource> - Interface in com.ibm.portal.cp.resources
Locator for looking up Resources using different criteria.
ResourceNotFoundException - Exception in com.ibm.portal.resolver.exceptions
A particular resource could not be located
ResourceNotFoundException() - Constructor for exception com.ibm.portal.resolver.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.ResourceNotFoundException
 
ResourceNotFoundException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which sould be thrown if a resouce was not found.
ResourceNotFoundException(String, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
Thrown if the resource could not be found.
ResourceNotFoundException(String) - Constructor for exception com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
Thrown if the resource could not be found.
ResourceType - Class in com.ibm.portal
Deprecated. Use com.ibm.portal.ObjectType, com.ibm.portal.ObjectTypeConstants and com.ibm.portal.services.Identification instead
ResourceType(int, String) - Constructor for class com.ibm.portal.ResourceType
Deprecated.  
ResourceURLAccessor - Interface in com.ibm.portal.state.accessors.url
Create a URL object that points to a portal resource.
ResourceUrlException - Exception in com.ibm.portal.state.accessors.exceptions
Base exception related to resource URL handling.
ResourceUrlException() - Constructor for exception com.ibm.portal.state.accessors.exceptions.ResourceUrlException
Initializes this exception.
ResourceUrlException(Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.ResourceUrlException
Initializes this exception.
response - Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
the current response
RESPONSE_REQUIRES_WSRP_REWRITING - Static variable in class com.ibm.portal.portlet.Constants
Response property indicating that the content returned with a MimeResponse contains WSRP rewrite expressions and thus requires WSRP URL rewriting.
restore(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationService
Restore the application from a given restore point
RESTORE_POINT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
restoreData(InputStream, String, String) - Method in interface com.ibm.portal.app.service.backup.StreamBackupServiceClient
This is called by the StreamBackupService to allow the business component to read the stored data back in.
RestorePoint - Interface in com.ibm.portal.app.model
Identifies a specific backed up snapshot of an application.
RestorePoint.State - Enum in com.ibm.portal.app.model
The state the backup of an application can have.
RESULTS_PER_PAGE - Static variable in interface com.ibm.portal.um.PumaLocator
Use this property to set the page size when performing a paged search.
resume(ContentModelController, ContentModelControllerResumeService.Memento) - Method in interface com.ibm.portal.model.controller.ContentModelControllerResumeService
Resumes a content model controller using the given content model controller and specified memento.
retainAllowedPortlets(Collection<ObjectID>) - Method in interface com.ibm.portal.content.LayoutModelController
Retains the specified portlets of the list of allowed portlets for the last layer of the node
retainDescriptions(Collection<Locale>) - Method in interface com.ibm.portal.ModifiableLocalized
Retains descriptions for the Locales specified in the collection.
retainNames(Collection<String>) - Method in interface com.ibm.portal.ModifiableMetaData
Retains only the meta data identified by the names specified in the collection.
retainNames(Collection<String>) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Retains only the preferences identified by the names specified in the collection.
retainTitles(Collection<Locale>) - Method in interface com.ibm.portal.ModifiableLocalized
Retains titles for the Locales specified in the collection.
retrieveProtectedResourceOID(String) - Method in interface com.ibm.portal.community.CommunityObjectFactory
retrieves the portal ObjectID of a protected resource that has been stored in the portal JCR data storage.
RETURN_URL - Static variable in class com.ibm.portal.struts.common.PortletApiUtils
Deprecated.  
RETURN_URL - Static variable in class com.ibm.portal.struts.common.PortletURIAttributes
The return URL.
Reusable - Interface in com.ibm.portal.theme.plugin
Tags an implementation as "reusable".
RIGHT - Static variable in class com.ibm.portal.content.Direction
 
Role - Interface in com.ibm.portal.ac.data
A Role object models a set of privileges on a resource and is therefore a tupel of a RoleType and a resource, for example MANAGER@TestPortlet.
ROLE_INSTANCE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
RoleAssignment - Interface in com.ibm.portal.ac.data
A RoleAssigment models the mapping of a Principal to a Role.
RoleData - Interface in com.ibm.portal.ac
The RoleData interface provides read access to the role data of a single resource.
RoleDataController - Interface in com.ibm.portal.ac
The RoleDataController provides write access to the role mappings of a protected resource.
RoleDataProvider - Interface in com.ibm.portal.ac
An object implementing this interface indicates that it provides Access Control related information using the RoleData interface.
RoleType - Interface in com.ibm.portal.ac.data
A Role Type represents privilege(s) necessary to perform particular sensitive operations.
rollback() - Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
Cleans up when a problem occurs during request processing.
rollback() - Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
Cleans up when a problem occurs during request processing.
runInDelegationMode(PrivilegedExceptionAction) - Method in interface com.ibm.portal.services.contentmapping.GlobalContentMappingDelegationService
Executes the given action in delegation mode.
RuntimeClientListLocator<T extends java.lang.Object & Client> - Interface in com.ibm.portal.admin.runtime
Locator to find a client based on the user-agent string
RuntimeContext - Interface in com.ibm.portal.runtime
The runtime context provides information during the lifetime of one request.
RuntimeLocator<E> - Interface in com.ibm.portal.runtime
Runtime-aware version of Locator.
runUnrestricted(PrivilegedExceptionAction<T>) - Method in interface com.ibm.portal.um.PumaEnvironment
Executes the code provided by PrivilegedExceptionAction without executing Access Control filtering in the PUMA layer.

S

s_namescopeForm - Static variable in class com.ibm.portal.struts.common.PortletApiUtils
Indicator of whether or not to namescope the form name.
s_namescopeInputName - Static variable in class com.ibm.portal.struts.common.PortletApiUtils
Indicator of whether or not to namescope the name attribute of the input element.
SAVE - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "save" action.
SAVE_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "save" action.
saveAsAttribute(String, Object) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Saves the given named object for later restoral as an attribute for when the command is executed.
saveAsAttribute(String, Object) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Saves the given named object for later retrieval as an attribute for when the command is executed.
saveAsParameter(String, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Saves the given named object for later retrieval as an parameter for when the command is executed.
saveAttribute(PortletRequest, String) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Saves the given request attribute for later restoral when the command is executed.
saveAttribute(HttpServletRequest, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Saves the given request attribute for later retrieval when the command is executed.
saveAttributes(PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewActionCommand
Saves the attributes specific to action rendering.
saveAttributes(PortletRequest, ViewCommandExecutionContext, List, List) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Saves attributes from the request by name for later restoral when the command is executed.
saveAttributes(PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Saves attributes from the request by name for later restoral when the command is executed.
saveAttributes(PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
Save the attributes specific to ErrorResponseInfo rendering.
saveAttributes(PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Saves the attributes specific to JSP rendering.
saveAttributes(PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
Save the attributes specific to JSP rendering.
saveAttributes(PortletRequest, ViewCommandExecutionContext) - Method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
Save the attributes specific to Tiles rendering.
saveAttributes(HttpServletRequest, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Saves the attributes specific to JSP rendering.
saveAttributes(HttpServletRequest, ViewCommandExecutionContext, List, List) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Saves attributes from the request by name for later retrieval when the command is executed.
saveAttributes(HttpServletRequest, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Saves attributes from the request by name for later retrieval when the command is executed.
saveAttributes(HttpServletRequest, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
Saves the attributes specific to the ErrorResponseInfo rendering.
saveAttributes(HttpServletRequest, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Saves the attributes related to JSP rendering.
saveAttributes(HttpServletRequest, ViewCommandExecutionContext) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
Saves the attributes related to Tiles rendering.
saveCommand(PortletRequest, PortletResponse) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Saves the current command using the Command Manager Factory.
saveCommand(PortletRequest, PortletResponse, String) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Saves the current command using the Command Manager Factory.
saveCommand(HttpServletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Saves the current command using the Command Manager Factory.
saveCommand(HttpServletRequest, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Saves the current command using the Command Manager Factory.
saveParameter(HttpServletRequest, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Saves the given request parameter for later retrieval when the command is executed.
saveParameters(HttpServletRequest, ViewCommandExecutionContext, List) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Saves parameters from the request by name for later retrieval when the command is executed.
saveWelcomeFileCommand(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Saves the Welcome File Command.
SAXIOException - Exception in com.ibm.portal.resolver.xml.exception
 
SAXIOException(SAXException) - Constructor for exception com.ibm.portal.resolver.xml.exception.SAXIOException
Initializes the IOException with the root cause
SAXTransformerException - Exception in com.ibm.portal.resolver.xml.exception
 
SAXTransformerException(SAXException) - Constructor for exception com.ibm.portal.resolver.xml.exception.SAXTransformerException
Initializes the IOException with the root cause
SC_BAD_REQUEST - Static variable in interface com.ibm.portal.resolver.exceptions.Constants
 
SC_DEFAULT - Static variable in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
default status code
SC_DEFAULT - Static variable in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
 
SC_GONE - Static variable in interface com.ibm.portal.resolver.exceptions.Constants
 
SC_INTERNAL_SERVER_ERROR - Static variable in interface com.ibm.portal.resolver.exceptions.Constants
 
SC_NOT_FOUND - Static variable in interface com.ibm.portal.resolver.exceptions.Constants
 
SC_REQUEST_TIMEOUT - Static variable in interface com.ibm.portal.resolver.exceptions.Constants
 
SC_SERVICE_UNAVAILABLE - Static variable in interface com.ibm.portal.resolver.exceptions.Constants
 
SC_UNAUTHORIZED - Static variable in interface com.ibm.portal.resolver.exceptions.Constants
 
SC_UNDEFINED - Static variable in interface com.ibm.portal.resolver.data.StatusCodeDataSource
Special status code that indicates that the data source does not want to specify the status code but relies on the default computation.
SCHEME_ADMIN_PAGE - Static variable in interface com.ibm.portal.resolver.admin.Constants
scheme name that addresses a particular admin page by its key
SCHEME_BUSINESS_COMPONENT - Static variable in interface com.ibm.portal.resolver.cai.Constants
URI scheme for business component URIs
SCHEME_CAI - Static variable in interface com.ibm.portal.resolver.cai.Constants
URI scheme for CAI URIs
SCHEME_CAI_OLD - Static variable in interface com.ibm.portal.resolver.cai.Constants
old URI scheme for CAI URIs
SCHEME_CATALOG - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_COLLECTION - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_COMMUNITY - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_DATA - Static variable in class com.ibm.portal.resolver.data.DataURI
 
SCHEME_DEPLOY - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_DEPLOY_WIDGET - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_FRAGMENT - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_ID - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_MESSAGE - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_NAVIGATION - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_PORTLET - Static variable in interface com.ibm.portal.resolver.Constants
Name of the URI scheme for portlet URIs, e.g.
SCHEME_RATING_MODEL - Static variable in interface com.ibm.portal.cp.CpSchemeConstants
The scheme of the rating model.
SCHEME_REDIRECT - Static variable in interface com.ibm.portal.resolver.Constants
Name of the URI scheme for redirect URIs
SCHEME_RESOURCE - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_RESOURCE_MODEL - Static variable in interface com.ibm.portal.cp.CpSchemeConstants
The scheme of the resource model.
SCHEME_SPA_URI - Static variable in interface com.ibm.portal.spa.data.Constants
URI scheme to address a file inside a ZIP at a page *
SCHEME_TAG_MODEL - Static variable in interface com.ibm.portal.cp.CpSchemeConstants
The scheme of the tag model.
SCHEME_THEME - Static variable in interface com.ibm.portal.mmi.Constants
 
SCHEME_USER - Static variable in interface com.ibm.portal.cp.CpSchemeConstants
The scheme of the user model-view, no reference to an actual user model.
SCHEME_ZIP_URI - Static variable in interface com.ibm.portal.spa.data.Constants
URI scheme to address a file inside a ZIP *
Scope - Enum in com.ibm.portal.cp
The Scope enumeration describes the visibility and type of collaboration of tag spaces or rating spaces.
SCOPE_ALL - Static variable in interface com.ibm.portal.services.url.UrlResourceServiceConstants
SCOPE_ALL sets the scope of the operation to the entire configuration repository.
SCOPE_CELL - Static variable in interface com.ibm.portal.services.url.UrlResourceServiceConstants
SCOPE_CELL sets the scope of the operation to the cell.
SCOPE_GLOBAL - Static variable in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. The portlet-dependent tree will not change until the portlet is either deleted from the page, or the corresponding portlet application is updated or re-installed.
SCOPE_NODE - Static variable in interface com.ibm.portal.services.url.UrlResourceServiceConstants
SCOPE_NODE sets the scope of the operation to the local node where this Portal Server instance is running.
SCOPE_REQUEST - Static variable in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. The menu tree of the portlet is user-specific and changes are reflected from request to request
SCOPE_SERVER - Static variable in interface com.ibm.portal.services.url.UrlResourceServiceConstants
SCOPE_SERVER sets the scope of the operation to the local Portal Server instance.
SCOPE_SESSION - Static variable in interface com.ibm.wps.portlet.menu.MenuNode
Deprecated. The tree is user-specific and the tree will not change as long as the user is logged in.
ScreenTemplateAccessor - Interface in com.ibm.portal.state.accessors.screentemplate
This accessor allows to read the screen template of the requested portal page.
ScreenTemplateAccessorController - Interface in com.ibm.portal.state.accessors.screentemplate
This accessor provides read-write access to the screen template.
ScreenTemplateAccessorFactory - Interface in com.ibm.portal.state.accessors.screentemplate
Factory interface providing accessors that allow for reading as well as writing screen template information from /to a given state holder or document model.
A screen template is a name for a screen used to generate parts of a portal page during portal rendering.
WebSphere Portal provides a set of default screen templates including "Home" (default), "Login", and "Error".
SEARCH - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "search" action.
SEARCH_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "search" action.
SearchableListModel<T> - Interface in com.ibm.portal
A list model on whose elements can be searched with the Locator mechanism.
SearchableListModelController<T,M extends Modifiable> - Interface in com.ibm.portal
This interface provides a controller for searchable list models.
SearchableTreeModel<E> - Interface in com.ibm.portal
A tree model on whose elements can be searched with the Locator mechanism.
SearchableTreeModelController<T,M extends Modifiable> - Interface in com.ibm.portal
This interface provides a controller for searchable tree models.
searchGroupByName(String) - Method in interface com.ibm.portal.um.PumaLocator
Returns a list of Groups that have a name that matches the given name.
searchGroupByName(String, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaLocator
Returns a list of Groups that have a name that matches the given name.
searchUserByName(String) - Method in interface com.ibm.portal.um.PumaLocator
Returns a list of Users that have a name that matches the given name.
searchUserByName(String, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaLocator
Returns a list of Users that have a name that matches the given name.
secret - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
Deprecated.  
secret - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
Deprecated.  
secret - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
Deprecated.  
secret - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
Deprecated.  
secret - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
Deprecated.  
secret - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
Deprecated.  
secret - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
Deprecated.  
secret - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
Deprecated.  
SECRET_TYPE_BYTEARRAY - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
The secret is given in the form of a byte array
SECRET_TYPE_BYTEARRAY - Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. The user's secret is in binary form.
SECRET_TYPE_JAAS_SUBJECT - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
The secret is given in the form of a Jaas Subject
SECRET_TYPE_JAAS_SUBJECT - Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. The user's secret is a JAAS Subject.
SECRET_TYPE_JAVA_OBJECT - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
The secret is a Java Object
SECRET_TYPE_JAVA_OBJECT - Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. The user's secret is a java object.
SECRET_TYPE_NO_SECRET_DATA - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Type for credential objects that do not contain a secret.
SECRET_TYPE_NO_SECRET_DATA - Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Type for credential objects that do not contain a secret.
SECRET_TYPE_UNDEFINED - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Used only for the super class CredentialSecret of the secret classes as Secret Type, do not use this for creating Slots
SECRET_TYPE_UNDEFINED - Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Used only for the super class CredentialSecret of the secret classes as secret type.
SECRET_TYPE_USERID_STRING_PASSWORD_STRING - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
The secret type is userid / password
SECRET_TYPE_USERID_STRING_PASSWORD_STRING - Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. The user's secret is a userid/password pair.
SecretTypeNotSupportedException - Exception in com.ibm.portal.portlet.service.credentialvault
Exception that is thrown when a particular Vault implementation cannot handle a specific Secret Type, as defined in the CredentialVaultService class.
SecretTypeNotSupportedException(int) - Constructor for exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
Constructs a SecretTypeNotSupported exception.
SecretTypeNotSupportedException(int, Throwable) - Constructor for exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
Constructs a SecretTypeNotSupportedException exception.
SecretTypeNotSupportedException(int, String) - Constructor for exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
Constructor.
SecretTypeNotSupportedException(int, String, Throwable) - Constructor for exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
Constructor.
SECURITY_ADMIN - Static variable in interface com.ibm.portal.ac.data.RoleType
This role type contains the privileges that are needed to grant a role to another principal.
SecurityException - Exception in com.ibm.portal.security.exceptions
Root exception class for all security related exceptions.
SecurityException(Throwable) - Constructor for exception com.ibm.portal.security.exceptions.SecurityException
Initializes the exception with the reason of the exception.
SecurityException() - Constructor for exception com.ibm.portal.security.exceptions.SecurityException
Empty constructor.
SecurityException(MessageCode, Object[]) - Constructor for exception com.ibm.portal.security.exceptions.SecurityException
Initializes the exception with a message code and the corresponding arguments
SecurityFilter - Interface in com.ibm.portal.security
Generic interface for a security related filter that provides two methods SecurityFilter.init(SecurityFilterConfig) and SecurityFilter.destroy().
SecurityFilterConfig - Interface in com.ibm.portal.security
This interface defines a generic configuration object for the initialization of a security filter.
SecurityFilterInitException - Exception in com.ibm.portal.security.exceptions
Generic exception that is thrown if the initialization of a security filter fails in an unrecoverable way.
SecurityFilterInitException(Throwable) - Constructor for exception com.ibm.portal.security.exceptions.SecurityFilterInitException
Initializes the exception with the reason of the exception.
SecurityFilterInitException() - Constructor for exception com.ibm.portal.security.exceptions.SecurityFilterInitException
Empty constructor.
SelectionAccessor - Interface in com.ibm.portal.state.accessors.selection
Read-only interface to the current selection model.
SelectionAccessorController - Interface in com.ibm.portal.state.accessors.selection
Interface providing read and write access to selection information stored within the state holder.
SelectionAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case of errors when accessing selection information via a SelectionAccessor.
SelectionAccessorException(SelectionAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
Initializes the exception with the accessor that caused the exception
SelectionAccessorException(SelectionAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
Initializes the exception with the accessor that caused the exception.
SelectionAccessorFactory - Interface in com.ibm.portal.state.accessors.selection
Factory that provides read-only as well as read-write accessors to selection information.
SelectionMappingInvalidException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case that a given ObjectID of a navigation node cannot be mapped to a target ObjectID.
SelectionMappingInvalidException(ObjectID, SelectionAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.SelectionMappingInvalidException
 
SelectionMappingInvalidException(ObjectID, SelectionAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.SelectionMappingInvalidException
 
SelectionModel<T> - Interface in com.ibm.portal.navigation
A list model representing a selection in a tree.
SelectionResult - Interface in com.ibm.portal.resolver.friendly
Captures the result of the friendly selection resolution process.
SelectTag - Class in com.ibm.struts.taglib.html
This class is a simple extension of the Struts select tag to adding the dir attribute.
SelectTag() - Constructor for class com.ibm.struts.taglib.html.SelectTag
Construct a new instance of this tag.
send(String, PortletMessage, PortletRequest) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. since Version 1.1
send(String, PortletMessage) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Sends the given message to all portlets in the same portlet application on the same page that have the given name.
send(String, DefaultPortletMessage) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Sends the given message to all portlets on the same page that have the given name regardless of the portlet application.
sendError(PortletRequest, int, String) - Method in class com.ibm.portal.struts.action.StrutsAction
Sends an error response to the client using the specified status code and descriptive message.
sendError(ActionRequest, int, String) - Method in class com.ibm.portal.struts.action.StrutsAction
Sends an error response to the client using the specified status code and descriptive message.
sendError(RenderRequest, int, String) - Method in class com.ibm.portal.struts.action.StrutsAction
Sends an error response to the client using the specified status code and descriptive message.
sendError(PortletRequest, int) - Method in class com.ibm.portal.struts.action.StrutsAction
Sends an error response to the client using the specified status.
sendError(ActionRequest, int) - Method in class com.ibm.portal.struts.action.StrutsAction
Sends an error response to the client using the specified status.
sendError(RenderRequest, int) - Method in class com.ibm.portal.struts.action.StrutsAction
Sends an error response to the client using the specified status.
sendError(PortletRequest, int, String) - Method in class com.ibm.wps.struts.action.StrutsAction
Sends an error response to the client using the specified status code and descriptive message.
sendError(PortletRequest, int) - Method in class com.ibm.wps.struts.action.StrutsAction
Sends an error response to the client using the specified status.
Sensor - Interface in com.ibm.portal.app.component
Deprecated. Please use Sensor instead.
Sensor - Interface in com.ibm.portal.app.component2
Sensor is one of the Application Component Interfaces, implemented by an application component.
SensorData - Interface in com.ibm.portal.app.model
Sensor data represents component specific usage statistics like used storage size, last access time and creation time.
SensorDataConstants - Class in com.ibm.portal.app.model
Encapsulates constant sensor data names to be used with SensorData objects.
SensorDataConstants() - Constructor for class com.ibm.portal.app.model.SensorDataConstants
 
Serializable - Interface in com.ibm.portal.app.component
Deprecated. Please use Serializable instead.
Serializable - Interface in com.ibm.portal.app.component2
Serializable enables a component handler to take part in Templating, Backup/Restore and Synchronization with a remote client.
SerializableObject - Static variable in class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
String prefixed to the String value of the serializable object stored in PortletPreferences.
SerializationException - Exception in com.ibm.portal.serialize
General superclass for exceptions that can be thrown by individual serializer or deserializer implementations.
SerializationException(Throwable) - Constructor for exception com.ibm.portal.serialize.SerializationException
Default constructor
SerializationException() - Constructor for exception com.ibm.portal.serialize.SerializationException
Default constructor
SerializationType - Class in com.ibm.portal.app.component2
This class exposes all possible serialization types the component can distinguish if it implements the interface Serializable.
serialize(Result, Map<String, Object>) - Method in interface com.ibm.portal.app.service.ApplicationService
Serialize this application to a passed Result.
serialize(ObjectID) - Method in interface com.ibm.portal.identification.Identification
Serializes ObjectID instances into their String representation.
In order to revert the resulting String back to the corresponding ObjectID instance use Identification.deserialize(java.lang.String).
serializeAsTemplate(Localized, ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationService
Serialize the application as a new template.
serializeAsTemplate(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationService
Serialize the application into an existing template.
serializeInstance(String) - Method in interface com.ibm.portal.app.component.Externalizable
Deprecated. This method is called to serialize the business component instance.
serializeInstance(String, String, String, Map) - Method in interface com.ibm.portal.app.component.Serializable
Deprecated. This method is called to serialize the business component instance.
serializeInstance(ObjectID, SerializationType, Map<String, Object>) - Method in interface com.ibm.portal.app.component2.Serializable
This method is called to serialize the business component instance based on the specified serialization type.
Serializer - Interface in com.ibm.portal.serialize
Marker interface for serializers.
serializeToTemplate(String, Writer) - Method in interface com.ibm.portal.app.component.Templatable
Deprecated. Writes a description of this component instance to a Writer.
serializeWithDatabaseDomain(ObjectID) - Method in interface com.ibm.portal.identification.Identification
Serializes ObjectID instances into their String representation.
In order to revert the resulting String back to the corresponding ObjectID instance use deserialize.
This method also includes information about the database domain, where the corresponding object is located, into the result String.
SERVER_INFO - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
ServerContext - Interface in com.ibm.portal.state.accessors.url
Abstraction of the configuration required for server context information.
ServerContextProvider - Interface in com.ibm.portal.state.accessors.url
Provides access to the ServerContext
serveResource() - Method in interface com.ibm.portal.resolver.service.PortletResourcePocService
Implements the ResourceServingPortlet#serveResource(javax.portlet.ResourceRequest, javax.portlet.ResourceResponse) method for a request that contains the POC URI as the resourceID.
service - Variable in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
name of the service that could not be located
service(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
Deprecated. This method is used internally to invoke the portlet as a servlet.
SERVICE - Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated. Represents the service method of the Portlet Interface.
service(PortletRequest, PortletResponse) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated. Called by the portlet container to ask this portlet to generate its markup using the given request/response pair.
service(ServletRequest, ServletResponse) - Method in class org.apache.jetspeed.portlet.Portlet
Deprecated.  
service(PortletRequest, PortletResponse) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. The default implementation of this method routes the request to a set of helper methods that are already split out by portlet mode.
ServiceNotFoundException - Exception in com.ibm.portal.resolver.exceptions
A service required during the resolution process could not be found
ServiceNotFoundException(String) - Constructor for exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
Initializes the exception and identifies the service that could not be found
ServiceNotFoundException(String, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
Initializes the exception and identifies the service that could not be found
SERVLET_DEFINITION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
ServletContext - Interface in com.ibm.portal.resolver
Extension of the COR context for use in a servlet.
SESSION_ATTRIBUTE - Static variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
This Parameter is bound as a portlet's session attribute.
SESSION_STATE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The key used for storing the session state.
SESSION_STATE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used for storing the session state.
SessionCommandManagerFactoryPlugin - Class in com.ibm.portal.struts.plugins
SessionCommandManagerFactoryPlugin initializes and finalizes the SessionCommandManagerFactory for a Struts Portlet.
SessionCommandManagerFactoryPlugin() - Constructor for class com.ibm.portal.struts.plugins.SessionCommandManagerFactoryPlugin
 
SessionCommandManagerFactoryPlugin - Class in com.ibm.wps.portlets.struts.plugins
SessionCommandManagerFactoryPlugin initializes and finalizes the CommandManagerFactory for a Struts portlet.
SessionCommandManagerFactoryPlugin() - Constructor for class com.ibm.wps.portlets.struts.plugins.SessionCommandManagerFactoryPlugin
 
sessionPrincipalString - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
Deprecated.  
SessionTimeOutException - Exception in com.ibm.portal.auth.exceptions
This exception is thrown when the user trying to log in did not log out the last time he accessed Portal.
SessionTimeOutException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.SessionTimeOutException
Initializes the exception with the reason of the exception.
SessionTimeoutFilter - Interface in com.ibm.portal.auth
This interface can be implemented to realize a custom element in the filter chain for the Portal session timeout.
SessionTimeoutFilterChain - Interface in com.ibm.portal.auth
This interface is used to call the next element in the session timeout filter chain.
SessionValidationException - Exception in com.ibm.portal.auth.exceptions
Base exception for all session validation exceptions.
SessionValidationException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.SessionValidationException
Initializes the exception with the reason of the exception.
SessionValidationFilter - Interface in com.ibm.portal.auth
This interface can be implemented to realize a custom element in the filter chain for session validation in Portal.
SessionValidationFilterChain - Interface in com.ibm.portal.auth
This interface is used to call the next element in the session validation filter chain.
SET_LAST_MODIFIED - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Attribute name to indicate the last modified time should be set.
setAction(String, MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
Deprecated. Defines the action associated with the tree node.
setActionInvocationMetaData(String) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets additional metadata which may be used to invoke targets.
setActionNameParameter(String) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets the parameter that should be used as a key to determine the action name.
setActionReference(String) - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
Deprecated. Sets the action reference given by the portlet.
setActionTarget(HttpServletRequest, ObjectID) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead.
setActionTarget(HttpServletRequest, String) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, String) instead.
setActionTarget(ObjectID) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead.
setActionTarget(String) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, String) instead.
setActive(boolean) - Method in interface com.ibm.portal.ModifiableActiveFlag
Sets the active flag value.
setActive(boolean) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Sets the Credential Slot's active/passive flag.
setActive(boolean) - Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorController
Inverts the flag if necessary.
setActiveOnStartup(boolean) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Sets the activeOnStartup parameter for this action.
setAddressable(Addressable) - Method in interface com.ibm.portal.resolver.PocURL
Associates the URI and parameters of the addressable object
setAll(Localized) - Method in interface com.ibm.portal.ModifiableLocalized
Sets all titles and descriptions found in the specified Localized instance.
setAllPortletsAllowedFlag(boolean) - Method in interface com.ibm.portal.content.LayoutModelController
Sets the AllPortletsAllowed flag value.
setArchiveLock(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Specify whether the application is locked because a archive is running.
setAtomContentHandler(AtomContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReader
Allow an application to register an ATOM content event handler.
setAtomContentHandler(AtomContentHandler) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
setAtomContentHandler(AtomContentHandler) - Method in class com.ibm.portal.resolver.atom.helper.ResettableAtomContentHandlerAdapter
 
setAtomContentHandler(AtomContentHandler) - Method in interface com.ibm.portal.resolver.atom.ResettableAtomContentHandler
Assign a new ATOM content handler that this handler will reroute its events onto.
setAtomPublishingContentHandler(AtomPublishingContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingXMLReader
Allow an application to register an ATOM content event handler.
setAtomPublishingContentHandler(AtomPublishingContentHandler) - Method in interface com.ibm.portal.resolver.atom.ResettableAtomPublishingContentHandler
Assign a new ATOM content handler that this handler will reroute its events onto.
setAtomThreadingContentHandler(AtomThreadingContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomThreadingXMLReader
Allow an application to register an ATOM content event handler.
setAtomThreadingContentHandler(AtomThreadingContentHandler) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
 
setAtomThreadingContentHandler(AtomThreadingContentHandler) - Method in interface com.ibm.portal.resolver.atom.ResettableAtomThreadingContentHandler
Assign a new atom threading content handler that this handler will reroute its events onto.
setAttribute(String, Object) - Method in class com.ibm.portal.struts.logging.StrutsLogFactory
Set the configuration attribute with the specified name.
setAttribute(Object) - Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
The attribute that is passed to the message listener on the WpsStrutsPortlet.
setAttribute(String, Object) - Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
Set the configuration attribute with the specified name.
setAttribute(Object) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
Sets an attribute that can be passed to the WpsStrutsPortlet.
setAttribute(String, String) - Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
Deprecated. Sets the attribute with the given name and value.
setAttribute(String, Object) - Method in interface org.apache.jetspeed.portlet.PortletContext
Deprecated. Associates an attribute with the given name and value with this context.
setAttribute(String, Object) - Method in interface org.apache.jetspeed.portlet.PortletData
Deprecated. Sets the attribute with the given name and value.
setAttribute(String, Object) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Associates an attribute with the given name and value with this request.
setAttribute(String, Object) - Method in interface org.apache.jetspeed.portlet.PortletSession
Deprecated. Associates an attribute with the given name and value with this session.
setAttribute(String, String) - Method in interface org.apache.jetspeed.portlet.PortletSettings
Deprecated. Sets the attribute with the given name and value.
setAttribute(String, Object) - Method in interface org.apache.jetspeed.portlet.User
Sets the value of the attribute.
setAttributes(Node, Attributes) - Method in interface com.ibm.portal.state.dom.DocumentController
Overrides all attributes of a node with new values
setAttributes(Principal, Map<String, ?>) - Method in interface com.ibm.portal.um.PumaController
Sets the given Attributes at the given Principal.
setBackupEnabled(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Specify whether backup is enabled for this application.
setBackupLock(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Specify whether the application is locked because a backup is running.
setBaseURI(URI) - Method in interface com.ibm.portal.resolver.xml.URIResolver
sets the base URI for the resolution process
setBaseURL(URL) - Method in interface com.ibm.portal.resolver.xml.URLResolver
sets the base URL for the resolution process
setBeautify(boolean) - Method in class com.ibm.wps.engine.tags.StateSerializeTag
Setter for the beautify attribute.
setBinding(Binding) - Method in interface com.ibm.portal.resolver.Resolved
Sets the requested binding.
setBindingType(ParameterBindingType) - Method in interface com.ibm.portal.propertybroker.property.ParameterController
Set where the parameter is bound.
setBookmarkable(boolean) - Method in interface com.ibm.portal.content.ModifiableBookmarkableFlag
Sets the bookmarkable flag value.
setBoundTo(String) - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Set where the parameter is bound.
setCharset(Charset) - Method in interface com.ibm.portal.resolver.xml.StreamContentHandler
Assigns the characterset used for the output
setCheck(Constants.AccessCheck, Principal) - Method in interface com.ibm.portal.state.accesscheck.CheckedEngineURL
Specifies that a special access check will be performed before the URL is generated.
setClassname(String) - Method in interface com.ibm.portal.propertybroker.property.PropertyController
Sets the class used to hold the Property value.
setClassname(String) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Sets the name of the java class encapsulating the property value.
setClient(Client) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
Sets the client to be wrapped
setCommand(PortletRequest, PortletResponse, IViewCommand) - Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
Set the IViewCommand.
setCommand(PortletRequest, PortletResponse, IViewCommand, String) - Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
Set the IViewCommand.
setCommand(PortletRequest, PortletResponse, IViewCommand) - Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
Sets the IViewCommand.
setCommand(PortletRequest, PortletResponse, IViewCommand, String) - Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
Sets the IViewCommand.
setCommonsLogFactory() - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Previously used to set a commons logger using the System property.
setCommonsLogFactory() - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Deprecated. The LogFactory implementation class is set in commons-logging.properties.
setConcretePortletName(String) - Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
Sets the concrete portlet name for an additional level of filtering.
setConcretePortletName(String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
Allows specifying the concrete portlet name for an additional level of filtering.
setConstantParameters(Map) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets additional constant parameters associated with the Action, by way of name, value entries in a Map.
setConstantParameters(Map) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Sets constant parameters associated with the Action, by way of name, value entries in a Map.
setContentHandler(ContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingXMLReader
Allow an application to register a default ContentHandler that receives the ATOM events in the form of standard SAX events.
setContentHandler(ContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomThreadingXMLReader
Allow an application to register a default ContentHandler that receives the ATOM events in the form of standard SAX events.
setContentHandler(ContentHandler) - Method in interface com.ibm.portal.resolver.atom.AtomXMLReader
Allow an application to register a default ContentHandler that receives the ATOM events in the form of standard SAX events.
setContentHandler(ContentHandler) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
setContentHandler(ContentHandler) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
 
setContentHandler(ContentHandler) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
setContentHandler(ContentHandler) - Method in class com.ibm.portal.resolver.xml.helper.ResettableContentHandlerAdapter
 
setContentType(ContentType) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Associates the mime-type of the data
setContentType(PortletRequest) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Sets the content type.
setContentType(PortletRequest, String) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Sets the content type associated with this command.
setContext(RuleContext) - Method in interface com.ibm.policy.manager.Target
Set the rule context for this Target
setContextPath(String) - Method in class com.ibm.portal.struts.portlet.StrutsInfo
Set the context path associated with this Servlet
setCredentialSecretBinary(String, byte[], PortletRequest) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Sets a credential's binary secret on a given slot.
setCredentialSecretBinary(String, byte[], PortletRequest) - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Sets a credential's binary secret on a given slot.
setCredentialSecretUserPassword(String, String, char[], PortletRequest) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
Sets a credential's user/password secret on a given slot.
setCredentialSecretUserPassword(String, String, char[], PortletRequest) - Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
Deprecated. Sets a credential's user/password secret on a given slot.
setDataSourceHandler(DataSourceHandler) - Method in interface com.ibm.portal.resolver.data.URIParser
Assigns a content handler that receives a callback for the DataSource that is actually parsed.
setDateHeader(String, Date) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Adds a new date header and formats the date automatically according to the specification
setDateHeader(String, long) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Adds a new date header and formats the date automatically according to the specification
setDateHeader(String, long) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Sets a response header with the given name and date-value.
setDefault() - Method in interface com.ibm.portal.admin.ModifiableDecoration
Sets the current decoration as the default decoration.
setDefaultByContentID(String, boolean) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Sets the default content flag for an existing mapping identified by its content ID.
setDefaultByContentPath(String, boolean) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Sets the default content flag for an existing mapping identified by its content path.
setDefaultLocale(Locale) - Method in interface com.ibm.portal.admin.ModifiableDecoration
Sets the given locale as the default locale of this decoration.
setDefaultPortletActionName(String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Sets the name of the portlet action for a Struts PortletURI.
SetDefaultRedirectException - Exception in com.ibm.portal.dynamicui
The SetDefaultRedirectException is thrown when an error occurs during the attempt to set the default redirect page for a dynamic ui management configuration.
SetDefaultRedirectException() - Constructor for exception com.ibm.portal.dynamicui.SetDefaultRedirectException
Constructor.
SetDefaultRedirectException(Throwable) - Constructor for exception com.ibm.portal.dynamicui.SetDefaultRedirectException
Constructor.
setDefaultRedirectPage(ActionRequest, ActionResponse, String, ObjectID) - Method in interface com.ibm.portal.portlet.service.dynamicui.DynamicUIManagementFactoryService
Sets the default redirect page for this DynamicUIManagement instance that should be used in the case that the currently selected page is closed and there are no other dynamic pages.
setDefaultSkinforTheme(Skin, Theme) - Method in interface com.ibm.portal.admin.SkinListController
Set a Skin to default skin of a theme.
setDefaultSkinObjectID(ObjectID) - Method in interface com.ibm.portal.admin.ModifiableTheme
Sets the given ObjectID as the default skin for this (modifiable) theme.
setDefaultValue(String) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Sets a default value for this property.
setDelegatingByContentID(String, boolean, Identifiable) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Sets the access control delegation flag for an existing mapping identified by its content ID.
setDelegatingByContentID(String, boolean) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Sets the access control delegation flag for an existing mapping identified by its content ID.
setDelegatingByContentPath(String, boolean, Identifiable) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Sets the access control delegation flag for an existing mapping identified by its content path.
setDelegatingByContentPath(String, boolean) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Sets the access control delegation flag for an existing mapping identified by its content path.
setDeletableFlag(T, boolean) - Method in interface com.ibm.portal.content.LayoutModelController
Sets the deletable flag value.
setDescription(Locale, String) - Method in interface com.ibm.portal.app.model.LocalizedControl
Set the description for the specified Locale.
setDescription(Locale, String) - Method in interface com.ibm.portal.app.service.TemplateService
Set the description for the specified locale.
setDescription(Locale, String) - Method in interface com.ibm.portal.ModifiableLocalized
Sets the description for the given locale.
setDescription(String, Locale) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets a localized description for this action.
setDescription(String, Locale) - Method in interface com.ibm.portal.propertybroker.property.ParameterController
Set a string containing a description of the parameter.
setDescription(String, Locale) - Method in interface com.ibm.portal.propertybroker.property.PropertyController
Sets a localized description for this property.
setDescription(String) - Method in interface com.ibm.wps.pb.property.Action
Deprecated.  
setDescription(String) - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated.  
setDescription(String) - Method in interface com.ibm.wps.pb.property.Property
Deprecated.  
setDescriptionKey(String) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Sets the key for the description.
setDescriptionKey(String) - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Set the key for the description.
setDescriptionKey(String) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Sets the key used for retrieving the localized description.
setDescriptions(Localized) - Method in interface com.ibm.portal.ModifiableLocalized
Sets the descriptions specified with the Localized.
setDigest(String) - Method in interface com.ibm.portal.resolver.PocURL
Associates a digest with the POC URL.
setDir(String) - Method in class com.ibm.struts.taglib.html.FileTag
Set the dir value
setDir(String) - Method in class com.ibm.struts.taglib.html.PasswordTag
Sets the dir value.
setDir(String) - Method in class com.ibm.struts.taglib.html.SelectTag
Set the dir value
setDir(String) - Method in class com.ibm.struts.taglib.html.TextareaTag
Set the dir value
setDir(String) - Method in class com.ibm.struts.taglib.html.TextTag
Set the dir value
setDirection(Direction) - Method in interface com.ibm.portal.propertybroker.property.PropertyController
Sets the direction of this property, i.e, whether it is produced or consumed.
setDirection(Direction) - Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorController
Sets the direction in which the portlet should be moved.
setDirection(int) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Sets the direction of this property, i.e, whether it is produced or consumed.
setDocumentLocator(Locator) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
setEntry(MultipartStream.Entry) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Copies the data from the entry
setErrorHandler(ErrorHandler) - Method in interface com.ibm.portal.spa.parser.LocalizationParserFactory
Replaces the handler that decides how exceptions are processed
setErrorHandler(ErrorHandler) - Method in interface com.ibm.portal.spa.parser.SkinURIParser
Replaces the handler that decides how exceptions are processed
setErrorHandler(ErrorHandler) - Method in interface com.ibm.portal.spa.parser.StaticPageParser
Replaces the handler that decides how exceptions are processed
setErrorHandler(ErrorHandler) - Method in interface com.ibm.portal.spa.parser.ThemeDataSourceParser
Replaces the handler that decides how exceptions are processed
setErrorHandler(ErrorHandler) - Method in interface com.ibm.portal.spa.parser.ThemeParser
Replaces the handler that decides how exceptions are processed
setErrorHandler(ErrorHandler) - Method in interface com.ibm.portal.spa.parser.ThemeParserFactory
Replaces the handler that decides how exceptions are processed
setErrorHandler(ErrorHandler) - Method in interface com.ibm.portal.spa.parser.ThemeURIParser
Replaces the handler that decides how exceptions are processed
setErrorInfo(PortletRequest, ErrorResponseInfo) - Method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
Set the error response info object
setErrorResponse(PortletRequest, int) - Static method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
This method is used to set an error code.
setErrorResponse(PortletRequest, int, String) - Static method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
This method is used to set an error code and error text.
setErrorResponse(HttpServletRequest, int) - Static method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
Sets an error code.
setErrorResponse(HttpServletRequest, int, String) - Static method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
Sets an error code and error text.
setEscapeForJavascript(boolean) - Method in class com.ibm.wps.engine.tags.StateSerializeTag
Setter for the escapeForJavascript attribute.
setExpansionState(ObjectID, boolean) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
Deprecated. since 6.0, use method setToggled(ObjectID) instead
setExpansionState(String, boolean) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
Deprecated. since 6.0, use method setToggled(String) instead
setExpansionState(ListModel, boolean) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
Deprecated. since 6.0, use method setToggled(ObjectID) instead
setFactory(ServletContext, CommandManagerFactory) - Static method in class com.ibm.portal.struts.plugins.CommandManagerFactory
Set a new CommandManagerFactory object.
setFactory(ModuleContext, ViewCommandFactory) - Static method in class com.ibm.portal.struts.plugins.ViewCommandFactory
Set a new ViewCommandFactory object
setFactory(ServletContext, CommandManagerFactory) - Static method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
Sets a new CommandManagerFactory object.
setFactory(ModuleContext, ViewCommandFactory) - Static method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Sets a new ViewCommandFactory object.
setFamilyName(String) - Method in interface org.apache.jetspeed.portlet.User
Sets the user's family name (aka last name).
setFeature(String, boolean) - Method in interface com.ibm.portal.resolver.xml.XMLPropertyProvider
Set the value of a feature flag.
setFocusTimeout(String) - Method in class com.ibm.struts.taglib.html.FormTag
 
setFolderID(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationService
Set the ObjectID of the folder this application should be located in.
setFolderID(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateService
Moves the template into the specified folder.
setFriendlyPath(String) - Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
 
setFriendlyPath(String) - Method in interface com.ibm.portal.resolver.friendly.SelectionResult
Assigns the friendly path.
setGenerateMarkup(boolean) - Method in class com.ibm.struts.taglib.html.FormTag
Set whether or not to generate markup.
setGivenName(String) - Method in interface org.apache.jetspeed.portlet.User
Sets the user's given name (aka first name).
setHeader(Header) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Adds this header via the Header interface
setHeader(String, String) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Sets the specified header
setHeader(String, String) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Sets a response header with the given name and value.
setHelp(Locale, String) - Method in interface com.ibm.portal.app.model.ParameterControl
Set the help text for the given locale.
setHierarchy(boolean) - Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommand
Specifies if hierarchy has to be handled as well.
setHttpContentHandler(HttpContentHandler) - Method in interface com.ibm.portal.resolver.http.xml.ResettableHttpContentHandler
Assign a new atom threading content handler that this handler will reroute its events onto.
setId(String) - Method in class com.ibm.policy.manager.MapRequestContext
Set the unique identifier after the fact.
setImmediateSwitch(boolean) - Method in interface com.ibm.portal.wire.ModifiableWire
Sets the immediate switch flag for this wire.
setInfiniteDepth(boolean) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
Assigns the infinite depth flag.
setInformation(Locale, String, String, MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
Deprecated. Sets title and descriptionof a menu tree node in a specific locale.
setInheritanceBlockedRoleTypes(Collection<RoleType>) - Method in interface com.ibm.portal.ac.ManagedProtectedResourceController
Set the list of role types that the resource blocks for inheritance (the resource will not inherit these role types from a parent resource).
setInitializationData(IConfigurationElement, String, Object) - Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
 
setInitializationData(IConfigurationElement, String, Object) - Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
 
setInitializationData(IConfigurationElement, String, Object) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
 
setInitializationData(IConfigurationElement, String, Object) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
 
setInitializationData(IConfigurationElement, String, Object) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
setInitializationData(IConfigurationElement, String, Object) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
 
setInitializationData(IConfigurationElement, String, Object) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeTextItem
 
setInitiallyActive(boolean) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets if the action is initially active when the owning object (such as a portlet) is active or if it needs to be programmatically activated for each session.
setInstance(CreationContextBuilderFactory) - Static method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
Initializes the factory with the given instance.
setInstance(PortletApiUtils) - Static method in class com.ibm.wps.struts.common.PortletApiUtils
Deprecated.  
setIntHeader(String, int) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Adds a new header and formats the integer value.
setIntHeader(String, int) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Sets a response header with the given name and integer value.
setInvocableOnMultipleMatch(boolean) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Sets the parameter used to specify whether the action can be invoked in the event multiple matching actions are available for invocation on the portlet.
setInvokeIfMultipleActionsActive(boolean) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets if this action should be invoked when other actions on the portlet are simultaneously active due to multiple wires being simultaneously triggered.
setInvokeOnMultipleMatch(boolean) - Method in interface com.ibm.wps.pb.property.Action
Deprecated.  
setJndiName(String) - Method in interface com.ibm.portal.app.service.BusinessComponentService
Set the JNDI name of this component.
setJsonContentHandler(JsonContentHandler) - Method in class com.ibm.portal.streaming.json.JsonParserOutputStream
Associates the JsonContentHandler that receives the events of the parsing process
setJsonContentHandler(JsonContentHandler) - Method in class com.ibm.portal.streaming.json.JsonParserWriter
Associates the JsonContentHandler that receives the events of the parsing process
setJSONHandler(JSONHandler) - Method in interface com.ibm.portal.streaming.json.JSONReader
Allow an application to register a json event handler.
setLastModified(PortletRequest, long) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Sets the last modified time.
setLayoutModelID(ObjectID) - Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorController
Sets the ObjectID of the layout model (aka portal page) that contains the portlet to be deleted.
setLayoutModelID(ObjectID) - Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorController
Sets the ObjectID of the layout model (aka portal page) that contains the portlet to be moved.
setLegacyID(String) - Method in interface com.ibm.portal.app.service.BusinessComponentService
Set the JNDI name of this component.
setLength(int) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorController
Sets the maximum number of navigation tabs which may be displayed in the navigation pane all at once.
setLocale(Locale) - Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorController
Sets the given locale as the locale of the state information.
setLocalizationInfo(String, PortletContext, Locale[]) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. This data is used to retrieve internationalized versions of the title and description.
setLocalizationInfo(String, PortletContext, Locale[]) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. This data is used to retrieve internationalized versions of the title and description.
setLockScope(DefaultWebdavContentHandler.LockScope) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
Sets the scope of this lock
setLockToken(URI) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
Assigns the lock token that identifies the lock
setLockType(DefaultWebdavContentHandler.LockType) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
Assigns the type of the lock
setManufacturer(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Sets the client's manufacturer String.
setMarkup(Markup) - Method in interface com.ibm.portal.admin.ModifiableClient
Sets the client's markup.
setMarkupVersion(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Sets the client's markup version.
setMashupSitemapContentHandler(MashupSitemapContentHandler) - Method in interface com.ibm.portal.resolver.mashup.ResettableMashupSitemapContentHandler
Assign a new atom threading content handler that this handler will reroute its events onto.
setMessage(String) - Method in class org.apache.jetspeed.portlet.DefaultPortletMessage
Deprecated. Sets the message string for this message
setMetaData(QName, String) - Method in interface com.ibm.portal.app.service.ApplicationService
Set a meta-data entry for this application.
setMetaData(QName, String) - Method in interface com.ibm.portal.app.service.BusinessComponentService
Set a meta-data entry for this component.
setMode(String) - Method in interface com.ibm.portal.resolver.PocURL
Associates a mode with the URI.
setModel(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Sets the client's model specification.
setModeModifier(Portlet.ModeModifier) - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
 
setModeModifier(Portlet.ModeModifier) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Deprecated. Defines which portlet mode is shown next.
setModifiableFlag(T, boolean) - Method in interface com.ibm.portal.content.LayoutModelController
Sets the modifiable flag value.
setModuleContext(ModuleContext) - Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
Set the ModuleContext
setModuleContext(ModuleContext) - Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
Sets the ModuleContext.
setName(String) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets the name of the action.
setName(String) - Method in interface com.ibm.portal.propertybroker.property.PropertyController
Sets the name of the property.
setName(String) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Sets the name of the action.
setName(String) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Sets the name of the property.
setNamescopeForm(boolean) - Static method in class com.ibm.portal.struts.common.PortletApiUtils
Turns namescoping of forms on or off, default is on.
setNamespace(String) - Method in interface com.ibm.portal.propertybroker.property.PropertyController
Sets the namespace of the property.
setNamespace(String) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Sets the namespace of the property.
setNextResource(Identifiable) - Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
Sets the reference to the next resource
setNextResource(String) - Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
Sets the reference to the next resource
setNickName(String) - Method in interface org.apache.jetspeed.portlet.User
Sets the user's nickname.
setNodes(List<ObjectID>) - Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
 
setNodes(List<ObjectID>) - Method in interface com.ibm.portal.resolver.friendly.SelectionResult
assign the result list
setObjectID(ObjectID) - Method in interface com.ibm.portal.app.model.FolderControl
Set the ObjectID of for this Folder to use during its lifetime.
setObjectID(ObjectID) - Method in interface com.ibm.portal.app.model.ParameterControl
Set the resources ObjectID.
setOpenSearchContentHandler(OpenSearchContentHandler) - Method in interface com.ibm.portal.resolver.opensearch.ResettableOpenSearchContentHandler
Assign a new atom threading content handler that this handler will reroute its events onto.
setOrdinal(int) - Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
 
setOutputProperties(Properties) - Method in interface com.ibm.portal.resolver.xml.StreamContentHandler
Assigns a new set of properties.
setOutputProperty(String, String) - Method in interface com.ibm.portal.resolver.xml.StreamContentHandler
 
setOutputStream(OutputStream) - Method in interface com.ibm.portal.resolver.xml.StreamContentHandler
Sets the OutputStream to serialize to
setOwner(Principal) - Method in interface com.ibm.portal.ac.ManagedProtectedResourceController
Changes the owner of the resource.
setOwner(Source) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
Assigns the owner of the lock
setOwnerID(ObjectID) - Method in interface com.ibm.portal.app.service.ApplicationService
Set the id of the user who owns this application instance.
setOwnerID(ObjectID) - Method in interface com.ibm.portal.app.service.TemplateService
Set the id of the user who owns this template.
setPage(ActionRequest, ActionResponse, ObjectID) - Method in interface com.ibm.portal.portlet.service.taskui.TaskUIManager
Sets the page that should be displayed in the render phase following this action phase.
setPage(ActionEvent, ObjectID) - Method in interface com.ibm.wps.portletservice.taskui.TaskUIManager
Deprecated. Sets the page that should be displayed in the render phase following this action phase.
setPageContext(PageContext) - Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
Set the PageContext object
setPageContext(PageContext) - Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
Sets the PageContext.
setParameter(String, String) - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessorController
Replaces the parameters for the key with the new values
setParameterName(String, String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Sets the parameter name for the specified key.
setParameters(Parameter[]) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets the Parameter array associated with this action.
setParameters(String, String[]) - Method in interface com.ibm.portal.resolver.accessors.url.ParameterAccessorController
Replaces the parameters for the key with the new valuess
setParameters(StateHolderController, Map<String, String[]>) - Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
Sets the given parameters to the state for the portlet window this service operates on.
setParameters(Parameter[]) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Sets the action parameters.
setParentResource(Identifiable) - Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
Sets the reference to the parent
setParentResource(String) - Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
Sets the reference to the parent
setPathInfo(String) - Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
 
setPathInfo(String) - Method in interface com.ibm.portal.resolver.friendly.SelectionResult
Assigns the portion of the path, that could not be matched against a friendly URL, i.e.
setPolicyLock(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Specify whether the application is locked because of a policy violation.
setPolicySelectionAttribute(String) - Method in interface com.ibm.portal.app.service.ApplicationService
Set the Policy Selection Attribute for this application.
setPortletID(ObjectID) - Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorController
Sets the ObjectID of the portlet that should be removed from the layout model specified via setLayoutModelID(ObjectID).
setPortletID(ObjectID) - Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorController
Sets the ObjectID of the portlet that should be moved.
setPortletMode(PortletMode) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorController
Assigns a new portlet mode.
setPortletMode(String) - Method in class com.ibm.portal.struts.common.PortletURIAttributes
Sets the portlet mode.
setPortletMode(String) - Method in class com.ibm.struts.taglib.html.FormTag
Set the portlet mode.
setPreference(String, String) - Method in interface com.ibm.portal.app.service.ApplicationService
Set a preference for this application.
setPreference(String, String) - Method in interface com.ibm.portal.app.service.BusinessComponentService
Set a preference for this component.
setPrefix(PortletRequest, String) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Sets the prefix associated with this command.
setPrefix(String) - Method in class com.ibm.portal.struts.common.ModuleContext
Sets the prefix to be returned.
setPrefix(PortletRequest, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Sets the prefix associated with this command.
setPresentIfNullValue(boolean) - Method in interface com.ibm.portal.propertybroker.property.ParameterController
Set the flag controlling if null valued parameters are to be treated as being present or absent (i.e if the null value is significant for the purposes of triggering brokered communication).
setPresentIfNullValue(boolean) - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Setter for presentIfNullValue.
setPromoteMethod(PromoteCommand.Method) - Method in interface com.ibm.portal.sitemanagement.command.PromoteCommand
Sets the promote option for the command
setPropagationBlockedRoleTypes(Collection<RoleType>) - Method in interface com.ibm.portal.ac.ManagedProtectedResourceController
Set the list of role types that the resource blocks for propagation (child resources will not inherit these role types).
Pass an empty collection for clearing role blocks.
setProperties(PortletRequest, PropertyValue[]) - Method in interface com.ibm.wps.pb.portlet.PropertyListener
Deprecated. Invoked by the Property Broker to deliver new property values which were changed in the current event cycle of the current request.
setProperty(String, Object) - Method in interface com.ibm.portal.resolver.xml.XMLPropertyProvider
Set the value of a property.
setProtected(Boolean) - Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
Defines if the URL points to the private area or to the public area .
setProtected(Boolean) - Method in interface com.ibm.portal.resolver.PocURL
Indicates if the URL points to the private area or to the public area .
setProtected(Boolean) - Method in interface com.ibm.portal.resolver.Resolved
Indicates if the resolution result needs to point to the private pages in WP or to the public pages.
setProtected(Boolean) - Method in interface com.ibm.portal.state.EngineURL
Indicates if the URL points to the private pages in WP or to the public page.
setQueryString(PortletRequest, String) - Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Sets the query string.
setQueryString(PortletRequest, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Sets the query string.
setRating(int) - Method in interface com.ibm.portal.cp.rating.ModifiableRating
Sets the value of this rating.
setRealm(String) - Method in interface com.ibm.portal.admin.ModifiableVirtualPortal
Sets the virtual portal's realm.
setRedirectURL(String) - Method in interface com.ibm.portal.auth.FilterChainContext
Used to set a redirect target to indicate that a redirect should be performed to this URL after the last element of the filter chain has finished processing.
setRemoveOnModeChange(boolean) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Allows setting a flag so that this command is removed when the Portal mode changes.
setRemoveOnModeChange(boolean) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Allows setting a flag so that this command is removed when the user switches modes.
setRenderParameters(StateHolderController, Map<String, String[]>) - Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
Sets the given parameters to the state ( as private or public render parameters) for the portlet window this service operates on.
setRenderTarget(ObjectID) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead.
setRenderTarget(String) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, String) instead.
setRequestedMode(PortletMode) - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
Deprecated. Sets the portlet mode which was requested by the portlet action.
setRequestedState(WindowState) - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
Deprecated. Sets the window state which was requested by the portlet action.
setResource(Identifiable) - Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommand
Sets the reference to the object to handle
setResource(String) - Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommand
Sets the reference to the uniquename to handle
setResourceCacheability(String) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Sets the resource cacheability.
setResourceID(String) - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
Deprecated. This method is only applicable for JSR 286 portlets.
setResourceID(String) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Sets a resource ID.
setRestoreLock(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Specify whether the application is locked because a restore is running.
setReturnSelection(ObjectID) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
Stores the given ObjectID representing a selection into the state holder this accessor operates on.
setReturnSelection(String) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
Stores the given String representing a selection into the state holder this accessor operates on.
setSavedAttributes(Map) - Method in class com.ibm.portal.struts.command.StrutsViewCommand
Sets the saved attributes map.
setSavedAttributes(Map) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Sets the saved attribute map.
setSchemaLocation(String) - Method in interface com.ibm.portal.propertybroker.property.PropertyController
Sets the location of a file containing the XML schema describing the property.
setScope(MenuNode, int) - Method in interface com.ibm.wps.portlet.menu.MenuTreeTopologyCtrl
Deprecated. Sets the scope of the node.
setScopeByContentID(String, String) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Sets the scope for an existing mapping identified by its content ID.
setScopeByContentPath(String, String) - Method in interface com.ibm.portal.services.contentmapping.ModifiableContentMappingInfo
Sets the scope for an existing mapping identified by its content path.
setScreenTemplate(String) - Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorController
Sets the given screen template as selected node into the state holder.
setSecret(byte[]) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.BinaryCredentialSecret
Returns the secret.
setSecret(Subject) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JaasSubjectCredentialSecret
Sets the secret.
setSecret(Object) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JavaObjectCredentialSecret
Sets the secret.
setSecret(String, char[]) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.UserPasswordCredentialSecret
Sets the secret.
setSecure(Boolean) - Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
Defines the security setting for this URL.
setSecure(Boolean) - Method in interface com.ibm.portal.resolver.PocURL
Indicates the security setting for this URL.
setSecure(Boolean) - Method in interface com.ibm.portal.resolver.Resolved
Indicates the security setting for this resolution result.
setSecure(Boolean) - Method in interface com.ibm.portal.state.EngineURL
Indicates the security setting for this URL.
setSelection(ObjectID) - Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
Sets the currently selected node into the state holder.
setSelection(String) - Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
Sets the currently selected node into the state holder.
setSelection(ObjectID) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
Sets the currently selected node into the state holder.
setSelection(String) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
Sets the currently selected node into the state holder.
setSelection(URI) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
Sets the selection to the URI
setSelectionMapping(ObjectID, ObjectID) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
Modifies the mapping between two navigation nodes.
setSelectionMapping(String, String) - Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
Modifies the mapping between two navigation nodes.
setServletContext(ServletContext) - Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
Set the servlet context
setServletContext(ServletContext) - Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
Sets the servlet context.
setShareable(boolean) - Method in interface com.ibm.portal.content.ModifiableShareableFlag
Sets the shareable flag value.
setSkin(Skin) - Method in interface com.ibm.portal.content.ModifiableRenderAspect
Sets the skin of the render aspect.
setSoloPortlet(ObjectID) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
Writes the ObjectID of the portlet whose window state has changed to Solo state into the state holder this accessor operates on.
setSoloPortlet(String) - Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
Writes the unique name of the portlet whose window state has changed to Solo state into the state holder this accessor operates on.
setStartIndex(int) - Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorController
Sets the index of the first navigation tab that should be displayed in the tabbed pane.
setStaticPageContentHandler(StaticPageContentHandler) - Method in interface com.ibm.portal.spa.parser.StaticPageFilter
Associate a StaticPageContentHandler as the callback interface to the parser.
setStringValue(String, String) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Sets the value for the preference identified by the specified name.
setStringValues(String, String[]) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Sets the value for the preference identified by the specified name.
setStrutsAction(String) - Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
Sets the name of the Struts action that will be executed.
setStrutsAction(String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
Allows specifying the name of the action that will be executed.
setStrutsActionParameterName(String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Sets the name used to store the Struts action as a parameter in the Portlet URL.
setStrutsForward(String) - Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
Sets the name of a Struts forward that will be executed.
setStrutsForward(String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
Allows specifying the name of a Struts forward that will be executed.
setStrutsRoot(String) - Method in class com.ibm.portal.struts.portlet.WpActionServlet
Set the Struts/Servlet Context Root
setStrutsRoot(String) - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Sets the Struts/servlet context root.
setStrutsServletMapping(String) - Method in class com.ibm.portal.struts.portlet.StrutsInfo
Set the Struts servlet mapping string
setStrutsServletMapping(String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
Sets the Struts servlet mapping string.
setTarget(Identifiable, Markup) - Method in interface com.ibm.portal.content.ModifiableInternalContentURL
Sets the target of the internal URL.
setTarget(TargetType, ObjectID) - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
Deprecated. Declares the target with the given ObjectID as the target of the link(s) that encode the state document this accessor operates on.
setTarget(TargetType, String) - Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
Deprecated. Declares the target with the given unique name as the target of the link(s) that encode the state document this accessor operates on.
setTarget(TargetType, ObjectID) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Declares the object with the given ObjectID as a request target.
setTarget(TargetType, String) - Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
Declares the object with the given unique name as a request target.
setTemplateName(String) - Method in interface com.ibm.portal.content.ModifiableRenderAspect
Sets the template name of the render aspect.
setTheme(Theme) - Method in interface com.ibm.portal.content.ThemeSetter
Sets the theme.
setThemeContentHandler(ThemeContentHandler) - Method in interface com.ibm.portal.spa.parser.ThemeFilter
Associate a ThemeContentHandler as the callback interface to the parser.
setThemeTemplate(String) - Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorController
Sets the given theme template into the state holder.
setTimeout(long) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavLock
Assigns a lock timeout
setTitle(Locale, String) - Method in interface com.ibm.portal.app.model.LocalizedControl
Set the title for the specified Locale.
setTitle(Locale, String) - Method in interface com.ibm.portal.app.service.TemplateService
Set the title for the specified locale.
setTitle(Locale, String) - Method in interface com.ibm.portal.ModifiableLocalized
Sets the title for the given locale.
setTitle(String, Locale) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets a localized title for this action.
setTitle(String, Locale) - Method in interface com.ibm.portal.propertybroker.property.ParameterController
Set a string containing a short description of the parameter.
setTitle(String, Locale) - Method in interface com.ibm.portal.propertybroker.property.PropertyController
Sets a localized title for this property.
setTitle(String) - Method in interface com.ibm.wps.pb.property.Action
Deprecated.  
setTitle(String) - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated.  
setTitle(String) - Method in interface com.ibm.wps.pb.property.Property
Deprecated.  
setTitleAndDescription(Locale, String, String) - Method in interface com.ibm.portal.app.service.ApplicationService
Set title and description for a given locale.
setTitleAndDescription(Locale, String, String) - Method in interface com.ibm.portal.app.service.TemplateService
Set title and description for a given locale.
setTitleKey(String) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Sets the key for the title.
setTitleKey(String) - Method in interface com.ibm.wps.pb.property.Parameter
Deprecated. Set the key for the title.
setTitleKey(String) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Sets the key used for retrieving the localized title.
setTitles(Localized) - Method in interface com.ibm.portal.ModifiableLocalized
Sets the titles specified with the Localized.
setToggled(ObjectID, boolean) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
Sets the toggle state of the navigation node that corresponds with the given ObjectID according to the given toggled flag.
setToggled(String, boolean) - Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
Sets the toggle state of the navigation node that corresponds with the given unique name according to the given toggled flag.
setTranscodingFilterConfigurator(TranscodingFilterConfigurator) - Method in class com.ibm.wps.portlets.struts.WpsActionServlet
Sets the transcoding filter configurator.
setTransferEncoding(String) - Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
Specifies the transfer encoding
setType(ActionType) - Method in interface com.ibm.portal.propertybroker.property.ActionController
Sets the type of the action.
setType(String) - Method in interface com.ibm.portal.propertybroker.property.PropertyController
Sets the type of the property.
setType(int) - Method in interface com.ibm.wps.pb.property.Action
Deprecated. Sets the type of this action.
setType(String) - Method in interface com.ibm.wps.pb.property.Property
Deprecated. Sets the type of the property.
setUniqueName(String) - Method in interface com.ibm.portal.ModifiableObjectID
Sets the unique name of this object id.
setupBase(PortletRequest, PortletResponse, PortletConfig) - Static method in class com.ibm.portal.struts.portlet.StrutsPortlet
Allows BaseImplUtils to set up the processing.
setupBase(PortletRequest, PortletResponse, PortletConfig) - Static method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Allows BaseImplUtils to set up the processing.
setupRenderPhase(PortletRequest) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Sets up the render phase.
setupRenderPhase(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Sets up the render phase.
setupRequestPhase(PortletRequest) - Method in class com.ibm.portal.struts.portlet.StrutsPortlet
Sets up the request phase.
setupRequestPhase(PortletRequest) - Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Sets up the request phase.
setURI(URI) - Method in interface com.ibm.portal.resolver.PocURL
Associates a POC URI with the URL object.
setUri(PortletRequest, String) - Method in class com.ibm.portal.struts.command.StrutsViewActionCommand
Sets the URI for this command.
setUri(PortletRequest, String) - Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
Sets the URI.
setURI(PortletRequest, String) - Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
Set the uri
setUri(PortletRequest, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Sets the URI for this command.
setUri(PortletRequest, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Sets the URI to include.
setUriType(String) - Method in class com.ibm.portal.struts.common.PortletURIAttributes
Sets the URI type.
setURL(String, Markup) - Method in interface com.ibm.portal.content.ModifiableExternalContentURL
Set the URL for the ContentURL for the specified markup.
setURL(String, MenuNode) - Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
Deprecated. Defines a custom URL address.
setUrlType(String) - Method in class com.ibm.struts.taglib.html.FormTag
 
setUserAgentPattern(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Sets the client's user agent pattern.
setUserID(String) - Method in interface org.apache.jetspeed.portlet.User
Sets the user's id.
setUserLock(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Specify whether the application is locked by a user.
setUserLock(String) - Method in interface com.ibm.portal.app.service.ApplicationService
Sets a user lock for the application and stores a reason for the lock.
setUtilsInstance(PortletApiUtils) - Static method in class com.ibm.portal.struts.common.PortletApiUtils
Sets the singleton instance of the PortletApiUtils implementation.
setValidate(boolean) - Method in class com.ibm.struts.taglib.html.FormTag
 
setValue(String) - Method in interface com.ibm.portal.app.model.ParameterControl
Set the default value for this parameter.
setValue(Object) - Method in interface com.ibm.portal.app.model.SensorData
Set the value of this sensor data object.
setValue(String, V) - Method in interface com.ibm.portal.ModifiableMetaData
Sets the value for the meta data identified by the specified name.
setValue(String, String) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Sets the value for the preference identified by the specified name.
setValue(Node, String) - Method in interface com.ibm.portal.state.dom.DocumentController
Modifies the content of a node.
setValues(MetaData<? extends V, ? extends E>) - Method in interface com.ibm.portal.ModifiableMetaData
Sets the specified meta data.
setValues(PortletPreferences<? extends E>) - Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
Sets the specified portlet preferences.
setVar(String) - Method in class com.ibm.wps.engine.tags.StateSerializeTag
Setter for the var attribute
setVariable(String, Object) - Method in class org.apache.jetspeed.portlet.PortletAdapter
Deprecated. Sets a transient variable of the concrete portlet.
setVaultSlotDescription(String, Locale) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Sets a description for this vault slot in the provided locale.
setVaultSlotDescription(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Sets the description for this Vault Slot in the portal default locale as specified in the portal configuration.
setVaultSlotDescriptions(Map<Locale, String>) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Sets all the VaultSlot Descriptions.
setVaultSlotKeywords(String, Locale) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Sets the keywords for this Vault Slot in the provided locale.
setVaultSlotKeywords(String) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Sets the keywords for this Vault Slot in the portal default locale, as specified in the portal configuration.
setVaultSlotKeywords(Map<Locale, String>) - Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
Sets all the Vault Slot keywords.
setVersion(String) - Method in interface com.ibm.portal.admin.ModifiableClient
Sets the client's version string.
setWebdavContentHandler(WebdavContentHandler) - Method in interface com.ibm.portal.resolver.webdav.ResettableWebdavContentHandler
Assign a new atom threading content handler that this handler will reroute its events onto.
setWindowState(WindowState) - Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorController
Assigns a new window state.
setWindowState(String) - Method in class com.ibm.portal.struts.common.PortletURIAttributes
Sets the window state.
setWindowState(String) - Method in class com.ibm.struts.taglib.html.FormTag
 
setWindowState(PortletWindow.State) - Method in interface org.apache.jetspeed.portlet.PortletWindow
Deprecated. Defines which portlet window state is shown next.
setWriter(Writer) - Method in interface com.ibm.portal.resolver.xml.StreamContentHandler
Sets the Writer to serialize to
ShareableFlag - Interface in com.ibm.portal.content
This flag indicates whether the content node can be shared or not.
ShareableFlagCopyCreationContext<T extends ShareableFlag> - Interface in com.ibm.portal.model.controller.context
Creation context for copying the shareable flag of a node.
SharedStateAccessor - Interface in com.ibm.portal.state.accessors.portlet
Interface providing read-only accessor methods which allow for inspecting the shared state information related to of portlets this accessor operates on, in particular the public render parameters.
SharedStateAccessorController - Interface in com.ibm.portal.state.accessors.portlet
Interface providing write accessor methods which allow for modifying the shared state of portlets this accessor operates on.
sharedStateID - Variable in exception com.ibm.portal.state.accessors.exceptions.SharedStateIdException
shared state id that was invalid
SharedStateIdentifierProvider - Interface in com.ibm.portal.state.accessors.portlet
Interface for obtaining the identifier for shared state (or shared parameters).
SharedStateIdException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case that an invalid shared state id has been detected.
SharedStateIdException(String) - Constructor for exception com.ibm.portal.state.accessors.exceptions.SharedStateIdException
The shared state id was invalid
SharedStateListAccessor - Interface in com.ibm.portal.state.accessors.portlet
Read-only accessor interface providing a method to query the set of shared state identifiers for which there is any state information available in the state holder.
ShowToolsAccessor - Interface in com.ibm.portal.state.accessors.showtools
Interface providing read-access to the Show Tools flag.
ShowToolsAccessorController - Interface in com.ibm.portal.state.accessors.showtools
Controller interface providing a method to modify the Show Tools flag.
ShowToolsAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case of errors when accessing Show Tools information via a ShowToolsAccessor.
ShowToolsAccessorException(ShowToolsAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.ShowToolsAccessorException
Initializes the exception with the accessor that caused the exception
ShowToolsAccessorException(ShowToolsAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.ShowToolsAccessorException
Initializes the exception with the accessor that caused the exception.
ShowToolsAccessorFactory - Interface in com.ibm.portal.state.accessors.showtools
Factory providing read-only as well as read-write accessors to the Show Tools flag in the navigational state.
SiblingNotFoundException - Exception in com.ibm.portal.sitemanagement.exception
This exception is thrown when a specified sibling page on target server does not exists or user does not have the permission to access the sibling page
SiblingNotFoundException() - Constructor for exception com.ibm.portal.sitemanagement.exception.SiblingNotFoundException
 
SiblingNotFoundException(Throwable) - Constructor for exception com.ibm.portal.sitemanagement.exception.SiblingNotFoundException
 
SIMPLE_ACTION_NAMESPACE - Static variable in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
Deprecated. prefix for action references that point to simple actions
SIMPLE_ACTION_NAMESPACE - Static variable in class com.ibm.wps.pe.pc.legacy.ActionConstants
Deprecated. prefix for simple action identifiers
SIMPLE_PASSIVE - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the simple passive credential.
SIMPLE_PORTLET_ACTION - Static variable in interface com.ibm.wps.pb.property.Action
Deprecated. Specifies delivery using a simple action string
SimplePassiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Simple standard implementation of PassiveCredential.
SimplePassiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
SimplePassiveCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
Deprecated.  
SingleApplicationEvent - Interface in com.ibm.portal.app.event
The base application event interface for events regarding to only one application.
SingleContentLocationFactory - Class in com.ibm.portal.resolver.helper.cor
Content Operations Registry (COR) ContentLocationFactory that dispatches to one single content location.
SingleContentLocationFactory() - Constructor for class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
Just keep the defaults and let the object initialize itself via IExecutableExtension#setInitializationData(IConfigurationElement, String, Object) .
SingleContentLocationFactory(String, ContentLocation) - Constructor for class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
Default initialization
SINGLETON - Static variable in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
Singleton that can be used to do COR lookups that don't require a fallback
SINGLETON - Static variable in class com.ibm.portal.resolver.helper.CORLookupService
Singleton that can be used to do COR lookups that don't require a fallback
SINGLETON - Static variable in class com.ibm.portal.resolver.helper.CORResolutionService
Singleton that can be used to do COR lookups that don't require a fallback
SINGLETON - Static variable in class com.ibm.portal.resolver.webdav.tree.helper.CORWebdavTreeModelFactory
access to this factory
SINGLETON - Static variable in class com.ibm.portal.resolver.xml.helper.EmptyContentHandler
Convenience singleton
SITE_MINDER_TOKEN - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the SiteMinder autentication token credential.
SiteAnalyzerLogger - Interface in com.ibm.portal.services.siteanalyzer
This logger allows components to perform site analytics logging.
SitemanagementCommand - Interface in com.ibm.portal.sitemanagement.command
This is the general sitemanagement command interface.
SitemanagementCommandContext<T> - Interface in com.ibm.portal.sitemanagement.command
A tagging interface for creation contexts which can be used on SitemanagementCommandFactory.createCommand(Class, SitemanagementCommandContext)
SitemanagementCommandContextFactory - Interface in com.ibm.portal.sitemanagement.command
Factory interface for providing SitemanagementCommandContext objects.
SitemanagementCommandException - Exception in com.ibm.portal.sitemanagement.exception
Abstract exception class for commands
SitemanagementCommandException() - Constructor for exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
Creates the exception.
SitemanagementCommandException(Throwable) - Constructor for exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
Creates the exception with the underlying cause.
SitemanagementCommandFactory - Interface in com.ibm.portal.sitemanagement.command
This interface provides access to SitemanagementCommand objects to avoid direct object creation.
sitemapEntry(URI, String, Map<String, String[]>) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
sitemapParameter(String, List<String>) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
sitemapParameter(String, Collection<String>) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
sitemapParameter(String, String[]) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
sitemapParameters(Map<String, String[]>) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
sitemapValue(String) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
sitemapValues(List<String>) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
sitemapValues(Collection<String>) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
sitemapValues(String[]) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
SiteMinderTokenCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Credential for authenticating at a back-end system that is within the same SiteMinder SSO-Domain as the portal, i.e.
SiteMinderTokenCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
SiteMinderTokenCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
Deprecated.  
size() - Method in interface com.ibm.policy.manager.PolicyValueSet
Returns the number of core policy key-value mappings in this map.
size() - Method in interface com.ibm.portal.Countable
Returns the number of elements kept by the model.
size() - Method in interface com.ibm.portal.model.CountableIterableListModel
 
SIZE_SENSOR_DATA_NAME - Static variable in class com.ibm.portal.app.model.SensorDataConstants
 
SizeLimitExceedException - Exception in com.ibm.portal.um.exceptions
A SizeLimitExceedException is thrown if the search result exceeds a
defined maximum amount of entries to be returned.
SizeLimitExceedException(Throwable) - Constructor for exception com.ibm.portal.um.exceptions.SizeLimitExceedException
 
Skin - Interface in com.ibm.portal.admin
Model interface for portal skins.
SKIN - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
SKIN_LIST_CONTROLLER_JNDI_NAME - Static variable in interface com.ibm.portal.model.SkinListControllerHome
JNDI lookup name for skin list model controller
SKIN_LIST_JNDI_NAME - Static variable in interface com.ibm.portal.model.SkinListHome
Deprecated. use SkinListHome.JNDI_NAME instead
SkinList<T extends java.lang.Object & Skin> - Interface in com.ibm.portal.admin
Model interface for a list of portal skins.
SkinListController<T extends Skin,M extends ModifiableSkin> - Interface in com.ibm.portal.admin
A controller interface for the Skin interface.
SkinListControllerHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for SkinListControllerProvider.
SkinListControllerProvider - Interface in com.ibm.portal.model
Provider interface for skin list model controllers.
SkinListHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for SkinListProvider.
SkinListProvider - Interface in com.ibm.portal.ibmportlet.service.model
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
SkinListProvider - Interface in com.ibm.portal.model
An interface for a provider of skin lists.
SkinListProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of skin lists.

PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;

try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.SkinListProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...
SkinModelLocator<E extends java.lang.Object & Skin> - Interface in com.ibm.portal.admin
A locator the can be provided by SkinList implementations.
SkinType - Interface in com.ibm.portal.admin
Deprecated. this interface is deprecated Model interface for a list of Skin types.
SkinURIParser - Interface in com.ibm.portal.spa.parser
 
skip(int) - Method in interface com.ibm.portal.PagedIterator
Skips the given number of elements contained in the paged iterator.
skippedEntity(String) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
SMART_COPY - Static variable in interface com.ibm.portal.state.Constants
The clone operation will return a facade that only records state modification
SOLO - Static variable in interface com.ibm.portal.portlet.service.url.Constants
Constant representing the portal SOLO state.
SOLO - Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated. The window will be shown alone with no navigation
SoloAccessor - Interface in com.ibm.portal.state.accessors.solo
Interface providing read-access to Solo information.
SoloAccessorController - Interface in com.ibm.portal.state.accessors.solo
Controller interface providing a method to store the ObjectID of the portlet that has switched to SOLO window state.
SoloAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be Thrown in case of errors when accessing Solo information via a SoloAccessor.
SoloAccessorException(SoloAccessor) - Constructor for exception com.ibm.portal.state.accessors.exceptions.SoloAccessorException
Initializes the exception with the accessor that caused the exception.
SoloAccessorException(SoloAccessor, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.SoloAccessorException
Initializes the exception with the accessor that caused the exception.
SoloAccessorFactory - Interface in com.ibm.portal.state.accessors.solo
Factory providing read-only as well as read-write accessors to Solo state information.
SORT_CONTROL - Static variable in interface com.ibm.portal.um.PumaLocator
Use this property control the sorting when perfoming a paged search.
SpaURI - Class in com.ibm.portal.spa.data
URI that allows to address static resources inside a ZIP file that is associated to a static page spa:OID URI that references the static page itself spa:OID/MARKUP URI that references the markup of the static page, but not a file or folder inside the page spa:OID/MARKUP/ URI that references the root folder inside the static page spa:OID/MARKUP/FILE URI that references a file inside the root folder spa:OID/MARKUP/FOLDER/FILE URI that references a file inside a subfolder spa:OID/MARKUP/FOLDER/ URI that references a subfolder spa:theme-OID/FILE URI that references a file inside a theme spa:skin-OID/FILE URI that references a file inside a skin
SpaURI(String, Identification, PocURIFactory) - Constructor for class com.ibm.portal.spa.data.SpaURI
Parses the URI based on a string representation
SpaURI(URI, Identification) - Constructor for class com.ibm.portal.spa.data.SpaURI
Parses the URI and provides the parts of this URI as objects
SPF_DEFAULT_MESSAGE_RESOURCES_NAME - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The name of the default message resources file for the Struts Portlet Framework.
SPF_DEFAULT_MESSAGE_RESOURCES_NAME - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The name of the default message resources file for the Struts Portlet Framework.
SPF_MESSAGE_ATTRIBUTE - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The IStrutsPortletMessage interface allows specifying an attribute that should be made available to Struts actions.
SPF_MESSAGE_ATTRIBUTE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The IStrutsPortletMessage interface allows specifying an attribute that should be made available to Struts actions.
ssmCredential - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
Deprecated.  
SSMTokenCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Credential for authenticating at a back-end system that is within the same Openwave SSM SSO-Domain as the portal, i.e.
SSMTokenCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
SSMTokenCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
Deprecated.  
stackTrace(int, String, String) - Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
Stack Trace
STANDARD_PORTLET_ACTION - Static variable in class com.ibm.portal.propertybroker.property.ActionType
Deprecated.  
STANDARD_STRUTS_ACTION - Static variable in class com.ibm.portal.propertybroker.property.ActionType
Deprecated. STANDARD_STRUTS_ACTION is the value defined for struts actions implemented by standard (i.e, JSR-168 compliant) portlets.
STANDARD_URL - Static variable in class com.ibm.portal.struts.common.PortletApiUtils
Deprecated.  
STANDARD_URL - Static variable in class com.ibm.portal.struts.common.PortletURIAttributes
The standard URL.
startAccept(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the start of an app:accept entry.
startAccept() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:accept entry.
startActiveLock() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Describes a lock on a resource.
startActiveLock(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Describes a lock on a resource.
startAdultContent() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a boolean value that should be set to true if the search results may contain material intended only for adults.
startAdultContent(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains a boolean value that should be set to true if the search results may contain material intended only for adults.
startAllProp() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The allprop XML element specifies that all property names and values on the resource are to be returned.
startAllProp(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
The allprop XML element specifies that all property names and values on the resource are to be returned.
startAlt(String, Locale, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startAlt(String, String, Locale, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startArray() - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
startArray() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the start of an array
startArray() - Method in interface com.ibm.portal.streaming.json.JSONHandler
Starts a JSON array
startAttribution() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
ontains a list of all sources or entities that should be credited for the content contained in the search feed.
startAttribution(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
ontains a list of all sources or entities that should be credited for the content contained in the search feed.
startAuthor(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:author entry.
startAuthor() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:author entry.
startAuthor(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startAuthor(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startBody() - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
startBody(Attributes) - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
startBoolean() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the start of a boolean value
startCategories(String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the start of an app:categories entry.
startCategories(Boolean, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:categories entry.
startCategories(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:categories entry.
startCategories(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:categories entry.
startCategories(URL) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:categories entry.
startCategory(String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:category entry.
startCategory(String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:category entry.
startCategory(String, String, String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:category entry.
startCategory(String, String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:category entry.
startCategory(String, String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startCategory(String, String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startCollection(String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the start of an app:collection entry.
startCollection(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:collection entry.
startCollection(URL) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:collection entry.
startCollection() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Identifies the associated resource as a collection.
startCollection(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Identifies the associated resource as a collection.
startContact() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains an email address at which the maintainer of the description document can be reached.
startContact(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains an email address at which the maintainer of the description document can be reached.
startContent(String, String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:content entry.
startContent(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:content entry.
startContent(String, String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:content entry.
startContent(String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:content entry.
startContent(String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startContent(String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startContent(String, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startContent(String, String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startContent(String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
Note that the HTML content is not supposed to be represented as CDATA.
startContentClass() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
startContentClass(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension The item's content class.
startContributor(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:contributor entry.
startContributor() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:contributor entry.
startContributor(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startContributor(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startControl(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the start of an app:control entry.
startControl() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:control entry.
startCreationDate() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Records the time and date the resource was created.
startCreationDate(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Records the time and date the resource was created.
startDefaultDocument() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
startDefaultDocument(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension The name of an item that automatically displays when the folder is accessed by an application.
startDepth() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The value of the Depth header.
startDepth(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
The value of the Depth header.
startDescRef(String, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startDescRef(String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
Use a characters event to communicate an event-specific payload type.
startDescription(Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startDescription(Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
startDescription() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a human-readable text description of the search engine.
startDescription(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains a human-readable text description of the search engine.
startDeveloper() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains the human-readable name or identifier of the creator or maintainer of the description document.
startDeveloper(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains the human-readable name or identifier of the creator or maintainer of the description document.
startDisplayName() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Provides a name for the resource that is suitable for presentation to a user.
startDisplayName(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Provides a name for the resource that is suitable for presentation to a user.
startDocument() - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
startDocument(boolean) - Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
 
startDocument(boolean) - Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
Signaled before any other event is thrown.
startDocument() - Method in interface com.ibm.portal.spa.parser.ThemeContentHandler
Signaled before any other event is thrown.
startDocument() - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
startDocument() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the start of the event sequence
startDocument() - Method in interface com.ibm.portal.streaming.json.JSONHandler
Start / Beginn of a JSON document
startDraft(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the start of an app:draft entry.
startDraft() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:draft entry.
startDst() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Indicates the destination of a link
startDst(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Indicates the destination of a link
startDynamicContentSpot(URI, String, Map<String, String[]>, Attributes) - Method in interface com.ibm.portal.spa.parser.ThemeContentHandler
Signals the start of a portlet container.
startEdited(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the start of an app:edited entry.
startEdited() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:edited entry.
startElement(String, String, String, Attributes) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
startEMail(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:email entry.
startEMail() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:email entry.
startEMail(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startEMail(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startEntry(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:entry entry.
startEntry() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:entry entry.
startEntry(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startEntry(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startEntry(String, String) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
startEntry(URI, String) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
startEntry(String, String, Attributes) - Method in interface com.ibm.portal.resolver.mashup.MashupSitemapContentHandler
 
startEvent(String, Boolean, Boolean, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startEvent(String, String, String, Boolean, Boolean, String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startEvent(String, Boolean, Boolean, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
startEventDescription(String, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startEventDescription(String, String, String, String, Locale, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startEventDescription(String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
startExclusive() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies an exclusive lock
startExclusive(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Specifies an exclusive lock
startFeed(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:feed entry.
startFeed() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:feed entry.
startFeed(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startFeed(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startGenerator(String, String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:generator entry.
startGenerator(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:generator entry.
startGenerator(String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startGenerator(String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startGetContentLanguage() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Contains the Content-Language header returned by a GET without accept headers Description: The getcontentlanguage property MUST be defined on any DAV compliant resource that returns the Content-Language header on a GET.
startGetContentLanguage(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Contains the Content-Language header returned by a GET without accept headers Description: The getcontentlanguage property MUST be defined on any DAV compliant resource that returns the Content-Language header on a GET.
startGetContentLength() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Contains the Content-Length header returned by a GET without accept headers.
startGetContentLength(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Contains the Content-Length header returned by a GET without accept headers.
startGetContentType() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Contains the Content-Type header returned by a GET without accept headers.
startGetContentType(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Contains the Content-Type header returned by a GET without accept headers.
startGetETag() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Contains the ETag header returned by a GET without accept headers.
startGetETag(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Contains the ETag header returned by a GET without accept headers.
startGetLastModified() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Contains the Last-Modified header returned by a GET method without accept headers.
startGetLastModified(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Contains the Last-Modified header returned by a GET method without accept headers.
startHandler(Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startHandler(Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
Use a characters event to communicate the actual onEvent handler name.
startHeader(String) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
startHeader(String, Attributes) - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
startHeaders() - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
startHeaders(Attributes) - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
startHref() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Identifies the content of the element as a URI.
startHref(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Identifies the content of the element as a URI.
startIcon(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:icon entry.
startIcon() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:icon entry.
startIcon(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startIcon(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startId(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:id entry.
startId() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:id entry.
startId(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startId(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startImage() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
startImage(int, int, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
startImage(String, String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
startImage(String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains a URL that identifies the location of an image that can be used in association with this search content.
startInputEncoding() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a string that indicates that the search engine supports search requests encoded with the specified character encoding.
startInputEncoding(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains a string that indicates that the search engine supports search requests encoded with the specified character encoding.
startInReplyTo(String, String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomThreadingContentHandler
Indicates the start of an thr:in-reply-to entry.
startInReplyTo(String, String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomThreadingContentHandler
Indicates the start of an thr:in-reply-to entry.
startInReplyTo(URL, URL, URL, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomThreadingContentHandler
Indicates the start of an thr:in-reply-to entry.
startInReplyTo(String, String, String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
 
startInReplyTo(String, String, String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
 
startIsCollection() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
startIsCollection(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension The iscollection field specifies whether an item is a collection.
startIsHidden() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension The ishidden field specifies whether an item is hidden.
startIsHidden(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension The ishidden field specifies whether an item is hidden.
startIsReadOnly() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
startIsReadOnly(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension The isreadonly field specifies whether an item can be modified or deleted.
startIsRoot() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
startIsRoot(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension The isroot field specifies whether an item is a root folder.
startIsStructuredDocument() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
startIsStructuredDocument(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension The isstructureddocument field specifies whether an item is a structured document.
startItem(String, Locale, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startItem(String, String, String, Boolean, Locale, String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startItem(String, Locale, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
startItemDescription(String, String, String, Locale, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startItemSet(String, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startItemSet(String, String, String, String, Boolean, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startItemSet(String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
startItemSetDescription(String, String, Locale, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startItemsPerPage() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The number of search results returned per page.
startItemsPerPage(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
The number of search results returned per page.
startIWidget(String, Boolean, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startIWidget(String, String, Locale, Boolean, Boolean, String, String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startIWidget(String, Boolean, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
startIWidgetDefinition(String, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startIWidgetDefinition(String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
startJSONObject() - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
startJSONObject() - Method in interface com.ibm.portal.streaming.json.JSONHandler
Start of a JSON object.
startKeepAlive() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies requirements for the copying/moving of live properties.
startKeepAlive(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Specifies requirements for the copying/moving of live properties.
startLanguage() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a string that indicates that the search engine supports search results in the specified language.
startLanguage(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains a string that indicates that the search engine supports search results in the specified language.
startLastAccessed() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
startLastAccessed(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension The lastaccessed field specifies the date and time when an item was last accessed.
startLink(String, String, String, String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:link entry.
startLink(String, String, String, String, String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:link entry.
startLink(String, String, String, String, String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startLink(String, String, String, String, String, String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startLink() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Identifies the property as a link and contains the source and destination of that link.
startLink(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Identifies the property as a link and contains the source and destination of that link.
startLockDiscovery() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Describes the active locks on a resource Description: The lockdiscovery property returns a listing of who has a lock, what type of lock he has, the timeout type and the time remaining on the timeout, and the associated lock token.
startLockDiscovery(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Describes the active locks on a resource Description: The lockdiscovery property returns a listing of who has a lock, what type of lock he has, the timeout type and the time remaining on the timeout, and the associated lock token.
startLockEntry() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Defines the types of locks that can be used with the resource.
startLockEntry(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Defines the types of locks that can be used with the resource.
startLockInfo() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The lockinfo XML element is used with a LOCK method to specify the type of lock the client wishes to have created.
startLockInfo(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
The lockinfo XML element is used with a LOCK method to specify the type of lock the client wishes to have created.
startLockScope() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies whether a lock is an exclusive lock, or a shared lock.
startLockScope(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Specifies whether a lock is an exclusive lock, or a shared lock.
startLockToken() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The lock token associated with a lock.
startLockToken(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
The lock token associated with a lock.
startLockType() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies the access type of a lock.
startLockType(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Specifies the access type of a lock.
startLogo(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:logo entry.
startLogo() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:logo entry.
startLogo(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startLogo(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startLongName() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains an extended human-readable title that identifies this search engine.
startLongName(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains an extended human-readable title that identifies this search engine.
startMember(String) - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the start of a member inside an object
startMenuItem() - Method in interface com.ibm.portal.resolver.xul.DefaultXulContentHandler
 
startMultipartEntry() - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
startMultipartEntry(Attributes) - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
startMultiStatus() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Contains multiple response messages.
startMultiStatus(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Contains multiple response messages.
startName(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:name entry.
startName() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:name entry.
startName(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startName(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startName() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
startName(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension
startNewWire(Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startNewWire(Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
Use a characters event to communicate the actual onNewWire handler name.
startNull() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the start of the null token
startNumber() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the start of a numerical value, either of integer or floating type
startObject() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the start of an object
startOmit() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The omit XML element instructs the server that it should use best effort to copy properties but a failure to copy a property MUST NOT cause the method to fail.
startOmit(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
The omit XML element instructs the server that it should use best effort to copy properties but a failure to copy a property MUST NOT cause the method to fail.
startOpenSearchDescription() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The root node of the OpenSearch description document.
startOpenSearchDescription(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
The root node of the OpenSearch description document.
startOutputEncoding() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a string that indicates that the search engine supports search responses encoded with the specified character encoding.
startOutputEncoding(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains a string that indicates that the search engine supports search responses encoded with the specified character encoding.
startOwner() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Provides information about the principal taking out a lock.
startOwner(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Provides information about the principal taking out a lock.
startPair(String) - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
startPair(String) - Method in interface com.ibm.portal.streaming.json.JSONHandler
Start of a JSON pair.
startParameter(String) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
startParameter(String, Attributes) - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
startParameter(String) - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
startParameter(String, Attributes) - Method in interface com.ibm.portal.resolver.mashup.MashupSitemapContentHandler
 
startParameters() - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
startParameters(Attributes) - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
startParentName() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension The parentname field specifies the name of the folder that contains an item
startParentName(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
MS extension The parentname field specifies the name of the folder that contains an item
startPayloadType(Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startPayloadType(Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
Use a characters event to communicate the actual payload type.
startPopup() - Method in interface com.ibm.portal.resolver.xul.DefaultXulContentHandler
 
startPopupSet() - Method in interface com.ibm.portal.resolver.xul.DefaultXulContentHandler
 
startPortletContainer(String, Attributes) - Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
 
startPortletContainer(String, Attributes) - Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
Signals the start of a portlet container.
startPortletWindow(String, String, Attributes) - Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
 
startPortletWindow(String, String, Attributes) - Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
Signals the start of a portlet window (or a different type of control).
startPrefixMapping(String, String) - Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
 
startProp() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Contains properties related to a resource.
startProp(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Contains properties related to a resource.
startPropertyBehavior() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies how properties are handled during a COPY or MOVE.
startPropertyBehavior(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Specifies how properties are handled during a COPY or MOVE.
startPropertyUpdate() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Contains a request to alter the properties on a resource.
startPropertyUpdate(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Contains a request to alter the properties on a resource.
startPropFind() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies the properties to be returned from a PROPFIND method.
startPropFind(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Specifies the properties to be returned from a PROPFIND method.
startPropName() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The propname XML element specifies that only a list of property names on the resource is to be returned.
startPropName(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
The propname XML element specifies that only a list of property names on the resource is to be returned.
startPropStat() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Groups together a prop and status element that is associated with a particular href element.
startPropStat(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Groups together a prop and status element that is associated with a particular href element.
startPublished(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:published entry.
startPublished() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:published entry.
startPublished(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startPublished(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startQuery(String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Describes a specific search request that can be made by the search client.
startQuery(String, String, String, String, String, String, String, String, String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Describes a specific search request that can be made by the search client.
startQuery(String, String, String, String, String, String, String, String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Describes a specific search request that can be made by the search client.
startReceivedEvent(Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startReceivedEvent(Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
startRemove() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Lists the DAV properties to be removed from a resource.
startRemove(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Lists the DAV properties to be removed from a resource.
startRemoveWire(Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startRemoveWire(Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
Use a characters event to communicate the actual onRemoveWire handler name.
startRequest(URI) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
startRequest(String) - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
startRequest(String, Attributes) - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
startResource(String, String, String, Boolean, String, String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startResourceType() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies the nature of the resource.
startResourceType(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Specifies the nature of the resource.
startResponse() - Method in interface com.ibm.portal.resolver.http.xml.DefaultHttpContentHandler
 
startResponse(Attributes) - Method in interface com.ibm.portal.resolver.http.xml.HttpContentHandler
 
startResponse() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Holds a single response describing the effect of a method on resource and/or its properties.
startResponse(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Holds a single response describing the effect of a method on resource and/or its properties.
startResponseDescription() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Contains a message that can be displayed to the user explaining the nature of the response.
startResponseDescription(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Contains a message that can be displayed to the user explaining the nature of the response.
startRights(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:rights entry.
startRights() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:rights entry.
startRights(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startRights(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startService(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the start of an app:service entry.
startService() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:service entry.
startSet() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Lists the DAV property values to be set for a resource.
startSet(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Lists the DAV property values to be set for a resource.
startShared() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies a shared lock
startShared(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Specifies a shared lock
startShortName() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a brief human-readable title that identifies this search engine.
startShortName(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains a brief human-readable title that identifies this search engine.
startSiteMap() - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
startSiteMap(Attributes) - Method in interface com.ibm.portal.resolver.mashup.MashupSitemapContentHandler
 
startSkipLoad(Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetContentHandler
 
startSource(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:source entry.
startSource() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:source entry.
startSource(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startSource(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startSource() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The destination of the source link identifies the resource that contains the unprocessed source of the link's source.
startSource(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
The destination of the source link identifies the resource that contains the unprocessed source of the link's source.
startSourceEvent(String, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startSourceEvent(String, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
Source event name is supposed to be communicated using a characters event.
startSrc() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Indicates the source of a link.
startSrc(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Indicates the source of a link.
startStartIndex() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The index of the first search result in the current set of search results.
startStartIndex(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
The index of the first search result in the current set of search results.
startStatus() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Holds a single HTTP status-line Value: status-line ;status-line defined in [RFC2068]
startStatus(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Holds a single HTTP status-line Value: status-line ;status-line defined in [RFC2068]
startString() - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Indicates the start of a string based value
startSubtitle(String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:subtitle entry.
startSubtitle(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:subtitle entry.
startSubtitle(String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:subtitle entry.
startSubtitle(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:subtitle entry.
startSubtitle(String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startSubtitle(String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startSummary(String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:summary entry.
startSummary(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:summary entry.
startSummary(String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:summary entry.
startSummary(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:summary entry.
startSummary(String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startSummary(String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startSupportedLock() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
To provide a listing of the lock capabilities supported by the resource.
startSupportedLock(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
To provide a listing of the lock capabilities supported by the resource.
startSyndicationRight() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a value that indicates the degree to which the search results provided by this search engine can be queried, displayed, and redistributed.
startSyndicationRight(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains a value that indicates the degree to which the search results provided by this search engine can be queried, displayed, and redistributed.
startTags() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Contains a set of words that are used as keywords to identify and categorize this search content.
startTags(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Contains a set of words that are used as keywords to identify and categorize this search content.
startTargetEvent(Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startTargetEvent(Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
Target event name is supposed to be communicated using a characters event.
startTimeout() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The timeout associated with a lock
startTimeout(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
The timeout associated with a lock
startTitle(String, Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:title entry.
startTitle(String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:title entry.
startTitle(String, Locale) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:title entry.
startTitle(String, String) - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:title entry.
startTitle(String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startTitle(String, Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startTitle(Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startTitle(Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
 
startTotal(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomThreadingContentHandler
Indicates the start of an thr:total entry.
startTotal() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomThreadingContentHandler
Indicates the start of an thr:total entry.
startTotal(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
 
startTotal(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
 
startTotalResults() - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
The number of search results available for the current search.
startTotalResults(Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
The number of search results available for the current search.
startUpdated(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:updated entry.
startUpdated() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:updated entry.
startUpdated(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startUpdated(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startURI(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
Indicates the start of an atom:uri entry.
startURI() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
Indicates the start of an atom:uri entry.
startURI(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
 
startURI(Attributes) - Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
 
startUrl(String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Describes an interface by which a search client can make search requests of the search engine.
startUrl(String, String, String, String) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Describes an interface by which a search client can make search requests of the search engine.
startUrl(String, String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler
Describes an interface by which a search client can make search requests of the search engine.
startUrl(String, String, String, String, Attributes) - Method in interface com.ibm.portal.resolver.opensearch.OpenSearchContentHandler
Describes an interface by which a search client can make search requests of the search engine.
startValue(Locale, Attributes) - Method in class com.ibm.portal.resolver.iwidget.xml.helper.EmptyIWidgetMicroformatContentHandler
 
startValue(Locale, Attributes) - Method in interface com.ibm.portal.resolver.iwidget.xml.IWidgetMicroformatContentHandler
Use a characters event to communicate the real value.
startValue() - Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
 
startValue(Attributes) - Method in interface com.ibm.portal.resolver.mashup.MashupSitemapContentHandler
 
startWorkspace(Attributes) - Method in interface com.ibm.portal.resolver.atom.AtomPublishingContentHandler
Indicates the start of an app:workspace entry.
startWorkspace() - Method in interface com.ibm.portal.resolver.atom.DefaultAtomPublishingContentHandler
Indicates the start of an app:workspace entry.
startWrite() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies a write lock.
startWrite(Attributes) - Method in interface com.ibm.portal.resolver.webdav.WebdavContentHandler
Specifies a write lock.
state - Variable in exception com.ibm.portal.state.accessors.exceptions.IconNotFoundException
state of the icon that could not be located
state - Variable in exception com.ibm.portal.state.accessors.exceptions.MissingSelectionException
the state holder that does not contain a selection
state - Variable in exception com.ibm.portal.state.accessors.exceptions.StateNotWriteableException
State holder from the session that is read-only
state - Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
 
STATE_DISABLED - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Indicates that the icon is disabled.
STATE_ENABLED - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Indicates that the icon is enabled.
STATE_ENABLED_HOVER - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Indicates that the icon is enabled and the mouse pointer is hovered over the icon.
StateAccessor - Interface in com.ibm.portal.state.accessors
Provides read access to the state holder based on a given request.
StateAccessorController - Interface in com.ibm.portal.state.accessors
Provides read-write access to the state holder based on a given request.
StateAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown within StateAccessor implementations being not able to retrieve the StateHolder from the current request.
StateAccessorException(HttpServletRequest) - Constructor for exception com.ibm.portal.state.accessors.exceptions.StateAccessorException
Initializes the exception with the request that caused it
StateAccessorException(HttpServletRequest, Exception) - Constructor for exception com.ibm.portal.state.accessors.exceptions.StateAccessorException
Initializes the exception with the request that caused it
StateAccessorFactory - Interface in com.ibm.portal.state.accessors
Factory for getting the read-only or read-write state accessors.
StateAttributeNotInRequestException - Exception in com.ibm.portal.state.accessors.exceptions
Exception representing the error that the attribute storing the StateHolder in the request cannot be found.
StateAttributeNotInRequestException(String, HttpServletRequest) - Constructor for exception com.ibm.portal.state.accessors.exceptions.StateAttributeNotInRequestException
Initializes the exception with the request that caused it
StateException - Exception in com.ibm.portal.state.exceptions
Root exception for all state related exceptions.
StateException() - Constructor for exception com.ibm.portal.state.exceptions.StateException
Empty constructor
StateException(Throwable) - Constructor for exception com.ibm.portal.state.exceptions.StateException
Initializes the exception with the reason of the exception.
StateHolder - Interface in com.ibm.portal.state
Read-only interface to state.
StateHolderController - Interface in com.ibm.portal.state
Allows access to the state holder that potentially results in a modification of the underlying data.
StateManagerException - Exception in com.ibm.portal.state.exceptions
Exception which is thrown in the case that the state manager could not be instantiated, initialized, or configured properly.
StateManagerException(Throwable) - Constructor for exception com.ibm.portal.state.exceptions.StateManagerException
Thrown if the state manager could not be instantiated, initialized, or configured properly.
StateManagerException() - Constructor for exception com.ibm.portal.state.exceptions.StateManagerException
Thrown if the state manager could not be instantiated, initialized, or configured properly.
StateManagerInitException - Exception in com.ibm.portal.state.exceptions
Exception which is thrown in the case that the state manager could not be initialized properly (e.g.
StateManagerInitException(Exception) - Constructor for exception com.ibm.portal.state.exceptions.StateManagerInitException
Thrown if the state manager could not be initialized properly.
StateManagerInstantiationException - Exception in com.ibm.portal.state.exceptions
Exception which is thrown in the case that the state manager could not be instantiated properly.
StateManagerInstantiationException(Exception) - Constructor for exception com.ibm.portal.state.exceptions.StateManagerInstantiationException
Initializes this exception.
StateManagerInstantiationException() - Constructor for exception com.ibm.portal.state.exceptions.StateManagerInstantiationException
Initializes this exception.
StateManagerService - Interface in com.ibm.portal.state.service
Service interface that allows for creating a variety of URLs.
StateNotInRequestException - Exception in com.ibm.portal.state.accessors.exceptions
Exception representing the error case that the the StateHolder cannot be found in the request.
StateNotInRequestException(HttpServletRequest) - Constructor for exception com.ibm.portal.state.accessors.exceptions.StateNotInRequestException
Initializes the exception with the request that caused it
StateNotWriteableException - Exception in com.ibm.portal.state.accessors.exceptions
Exception representing the error case that a write interface to state was requested though being in a request processing phase in which no state modifications are allowed.
StateNotWriteableException(StateHolder, HttpServletRequest) - Constructor for exception com.ibm.portal.state.accessors.exceptions.StateNotWriteableException
Initializes the exception with the request that caused it
StateParameterException - Exception in com.ibm.portal.state.exceptions
Base class for exceptions thrown by com.ibm.portal.state.service.StateParameterService
StateParameterException(Throwable) - Constructor for exception com.ibm.portal.state.exceptions.StateParameterException
Initializes the exception with the reason of the exception.
StateParameterException() - Constructor for exception com.ibm.portal.state.exceptions.StateParameterException
Initializes the exception.
StateParameterService - Interface in com.ibm.portal.state.service.parameters
Base interface for obtaining a service that allows easy obtaining, setting and removing of parameters for a given portlet on a given page.
StatePartitionAccessor - Interface in com.ibm.portal.state.accessors.statepartition
Interface providing read access to the state partition information in the state holder.
StatePartitionAccessorController - Interface in com.ibm.portal.state.accessors.statepartition
Interface providing write access to the state partion information in the state holder.
StatePartitionAccessorFactory - Interface in com.ibm.portal.state.accessors.statepartition
Factory to create state partition accessors.
StateSerializeTag - Class in com.ibm.wps.engine.tags
Provides a way to print out the current state document in XML form.
StateSerializeTag() - Constructor for class com.ibm.wps.engine.tags.StateSerializeTag
 
StaticContentPage - Interface in com.ibm.portal.content
An interface for a content node representing an page with static layout.
StaticContentPageDistincter - Interface in com.ibm.portal.spa.renderer.helper
Determine whether a page is StaticContentPage, and its embed type.
STATICPAGE - Static variable in class com.ibm.portal.content.ContentNodeType
Node type for a StaticContentPage.
StaticPageContentHandler - Interface in com.ibm.portal.spa.parser
Callback handler interface that is called by the parser to signal the semantical structure of the markup document.
StaticPageDataSourceParser - Interface in com.ibm.portal.spa.parser
Parses the content of the static page that is identified by the DataSource.
StaticPageFilter - Interface in com.ibm.portal.spa.parser
Base interface for the static page parsers that combines the methods to dispose the parser when no longer required and to assign and query a StaticPageContentHandler that receives the static page events.
StaticPageParser - Interface in com.ibm.portal.spa.parser
Interface to the static page parser.
StaticPageParserFactory - Interface in com.ibm.portal.spa.parser
Factory that instantiates parsers per mime types.
StaticPageRenderer - Interface in com.ibm.portal.spa.renderer
Implementation of a renderer that renders static pages in the context of the current request.
StaticPageService - Interface in com.ibm.portal.spa.service
Represents aspects of the static page aggregation API that are common to portal and portlet environment.
StaticPageServiceHome - Interface in com.ibm.portal.spa.service
Home interface to the request independent artifacts of the static page API.
StaticPageURIParser - Interface in com.ibm.portal.spa.parser
Parses the content of the static page that is identified by the URI.
StaticPageZipParser - Interface in com.ibm.portal.spa.parser
Parses a ZipInputStream for all entries that match the (locale independent) filename pattern and produces callbacks to the assigned StaticPageContentHandler.
StatusCodeDataSource - Interface in com.ibm.portal.resolver.data
Optional interface implemented by a DataSource to specify a suggested status code.
StepUpAuthHandler - Interface in com.ibm.portal.auth.stepup
This is the plug-point for custom step up handler implementations.
storage - Variable in exception com.ibm.portal.state.exceptions.StorageException
Storage object that caused the exception
StorageException - Exception in com.ibm.portal.state.exceptions
Base exceptions for all exceptions occuring during the processing of the storage phase.
StorageException(Storage) - Constructor for exception com.ibm.portal.state.exceptions.StorageException
Initializes the exception with the storage object that caused it
store() - Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
Deprecated. Stores all attributes.
store() - Method in interface org.apache.jetspeed.portlet.PortletData
Deprecated. Stores all attributes.
store() - Method in interface org.apache.jetspeed.portlet.PortletSettings
Deprecated. Stores all attributes.
storeObject(String, Object) - Method in class com.ibm.portal.struts.common.ModuleContext
Stores the given object by key and taking into account the previously saved module prefix.
StreamBackupService - Interface in com.ibm.portal.app.service.backup
The StreamBackupService can be used by a business component to write out arbitrary binary data during backup and read that data back in during restore.
StreamBackupServiceClient - Interface in com.ibm.portal.app.service.backup
A business component needs to implement this interface if it wants to work with the StreamBackupService.
StreamContentHandler - Interface in com.ibm.portal.resolver.xml
An implementation of a ContentHandler that serializes XML into a stream
STRING - Static variable in interface com.ibm.portal.app.model.Variable
Predefined variable type for variables that contain string values.
STRING - Static variable in interface com.ibm.portal.um.AttributeDefinition
Represents the String type for an Attribute
STRUTS_ACTION - Static variable in interface com.ibm.wps.pb.property.Action
Deprecated. Specifies delivery using Struts
STRUTS_SERVLET_MAPPING_KEY - Static variable in class com.ibm.portal.struts.portlet.StrutsPortlet
The key used to identify the Struts servlet mapping in the servlet context.
STRUTS_SERVLET_MAPPING_KEY - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
The key used to identify the Struts servlet mapping in the servlet context.
STRUTS_VIEW_ACTION - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Attribute name to indicate this is a view action.
STRUTS_VIEW_ACTION - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Attribute name to indicate this is a view action.
StrutsAction - Class in com.ibm.portal.struts.action
A StrutsAction is an adapter between the contents of an incoming Portlet request and the corresponding business logic that should be executed to process this request.
StrutsAction() - Constructor for class com.ibm.portal.struts.action.StrutsAction
Constructor for this class
strutsAction - Variable in class com.ibm.struts.taglib.html.FormTag
The struts action.
StrutsAction - Class in com.ibm.wps.struts.action
A StrutsAction is an adapter between the contents of an incoming portlet request and the corresponding business logic that should be executed to process this request.
StrutsAction() - Constructor for class com.ibm.wps.struts.action.StrutsAction
Constructor for this class.
StrutsBaseConstants - Interface in com.ibm.portal.struts.portlet
The StrutsBaseConstants class contains constants used throughout the WPS Struts portlet implementation.
StrutsConstants - Interface in com.ibm.portal.struts.portlet
The StrutsConstants class contains constants used throughout the WPS Struts portlet implementation.
StrutsException - Exception in com.ibm.portal.struts.portlet
This exception is used as a base class for Portal Struts Framework exceptions.
StrutsException() - Constructor for exception com.ibm.portal.struts.portlet.StrutsException
Construct this StrutsException object
StrutsException(String) - Constructor for exception com.ibm.portal.struts.portlet.StrutsException
Construct this StrutsException object
StrutsFilteredViewCommand - Class in com.ibm.portal.struts.command
Filter the command with various Transcoding functions.
StrutsFilteredViewCommand(PortletRequest) - Constructor for class com.ibm.portal.struts.command.StrutsFilteredViewCommand
Constructor for the StrutsFilteredViewCommand object
StrutsInfo - Class in com.ibm.portal.struts.portlet
The StrutsInfo class contains information used throughout the WPS Struts portlet implementation.
StrutsInfo(ServletContext, String) - Constructor for class com.ibm.portal.struts.portlet.StrutsInfo
Construct the StrutsInfo object
StrutsLogFactory - Class in com.ibm.portal.struts.logging
Struts Logging Factory
StrutsLogFactory() - Constructor for class com.ibm.portal.struts.logging.StrutsLogFactory
StrutsLoggingFactory ctr.
StrutsLogFactory - Class in com.ibm.wps.portlets.struts.logging
Struts Logging Factory
StrutsLogFactory() - Constructor for class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
StrutsLoggingFactory ctr.
StrutsPortlet - Class in com.ibm.portal.struts.portlet
Class specified in the portlet deployment descriptor for Struts-based portlets.
StrutsPortlet() - Constructor for class com.ibm.portal.struts.portlet.StrutsPortlet
StrutsPortlet constructor.
StrutsViewActionCommand - Class in com.ibm.portal.struts.command
Command pattern class used to execute a render action.
StrutsViewActionCommand() - Constructor for class com.ibm.portal.struts.command.StrutsViewActionCommand
Constructs the StrutsViewActionCommand object.
StrutsViewActionCommand(String, PortletRequest) - Constructor for class com.ibm.portal.struts.command.StrutsViewActionCommand
Construct the StrutsViewActionCommand object.
StrutsViewCommand - Class in com.ibm.portal.struts.command
Command pattern class used to provide a mechanism to encapsulate the information needed to redisplay a view.
StrutsViewCommand() - Constructor for class com.ibm.portal.struts.command.StrutsViewCommand
Default constructor.
StrutsViewCommand(PortletRequest) - Constructor for class com.ibm.portal.struts.command.StrutsViewCommand
Constructs the StrutsViewCommand object.
StrutsViewErrorCommand - Class in com.ibm.portal.struts.command
The StrutsViewErrorCommand class is specific command pattern class used to display the ErrorResponseInfo object.
StrutsViewErrorCommand(ErrorResponseInfo, PortletRequest) - Constructor for class com.ibm.portal.struts.command.StrutsViewErrorCommand
Construct our View command
StrutsViewJspCommand - Class in com.ibm.portal.struts.command
Command pattern class which provides a mechanism to encapsulate the information needed to redisplay a view for dynamic content like JSPs.
StrutsViewJspCommand() - Constructor for class com.ibm.portal.struts.command.StrutsViewJspCommand
Default construtor.
StrutsViewJspCommand(String, PortletRequest) - Constructor for class com.ibm.portal.struts.command.StrutsViewJspCommand
Constructs the view command.
StrutsViewStaticCommand - Class in com.ibm.portal.struts.command
The StrutsViewStaticCommand class is a command pattern class used to provide a mechanism to encapsulate the information needed to redisplay a view.
StrutsViewStaticCommand(String, PortletRequest) - Constructor for class com.ibm.portal.struts.command.StrutsViewStaticCommand
Construct the StrutsViewStaticCommand command
StrutsViewTilesCommand - Class in com.ibm.portal.struts.command
The StrutsViewTilesCommand class is a command pattern class used to provide a mechanism to encapsulate the information needed to redisplay a view for dynamic content that uses Struts Tiles.
StrutsViewTilesCommand(String, PortletRequest) - Constructor for class com.ibm.portal.struts.command.StrutsViewTilesCommand
Construct our View command
StrutsViewXmlCommand - Class in com.ibm.portal.struts.command
Deprecated. 5.1
StrutsViewXmlCommand(String, PortletRequest, ViewCommandExecutionContext) - Constructor for class com.ibm.portal.struts.command.StrutsViewXmlCommand
Deprecated. Construct this StrutsViewXmlCommand command
supports(PortletWindow.State) - Method in interface org.apache.jetspeed.portlet.PortletConfig
Deprecated. Returns whether the portlet window supports the given state
supports(Portlet.Mode, Client) - Method in interface org.apache.jetspeed.portlet.PortletConfig
Deprecated. Returns whether the portlet supports the given mode for the given client.
supportsMarkup(String) - Method in interface com.ibm.portal.admin.MarkupCapable
Checks if a given markup is in the list of supported markups.
This method checks if the markup capable element may be displayed in the given markup.
supportsMarkup(Markup) - Method in interface com.ibm.portal.admin.MarkupCapable
Checks if a given markup is in the list of supported markups.
This method checks if the markup capable element may be displayed in the given markup.
supportsMultiselect() - Method in interface com.ibm.portal.dnd.DNDAction
Returns true if this DNDAction can support multiple DNDSources being dropped on it at the same time.
supportsPortletMode(PortletMode) - Method in interface com.ibm.portal.portletmodel.Portlet
Checks if a given portlet mode is in the list of supported portlet modes.
supportsPortletMode(PortletMode, String) - Method in interface com.ibm.portal.portletmodel.Portlet
Checks if a given portlet mode is in the list of supported portlet modes for the given markup.
supportsPortletMode(PortletMode) - Method in interface com.ibm.portal.portletmodel.PortletDefinition
Checks if a given portlet mode is in the list of supported portlet modes.
supportsPortletMode(PortletMode, String) - Method in interface com.ibm.portal.portletmodel.PortletDefinition
Checks if a given portlet mode is in the list of supported portlet modes for the given markup.
supportsSerialization(String, String, Map) - Method in interface com.ibm.portal.app.component.Serializable
Deprecated. This method is used to ask the component if it support the specified type of serialization.
supportsSerialization(SerializationType) - Method in interface com.ibm.portal.app.component2.Serializable
This method is used to ask the component if it supports the specified type of serialization.
supportsWindowState(WindowState) - Method in interface com.ibm.portal.portletmodel.Portlet
Checks if a given window state is in the list of supported window states.
supportsWindowState(WindowState, String) - Method in interface com.ibm.portal.portletmodel.Portlet
Checks if a given window state is in the list of supported window states for the given markup.
suspend(ContentModelController) - Method in interface com.ibm.portal.model.controller.ContentModelControllerResumeService
Suspends the given content model controller.
SystemException - Exception in com.ibm.portal.ac.exception
This exception is thrown if an operation failed due to system resource problems, e.g.
SystemException() - Constructor for exception com.ibm.portal.ac.exception.SystemException
empty constructor.
SystemException(Throwable) - Constructor for exception com.ibm.portal.ac.exception.SystemException
constructor that takes another throwable as cause.
SystemLoginException - Exception in com.ibm.portal.auth.exceptions
This exception is thrown when an inrecoverable problem occurred within Portal during Login.
SystemLoginException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.SystemLoginException
Initializes the exception with the reason of the exception.

T

Tag - Interface in com.ibm.portal.cp.tagging
A tag, i.e.
TAG_MODEL_BROWSE_TAGS - Static variable in interface com.ibm.portal.cp.tagging.Constants
URI for the browse tags resolution service.
TAG_MODEL_SELECTED_TAG_PRP - Static variable in interface com.ibm.portal.cp.tagging.Constants
URI for the resolution service which exposes the current selected tags (aka st)as public render parameters (aka prp).
TAG_MODEL_SELECTED_TAG_TAGCENTER - Static variable in interface com.ibm.portal.cp.tagging.Constants
URI for the resolution service which redirects to the Tag Center, displaying resources for the current selected tags.
TAG_MODEL_TAG_SEARCH_RESULTS - Static variable in interface com.ibm.portal.cp.tagging.Constants
URI which can be used to search for tags.
TAG_MODEL_TAG_SPACE_ALL - Static variable in interface com.ibm.portal.cp.tagging.Constants
URI for the entire tag space
TAG_MODEL_TAG_SPACE_EMPTY - Static variable in interface com.ibm.portal.cp.tagging.Constants
URI for the empty tag space
TAG_MODEL_TAG_SPACE_RELATED - Static variable in interface com.ibm.portal.cp.tagging.Constants
URI for the related tag space
TAG_MODEL_TAGS_ALL - Static variable in interface com.ibm.portal.cp.tagging.Constants
URI for the all tags set
TAG_MODEL_TAGS_EMPTY - Static variable in interface com.ibm.portal.cp.tagging.Constants
URI for the empty tag set
TagConstants - Class in com.ibm.wps.pe.pc.legacy
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
TagCreationContext<R> - Interface in com.ibm.portal.cp.tagging.controller
CreationContext that exposes information common to all types of tagging creation context interfaces.
TagLocator<T extends Tag> - Interface in com.ibm.portal.cp.tagging
The interface to find Tags using different criteria
TagModel<T extends Tag> - Interface in com.ibm.portal.cp.tagging
TagModel: Interface for a tag model.
TagModelController<T extends Tag,M extends ModifiableTag> - Interface in com.ibm.portal.cp.tagging
TagModelController: the interface to control Tags, e.g.
TagModelControllerProvider - Interface in com.ibm.portal.cp.tagging
Provider interface for tag model controllers.
TagModelLocator<T extends Tag,S extends TagSpace> - Interface in com.ibm.portal.cp.tagging
Combines some locators for the TagModel
TagSpace - Interface in com.ibm.portal.cp.tagging
A tag space is basically a tagname that has been used to tag Resources associated with its number of occurrences.
TagSpaceLocator<T extends TagSpace> - Interface in com.ibm.portal.cp.tagging
The interface to find TagSpaces using different criteria
Target - Interface in com.ibm.policy.manager
Target represents the object used to abstract a rule engine for the purpose of policy evaluation.
TargetType - Enum in com.ibm.portal.state.accessors.portlet
Enumeration to identify targets.
TASK - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
TASK_PAGE_MAPPING - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
TaskManagerDelegateFactoryServiceException - Exception in com.ibm.portal.taskmanager
Exception that indicates errors during processing of the TaskManagerDelegateFactoryServices' methods.
TaskManagerDelegateFactoryServiceException() - Constructor for exception com.ibm.portal.taskmanager.TaskManagerDelegateFactoryServiceException
Constructor.
TaskManagerDelegateFactoryServiceException(Throwable) - Constructor for exception com.ibm.portal.taskmanager.TaskManagerDelegateFactoryServiceException
Constructor.
TaskUIHandle - Interface in com.ibm.portal.taskui
The TaskUIHandle encapsulates all information about a UI element that is associated with a task.
TaskUIManager - Interface in com.ibm.portal.portlet.service.taskui
The TaskUIManager is a Java Portlet API portlet service that is used by task processing portlets to manage the UI elements that were created for a given task.
TaskUIManager - Interface in com.ibm.wps.portletservice.taskui
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
TaskUIManagerException - Exception in com.ibm.portal.taskui
Exception that indicates errors during processing of the TaskUIManager's methods.
TaskUIManagerException() - Constructor for exception com.ibm.portal.taskui.TaskUIManagerException
Constructor.
TaskUIManagerException(Throwable) - Constructor for exception com.ibm.portal.taskui.TaskUIManagerException
Constructor.
Templatable - Interface in com.ibm.portal.app.component
Deprecated. Please use Serializable instead.
TEMPLATE - Static variable in class com.ibm.portal.app.component2.SerializationType
Indicates that the serialization is of type Template meaning the written data will be part of an application template and thus needs to allow an instantiation at a later point of time.
TEMPLATE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
TEMPLATE_FOLDER - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
TemplateAccessPrivileges - Interface in com.ibm.portal.app.service
TemplateAccessPrivileges is used to check access privileges for the current user on templates and the template catalog.
TemplateCatalogService - Interface in com.ibm.portal.app.service
The TemplateCatalogService provides methods for searching and managing application templates.
TemplateCatalogService.SearchPattern - Enum in com.ibm.portal.app.service
This enumeration defines the search pattern that will be used for title-based finder methods.
COMPLETE_TITLE searches for all templates with the exactly the specified title string. TITLE_STARTSWITH searches for all templates that have a title that starts with the specified title prefix. TITLE_CONTAINS searches for all templates that have a title that contains the specified title substring at any location.
TemplateCatalogServiceException - Exception in com.ibm.portal.app.service.exceptions
Indicates there was a general problem when working with the TemplateCatalogService.
TemplateCatalogServiceException() - Constructor for exception com.ibm.portal.app.service.exceptions.TemplateCatalogServiceException
 
TemplateCatalogServiceException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.TemplateCatalogServiceException
 
TemplateCatalogServiceHome - Interface in com.ibm.portal.app.service
This is the entry point to the template catalog service.
TemplateException - Exception in com.ibm.portal.app.service.exceptions
Indicates there was a general problem when working with the TemplateCatalogService.
TemplateException() - Constructor for exception com.ibm.portal.app.service.exceptions.TemplateException
 
TemplateException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.TemplateException
 
TemplateService - Interface in com.ibm.portal.app.service
The TemplateService provides funtions for reading and modifying one specific template identified by Identifiable.getObjectID().
TemplateServiceHome - Interface in com.ibm.portal.app.service
This is the entry point to the template services.
TemplateValidationException - Exception in com.ibm.portal.app.service.exceptions
Indicates that the template is not well-formed.
TemplateValidationException() - Constructor for exception com.ibm.portal.app.service.exceptions.TemplateValidationException
 
TemplateValidationException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.TemplateValidationException
 
TemporaryNotSupportedException - Exception in com.ibm.portal.app.exceptions
Thrown by a component to indicate that the requested function is currently not supported.
TemporaryNotSupportedException() - Constructor for exception com.ibm.portal.app.exceptions.TemporaryNotSupportedException
default constructor
TemporaryNotSupportedException(Throwable) - Constructor for exception com.ibm.portal.app.exceptions.TemporaryNotSupportedException
Initializes the exception with the reason of the exception.
TemporaryNotSupportedException(Throwable, Localized) - Constructor for exception com.ibm.portal.app.exceptions.TemporaryNotSupportedException
Initializes the exception with the reason of the exception and localized information.
TEXT - Static variable in interface com.ibm.portal.app.model.Variable
Predefined variable type for variables that contain text values that are localized.
text(String) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Passes the text string on to the ContentHandler.characters(char[], int, int) method.
text(StringBuffer) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Passes the text string on to the ContentHandler.characters(char[], int, int) method.
text(int, String, String) - Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
Logs a message at the specified log level.
text(int, String, String, Throwable) - Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
Logs a message at the specified log level.
TEXT_ATTRIBUTE - Static variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeTextItem
The TEXT_ATTRIBUTE should contain the text to contribute to the theme.
TextareaTag - Class in com.ibm.struts.taglib.html
This class is a simple extension of the Struts textarea tag to adding the dir attribute.
TextareaTag() - Constructor for class com.ibm.struts.taglib.html.TextareaTag
Construct a new instance of this tag.
TextTag - Class in com.ibm.struts.taglib.html
This class is a simple extension of the Struts text tag to adding the dir attribute.
TextTag() - Constructor for class com.ibm.struts.taglib.html.TextTag
Construct a new instance of this tag.
Theme - Interface in com.ibm.portal.admin
Model interface for portal themes.
THEME - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
THEME_LIST_CONTROLLER_JNDI_NAME - Static variable in interface com.ibm.portal.model.ThemeListControllerHome
JNDI lookup name for theme list model controller
THEME_LIST_JNDI_NAME - Static variable in interface com.ibm.portal.model.ThemeListHome
Deprecated. use ThemeListHome.JNDI_NAME instead
ThemeContent - Interface in com.ibm.portal.theme.plugin
A generic interface for theme content.
ThemeContentDescriptorConstants - Interface in com.ibm.portal.theme.plugin.impl
Constants describing the xml attributes for a DefaultThemeContent.
ThemeContentHandler - Interface in com.ibm.portal.spa.parser
Callback handler interface that is called by the parser to signal the semantical structure of the markup document.
ThemeContext - Interface in com.ibm.portal.theme.plugin
Describes the current theme context.
ThemeDataSourceParser - Interface in com.ibm.portal.spa.parser
Parses the content of the static page that is identified by the DataSource.
ThemeExtensionInitException - Exception in com.ibm.portal.theme.plugin.exception
Root exception for all state related exceptions.
ThemeExtensionInitException() - Constructor for exception com.ibm.portal.theme.plugin.exception.ThemeExtensionInitException
Empty constructor
ThemeExtensionInitException(Throwable) - Constructor for exception com.ibm.portal.theme.plugin.exception.ThemeExtensionInitException
Initializes the exception with the reason of the exception.
ThemeExtensionInitException(Throwable, String, String, Collection<Object>) - Constructor for exception com.ibm.portal.theme.plugin.exception.ThemeExtensionInitException
Use this to construct FFDC exception wrapping the throwable while passing additional information to add to FFDC dump.
ThemeFilter - Interface in com.ibm.portal.spa.parser
 
ThemeInclude - Interface in com.ibm.portal.theme.plugin
A ThemeInclude is a theme contribution responsible for its own rendering.
ThemeItem - Interface in com.ibm.portal.theme.plugin
A ThemeItem is a theme contribution which defines its data and delegates rendering to the theme JSP.
ThemeItemDescriptorConstants - Interface in com.ibm.portal.theme.plugin.impl
The constants in this interface identify the various components of the xml describing an ThemeItem.
ThemeJspInclude - Interface in com.ibm.portal.theme.plugin
A ThemeJspInclude is a ThemeInclude theme contribution which renders itself by invoking a JSP.
ThemeJspIncludeDescriptorConstants - Interface in com.ibm.portal.theme.plugin.impl
Constants describing the xml for declaring a DefaultThemeJspInclude
ThemeLinkItem - Interface in com.ibm.portal.theme.plugin
A theme contribution that creates a URL.
ThemeList<T extends java.lang.Object & Theme> - Interface in com.ibm.portal.admin
Model interface for a list of installed portal themes.
ThemeListController<T extends Theme,M extends ModifiableTheme> - Interface in com.ibm.portal.admin
A controller interface for the Theme interface.
ThemeListControllerHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for ThemeListControllerProvider.
ThemeListControllerProvider - Interface in com.ibm.portal.model
Provider interface for theme list model controllers.
ThemeListHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for ThemeListProvider.
ThemeListProvider - Interface in com.ibm.portal.ibmportlet.service.model
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
ThemeListProvider - Interface in com.ibm.portal.model
An interface for a provider of theme lists.
ThemeListProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of theme lists.

PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;

try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.ThemeListProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...
ThemeParser - Interface in com.ibm.portal.spa.parser
Interface to the static page parser.
ThemeParserFactory - Interface in com.ibm.portal.spa.parser
Factory that instantiates parsers per mime types.
ThemeProvider - Interface in com.ibm.portal.content
An interface that allows the retrieval of a Theme that is associated with a portal resource.
ThemeProviderCopyCreationContext<T extends ThemeProvider> - Interface in com.ibm.portal.model.controller.context
Creation context for copying the associated themes of a node.
ThemeSetter - Interface in com.ibm.portal.content
An interface representing a modifiable resource on which a theme can be set.
ThemeTemplateAccessor - Interface in com.ibm.portal.state.accessors.themetemplate
This accessor is used for read access to the portal theme template.
ThemeTemplateAccessorController - Interface in com.ibm.portal.state.accessors.themetemplate
This accessor is used for read-write access to the used portal theme.
ThemeTemplateAccessorFactory - Interface in com.ibm.portal.state.accessors.themetemplate
Factory interface providing theme template accessors in order to manipulate theme template information.
ThemeTextItem - Interface in com.ibm.portal.theme.plugin
A theme contribution that contributes simple text.
ThemeURIParser - Interface in com.ibm.portal.spa.parser
Parses the content of the static page that is identified by the URI
TILES_DEFINITION - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
Attribute name to indicate the last tiles controller that was invoked.
TILES_DEFINITION - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
Attribute name to indicate the last Tiles controller that was invoked.
TIMESTAMP - Static variable in interface com.ibm.portal.um.AttributeDefinition
Represents the String Timestamp for an Attribute
TimeStamped - Interface in com.ibm.portal
Model interface for specific date access properties: This is information such as the creation date or the last modification date of a resource.
title - Variable in exception com.ibm.portal.app.service.exceptions.DuplicateTemplateTitleValidationException
 
title - Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
title the title of the extension; usually specified in the plugin.xml
TITLE_ATTRIBUTE - Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
The TITLE_ATTRIBUTE should contain the NLS bundle key for retrieving the title property of the IThemeItem.
toArray() - Method in interface com.ibm.portal.model.LocalizedContext
Returns the ordered list of locales that this context is based on as an array
TOOLTIP_ATTRIBUTE - Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeItemDescriptorConstants
The TOOLTIP_ATTRIBUTE should contain the tooltip text for this extension.
TOP_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go to top" action.
toString() - Method in class com.ibm.policy.manager.MapRequestContext
 
toString() - Method in class com.ibm.portal.app.component2.SerializationType
 
toString() - Method in enum com.ibm.portal.community.CommunityAccessPrivilege
returns the access level definition as string value.
toString() - Method in class com.ibm.portal.community.LocalizedDataObject
 
toString() - Method in class com.ibm.portal.content.ContentNodeType
Returns a textual description of the content node type.
toString() - Method in class com.ibm.portal.content.Direction
Returns a textual representation of the direction.
toString() - Method in class com.ibm.portal.content.Orientation
Returns a textual representation of the orientation.
toString() - Method in class com.ibm.portal.cp.resources.builder.AbstractCustomResource
 
toString() - Method in class com.ibm.portal.InvalidationType
Returns a textual description of the content node type that can be used for debugging purposes.
toString() - Method in enum com.ibm.portal.ObjectTypeConstants
 
toString() - Method in class com.ibm.portal.portlet.service.url.Constants.NormalStateConstant
 
toString() - Method in class com.ibm.portal.portlet.service.url.Constants.SoloStateConstant
 
toString() - Method in class com.ibm.portal.propertybroker.property.Direction
Override default
toString() - Method in class com.ibm.portal.propertybroker.property.ParameterBindingType
Override default
toString() - Method in class com.ibm.portal.propertybroker.property.PropertyFilterType
Override default
toString() - Method in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
Override default
toString() - Method in class com.ibm.portal.resolver.uri.PortletURI
 
toString() - Method in class com.ibm.portal.ResourceType
Deprecated.  
toString() - Method in class com.ibm.portal.services.url.UrlResourceServiceConstants.ScopeAllConstant
 
toString() - Method in class com.ibm.portal.services.url.UrlResourceServiceConstants.ScopeCellConstant
 
toString() - Method in class com.ibm.portal.services.url.UrlResourceServiceConstants.ScopeNodeConstant
 
toString() - Method in class com.ibm.portal.services.url.UrlResourceServiceConstants.ScopeServerConstant
 
toString() - Method in class com.ibm.portal.spa.data.SpaURI
 
toString() - Method in class com.ibm.portal.state.accesscheck.Constants.AssignRolesConstant
 
toString() - Method in class com.ibm.portal.state.accesscheck.Constants.CreatePageConstant
 
toString() - Method in class com.ibm.portal.state.accesscheck.Constants.DeletePageConstant
 
toString() - Method in class com.ibm.portal.state.accesscheck.Constants.EditPageConstant
 
toString() - Method in class com.ibm.portal.state.accesscheck.Constants.NoCheckConstant
 
toString() - Method in enum com.ibm.portal.state.accessors.portlet.TargetType
 
toString() - Method in class com.ibm.portal.state.accessors.url.PortalResources.NoState
 
toString() - Method in class com.ibm.portal.state.accessors.url.PortalResources.TypeFiles
 
toString() - Method in class com.ibm.portal.state.accessors.url.PortalResources.TypeIcons
 
toString() - Method in class com.ibm.portal.state.accessors.url.PortalResources.TypeSounds
 
toString() - Method in class com.ibm.portal.state.accessors.url.PortalResources.TypeVoiceGrammars
 
toString() - Method in class com.ibm.portal.state.Constants.DeepCopyConstant
 
toString() - Method in class com.ibm.portal.state.Constants.EmptyCopyConstant
 
toString() - Method in class com.ibm.portal.state.Constants.OverwriteConstant
 
toString() - Method in class com.ibm.portal.state.Constants.SmartCopyConstant
 
toString() - Method in interface com.ibm.portal.state.DisposableURL
Creates a URL representation of the URL.
toString() - Method in interface com.ibm.portal.state.EngineURL
Creates a URL representation of the URL.
toString() - Method in class com.ibm.portal.struts.portlet.StrutsInfo
Print out displayable form of this object
toString() - Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated. Returns the string representation of the method object that a filter can invoke.
toString() - Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
Prints out a displayable form of this object.
toString() - Method in class org.apache.jetspeed.portlet.Capability
Deprecated. Returns the capability as a displayable string.
toString() - Method in class org.apache.jetspeed.portlet.DefaultPortletMessage
Deprecated. Returns the message as a displayable string
toString() - Method in class org.apache.jetspeed.portlet.Portlet.Mode
Deprecated. Returns the identifier representing the mode
toString() - Method in class org.apache.jetspeed.portlet.Portlet.ModeModifier
Deprecated. Returns the identifier representing the mode modifier
toString() - Method in interface org.apache.jetspeed.portlet.PortletURI
Deprecated. Returns the complete URI as a string.
toString() - Method in class org.apache.jetspeed.portlet.PortletWindow.State
Deprecated.  
toURI() - Method in class com.ibm.portal.resolver.uri.PortletURI
Returns the URI version of this portlet URI
toURI() - Method in class com.ibm.portal.spa.data.SpaURI
Returns the URI object this SPA URI was constructed from
trace(String, String) - Method in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
Trace the message.
TRACE - Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
"Trace" level logging.
trace(String, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
Trace the message.
trace(String, String) - Method in class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
Deprecated.  
transform(Source, Result) - Method in class com.ibm.portal.resolver.xml.DisposableTransformer
 
TRANSFORMATION_APPLICATION_DEFINITION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
TRANSFORMATION_DEFINITION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
TRANSFORMATION_ENTITY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
TransformerIOException - Exception in com.ibm.portal.resolver.xml.exception
 
TransformerIOException(TransformerException) - Constructor for exception com.ibm.portal.resolver.xml.exception.TransformerIOException
Initializes the IOException with the root cause
TransformerSAXException - Exception in com.ibm.portal.resolver.xml.exception
 
TransformerSAXException(TransformerException) - Constructor for exception com.ibm.portal.resolver.xml.exception.TransformerSAXException
Initializes the IOException with the root cause
TreeModel<E> - Interface in com.ibm.portal
This interface provides a generic tree model.
TreeModelController<T,M extends Modifiable> - Interface in com.ibm.portal
This interface provides a controller for tree models which allows updating a model.
type - Variable in class com.ibm.portal.resolver.cai.uri.BusinessComponentURI
application type
type - Variable in exception com.ibm.portal.state.exceptions.CannotCloneDocumentModelException
Type of the clone operation that failed
TYPE_BYTEARRAY - Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
The user's secret is in binary form.
TYPE_FILES - Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
Type for plain files.
TYPE_ICONS - Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
Type for icons.
TYPE_JAAS_SUBJECT - Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
The user's secret is a JAAS Subject.
TYPE_JAVA_OBJECT - Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
The user's secret is a java object.
TYPE_NO_SECRET_DATA - Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
Type for credential objects that do not contain a secret.
TYPE_SOUNDS - Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
Type for sounds.
TYPE_UNDEFINED - Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
This type is used for the CredentialSecret class itself.
TYPE_USERID_STRING_PASSWORD_STRING - Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
The user's secret is a userid/password pair.
TYPE_VOICE_GRAMMARS - Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
Type for VoiceXML grammars.
typeOfURL(String) - Method in class com.ibm.portal.struts.common.PortletApiUtils
Deprecated.  
types - Variable in class com.ibm.portal.struts.action.DispatchAction
The set of argument type classes for the reflected method call.
types - Variable in class com.ibm.wps.struts.action.WpsDispatchAction
The set of argument type classes for the reflected method call.

U

UDDI_REGISTRY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
UN_PAGE_TAG_CENTER - Static variable in interface com.ibm.portal.cp.tagging.Constants
String ibm.portal.Tag Center, the name of the Tag Center page.
UN_VR_RATINGS - Static variable in interface com.ibm.portal.cp.rating.Constants
String wps.Rating, the name of the VirtualResource Ratings.
UN_VR_TAGS - Static variable in interface com.ibm.portal.cp.tagging.Constants
String wps.Tagging, the name of the VirtualResource Tags.
UnavailableApplicationsException - Exception in com.ibm.portal.app.service.exceptions
Occurs when there one of more applications cannot be accessed.
UnavailableApplicationsException() - Constructor for exception com.ibm.portal.app.service.exceptions.UnavailableApplicationsException
 
UnavailableApplicationsException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.UnavailableApplicationsException
 
UnavailableException - Class in org.apache.jetspeed.portlet
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
UnavailableException(Portlet, String) - Constructor for class org.apache.jetspeed.portlet.UnavailableException
Deprecated. use UnavailableException.UnavailableException(String) instead.
UnavailableException(int, Portlet, String) - Constructor for class org.apache.jetspeed.portlet.UnavailableException
Deprecated. use UnavailableException.UnavailableException(String, int) instead.
UnavailableException(String) - Constructor for class org.apache.jetspeed.portlet.UnavailableException
Deprecated. Constructs a new exception with a descriptive message indicating that the portlet is permanently unavailable.
UnavailableException(String, int) - Constructor for class org.apache.jetspeed.portlet.UnavailableException
Deprecated. Constructs a new exception with a descriptive message indicating that the portlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
UNDEFINED_BINDING - Static variable in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
Identifies an undefined binding
undoDeserializeInstance(Result) - Method in interface com.ibm.portal.app.component.Serializable
Deprecated. Called if deserialization fails after this component was deserialized.
UNIQUE_TARGET_IDENTIFIER - Static variable in class com.ibm.policy.manager.MapRequestContext
 
UniqueNameException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case that an invalid unique name has been detected.
UniqueNameException(String) - Constructor for exception com.ibm.portal.state.accessors.exceptions.UniqueNameException
The unique name was invalid
UniqueNameStrategy - Interface in com.ibm.portal.model.controller.context
A UniqueNameStrategy encapsulates algorithms for how unique names on nodes will be set within a controller.
UNKNOWN - Static variable in class com.ibm.portal.InvalidationType
Invalidation type "Unknown".
UnknownAccessorTypeException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a given accessor type cannot be mapped to a concrete implementation class.
UnknownAccessorTypeException(Class) - Constructor for exception com.ibm.portal.state.exceptions.UnknownAccessorTypeException
There is no known implementation for accessors of the given type.
UnknownApplicationException - Exception in com.ibm.portal.app.service.exceptions
Indicates that the referenced application is unknown to the system.
UnknownApplicationException() - Constructor for exception com.ibm.portal.app.service.exceptions.UnknownApplicationException
 
UnknownApplicationException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.UnknownApplicationException
 
UnknownBusinessComponentException - Exception in com.ibm.portal.app.service.exceptions
Indicates that the referenced business component is unknown to the system.
UnknownBusinessComponentException() - Constructor for exception com.ibm.portal.app.service.exceptions.UnknownBusinessComponentException
 
UnknownBusinessComponentException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.UnknownBusinessComponentException
 
UnknownFolderException - Exception in com.ibm.portal.app.service.exceptions
Indicates that the referenced folder is unknown to the system.
UnknownFolderException() - Constructor for exception com.ibm.portal.app.service.exceptions.UnknownFolderException
 
UnknownFolderException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.UnknownFolderException
 
UnknownStateFormatException - Exception in com.ibm.portal.state.exceptions
Exception representing the error case that a state holder retrieved from a URL cannot be decoded due to a unknown format.
UnknownStateFormatException(HttpServletRequest, InputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.UnknownStateFormatException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
UnknownTemplateException - Exception in com.ibm.portal.app.service.exceptions
Indicates that the referenced template is unknown to the system.
UnknownTemplateException() - Constructor for exception com.ibm.portal.app.service.exceptions.UnknownTemplateException
 
UnknownTemplateException(Throwable) - Constructor for exception com.ibm.portal.app.service.exceptions.UnknownTemplateException
 
UnknownUniqueNameException - Exception in com.ibm.portal.state.accessors.exceptions
Exception which should be thrown in case that an unknown unique name has been detected.
UnknownUniqueNameException(String) - Constructor for exception com.ibm.portal.state.accessors.exceptions.UnknownUniqueNameException
The unique name could not be mapped to an object ID
unlock(URI, T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockableTreeModelController
Request to unlock a particular resource.
UNLOCK - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "unlock" action.
UNLOCK_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "unlock" action.
unlockTemplate() - Method in interface com.ibm.portal.app.service.TemplateService
Unlock this template.
unregisterActions(PortletRequest, PortletSettings) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Unregisters all previously registered actions for the specified portlet.
unregisterProperties(PortletRequest, PortletSettings) - Method in interface com.ibm.wps.pb.service.PropertyBrokerService
Deprecated. Unregisters all properties which are currently registered on behalf of the portlet.
UNSPECIFIED - Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
The property value change is being propagated but the reason for change is unspecified
UNSPECIFIED - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
unspecified(ActionMapping, ActionForm, ActionRequest) - Method in class com.ibm.portal.struts.action.DispatchAction
Method which is dispatched to when there is no value for specified request parameter included in the request.
unspecified(ActionMapping, ActionForm, PortletRequest) - Method in class com.ibm.wps.struts.action.WpsDispatchAction
Method which is dispatched to when there is no value for a specified request parameter included in the request.
UP - Static variable in class com.ibm.portal.content.Direction
 
UP_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "go up" action.
update(M, InputStream) - Method in class com.ibm.portal.resolver.webdav.tree.helper.DefaultWebdavTreeModelController
 
update(M, InputStream) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavTreeModelController
This method updates the modifiable item with the content of the input stream.
updateCommunityRole(CommunityRole, Localized) - Method in interface com.ibm.portal.community.CommunityController
updates the localized title and description data for an existing community role.
UPDATED - Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
The property value change is being propagated as the value was updated
UpdateDataSinkFactoryEx - Interface in com.ibm.portal.resolver.data
Tagging interface that is used to register a data sink factory explicitly for update operations (e.g.
updatePolicyStatus(boolean) - Method in interface com.ibm.portal.app.service.ApplicationService
Update the PolicyStatus for this application.
updateTemplate(ObjectID, InputStream) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Update an existing template.
updateUrlResource(AttributeList, UrlResourceServiceConstants.ScopeConstants) - Method in interface com.ibm.portal.services.url.UrlResourceService
Updates an existing URL Resource object within the configuration registry with the specified attributes at the specified scope.
uri - Variable in exception com.ibm.portal.resolver.exceptions.URINotFoundException
object URI that could not be found
uri(String) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Passes the uri as a string string on to the ContentHandler.characters(char[], int, int) method.
uri(URI) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Passes the uri as a string string on to the ContentHandler.characters(char[], int, int) method.
uri(URL) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Passes the uri as a string string on to the ContentHandler.characters(char[], int, int) method.
uri(URL, URL, Boolean) - Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
Passes the uri as a string string on to the ContentHandler.characters(char[], int, int) method.
URI - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
URI - Static variable in class com.ibm.portal.struts.command.StrutsViewActionCommand
Name of request attribute for the URI string.
URI - Static variable in class com.ibm.portal.struts.command.StrutsViewJspCommand
Name of request attribute for the URI string.
URI - Static variable in class com.ibm.portal.struts.command.StrutsViewStaticCommand
 
URI - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Name of the request attribute for the URI string.
URI - Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Name of the request attribute for the URI string.
URI_PATH_SEPERATOR - Static variable in interface com.ibm.portal.resolver.cai.Constants
 
URI_SCHEME - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
URINotFoundException - Exception in com.ibm.portal.resolver.exceptions
An objectID could not be located
URINotFoundException(URI) - Constructor for exception com.ibm.portal.resolver.exceptions.URINotFoundException
Initializes the exception and specifies the objectID of the missing object
URINotFoundException(URI, Throwable) - Constructor for exception com.ibm.portal.resolver.exceptions.URINotFoundException
Initializes the exception and specifies the objectID of the missing object and a reason for the exception
URIParser - Interface in com.ibm.portal.resolver.data
Parses the content of the static page that is identified by the URI.
URIParserFactory - Interface in com.ibm.portal.resolver.data
Constructs URIParser instances
URIResolver - Interface in com.ibm.portal.resolver.xml
Resolves (relative) URI references into absolute URIs.
URL - Interface in com.ibm.portal
This interface defines a portal URL.
URL_MAPPING - Static variable in class com.ibm.portal.ResourceType
Deprecated. Use URL_MAPPING_CONTEXT only.
URL_MAPPING_CONTEXT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
URLAccessorFactory - Interface in com.ibm.portal.state.accessors.url
Factory for obtaining EngineURL objects for a given state or resource URLs pointing to a portal resource.
URLContext - Interface in com.ibm.portal.state.accessors.url
Context interface that allow the specification of the type of URLs that may be generated.
URLContextEx - Interface in com.ibm.portal.state.accessors.url
Context interface that allow the specification of the type of URLs that may be generated.
UrlDoesNotContainInformationException - Exception in com.ibm.portal.state.exceptions
The URL does not contain enough information to be parseable
UrlDoesNotContainInformationException(HttpServletRequest, InputMediator) - Constructor for exception com.ibm.portal.state.exceptions.UrlDoesNotContainInformationException
 
UrlDoesNotContainInformationException(HttpServletRequest, InputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.UrlDoesNotContainInformationException
 
URLFactory - Interface in com.ibm.portal.state
Factory that provides methods to obtain engine URLs as well as resource URLs.
UrlInputMediatorException - Exception in com.ibm.portal.state.exceptions
Base exception for all exceptions occuring in a URL input mediator.
UrlInputMediatorException(HttpServletRequest, InputMediator, Exception) - Constructor for exception com.ibm.portal.state.exceptions.UrlInputMediatorException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
UrlInputMediatorException(HttpServletRequest, InputMediator) - Constructor for exception com.ibm.portal.state.exceptions.UrlInputMediatorException
Initializes the execption with the input mediator that caused the exception and the reason for the exception.
URLResolver - Interface in com.ibm.portal.resolver.xml
Resolves (relative) URL references into absolute URLs.
UrlResourceService - Interface in com.ibm.portal.services.url
The UrlResourceService provides a means to query, add, update, and delete URL Resource definitions within the WebSphere Application Server's configuration repository, encapsulating the logic necessary for interacting with its administrative interface.
UrlResourceServiceConstants - Interface in com.ibm.portal.services.url
Defines an interface for the definitions of commonly used constants within the Command API packages
UrlResourceServiceConstants.ScopeAllConstant - Class in com.ibm.portal.services.url
Implementation of the constant SCOPE_ALL
UrlResourceServiceConstants.ScopeAllConstant() - Constructor for class com.ibm.portal.services.url.UrlResourceServiceConstants.ScopeAllConstant
Nobody should instantiate this class directly
UrlResourceServiceConstants.ScopeCellConstant - Class in com.ibm.portal.services.url
Implementation of the constant SCOPE_CELL
UrlResourceServiceConstants.ScopeCellConstant() - Constructor for class com.ibm.portal.services.url.UrlResourceServiceConstants.ScopeCellConstant
Nobody should instantiate this class directly
UrlResourceServiceConstants.ScopeConstants - Interface in com.ibm.portal.services.url
Base interface to flag a constant that relates to scope.
UrlResourceServiceConstants.ScopeNodeConstant - Class in com.ibm.portal.services.url
Implementation of the constant SCOPE_NODE
UrlResourceServiceConstants.ScopeNodeConstant() - Constructor for class com.ibm.portal.services.url.UrlResourceServiceConstants.ScopeNodeConstant
Nobody should instantiate this class directly
UrlResourceServiceConstants.ScopeServerConstant - Class in com.ibm.portal.services.url
Implementation of the constant SCOPE_SERVER
UrlResourceServiceConstants.ScopeServerConstant() - Constructor for class com.ibm.portal.services.url.UrlResourceServiceConstants.ScopeServerConstant
Nobody should instantiate this class directly
urlType - Variable in class com.ibm.struts.taglib.html.FormTag
The Portlet URL type
URLWriterProvider - Interface in com.ibm.portal.state.accessors.url
Optional interface which is supposed to be implemented by ServletResponseWrapper classes.
USER - Static variable in interface com.ibm.portal.ac.data.RoleType
The User role type represents the privileges necessary to view portal content.
USER - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
User - Interface in com.ibm.portal.um
Represents a User within the used Repository.
User - Interface in org.apache.jetspeed.portlet
The User interface is an abstract view on the user-specific data.
USER_ASSISTANCE - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for user assistance messages.
USER_CONTEXT_UNKNOWN - Static variable in interface com.ibm.portal.resolver.data.UserContextDataSource
the user dependency is unknown, let the framework decide
USER_GROUP - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
USER_PASSWORD_PASSIVE - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the User/Password passive credential.
UserAlreadyLoggedInException - Exception in com.ibm.portal.auth.exceptions
This exception is thrown when the user is already logged in while performing a new login.
UserAlreadyLoggedInException() - Constructor for exception com.ibm.portal.auth.exceptions.UserAlreadyLoggedInException
Empty constructor.
UserContextDataSource - Interface in com.ibm.portal.resolver.data
Interface that may optionally be implemented by a DataSource to indicate if the content of the data source depends on the current user context.
UserIDChangeListener - Interface in com.ibm.portal.portlet.service.credentialvault.spi
Vault Adapter Extension that enables the adapter to keep the user identifiers up to date.
userIdentifiableChanged(Identifiable, Identifiable) - Method in interface com.ibm.portal.portlet.service.credentialvault.spi.UserIDChangeListener
This method is called to inform the vault adapter that a user's identifiable has changed.
UserIDInvalidException - Exception in com.ibm.portal.auth.exceptions
This exception is thrown when the userid is not valid.
UserIDInvalidException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.UserIDInvalidException
Initializes the exception with the reason of the exception.
UserPasswordCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Abstract inherited interface of ActiveCredential where the user's secret is a userid/password pair.
UserPasswordCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
UserPasswordCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
Deprecated.  
UserPasswordCredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
Implementation of the CredentialSecret class for a userid/password secret.
UserPasswordPassiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Simple standard interface inherited from the PassiveCredential.
UserPasswordPassiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
UserPasswordPassiveCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
Deprecated.  
UserSessionTimeoutException - Exception in com.ibm.portal.auth.exceptions
Generic base exception for all exceptions occuring during the handling of the session timeout event for a particular user.
UserSessionTimeoutException(Throwable) - Constructor for exception com.ibm.portal.auth.exceptions.UserSessionTimeoutException
Initializes the exception with the reason of the exception.
UserTagCreationContext<R> - Interface in com.ibm.portal.cp.tagging.controller
CreationContext for tagging that exposes owner specific characteristics.

V

validate(javax.portlet.PortletRequest) - Method in interface com.ibm.portal.dnd.DNDPortalValidator
This method behaves the same as DNDValidator.validate but uses the PortletRequest rather than the ServletRequest to determine access rights.
validate(javax.servlet.ServletRequest) - Method in interface com.ibm.portal.dnd.DNDValidator
The only method provided this interface accepts a servlet request.
validate - Variable in class com.ibm.struts.taglib.html.FormTag
validate form
validateChangeType(PropertyValueChangeType) - Static method in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
A utility method which checks that the input parameter is one of the predefined constants defined in this class.
validateSession(HttpServletRequest, HttpServletResponse, FilterChainContext, SessionValidationFilterChain) - Method in interface com.ibm.portal.auth.SessionValidationFilter
Can be used to implement custom session validation code.
validateSession(HttpServletRequest, HttpServletResponse, FilterChainContext) - Method in interface com.ibm.portal.auth.SessionValidationFilterChain
Calls the session validation method of the next session validation filter in the session validation filter chain.
validateTemplate(InputStream, ObjectID) - Method in interface com.ibm.portal.app.service.TemplateCatalogService
Validate a given template.
VALUE - Static variable in interface com.ibm.portal.cp.rating.Constants
String value
value(Boolean) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(boolean[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Boolean[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Byte) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(byte[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Byte[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(char[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Collection<?>) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Double) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(double[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Double[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Float) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(float[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Float[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(int[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Integer) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Integer[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Long) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(long[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Long[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Map<String, ?>) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Object) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Object[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Short) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(short[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(Short[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(String) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(String, int, int) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(String[]) - Method in interface com.ibm.portal.streaming.json.DefaultJsonContentHandler
 
value(String) - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
value(boolean) - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
value(double) - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
value(int) - Method in class com.ibm.portal.streaming.json.EmptyJsonHandler
 
value(boolean) - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Writes a boolean value
value(char[], int, int) - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Streams the content of a string value in its unescaped form
value(double) - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Writes a floating value
value(long) - Method in interface com.ibm.portal.streaming.json.JsonContentHandler
Writes an integer value
value(String) - Method in interface com.ibm.portal.streaming.json.JSONHandler
Writes a String value, may e.
value(boolean) - Method in interface com.ibm.portal.streaming.json.JSONHandler
Writes a boolean value, may e.
value(double) - Method in interface com.ibm.portal.streaming.json.JSONHandler
Writes a double value, may e.
value(int) - Method in interface com.ibm.portal.streaming.json.JSONHandler
Writes an int value, may e.
VALUE_CACHE - Static variable in interface com.ibm.portal.resolver.Constants
value of the "cache" pragma verb
VALUE_DELETE - Static variable in interface com.ibm.portal.resolver.Constants
value of the "delete" verb
VALUE_DOWNLOAD - Static variable in interface com.ibm.portal.resolver.Constants
value of the "download" verb
VALUE_FORM_DATA - Static variable in class com.ibm.portal.resolver.streams.FormDataInputStream
identification of a content disposition that identifies a form field
VALUE_FORM_DATA - Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
Deprecated. use FormDataInputStream.VALUE_FORM_DATA instead
VALUE_LOOKUP - Static variable in interface com.ibm.portal.resolver.Constants
value of the "lookup" verb
VALUE_MERGE - Static variable in interface com.ibm.portal.resolver.Constants
value of the "merge" verb
VALUE_MULTIPART - Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
identification of a content disposition that identifies a form field
VALUE_MUST_REVALIDATE - Static variable in interface com.ibm.portal.resolver.Constants
cache policy to indicate that a client must revalidate, see CacheControlDataSource.CACHE_POLICY.
VALUE_NO_CACHE - Static variable in interface com.ibm.portal.resolver.Constants
value of the "no-cache" pragma verb
VALUE_NO_STORE - Static variable in interface com.ibm.portal.resolver.Constants
cache policy to indicate that a client must not store, see CacheControlDataSource.CACHE_POLICY.
VALUE_NONE - Static variable in interface com.ibm.portal.resolver.Constants
Indicates that no value is known (e.g.
VALUE_PRIVATE - Static variable in interface com.ibm.portal.resolver.Constants
cache policy to indicate a privately cacheable response, see CacheControlDataSource.CACHE_SCOPE.
VALUE_PUBLIC - Static variable in interface com.ibm.portal.resolver.Constants
cache policy to indicate a publically cacheable response, see CacheControlDataSource.CACHE_SCOPE.
VALUE_REFRESH - Static variable in interface com.ibm.portal.resolver.Constants
value of the "refresh" verb
VALUE_REPLACE - Static variable in interface com.ibm.portal.resolver.Constants
value of the "replace" verb
VALUE_REPRESENTATION_COMPACT - Static variable in interface com.ibm.portal.resolver.Constants
the representation mode
VALUE_REPRESENTATION_EMPTY - Static variable in interface com.ibm.portal.resolver.Constants
the representation mode
VALUE_REPRESENTATION_FULL - Static variable in interface com.ibm.portal.resolver.Constants
the representation mode
VALUE_REPRESENTATION_MEDIUM - Static variable in interface com.ibm.portal.resolver.Constants
the representation mode
VALUE_SCOPE_ALL - Static variable in interface com.ibm.portal.cp.xml.Constants
Value for Constants.PARAM_SCOPE.
VALUE_SCOPE_COMMUNITY - Static variable in interface com.ibm.portal.cp.xml.Constants
Value for Constants.PARAM_SCOPE.
VALUE_SCOPE_PERSONAL - Static variable in interface com.ibm.portal.cp.xml.Constants
Value for Constants.PARAM_SCOPE.
VALUE_SCOPE_PERSONAL_PRIVATE - Static variable in interface com.ibm.portal.cp.xml.Constants
Value for Constants.PARAM_SCOPE.
VALUE_SCOPE_PERSONAL_PUBLIC - Static variable in interface com.ibm.portal.cp.xml.Constants
Value for Constants.PARAM_SCOPE.
VALUE_SELECTED_CATEGORIES_EMPTY_MARKER - Static variable in interface com.ibm.portal.cp.tagging.Constants
If a user explicitly deselcts all categories (within the tag cloud portlet) the behaviour has to differ from the state that no category at all has ever been selected (the initial state of the tag cloud portlet where categories might be auto-selected).
VALUE_SELECTED_SCHEMAS_EMPTY_MARKER - Static variable in interface com.ibm.portal.cp.tagging.Constants
If a user explicitly deselcts all schemas (within the tag cloud portlet) the behaviour has to differ from the state that no schema at all has ever been selected (the initial state of the tag cloud portlet where schemas might be auto-selected).
VALUE_UNDEFINED - Static variable in interface com.ibm.portal.resolver.Constants
cache policy to indicate that a client must not store, see CacheControlDataSource.CACHE_POLICY.
VALUE_UPDATE - Static variable in interface com.ibm.portal.resolver.Constants
value of the "update" verb
VALUE_VIEW - Static variable in interface com.ibm.portal.resolver.Constants
value of the "view" verb
valueOf(String) - Static method in enum com.ibm.portal.app.model.RestorePoint.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.app.service.ApplicationCatalogService.RelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.app.service.ApplicationCatalogService.SearchPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.app.service.TemplateCatalogService.SearchPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.community.CommunityAccessPrivilege
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.content.DisplayOptions.DisplayOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.cp.CollaborativeResource.Scope
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.cp.CollaborativeResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.cp.Constants.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.cp.Constants.OrderMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.cp.Constants.SearchPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.cp.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.model.LocalizedContextHome.BASE_TEXT_DIRECTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.ObjectTypeConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.data.CacheControlDataSource.CACHE_POLICY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.data.CacheControlDataSource.CACHE_SCOPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.data.ContentDispositionDataSource.DISPOSITION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler.SYNDICATION_RIGHT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.service.PocServiceHome.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.service.PortletPocService.URI_SCOPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler.LockScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.resolver.webdav.tree.WebdavLockableTreeModel.SupportedLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.sitemanagement.command.PromoteCommand.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.state.accessors.portlet.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.portal.um.PumaEnvironment.VirtualPrincipalNames
Returns the enum constant of this type with the specified name.
valueOfIgnoreCase(String) - Static method in enum com.ibm.portal.cp.Constants.Order
Returns the enum constant of the specified name ignoring upper and lower cases.
valueOfIgnoreCase(String) - Static method in enum com.ibm.portal.cp.Constants.OrderMetric
Returns the enum constant of the specified name ignoring upper and lower cases.
valueOfIgnoreCase(String) - Static method in enum com.ibm.portal.cp.Constants.SearchPattern
Returns the enum constant of the specified name ignoring upper and lower cases.
values() - Method in interface com.ibm.policy.manager.PolicyValueSet
Retrieve of all Policy Value attribute values
values() - Static method in enum com.ibm.portal.app.model.RestorePoint.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.app.service.ApplicationCatalogService.RelationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.app.service.ApplicationCatalogService.SearchPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.app.service.TemplateCatalogService.SearchPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.community.CommunityAccessPrivilege
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.content.DisplayOptions.DisplayOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.cp.CollaborativeResource.Scope
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.cp.CollaborativeResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.cp.Constants.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.cp.Constants.OrderMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.cp.Constants.SearchPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.cp.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.model.LocalizedContextHome.BASE_TEXT_DIRECTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.ObjectTypeConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.data.CacheControlDataSource.CACHE_POLICY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.data.CacheControlDataSource.CACHE_SCOPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.data.ContentDispositionDataSource.DISPOSITION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.opensearch.DefaultOpenSearchContentHandler.SYNDICATION_RIGHT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.service.PocServiceHome.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.service.PortletPocService.URI_SCOPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler.LockScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.resolver.webdav.tree.WebdavLockableTreeModel.SupportedLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.sitemanagement.command.PromoteCommand.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.state.accessors.portlet.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.portal.um.PumaEnvironment.VirtualPrincipalNames
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Interface in com.ibm.portal.app.model
Variable represents an application component parameter variable, or point of variability.
VARY_HEADERS_UNKNOWN - Static variable in interface com.ibm.portal.resolver.data.VaryDataSource
the vary headers are known
VaryDataSource - Interface in com.ibm.portal.resolver.data
Interface that may optionally be implemented by a DataSource to fine tune what context information a data source depends on.
VAULT_SECRET_CONTEXT - Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapter
The name of the context used in a JNDI lookup to get the CredentialSecretFactory class.
VAULT_SECRET_CONTEXT - Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
Deprecated. The name of the context used in a Jndi lookup to get the CredentialSecretFactory class.
VAULT_SEGMENT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
VAULT_SLOT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
VaultAdapter - Interface in com.ibm.portal.portlet.service.credentialvault.spi
Interface that defines a Vault that may be plugged into the portal.
VaultAdapterDN - Interface in com.ibm.portal.portlet.service.credentialvault.spi
Deprecated. since 6.1.0.3 use VaultAdapter instead
VaultSegmentConfig - Interface in com.ibm.portal.portlet.service.credentialvault
Describes the configuration of a Vault Segment.
VaultSegmentConfig - Interface in com.ibm.wps.portletservice.credentialvault
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
verifyAuthLevel(HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.portal.auth.stepup.AuthLevelVerifier
Verifies whether the current request satisfies the requirements of this authentication level verifier implementation.
VERTICAL - Static variable in class com.ibm.portal.content.Orientation
The vertical orientation
VIEW - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for the "view" action.
VIEW - Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
Deprecated. The standard "one-of many" portlet view on a page.
VIEW_BUTTON - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon button for the "view" action.
VIEW_COMMAND_FACTORY_KEY - Static variable in class com.ibm.portal.struts.plugins.PluginConstants
The key used for storing the ViewCommandFactory object in the context.
VIEW_COMMAND_FACTORY_KEY - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The key used for storing the StrutsCommandViewFactory.
VIEW_COMMAND_FACTORY_KEY - Static variable in class com.ibm.wps.portlets.struts.plugins.PluginConstants
The key used for storing the ViewCommandFactory object in the context.
VIEW_COMMAND_FACTORY_KEY - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used for storing the command view factory.
VIEW_COMMANDS - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The key used for storing the command stack
VIEW_COMMANDS - Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
The key used for storing the view command.
VIEW_COMMANDS - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The key used for storing the command stack
VIEW_COMMANDS - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
The key used for storing the view command.
VIEW_MODE - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The context used for View mode
VIEW_MODE - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The context used for view mode
ViewCommandExecutionContext - Class in com.ibm.portal.struts.command
The ViewCommandExecutionContext class is a context object that is passed to the execute method of an IViewCommand.
ViewCommandExecutionContext(PortletContext, ModuleContext, ServletContext) - Constructor for class com.ibm.portal.struts.command.ViewCommandExecutionContext
Construct the ViewCommandExecutionContext object
ViewCommandExecutionContext(PortletContext, ModuleContext, ServletContext, PageContext) - Constructor for class com.ibm.portal.struts.command.ViewCommandExecutionContext
Construct the ViewCommandExecutionContext object
ViewCommandExecutionContext(PortletRequest, PortletResponse, WpActionServlet) - Constructor for class com.ibm.portal.struts.command.ViewCommandExecutionContext
Construct the ViewCommandExecutionContext obect.
ViewCommandExecutionContext - Class in com.ibm.wps.portlets.struts
The ViewCommandExecutionContext class is a context object that is passed to the execute method of an IViewCommand.
ViewCommandExecutionContext(PortletContext, ModuleContext, ServletContext) - Constructor for class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
Constructs the ViewCommandExecutionContext.
ViewCommandExecutionContext(PortletContext, ModuleContext, ServletContext, PageContext) - Constructor for class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
Constructs the ViewCommandExecutionContext.
ViewCommandExecutionContext(PortletRequest, WpsActionServlet) - Constructor for class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
Constructs the ViewCommandExecutionContext.
ViewCommandFactory - Class in com.ibm.portal.struts.plugins
The ViewCommandFactory class is the default factory used in the Struts Portlet Framework.
ViewCommandFactory() - Constructor for class com.ibm.portal.struts.plugins.ViewCommandFactory
Default Constructor for the ViewCommandFactory class
ViewCommandFactory - Class in com.ibm.wps.portlets.struts.plugins
The ViewCommandFactory class is the default factory used in the Struts Portlet Framework.
ViewCommandFactory() - Constructor for class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
Default constructor for the ViewCommandFactory class.
VIRTUAL - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
VIRTUAL_PORTAL_DEFINITION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
VIRTUAL_PORTAL_LIST_JNDI_NAME - Static variable in interface com.ibm.portal.model.VirtualPortalListHome
JNDI lookup name for virtual portal list model
VirtualPortal - Interface in com.ibm.portal.admin
Admin model interface for virtual portals.
VirtualPortalList<T extends java.lang.Object & VirtualPortal> - Interface in com.ibm.portal.admin
Admin model interface for the list of virtual portal elements.
VirtualPortalListHome - Interface in com.ibm.portal.model
Home interface for JNDI based lookups for VirtualPortalListProvider.
VirtualPortalListProvider - Interface in com.ibm.portal.model
An interface for a provider of virtual portals.
VirtualPortalListProvider - Interface in com.ibm.portal.portlet.service.model
An interface for a provider of virtualPortal lists.

PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;

try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.VirtualPortalListProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...
VirtualPortalLocator - Interface in com.ibm.portal.admin
Admin model interface for the list of virtual portal elements.
visitLocks(WebdavLockHandler, T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavLockableTreeModel
Queries the locks for a particular resource.
visitProperties(WebdavPropertyHandler, T) - Method in interface com.ibm.portal.resolver.webdav.tree.WebdavPropertiesTreeModel
Queries the properties for a particular resource.

W

WARN - Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
"Warn" level logging.
warn(String) - Method in interface org.apache.jetspeed.portlet.PortletLog
Deprecated. Logs the given warning text in the portlet log.
WARNING - Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
Icon for a warning message.
WCM_AUTHORING_TEMPLATE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_CATEGORY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_COMPONENT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_CONTENT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_RENDERING_TEMPLATE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_SEARCH_RULE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_SITE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_SITE_AREA - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_SUBSCRIBER - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_SYNDICATOR - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_TAXONOMY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_WORKFLOW - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_WORKFLOW_ACTION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCM_WORKFLOW_STAGE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCS_CATALOG - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCS_CATEGORY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WCS_PRODUCT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WEB_MODULE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WEB_SEAL_TOKEN - Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
Credential type constant for the WebSeal autentication token credential.
WebApplication - Interface in com.ibm.portal.portletmodel
Interface that represents a deployed web application in the underlying application server containing one or more portlets.
WebApplicationList<E extends java.lang.Object & WebApplication> - Interface in com.ibm.portal.portletmodel.admin
Model interface for a list of web applications.
webdavActiveLock(WebdavCommand.Lock) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Response
Writes the active lock data structure
webdavAllProp() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The allprop XML element specifies that all property names and values on the resource are to be returned.
webdavCollection() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
WebdavCommand - Interface in com.ibm.portal.resolver.webdav.commands
Abstraction of a webdav command.
WebdavCommand.IfHandler - Interface in com.ibm.portal.resolver.webdav.commands
Callback handler to test the assertions made by the If header.
WebdavCommand.Lock - Interface in com.ibm.portal.resolver.webdav.commands
Information about a lock
WebdavCommand.Request - Interface in com.ibm.portal.resolver.webdav.commands
Base interface to provide information about the webdav request context.
WebdavCommand.Resource - Interface in com.ibm.portal.resolver.webdav.commands
Identification of a resource
WebdavCommand.Response - Interface in com.ibm.portal.resolver.webdav.commands
Base interface that provides information about the served resource.
webdavContentClass(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavContentClass() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
WebdavContentHandler - Interface in com.ibm.portal.resolver.webdav
JAXP content handler extension that defines semantic callbacks for sitemap specific events.
WebdavCopyableTreeModelController<T,M extends Modifiable> - Interface in com.ibm.portal.resolver.webdav.tree
Implemented by tree models that enable copy operations on their resources.
WebdavCopyContext<T> - Interface in com.ibm.portal.resolver.webdav.tree
Context that allows the creation of a copy of a resource
WebdavCreationContext<T> - Interface in com.ibm.portal.resolver.webdav.tree
Base class for a CreationContext used to create new items.
webdavCreationDate() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavCreationDate(Date) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavCreationDate(long) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavDefaultDocument(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavDefaultDocument() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavDepth(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The value of the Depth header.
webdavDepth(int) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The value of the Depth header.
webdavDisplayName() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavDisplayName(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavExclusive() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies an exclusive lock
webdavGetContentLanguage() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetContentLanguage(Locale) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetContentLanguage(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetContentLength() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetContentLength(int) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetContentLength(long) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetContentType() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetContentType(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetETag() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetETag(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetLastAccessed(Date) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavGetLastModified() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetLastModified(Date) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavGetLastModified(long) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavHref(String) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Response
Writes a reference relative to the base URI
webdavHref(URI) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Response
Writes a reference relative to the base URI
webdavHref() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Identifies the content of the element as a URI.
webdavHref(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavHref(URI) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavHref(URL) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavIsCollection(boolean) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavIsCollection() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavIsHidden(boolean) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension The ishidden field specifies whether an item is hidden.
webdavIsHidden() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension The ishidden field specifies whether an item is hidden.
webdavIsReadOnly(boolean) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavIsReadOnly() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavIsRoot(boolean) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavIsRoot() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavIsStructuredDocument(boolean) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavIsStructuredDocument() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavLastAccessed(long) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavLastAccessed() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
WebdavLock - Interface in com.ibm.portal.resolver.webdav.tree
Interface that describes a lock on a resource
WebdavLockableTreeModel<T> - Interface in com.ibm.portal.resolver.webdav.tree
Implemented by tree models that can provide information about their locking state.
WebdavLockableTreeModel.SupportedLockType - Enum in com.ibm.portal.resolver.webdav.tree
Enumeration about the supported locks for a particular item
WebdavLockableTreeModelController<T,M extends Modifiable> - Interface in com.ibm.portal.resolver.webdav.tree
Implemented by tree models that enable locking and unlocking of their resources.
webdavLockDiscovery(Collection<? extends WebdavCommand.Lock>) - Method in interface com.ibm.portal.resolver.webdav.commands.WebdavCommand.Response
Writes the active lock data structure
webdavLockDiscovery() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Describes the active locks on a resource Description: The lockdiscovery property returns a listing of who has a lock, what type of lock he has, the timeout type and the time remaining on the timeout, and the associated lock token.
webdavLockEntry(DefaultWebdavContentHandler.LockScope, DefaultWebdavContentHandler.LockType) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Defines the types of locks that can be used with the resource.
WebdavLockHandler - Interface in com.ibm.portal.resolver.webdav.tree
Callback interface used to indicate locks held on a particular resource.
webdavLockInfo(DefaultWebdavContentHandler.LockType, DefaultWebdavContentHandler.LockScope, Document) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The lockinfo XML element is used with a LOCK method to specify the type of lock the client wishes to have created.
webdavLockInfo(DefaultWebdavContentHandler.LockType, DefaultWebdavContentHandler.LockScope, String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The lockinfo XML element is used with a LOCK method to specify the type of lock the client wishes to have created.
WebdavLockInfo - Interface in com.ibm.portal.resolver.webdav.tree
Provides information about a requested lock
webdavLockScope(DefaultWebdavContentHandler.LockScope) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies whether a lock is an exclusive lock, or a shared lock.
webdavLockToken(URI) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The lock token associated with a lock.
webdavLockType(DefaultWebdavContentHandler.LockType) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies the access type of a lock.
webdavName(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavName() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension
webdavOwner(Document) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Provides information about the principal taking out a lock.
webdavOwner(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Provides information about the principal taking out a lock.
webdavParentName(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension The parentname field specifies the name of the folder that contains an item
webdavParentName() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
MS extension The parentname field specifies the name of the folder that contains an item
WebdavPropertiesTreeModel<T> - Interface in com.ibm.portal.resolver.webdav.tree
Implemented by tree models that provide access to non-standard properties (i.e.
WebdavProperty - Interface in com.ibm.portal.resolver.webdav.tree
Interface that describes a non-standard property for a resource
WebdavPropertyHandler - Interface in com.ibm.portal.resolver.webdav.tree
Callback interface used to indicate non-standard properties for a resource
webdavPropName() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The propname XML element specifies that only a list of property names on the resource is to be returned.
WebdavRenameableTreeModelController<T,M extends Modifiable> - Interface in com.ibm.portal.resolver.webdav.tree
Implemented by tree models that allow to rename items.
webdavResourceType() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavResourceType(DefaultWebdavContentHandler.ResourceType) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavShared() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies a shared lock
webdavSource() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The destination of the source link identifies the resource that contains the unprocessed source of the link's source.
webdavStatus(int) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavStatus(String) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
 
webdavSupportedLock() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
To provide a listing of the lock capabilities supported by the resource.
webdavTimeout(long) - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
The timeout associated with a lock
WebdavTreeModel<T> - Interface in com.ibm.portal.resolver.webdav.tree
Model description of a WebDAV hierarchy.
WebdavTreeModelController<T,M extends Modifiable> - Interface in com.ibm.portal.resolver.webdav.tree
Interface that allows to modify hierarchical resources via WebDAV
WebdavTreeModelFactory<T,M extends Modifiable> - Interface in com.ibm.portal.resolver.webdav.tree
Factory that created model based description of WebDAV hierarchies.
webdavWrite() - Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
Specifies a write lock.
webSealToken - Variable in class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
Deprecated.  
WebSealTokenCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
Credential for authenticating at a back-end system that is within the same WebSeal SSO-Domain as the portal, i.e.
WebSealTokenCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
WebSealTokenCredential() - Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
Deprecated.  
WIDTH - Static variable in interface com.ibm.portal.content.CompositionMetrics
Deprecated. The width of a composition node.
WIDTH - Static variable in interface com.ibm.portal.content.LayoutMetrics
The width of a layout node.
WINDOW_CLOSED - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Deprecated. Event identifier indicating that a portlet window is closed.
WINDOW_DETACHED - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Deprecated. Event identifier indicating that a portlet window will be detached.
WINDOW_MAXIMIZED - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Deprecated. Event identifier indicating that a portlet window will be maximized.
WINDOW_MINIMIZED - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Deprecated. Event identifier indicating that a portlet window will be minimized.
WINDOW_RESTORED - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Deprecated. Event identifier indicating that a portlet window will be restored.
WINDOW_SOLO - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Deprecated. Event identifier indicating that a portlet window is in stand alone state (solo).
windowClosed(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Deprecated. Notifies this listener that a portlet window has been closed.
windowClosing(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Deprecated. Notifies this listener that a portlet window is about to be closed.
windowDetached(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Deprecated. Notifies this listener that a portlet window has been detached.
WINDOWEVENT - Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
Deprecated.  
WindowEvent - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 5.0, use PortletWindow.getWindowState() instead.
WindowListener - Interface in org.apache.jetspeed.portlet.event
Deprecated. since 5.0, use PortletWindow.getWindowState() instead.
windowMaximized(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Deprecated. Notifies this listener that a portlet window has been maximized.
windowMinimized(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Deprecated. Notifies this listener that a portlet window has been minimized.
windowRestored(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Deprecated. Notifies this listener that a portlet window has been restored from being minimized or maximized, respectively.
windowState - Variable in class com.ibm.struts.taglib.html.FormTag
The Portlet window state
Wire - Interface in com.ibm.portal.wire
Describes a connection between a communication source and a communication target that is used to transfer information.
WireCreationContext - Interface in com.ibm.portal.wire
A node creation context for Wires.
WireLocator - Interface in com.ibm.portal.wire
A locator for finding Wires in a wire model.
WireModel<T extends java.lang.Object & Wire> - Interface in com.ibm.portal.wire
Interface for a wire model.
WireModelController<T extends Wire,M extends ModifiableWire> - Interface in com.ibm.portal.wire
A controller interface for the WireModel interface.
WireModelControllerProvider - Interface in com.ibm.portal.model.controller
An interface for a provider of wire model controllers.
WireModelProvider - Interface in com.ibm.portal.wire
An interface for a provider of a wire model which is extended by the LayoutModel
WML_1_1 - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of wml version 1.1 support
WML_1_2 - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of wml version 1.2 support
WML_TABLE - Static variable in class org.apache.jetspeed.portlet.Capability
Deprecated. The predifined capability instance of wml table support
WORKFLOW_DATA - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WORKFLOW_DEFINITION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WP_SELECTION_BINDING - Static variable in interface com.ibm.portal.resolver.Constants
Constant for selection binding
WpActionServlet - Class in com.ibm.portal.struts.portlet
The WpActionServlet extends the Struts ActionServlet.
WpActionServlet(ServletContext, ServletConfig, PortletConfig, StrutsInfo) - Constructor for class com.ibm.portal.struts.portlet.WpActionServlet
The WpActionServlet Constructor
WpCommonsMultipartRequestHandler - Class in com.ibm.portal.struts.upload
This is a modified version of the Struts CommonsMultipartRequestHandler that will allow the file element's name to be namescoped.
WpCommonsMultipartRequestHandler() - Constructor for class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
WpCommonsMultipartRequestHandler constructor.
WPCP_DIRECTORY - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WPCP_EDITION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WPCP_PROJECT - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WPCP_RESOURCE - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WPCP_RESOURCE_COLLECTION - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WpRequestProcessor - Class in com.ibm.portal.struts.portlet
WpRequestProcessor contains the processing logic that the Struts controller portlet performs as it receives each request from the container.
WpRequestProcessor() - Constructor for class com.ibm.portal.struts.portlet.WpRequestProcessor
WpRequestProcessor constructor
WPS_ACTION_SERVLET_KEY - Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
The key used for storing the Wps Action Servlet in request
WPS_ACTION_SERVLET_KEY - Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
The key used for storing the Wps Action Servlet in request
WpsActionServlet - Class in com.ibm.wps.portlets.struts
The WpsActionServlet extends the Struts ActionServlet.
WpsActionServlet(ServletContext, PortletConfig, WpsStrutsInfo) - Constructor for class com.ibm.wps.portlets.struts.WpsActionServlet
WpsActionServlet constructor.
WpsCommonsMultipartRequestHandler - Class in com.ibm.wps.portlets.struts.upload
This is a modified version of the Struts CommonsMultipartRequestHandler that has the DBCS fix for the file name.
WpsCommonsMultipartRequestHandler() - Constructor for class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
WpsCommonsMultipartRequestHandler constructor.
WpsDispatchAction - Class in com.ibm.wps.struts.action
This is a Portal friendly version of DispatchAction.
WpsDispatchAction() - Constructor for class com.ibm.wps.struts.action.WpsDispatchAction
WpsDispatchAction constructor.
WpSelectionBinding - Interface in com.ibm.portal.resolver.bindings
Binding that allows for late binding to a view in WebSphere Portal.
WpsLookupDispatchAction - Class in com.ibm.wps.struts.action
A Portal friendly implementation of the LookupDispatchAction class.
WpsLookupDispatchAction() - Constructor for class com.ibm.wps.struts.action.WpsLookupDispatchAction
 
WpsRequestProcessor - Class in com.ibm.wps.portlets.struts
WpsRequestProcessor contains the processing logic that the Struts controller portlet performs as it receives each request from the container.
WpsRequestProcessor() - Constructor for class com.ibm.wps.portlets.struts.WpsRequestProcessor
WpsRequestProcessor constructor.
WpsStrutsBaseConstants - Interface in com.ibm.wps.portlets.struts
The WpsStrutsBaseConstants class contains constants used throughout the WPS Struts portlet implementation.
WpsStrutsConstants - Interface in com.ibm.wps.portlets.struts
The WpsStrutsConstants class contains constants used throughout the WPS Struts portlet implementation.
WpsStrutsException - Exception in com.ibm.wps.portlets.struts
This exception is used as a base class for Portal Struts Framework exceptions.
WpsStrutsException() - Constructor for exception com.ibm.wps.portlets.struts.WpsStrutsException
Construct this WpsStrutsException object
WpsStrutsException(String) - Constructor for exception com.ibm.wps.portlets.struts.WpsStrutsException
Construct this WpsStrutsException object
WpsStrutsFilteredViewCommand - Class in com.ibm.wps.portlets.struts
Filter the command with various Transcoding functions.
WpsStrutsFilteredViewCommand(HttpServletRequest) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
Constructor for the WpsStrutsFilteredViewCommand object
WpsStrutsInfo - Class in com.ibm.wps.portlets.struts
The WpsStrutsInfo class contains information used throughout the WPS Struts portlet implementation.
WpsStrutsInfo(ServletContext, String) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsInfo
Constructs this WpsStrutsInfo object.
WpsStrutsPortlet - Class in com.ibm.wps.portlets.struts
The WpsStrutsPortlet class is specified in the portlet deployment descriptor for Struts-based portlets.
WpsStrutsPortlet() - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsPortlet
Construtor for the WpsStrutsPortlet.
WpsStrutsPortletMessage - Class in com.ibm.wps.portlets.struts
The WpsStrutsPortletMessage class is the implementation of the IStrutsPortletMessage interface that can be sent to the WpsStrutsPortlet.
WpsStrutsPortletMessage() - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
Constructor for the WpsStrutsPortletMessage class.
WpsStrutsTilesPlugin - Class in com.ibm.wps.portlets.struts.plugins
The WPS Tiles Plugin is used to initialize Tiles in WebSphere Portal on top of the Struts Portlet Framework.
WpsStrutsTilesPlugin() - Constructor for class com.ibm.wps.portlets.struts.plugins.WpsStrutsTilesPlugin
WpsStrutsTilesPlugin constructor.
WpsStrutsTraceLogger - Class in com.ibm.wps.portlets.struts.logging
This class provides logging ability using six different logging levels.
WpsStrutsTraceLogger(Class) - Constructor for class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
Constructor.
WpsStrutsTraceLogger(String) - Constructor for class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
Constructor.
wpsStrutsTranscodingRequestWrapper - Variable in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
The transcoding request wrapper.
wpsStrutsTranscodingRequestWrapper - Variable in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
The transcoding request wrapper.
WpsStrutsViewActionCommand - Class in com.ibm.wps.portlets.struts
The WpsStrutsViewActionCommand class is a command pattern class used to execute a render action.
WpsStrutsViewActionCommand() - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Constructs the WspStrutsViewActionCommand object.
WpsStrutsViewActionCommand(String, PortletRequest) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
Constructs the StrutsViewActionCommand object.
WpsStrutsViewCommand - Class in com.ibm.wps.portlets.struts
The WpsStrutsViewCommand class is a command pattern class used to provide a mechanism to encapsulate the information needed to redisplay a view.
WpsStrutsViewCommand() - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Default constructor for the WpsStrutsView command.
WpsStrutsViewCommand(PortletRequest) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Constructs the WpsStrutsViewCommand object.
WpsStrutsViewCommand(HttpServletRequest) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
Constructs the WpsStrutsViewCommand object.
WpsStrutsViewErrorCommand - Class in com.ibm.wps.portlets.struts
The WpsStrutsViewErrorCommand class is a specific command-pattern class used to display an error.
WpsStrutsViewErrorCommand(ErrorResponseInfo, PortletRequest) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
Constructs the View command.
WpsStrutsViewJspCommand - Class in com.ibm.wps.portlets.struts
The WpsStrutsViewJspCommand class is a command-pattern class used to provide a mechanism to encapsulate the information needed to redisplay a view for dynamic content like JSPs.
WpsStrutsViewJspCommand() - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Default construtor for WpsStrutsViewJspCommand.
WpsStrutsViewJspCommand(String, PortletRequest) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
Constructs the View command.
WpsStrutsViewStaticCommand - Class in com.ibm.wps.portlets.struts
The WpsStrutsViewStaticCommand class is a command pattern class used to encapsulate the information needed to redisplay a view.
WpsStrutsViewStaticCommand(String, HttpServletRequest) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
Constructs this WpsStrutsViewStaticCommand command.
WpsStrutsViewTilesCommand - Class in com.ibm.wps.portlets.struts
The WpsStrutsViewTilesCommand class is a command-pattern class used to provide a mechanism to encapsulate the information needed to redisplay a view for dynamic content that uses Struts Tiles.
WpsStrutsViewTilesCommand(String, PortletRequest) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
Constructs the View command.
WpsStrutsViewXmlCommand - Class in com.ibm.wps.portlets.struts
Deprecated.  
WpsStrutsViewXmlCommand(String, HttpServletRequest, ViewCommandExecutionContext) - Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
Deprecated. Construct this WpsStrutsViewXmlCommand command
WpTilesPlugin - Class in com.ibm.portal.struts.plugins
WPS Tiles Plugin used to initialize Tiles in WebSphere Portal on top of Struts Portlet Framework.
WpTilesPlugin() - Constructor for class com.ibm.portal.struts.plugins.WpTilesPlugin
WpTilesPlugin constructor
WpTilesRequestProcessor - Class in com.ibm.portal.struts.portlet
WpTilesRequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.
WpTilesRequestProcessor() - Constructor for class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
WpTilesRequestProcessor constructor
write(OutputStream) - Method in interface com.ibm.portal.resolver.data.ByteDataSource
Copies the complete data onto the target stream.
write(Writer) - Method in interface com.ibm.portal.resolver.data.CharDataSource
Copies the complete character content to the output writer
write(MultipartOutputStream) - Method in interface com.ibm.portal.resolver.data.MultipartDataSource
Copies the complete data onto the target stream.
write(Writer, NavigationNode) - Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
Encodes the friendly selection string from a node.
write(Writer) - Method in interface com.ibm.portal.URL
Writes the URL to the output stream
writeContentNodeRenderURL(Writer, String) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified content node (e.g.
writeContentNodeRenderURL(Writer, ObjectID) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified content node (e.g.
writeCopy(Writer, boolean) - Method in interface com.ibm.portal.resolver.PocURL
Streams the state represented by this URL object to a writer.
writeCopy(Writer) - Method in interface com.ibm.portal.state.DisposableURL
Streams the state represented by this URL object to a writer.
writeCopy(Writer) - Method in interface com.ibm.portal.state.EngineURL
Streams the state represented by this URL object to a writer and invokes the postprocessors first on the content of the engine URL.
writeCopy(Writer, boolean) - Method in interface com.ibm.portal.state.EngineURL
Streams the state represented by this URL object to a writer and invokes the postprocessors first on the content of the engine URL.
writeDispose(Writer, boolean) - Method in interface com.ibm.portal.resolver.PocURL
Streams the state represented by this URL object to a writer.
writeDispose(Writer) - Method in interface com.ibm.portal.state.DisposableURL
Streams the state represented by this URL object to a writer.
writeDispose(Writer) - Method in interface com.ibm.portal.state.EngineURL
Streams the state represented by this URL object to a writer and invokes the postprocessors first on the content of the engine URL.
writeDispose(Writer, boolean) - Method in interface com.ibm.portal.state.EngineURL
Streams the state represented by this URL object to a writer and invokes the postprocessors first on the content of the engine URL.
writeObjectID(ObjectID) - Method in interface com.ibm.portal.ObjectID.Serializer
 
writePortletRenderURL(Writer, String, String, PortletMode, WindowState, Constants.PortalState, Map<String, String[]>, Locale) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified portlet window.
writePortletRenderURL(Writer, String, String) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified portlet window.
writePortletRenderURL(Writer, String, String, PortletMode) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified portlet window with the specified portlet mode.
writePortletRenderURL(Writer, String, String, WindowState) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified portlet window with the new window state.
writePortletRenderURL(Writer, Constants.PortalState) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the current portlet window with the given portal state.
writePortletRenderURL(Writer, ObjectID, ObjectID, PortletMode, WindowState, Constants.PortalState, Map<String, String[]>, Locale) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified portlet window.
writePortletRenderURL(Writer, ObjectID, ObjectID) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified portlet window.
writePortletRenderURL(Writer, ObjectID, ObjectID, PortletMode) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified portlet window with the specified portlet mode.
writePortletRenderURL(Writer, ObjectID, ObjectID, WindowState) - Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
Creates a render URL that points to the specified portlet window with the new window state.
writeReaderToWriter(Reader, Writer) - Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
Write the contents of a Reader to a Writer.
writeState(HttpServletRequest, Writer, boolean) - Method in class com.ibm.wps.engine.tags.StateSerializeTag
Writes the current state xml representation to the given Writer.
WSRP_CLIENT_PORTAL - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WSRP_INVOCATION - Static variable in class com.ibm.portal.portlet.Constants
Property indicating that the the portlet has been invoked via WSRP.
WSRP_PRODUCER - Static variable in class com.ibm.portal.ResourceType
Deprecated.  
WSRPResourceURLFilterFactory - Interface in com.ibm.wps.wsrp.consumer.security
Deprecated. since 5.1.0.1. This plug-point for custom resource URL filters does not add additional value to security for access to served resources. Access to the WSRP resource proxy servlet should be secured and authenticated instead.

X

XHTML_NS - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
XHTML_URI - Static variable in interface com.ibm.portal.resolver.atom.Constants
 
XMIMenuService - Interface in com.ibm.wps.portletservice.portletmenu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
XMIMenuTreeException - Exception in com.ibm.wps.portletservice.portletmenu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
XMIMenuTreeException() - Constructor for exception com.ibm.wps.portletservice.portletmenu.XMIMenuTreeException
Deprecated. XMIMenuTreeException constructor.
XMIMenuTreeException(String) - Constructor for exception com.ibm.wps.portletservice.portletmenu.XMIMenuTreeException
Deprecated. XMIMenuTreeException constructor.
XMIMenuTreePortlet - Class in com.ibm.wps.portlets.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
XMIMenuTreePortlet() - Constructor for class com.ibm.wps.portlets.menu.XMIMenuTreePortlet
Deprecated. Constructor.
XML_ATTR_BASE - Static variable in interface com.ibm.portal.resolver.xml.Constants
QName representation of #ATTR_XML_BASE_LOCAL.
XML_ATTR_BASE_LOCAL - Static variable in interface com.ibm.portal.resolver.xml.Constants
The XML Base specification describes a facility, similar to that of HTML BASE, for defining base URIs for parts of XML documents.
XML_ATTR_BASE_QNAME - Static variable in interface com.ibm.portal.resolver.xml.Constants
XML base namespace
XML_ATTR_ID - Static variable in interface com.ibm.portal.resolver.xml.Constants
QName representation of #ATTR_XML_ID_LOCAL
XML_ATTR_ID_LOCAL - Static variable in interface com.ibm.portal.resolver.xml.Constants
The xml:id specification defines a single attribute, xml:id, known to be of type ID independently of any DTD or schema.
XML_ATTR_ID_QNAME - Static variable in interface com.ibm.portal.resolver.xml.Constants
XML base namespace
XML_ATTR_LANG - Static variable in interface com.ibm.portal.resolver.xml.Constants
QName representation of #ATTR_XML_LANG_LOCAL http://www.opentag.com/xfaq_lang.htm
XML_ATTR_LANG_LOCAL - Static variable in interface com.ibm.portal.resolver.xml.Constants
Designed for identifying the human language used in the scope of the element to which it's attached.
XML_ATTR_LANG_QNAME - Static variable in interface com.ibm.portal.resolver.xml.Constants
XML base namespace
XML_ATTR_SPACE - Static variable in interface com.ibm.portal.resolver.xml.Constants
QName representation of #ATTR_XML_SPACE_LOCAL
XML_ATTR_SPACE_LOCAL - Static variable in interface com.ibm.portal.resolver.xml.Constants
Designed to express whether or not the document's creator wishes white space to be considered as significant in the scope of the element to which it's attached.
XML_ATTR_SPACE_QNAME - Static variable in interface com.ibm.portal.resolver.xml.Constants
XML base namespace
XML_CONTENT_TYPE - Static variable in interface com.ibm.portal.resolver.xml.Constants
XML mime type
XML_NAMESPACE_URI - Static variable in interface com.ibm.portal.resolver.xml.Constants
XML base namespace.
XML_NS - Static variable in interface com.ibm.portal.resolver.xml.Constants
XML prefix
XmlDataSink - Interface in com.ibm.portal.resolver.data
Identifies a data sink that is able to handle XML feeds.
XmlDataSource - Interface in com.ibm.portal.resolver.data
Implemented by providers of XML data streams.
XMLFactory - Interface in com.ibm.portal.resolver.xml
Interface that provides access to classes that facilitate the processing of XML related operations.
XMLNS_NAMESPACE_URI - Static variable in interface com.ibm.portal.resolver.xml.Constants
The prefix xmlns: was specified as a syntactic device for declaring namespaces, but was not itself associated with any namespace name by the Jan 1999 namespaces specfication.
XMLPropertyProvider - Interface in com.ibm.portal.resolver.xml
 
xulMenuItem() - Method in interface com.ibm.portal.resolver.xul.DefaultXulContentHandler
 

Y

YES - Static variable in interface com.ibm.portal.resolver.xml.Constants
Value to enable a feature

Z

ZipDataURI - Class in com.ibm.portal.spa.data
URI to a file inside a ZIP
ZipDataURI(URI) - Constructor for class com.ibm.portal.spa.data.ZipDataURI
Parses the URI and decodes the filename

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